TKPROF: Release 11.2.0.4.0 - Development on Sat Oct 23 19:47:24 2021 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. Trace file: quirofanos_23102021.trc Sort options: fchela ******************************************************************************** count = number of times OCI procedure was executed cpu = cpu time in seconds executing elapsed = elapsed time in seconds executing disk = number of physical reads of buffers from disk query = number of buffers gotten for consistent read current = number of buffers gotten in current mode (usually for update) rows = number of rows processed by the fetch or execute call ******************************************************************************** The following statements encountered a error during parse: select rowid, * FROM (SELECT /*+ RULE */ P.COGNOME || ' ' || P.NOME AS NOME, P.SESSO, P.DATANASCITA, P.CHIAVEESTERNA, P.TELEFONO, P.CODFISC AS CODICEFISCALE, P.CODICESANITARIO, COMUNE_RESIDENZA.DESCRIZIONE AS COMUNE, COMUNE_RESIDENZA.PROVINCIA, L.NUMERO, L.NOSOLOGICO, L.DATAPRENOT, L.DATARIC, L.DATAACCPREOP, L.REGIME, L.LATERALITA, DECODE(L.LATERALITA,0,'Ninguna',1,'Bilateral',2,'Izq.',3,'Der.','') AS DESCLATERALITA, L.SIGLA, L.DATAORAINS, L.CCOSTO AS CCOSTOPRERICOVERO, L.PERIODORICOVERO AS NOTEPERIODORIC, L.DATAPERIODOIN AS INIZIOPERIODORIC, L.DATAPERIODOFIN AS FINEPERIODORIC, L.DATASCADACC, L.ORAPRENOT, L.CODPAZIENTE, L.AUTORIZZATO, L.LIBERA_PROFESSIONE, L.SALETTA, L.SOSPESO, L.NOTE, PRI.DESCRIZIONE AS PRIORITA, PRI.LIVELLO, PR.PROGRESSIVO AS PREVISIONE, PR.UTCODICE AS CODTIPOINTERVENTO, PR.DESCRIZIONE AS TIPOINTERVENTO, PR.DURATA AS DURATAINT, PR.INUSO, PR.NGIORNI, PR.NGIORNIPOSTINT, R.PROGRESSIVO AS REPARTO, R.CODICE AS CODREPARTO, R.DESCRIZIONE AS DESCREPARTO, R.CCOSTO AS CENTRODICOSTO, TABBLOCCO.PROGRESSIVO AS BLOCCO, TABBLOCCO.UTCODICE AS CODBLOCCO, TABBLOCCO.DESCRIZIONE AS DESCBLOCCO, (SELECT CCOSTO FROM BLOCCHICCOSTO WHERE BLOCCO = L.BLOCCO) AS CENTRODICOSTOBLOCCO, D.PROGRESSIVO AS DIAGNOSI, D.UTCODICE AS CODDIAGNOSI, D.DESCRIZIONE AS DESCRDIAGNOSI, LO.DATAINT AS DATAINT, NVL((SELECT SUM( TRUNC ( DECODE ( LAP.DATASOSPENSIONE,null, DECODE(INTERV.DATAINT,NULL, DECODE(INTERV_LA.DATAINT,NULL, (trunc(DECODE(L.SOSPESO,'0',sysdate,NVL(L.DATARIVALUTAZIONE,sysdate)))-trunc(LAP.DATAPRENOT)), (trunc(INTERV_LA.DATAINT)-trunc(LAP.DATAPRENOT)) ), (trunc(INTERV.DATAINT)-trunc(LAP.DATAPRENOT)) ), (trunc(LAP.DATASOSPENSIONE)-trunc(LAP.DATAPRENOT)) ) ,3) ) as PUNTI FROM LISTAATTESAPRIORITA LAP WHERE LAP.NUMERO = L.NUMERO),0) AS ATTESA, (SELECT NVL(PERS.NOMINATIVO,'') FROM PERSONALE PERS WHERE L.EQUIPE = PERS.PROGRESSIVO) AS Operatore, MOTIV.DESCRIZIONE AS MOTIVAZIONE, DECODE(SIGN(1-TRUNC(MONTHS_BETWEEN(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT,TRUNC(SYSDATE))),P.DATANASCITA))), 0,'1 mes', -1,DECODE(TRUNC(MONTHS_BETWEEN(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT,TRUNC(SYSDATE))),P.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT,TRUNC(SYSDATE))),P.DATANASCITA)/12), 0,TRUNC(MONTHS_BETWEEN(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT,TRUNC(SYSDATE))),P.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT,TRUNC(SYSDATE))),P.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT,TRUNC(SYSDATE)))-P.DATANASCITA), 1,'1 día',TRUNC(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT,TRUNC(SYSDATE)))-P.DATANASCITA)||' días')) AS ETALA, (SELECT DECODE(PRI.GGSEMAFOROGIALLOMIN,NULL,'NESSUNO', DECODE(SIGN(NVL( NVL(SUM( TRUNC ( DECODE ( LAP1.DATASOSPENSIONE,NULL, DECODE(INTERV1.DATAINT,NULL, DECODE(INTERV_LA1.DATAINT,NULL, (TRUNC(SYSDATE)-TRUNC(LAP1.DATAPRENOT)),(TRUNC(INTERV_LA1.DATAINT)-TRUNC(LAP1.DATAPRENOT)) ),(TRUNC(INTERV1.DATAINT)-TRUNC(LAP1.DATAPRENOT)) ),(TRUNC(LAP1.DATASOSPENSIONE)-TRUNC(LAP1.DATAPRENOT)) ),3)),0) ,0)-PRI.GGSEMAFOROGIALLOMIN),-1,'NESSUNO', DECODE(SIGN(NVL( NVL(SUM( TRUNC ( DECODE ( LAP1.DATASOSPENSIONE,NULL, DECODE(INTERV1.DATAINT,NULL, DECODE(INTERV_LA1.DATAINT,NULL, (TRUNC(SYSDATE)-TRUNC(LAP1.DATAPRENOT)),(TRUNC(INTERV_LA1.DATAINT)-TRUNC(LAP1.DATAPRENOT)) ),(TRUNC(INTERV1.DATAINT)-TRUNC(LAP1.DATAPRENOT)) ),(TRUNC(LAP1.DATASOSPENSIONE)-TRUNC(LAP1.DATAPRENOT)) ),3)),0) ,0)-PRI.GGSEMAFOROROSSO),-1,'GIALLO','ROSSO'))) FROM INTERVENTI INTERV1, INTERVENTI INTERV_LA1, LISTAOP LO1, LISTAATTESA L1,LISTAATTESAPRIORITA LAP1 WHERE LAP1.NUMERO = L1.NUMERO AND L.NUMERO = L1.NUMERO AND L1.NUMERO = LO1.PROGLISTAATTESA (+) AND LO1.PROGRESSIVO = INTERV1.LISTAOP (+) AND (INTERV1.DISCONVALIDATO (+) = '0') AND L1.NUMERO = INTERV_LA1.LISTAATTESA (+) AND (INTERV_LA1.DISCONVALIDATO (+) = '0') AND LAP1.NUMERO IS NOT NULL AND LAP1.PROGRESSIVO > 0 GROUP BY L1.NUMERO) AS SEMAFORO, DECODE(PREOPLO.DATAVISITA,NULL,PREOP.DATAVISITA,PREOPLO.DATAVISITA) AS VISITAPREOP, DECODE(PREOPLO.DATAVISITA,NULL,VALUTAZIONE.DESCRIZIONE,VALUTAZIONELO.DESCRIZIONE) AS PREOP_VALUTAZIONE, DECODE(INTERV.DATAINT,NULL,INTERV_LA.DATAINT,INTERV.DATAINT) AS DATAINTEFF, DECODE(INTERV.DATARICOVERO,NULL,INTERV_LA.DATARICOVERO,INTERV.DATARICOVERO) AS DATAINT_RICOVERO, DECODE(L.MEDICOPROPONENTE,NULL, (SELECT MEDICO_PERSONALE.NOMINATIVO FROM PERSONALE MEDICO_PERSONALE WHERE L.IDPERSONALE = MEDICO_PERSONALE.PROGRESSIVO), (SELECT MEDICO_PROPONENTE.DESCRIZIONE FROM TABELLE MEDICO_PROPONENTE WHERE L.MEDICOPROPONENTE = MEDICO_PROPONENTE.PROGRESSIVO) ) AS MEDICOPROPONENTE, NVL((SELECT SUM( DECODE (PR.GIORNI,null,0,0,0, TRUNC ( ( ( TRUNC((100/PR.GIORNI),2))+ Get_PuntiEta(P.PROGRESSIVO)+ Get_PuntiMalattieConcomitanti(L.NUMERO)+ Get_PuntiComuneResidenza(P.PROGRESSIVO)+ Get_PuntiAltriFattori(L.NUMERO) ) * DECODE ( LAP.DATASOSPENSIONE,null, DECODE(INTERV.DATAINT,NULL, DECODE(INTERV_LA.DATAINT,NULL, (trunc(sysdate)-trunc(LAP.DATAPRENOT)), (trunc(INTERV_LA.DATAINT)-trunc(LAP.DATAPRENOT)) ), (trunc(INTERV.DATAINT)-trunc(LAP.DATAPRENOT)) ), (trunc(LAP.DATASOSPENSIONE)-trunc(LAP.DATAPRENOT)) ) ,3) ) ) as PUNTI FROM LISTAATTESAPRIORITA LAP, PRIORITA PR WHERE LAP.PRIORITA = PR.PROGRESSIVO AND LAP.NUMERO = L.NUMERO),0) AS PUNTIPERCENTUALI, (SELECT DESCRIZIONE FROM REGIMIRICOVERO WHERE ID = L.REGIME) AS DESC_REGRIC, (SELECT LISTAATTESARIATTIVAZIONE.DATARIATTIVAZIONE FROM LISTAATTESARIATTIVAZIONE WHERE L.NUMERO = LISTAATTESARIATTIVAZIONE.NUMERO) AS DATARIATTIVAZIONE, (SELECT DECODE(LISTAATTESARIATTIVAZIONE.RIATTIVA_MODALITA,null,'', DECODE(LISTAATTESARIATTIVAZIONE.RIATTIVA_MODALITA,'AUTOMATICA','Automática','MANUALE','Manual') || ' Realizado ' || NVL(LISTAATTESARIATTIVAZIONE.RIATTIVA_CHI,'') || ' El ' || DECODE(LISTAATTESARIATTIVAZIONE.RIATTIVA_QUANDO,null,'',to_char(LISTAATTESARIATTIVAZIONE.RIATTIVA_QUANDO,'dd/MM/yyyy'))) FROM LISTAATTESARIATTIVAZIONE WHERE L.NUMERO = LISTAATTESARIATTIVAZIONE.NUMERO) AS RIATTIVA_MODALITA, (SELECT LISTAATTESARIATTIVAZIONE.RIATTIVA_CHI FROM LISTAATTESARIATTIVAZIONE WHERE L.NUMERO = LISTAATTESARIATTIVAZIONE.NUMERO) AS RIATTIVA_CHI, (SELECT LISTAATTESARIATTIVAZIONE.RIATTIVA_QUANDO FROM LISTAATTESARIATTIVAZIONE WHERE L.NUMERO = LISTAATTESARIATTIVAZIONE.NUMERO) AS RIATTIVA_QUANDO, DECODE(LO.OPERATO,NULL,(SELECT '1' FROM INTERVENTI WHERE LISTAATTESA = L.NUMERO AND DISCONVALIDATO = '0' AND ROWNUM = 1),LO.OPERATO) AS OPERATO, NVL(PREOPLO.DATAVISITA, NVL(PREOP.DATAVISITA,'')) AS DATAVISITAPREOP, NVL(PREOPLO.DATAVISITA,'') AS CHKLSTOP, NVL(PREOP.DATAVISITA,'') AS CHKLSTATT, DECODE(NVL(PREOPLO.DATAVISITA,''),'','','LO') || DECODE(NVL(PREOP.DATAVISITA,''),'','','LA') AS VISITAPREOPDA, DECODE(L.Assegnato,NULL,'',DECODE(L.Assegnato,0,'Sì','No')) As Assegnato, TABSITUAZIONE.DESCRIZIONE AS SITUAZIONE, TABREGIONE.DESCRIZIONE AS REGIONE, TABUSL.DESCRIZIONE AS USL, TABMEDICO.DESCRIZIONE AS MEDICOFAMIGLIA, TABMODACCESSO.DESCRIZIONE AS MODALITAACCESSO, (SELECT B.DESCRIZIONE FROM LSTATTTABELLE B,LSTATTPROTESI WHERE LSTATTPROTESI.TIPOPROTESI = B.PROGRESSIVO(+) AND LSTATTPROTESI.PROGLISTAATTESA = L.NUMERO) AS TIPOPROTESI, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = (SELECT MALATTIA FROM LSTATTMALATTIE WHERE LSTATTMALATTIE.PROGLISTAATTESA = L.NUMERO AND ROWNUM = 1 AND LSTATTMALATTIE.CONTATORE = (SELECT MIN(CONTATORE) FROM LSTATTMALATTIE LSTMT WHERE LSTMT.PROGLISTAATTESA = LSTATTMALATTIE.PROGLISTAATTESA))) AS PRIMAMALATTIA, TABGRUPPILA.DESCRIZIONE AS GRUPPOLISTA, L.NOTEDIAGNOSI, L.NOTETIPOINTERVENTO, COMUNE_RESIDENZA.CAP AS CAP_RESIDENZA, P.INDIRIZZO, DECODE(L.RICHIESTAVISITAANEST,0,'No',1,'Sì','') As RICHIESTAVISITAANEST, NULL AS MOTIVAZIONE_ELIMINAZIONE, NULL AS SIGLACREAZIONE_LA_STORICO, NULL AS DATAORACREAZIONE_LA_STORICO, L.DATALAVISITACHIRURGICA AS PROG_SETT_I, TRUNC(L.DATALAVISITACHIRURGICA)+7 AS PROG_SETT_F, DECODE (L.DATALAVISITACHIRURGICA,null,0, (trunc(L.DATALAVISITACHIRURGICA)-trunc(L.DATAPRENOT)) - NVL(( SELECT SUM( DECODE (LAP.DATASOSPENSIONE,null, DECODE(INTERV.DATAINT,NULL, DECODE(INTERV_LA.DATAINT,NULL, (trunc(sysdate)-trunc(LAP.DATAPRENOT)), (trunc(INTERV_LA.DATAINT)-trunc(LAP.DATAPRENOT)) ),(trunc(INTERV.DATAINT)-trunc(LAP.DATAPRENOT)) ),(trunc(LAP.DATASOSPENSIONE)-trunc(LAP.DATAPRENOT)))) FROM LISTAATTESAPRIORITA LAP WHERE LAP.NUMERO = L.NUMERO AND LAP.NUMERO IS NOT NULL AND LAP.PROGRESSIVO > 0 GROUP BY NUMERO ),0) ) AS PROG_SETT_GG, NULL AS PROG_SETT_AL, L.PROGLAVISITACHIRURGICA AS PROG_SETT_PROG, DECODE(INTERV.DATAINT,NULL,DECODE(INTERV_LA.DATAINT,NULL,(TRUNC(DECODE(L.SOSPESO,'0',sysdate,NVL(L.DATARIVALUTAZIONE,sysdate)))-TRUNC(L.DATAPRENOT)),(TRUNC(INTERV_LA.DATAINT)-TRUNC(L.DATAPRENOT))),(TRUNC(INTERV.DATAINT)-TRUNC(L.DATAPRENOT))) AS GIORNINSERIMENTO, REPARTIDEGENZA.DESCRIZIONE AS REPARTODEGENZA, L.DATAVISITAANESTPROPOSTA, DECODE(L.ACCPREOP,0,'No',1,'Sì','') As ACCPREOP, L.DURATA, TIPOANESTESIA.DESCRIZIONE AS TIPOANESTESIA, GETCHIAMATAPAZIENTE(L.NUMERO) AS CHIAMATE, (SELECT COUNT(*) FROM LISTAATTESACHIAMATAPAZIENTE LACP WHERE LACP.NUMERO = L.NUMERO) AS NCHIAMATE, L.ORAVISITAANESTPROPOSTA, DECODE(L.DURATA,NULL,PR.DURATA,L.DURATA) AS DURATA_EFFETTIVA, L.PREOSPEDALIZZAZIONETERMINATA, L.ORARIC, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = L.VALUTAZIONE) AS VALUTAZIONE_DESC, L.DATAINTPREVISTO, L.CODICEIMPEGNATIVA_PRE || L.CODICEIMPEGNATIVA_POST AS CODICEIMPEGNATIVA, DECODE(L.LIBERA_PROFESSIONE,0,'No',1,'Si','') AS LIBERA_PROFESSIONE_DESC, DECODE(L.SOSPESO, '0','Activo','1','Suspendido','2','Re-Evaluado','3','Re-Envio','') AS SOSPESO_DESC, GetDiagnosiListaAttesa(L.NUMERO,4000,3) as DiagnosiSecondarie, GetICD9CMListaAttesa(L.NUMERO,4000,3) as ProcedureSecondarie, DECODE(PREOPLO.ASA,NULL,DECODE(PREOP.ASA,NULL,'',PREOP.ASA || DECODE(PREOP.ASAE,1,' E','')),PREOPLO.ASA || DECODE(PREOPLO.ASAE,1,' E','')) AS ASAPREOP, L.PROGREPARTO AS PROGREPARTO, L.NOTEPRESCRIZIONIPREOP, PRI.GIORNI AS PRIORITA_GIORNI, NULL AS PRIORITY_SCORE, DECODE ((SELECT COUNT(*) FROM INTERVENTI WHERE LISTAATTESA = L.NUMERO), 0, NULL, 1,(SELECT DISCONVALIDATO FROM INTERVENTI WHERE LISTAATTESA = L.NUMERO), DECODE ((SELECT COUNT(*) FROM INTERVENTI WHERE LISTAATTESA = L.NUMERO AND DISCONVALIDATO = '0'), 0, 1, 0)) AS COLLEGAMENTO_INT, NULL AS NUMEROOLD, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = P.CITTADINANZA) AS CITTADINANZA_DESC, L.GIORNIPRERICOVERO, L.GIORNIPOSTRICOVERO, PR.DURATASANIFICAZIONE AS DURATA_SANIFICAZIONE_PREV, L.EQUIPE AS PROGOPERATORE, P.COGNOME AS PAZ_COGNOME, P.COGNOME2 AS PAZ_COGNOME2, P.NOME AS PAZ_NOME, (SELECT SP.DESCRIZIONE FROM STRUTTURAPROVENIENZA SP WHERE SP.PROGRESSIVO = L.STRUTTURAPROVENIENZA) AS STRUTTURAPROVENIENZA_DESC, (SELECT SD.DESCRIZIONE FROM STRUTTURADESTINAZIONE SD WHERE SD.PROGRESSIVO = L.STRUTTURADESTINAZIONE) AS STRUTTURADESTINAZIONE_DESC, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = L.TIPOLISTAATTESA) AS TIPOLISTAATTESA_DESC, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = L.GARANZIA) AS GARANZIA_DESC, L.TELEFONORIFERIMENTOEPISODIO, (TRUNC(L.DATAPRENOT) + NVL(PRI.GIORNI,0) + pkgexpavelco.Get_GiorniSospensioneAll(L.NUMERO)) AS DATA_SCADENZA_PRIORITA, L.IDPERCORSO AS IDPERCORSOEXT, L.DATAPRESCRIZIONE, DECODE (L.CODICEIMPEGNATIVA_PRE, NULL, L.CODICEIMPEGNATIVA_POST, L.CODICEIMPEGNATIVA_PRE || DECODE (L.CODICEIMPEGNATIVA_POST, NULL, '', '|' || L.CODICEIMPEGNATIVA_POST)) AS CODICEPRESCRIZIONE, L.NUMEROSTORIACLINICA, L.STATODATAOFFERTA, L.STATODATATRASFERIMENTO, L.LA_CHIAVEESTERNA FROM LISTAATTESA L, LISTAOP LO, PREOP_ANEST PREOP, PREOP_ANEST PREOPLO, INTERVENTI INTERV, INTERVENTI INTERV_LA, PAZIENTI P, PREVISIONI PR, DIAGNOSI D, COMUNI COMUNE_RESIDENZA, TABELLE MOTIV, TABELLE VALUTAZIONE, TABELLE VALUTAZIONELO, TABELLE TABSITUAZIONE, TABELLE TABREGIONE, TABELLE TABMODACCESSO, TABELLE TABUSL, TABELLE TABMEDICO, TABELLE TABBLOCCO, TABELLE TABGRUPPILA, TABELLE TIPOANESTESIA, REPARTIDEGENZA, REPARTI R, PRIORITA PRI WHERE L.PREVISIONE = PR.PROGRESSIVO AND L.CODPAZIENTE = P.PROGRESSIVO AND L.DIAGNOSI = D.PROGRESSIVO (+) AND L.REPARTO = R.PROGRESSIVO (+) AND L.PRIORITA = PRI.PROGRESSIVO (+) AND L.MOTIVOSOSPENSIONE = MOTIV.PROGRESSIVO (+) AND L.NUMERO = LO.PROGLISTAATTESA (+) AND L.NUMERO = PREOP.PROGRCHIAMANTE (+) AND (PREOP.CODCHIAMANTE (+) = 3) AND LO.PROGRESSIVO = PREOPLO.PROGRCHIAMANTE (+) AND (PREOPLO.CODCHIAMANTE (+) = 2) AND PREOP.VALUTAZIONE = VALUTAZIONE.PROGRESSIVO (+) AND PREOPLO.VALUTAZIONE = VALUTAZIONELO.PROGRESSIVO (+) AND LO.PROGRESSIVO = INTERV.LISTAOP (+) AND (INTERV.DISCONVALIDATO (+) = '0') AND L.NUMERO = INTERV_LA.LISTAATTESA (+) AND (INTERV_LA.DISCONVALIDATO (+) = '0') AND P.COMUNERESIDENZA = COMUNE_RESIDENZA.PROGRESSIVO (+) AND L.STATO = TABSITUAZIONE.PROGRESSIVO(+) AND P.REGIONEASSISTENZA = TABREGIONE.PROGRESSIVO(+) AND L.IDACCESSO = TABMODACCESSO.PROGRESSIVO(+) AND P.USL = TABUSL.PROGRESSIVO(+) AND P.MEDICOCHEINVIA = TABMEDICO.PROGRESSIVO(+) AND L.BLOCCO = TABBLOCCO.PROGRESSIVO (+) AND L.GRUPPOLISTAATTESA = TABGRUPPILA.PROGRESSIVO (+) AND L.REPARTODEGENZA = REPARTIDEGENZA.PROGRESSIVO (+) AND L.TIPOANESTESIA = TIPOANESTESIA.PROGRESSIVO (+) AND L.REPARTO IN (13,21,14,22,15,16,17,23,18,19,24,26,27,20,25) AND L.DATAPRENOT >= to_date('2021-09-21', 'yyyy-MM-dd') AND L.DATAPRENOT <= to_date('2021-10-21', 'yyyy-MM-dd') AND LO.DATAINT IS NULL AND INTERV_LA.DATAINT IS NULL AND L.SOSPESO = '0' ) L ORDER BY L.DATAPRENOT Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, PAZIENTI.*, TAB_PROFESSIONE.UTCODICE AS TAB_PROFESSIONE_COD, TAB_PROFESSIONE.DESCRIZIONE AS TAB_PROFESSIONE_DESC, TAB_TITOLOSTUDIO.UTCODICE AS TAB_TITOLOSTUDIO_COD, TAB_TITOLOSTUDIO.DESCRIZIONE AS TAB_TITOLOSTUDIO_DESC, TAB_POSIZIONEPROF.UTCODICE AS TAB_POSIZIONEPROF_COD, TAB_POSIZIONEPROF.DESCRIZIONE AS TAB_POSIZIONEPROF_DESC, TAB_RAMOATTIVITA.UTCODICE AS TAB_RAMOATTIVITA_COD, TAB_RAMOATTIVITA.DESCRIZIONE AS TAB_RAMOATTIVITA_DESC, TAB_STATOCIVILE.UTCODICE AS TAB_STATOCIVILE_COD, TAB_STATOCIVILE.DESCRIZIONE AS TAB_STATOCIVILE_DESC, TAB_CITTADINANZA.UTCODICE AS TAB_CITTADINANZA_COD, TAB_CITTADINANZA.DESCRIZIONE AS TAB_CITTADINANZA_DESC, TAB_REGIONEASSISTENZA.UTCODICE AS TAB_REGIONEASSISTENZA_COD, TAB_REGIONEASSISTENZA.DESCRIZIONE AS TAB_REGIONEASSISTENZA_DESC, TAB_MEDICOCHEINVIA.UTCODICE AS TAB_MEDICOCHEINVIA_COD, TAB_MEDICOCHEINVIA.DESCRIZIONE AS TAB_MEDICOCHEINVIA_DESC, TAB_USL.UTCODICE AS TAB_USL_COD, TAB_USL.DESCRIZIONE AS TAB_USL_DESC, COMUNINASC.CODICE AS COMUNINASC_COD, COMUNINASC.DESCRIZIONE AS COMUNINASC_DESC, COMUNINASC.CAP AS COMUNINASC_CAP, COMUNINASC.PROVINCIA AS COMUNINASC_PROV, (SELECT TABELLE.DESCRIZIONE FROM COMUNI,PROVINCIE,TABELLE WHERE COMUNI.PROGRPROVINCIA = PROVINCIE.PROGRESSIVO AND PROVINCIE.PROGRREGIONE = TABELLE.PROGRESSIVO AND COMUNI.PROGRESSIVO = PAZIENTI.COMUNENASCITA) AS COMUNINASC_REGIONE_DESC, COMUNIRES.CODICE AS COMUNIRES_COD, COMUNIRES.DESCRIZIONE AS COMUNIRES_DESC, COMUNIRES.CAP AS COMUNIRES_CAP, COMUNIRES.PROVINCIA AS COMUNIRES_PROV, (SELECT TABELLE.DESCRIZIONE FROM COMUNI,PROVINCIE,TABELLE WHERE COMUNI.PROGRPROVINCIA = PROVINCIE.PROGRESSIVO AND PROVINCIE.PROGRREGIONE = TABELLE.PROGRESSIVO AND COMUNI.PROGRESSIVO = PAZIENTI.COMUNERESIDENZA) AS COMUNIRES_REGIONE_DESC, DECODE(PAZIENTI.SANGUE,1,'A',2,'B',3,'AB',4,'0') AS SANGUE_DESC, DECODE(PAZIENTI.RH,1,'POSITIVO',2,'NEGATIVO') AS RH_DESC, DECODE(SIGN(1-TRUNC(MONTHS_BETWEEN( to_date('2021-10-21','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))), 0,'1 mes', -1,DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-10-21','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-10-21','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)/12), 0,TRUNC(MONTHS_BETWEEN( to_date('2021-10-21','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN( to_date('2021-10-21','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC( to_date('2021-10-21','yyyy-mm-dd') -PAZIENTI.DATANASCITA), 1,'1 día',TRUNC( to_date('2021-10-21','yyyy-mm-dd') -PAZIENTI.DATANASCITA)||' días')) AS ETA_TOT FROM PAZIENTI, TABELLE TAB_PROFESSIONE, TABELLE TAB_TITOLOSTUDIO, TABELLE TAB_POSIZIONEPROF, TABELLE TAB_RAMOATTIVITA, TABELLE TAB_STATOCIVILE, TABELLE TAB_CITTADINANZA, TABELLE TAB_REGIONEASSISTENZA, TABELLE TAB_MEDICOCHEINVIA, TABELLE TAB_USL, COMUNI COMUNINASC, COMUNI COMUNIRES WHERE 1=1 AND PAZIENTI.PROFESSIONE = TAB_PROFESSIONE.PROGRESSIVO (+) AND PAZIENTI.TITOLOSTUDIO = TAB_TITOLOSTUDIO.PROGRESSIVO (+) AND PAZIENTI.POSIZIONEPROF = TAB_POSIZIONEPROF.PROGRESSIVO (+) AND PAZIENTI.RAMOATTIVITA = TAB_RAMOATTIVITA.PROGRESSIVO (+) AND PAZIENTI.STATOCIVILE = TAB_STATOCIVILE.PROGRESSIVO (+) AND PAZIENTI.CITTADINANZA = TAB_CITTADINANZA.PROGRESSIVO (+) AND PAZIENTI.REGIONEASSISTENZA = TAB_REGIONEASSISTENZA.PROGRESSIVO (+) AND PAZIENTI.MEDICOCHEINVIA = TAB_MEDICOCHEINVIA.PROGRESSIVO (+) AND PAZIENTI.USL = TAB_USL.PROGRESSIVO (+) AND PAZIENTI.COMUNENASCITA = COMUNINASC.PROGRESSIVO (+) AND PAZIENTI.COMUNERESIDENZA = COMUNIRES.PROGRESSIVO (+) AND PAZIENTI.PROGRESSIVO = 85 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, INTERVENTI.NOSOLOGICO, INTERVENTI.REGIME, (SELECT DESCRIZIONE FROM REGIMIRICOVERO WHERE ID = INTERVENTI.REGIME) AS REGIME_DESC, INTERVENTI.LIBERA_PROFESSIONE AS LIBERAPROFESSIONE, INTERVENTI.CARTELLACLINICA, INTERVENTI.TUSCORE, INTERVENTI.EUROSCORE, INTERVENTI.ETA, INTERVENTI.REPARTODEGENZA, (SELECT DESCRIZIONE FROM REPARTIDEGENZA WHERE PROGRESSIVO = INTERVENTI.REPARTODEGENZA) AS REPARTODEGENZA_DESC, INTERVENTI.TDIAGNOSI1 AS DIAGNOSILIBERA, TIPIINTERVENTI.TIPOINT AS TIPOINTERVENTO, INTERVENTI.SALETTA, (SELECT DESCRIZIONE FROM SALETTE WHERE PROGRESSIVO = INTERVENTI.SALETTA) AS SALETTA_DESC, INTERVENTI.MINIINVASIVA, INTERVENTI.TIPOMINIINVASIVA, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = INTERVENTI.TIPOMINIINVASIVA) AS TIPOMINIINVASIVA_DESC, INTERVENTI.CONVERSIONELAPARO, (SELECT COUNT(*) FROM DIAGNOSIINTERVENTI WHERE DIAGNOSIINTERVENTI.INTERVENTO = INTERVENTI.PROGRESSIVO) AS DIAGNOSI, (SELECT COUNT(*) FROM ICDINTERVENTI WHERE ICDINTERVENTI.INTERVENTO = INTERVENTI.PROGRESSIVO) AS ICD9CM, (SELECT CHIAVEESTERNA FROM PAZIENTI WHERE PROGRESSIVO = INTERVENTI.CODPAZIENTE) AS CHIAVEESTERNA, (SELECT DATANASCITA FROM PAZIENTI WHERE PROGRESSIVO = INTERVENTI.CODPAZIENTE) AS DATANASCITA, (SELECT CODFISC FROM PAZIENTI WHERE PROGRESSIVO = INTERVENTI.CODPAZIENTE) AS CODICEFISCALE, (SELECT PAZIENTI.TEAM_NUMEROTESSERA FROM PAZIENTI WHERE PROGRESSIVO = INTERVENTI.CODPAZIENTE) AS PAZIENTE_TEAM_NUMEROTESSERA, (SELECT PAZIENTI.STP FROM PAZIENTI WHERE PROGRESSIVO = INTERVENTI.CODPAZIENTE) AS PAZIENTE_STP, (SELECT PAZIENTI.DOC_CODICE FROM PAZIENTI WHERE PROGRESSIVO = INTERVENTI.CODPAZIENTE) AS PAZIENTE_DOC_CODICE, INTERVENTI.PREVISIONE, (SELECT UTCODICE || ' - ' || DESCRIZIONE FROM PREVISIONI WHERE PROGRESSIVO = INTERVENTI.PREVISIONE) AS PREVISIONE_DESC, INTERVENTI.CONVRXBRILLANZA, INTERVENTI.ASA AS ASAATTOCHIRURGICO, INTERVENTI.CONVPRESAVISIONEDATI, INTERVENTI.OSCURAMENTO, INTERVENTI.STADIAZIONECONDENSATA, INTERVENTI.TELEFONORIFERIMENTOEPISODIO, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = INTERVENTI.STADIAZIONECONDENSATA) AS STADIAZIONECONDENSATA_DESC, ALTRIDATI.LATERALITA, ALTRIDATI.INTRAOP AS DIAGNOSIINTRAOPERATORIA, (SELECT COUNT(*) FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = INTERVENTI.PROGRESSIVO) AS SETFERRI, (SELECT COUNT(*) FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = INTERVENTI.PROGRESSIVO AND LOTTO IS NULL) AS LOTTO, (SELECT COUNT(*) FROM ESAMIRICHIESTI WHERE INTERVENTO = INTERVENTI.PROGRESSIVO) AS ER_NUMERO, (SELECT COUNT(*) FROM ESAMIRICHIESTI WHERE DESTINAZIONE IS NULL AND INTERVENTO = INTERVENTI.PROGRESSIVO) AS ER_DESTINAZIONE, (SELECT COUNT(*) FROM ESAMIRICHIESTI WHERE STAMPATO = '0' AND INTERVENTO = INTERVENTI.PROGRESSIVO) AS ER_STAMPATO, (SELECT COUNT(*) FROM LAB_ESAMIRICHIESTI WHERE STATORECORD = 'A' AND INTERVENTO = INTERVENTI.PROGRESSIVO) AS ER_NEW_NUMERO, (SELECT COUNT(*) FROM LAB_ESAMIRICHIESTI WHERE STATORECORD = 'A' AND DESTINAZIONE IS NULL AND INTERVENTO = INTERVENTI.PROGRESSIVO) AS ER_NEW_DESTINAZIONE, (SELECT COUNT(*) FROM LAB_ESAMIRICHIESTI WHERE STATORECORD = 'A' AND STAMPATO = '0' AND INTERVENTO = INTERVENTI.PROGRESSIVO) AS ER_NEW_STAMPATO, ALTRIDATI.BRILLANZA, ALTRIDATI.LACCIO, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.LACCIO) AS LACCIO_DESC, ALTRIDATI.SEGMENTO, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.SEGMENTO) AS SEGMENTO_DESC, ALTRIDATI.RADIOGRAF, ALTRIDATI.DESTINAZIONE, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.DESTINAZIONE) AS DESTINAZIONE_DESC, ALTRIDATI.AMMDIAG, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.AMMDIAG) AS AMMDIAG_DESC, ALTRIDATI.ACCESSO, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.ACCESSO) AS ACCESSO_DESC, ALTRIDATI.POSIZ AS POSIZIONE, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.POSIZ) AS POSIZIONE_DESC, ALTRIDATI.ELEZURG, ALTRIDATI.TIPOURGENZA, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.TIPOURGENZA) AS TIPOURGENZA_DESC, ALTRIDATI.CONTAMINATO, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.CONTAMINATO) AS CONTAMINATO_DESC, ALTRIDATI.UOANESTESIA, (SELECT DESCRIZIONE FROM UOANESTESIA WHERE PROGRESSIVO = ALTRIDATI.UOANESTESIA) AS UOANESTESIA_DESC, ALTRIDATI.TERAPIAANTIBIOTICA, ALTRIDATI.TERAPIAANTITROMBOTICA, ALTRIDATI.PROFILASSIANTIALLERGICA, ALTRIDATI.STERILIZZAZIONE, ALTRIDATI.VALUTAZIONE, ALTRIDATI.CONFERMASTERILITA, ALTRIDATI.CONTEGGIOSTRUMINIZ, ALTRIDATI.CONFERMASTRUMFIN, ALTRIDATI.CONTEGGIOAGHI, ALTRIDATI.CECEFFETTUATA, ALTRIDATI.PERDITEEMATICHE, ALTRIDATI.PIASTRANEUTRA, ALTRIDATI.ELETTRODONEUTROSEDE, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.ELETTRODONEUTROSEDE) AS ELETTRODONEUTROSEDE_DESC, ALTRIDATI.CATETERE, ALTRIDATI.CATETERE_POSIZIONE, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.CATETERE_POSIZIONE) AS CATETERE_POSIZIONE_DESC, ALTRIDATI.CATETERE_TIPO, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.CATETERE_TIPO) AS CATETERE_TIPO_DESC, ALTRIDATI.PROTESI, ANESTESIA.TPANEST, ANESTESIA.FANS, ANESTESIA.ANALGESIA, ANESTESIA.NEUROLOGICI, ANESTESIA.RESPIRATORI, ANESTESIA.CARDIO, ANESTESIA.RENALI, ANESTESIA.ALLERGICI, ANESTESIA.SANGUINAMENTO, ANESTESIA.VENTILATORIA, ANESTESIA.TIPOINTUBAZIONE AS TECNICA, ANESTESIA.FATTOREASA AS ASA, ANESTESIA.PESO, ANESTESIA.ALTEZZA, ANESTESIA.SUPERFICIE FROM INTERVENTI, ALTRIDATI, ANESTESIA, TIPIINTERVENTI WHERE 1=1 AND INTERVENTI.PROGRESSIVO = ALTRIDATI.INTERVENTO (+) AND INTERVENTI.PROGRESSIVO = ANESTESIA.INTERVENTO (+) AND INTERVENTI.PROGRESSIVO = TIPIINTERVENTI.INTERVENTO (+) AND INTERVENTI.PROGRESSIVO = 95 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, INT.*, PRE.UTCODICE AS previsione_cod_text, PRE.DESCRIZIONE AS previsione_desc_text, TIPIINT.TIPOINT AS TIPIINT_DESC, REPARTOOP.CODICE AS REPARTOOP_COD, REPARTOOP.DESCRIZIONE AS REPARTOOP_DESC, REPARTODEG.CODICE AS REPARTODEG_COD, REPARTODEG.DESCRIZIONE AS REPARTODEG_DESC, ALTRIDATI.INTRAOP, ALTRIDATI.DATAURG, ALTRIDATI.ORAURG, ALTRIDATI.LATERALITA, ALTRIDATI.ELEZURG, ALTRIDATI.TIPOURGENZA, ALTRIDATI.DESTINAZIONE, ALTRIDATI.TERAPIAANTIBIOTICA, ALTRIDATI.NOTETERAPIAANTIBIOTICA, ALTRIDATI.TERAPIAANTITROMBOTICA, ALTRIDATI.NOTETERAPIAANTITROMBOTICA, ALTRIDATI.PROFILASSIANTIALLERGICA, ALTRIDATI.NOTEPROFILASSIANTIALLERGICA, ALTRIDATI.CONTAMINATO FROM INTERVENTI INT, PREVISIONI PRE, TIPIINTERVENTI TIPIINT, REPARTI REPARTOOP, REPARTIDEGENZA REPARTODEG, ALTRIDATI WHERE 1=1 AND INT.PREVISIONE = PRE.PROGRESSIVO (+) AND INT.PROGRESSIVO = TIPIINT.INTERVENTO (+) AND INT.REPARTO = REPARTOOP.PROGRESSIVO (+) AND INT.REPARTODEGENZA = REPARTODEG.PROGRESSIVO (+) AND INT.PROGRESSIVO = ALTRIDATI.INTERVENTO (+) AND INT.PROGRESSIVO = 95 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM INTERVENTI WHERE PROGRESSIVO = 95 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM reparti where progressivo = 14 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM tabelle where codicetabella = 33 AND progressivo = 2833 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM SALETTE WHERE PROGRESSIVO = 10 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM AVELCO Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, DIAGNINT.*,DIAGN.UTCODICE,DIAGN.DESCRIZIONE FROM INTERVENTI INT, DIAGNOSIINTERVENTI DIAGNINT, DIAGNOSI DIAGN WHERE INT.PROGRESSIVO = DIAGNINT.INTERVENTO AND DIAGNINT.DIAGNOSI = DIAGN.PROGRESSIVO AND INT.PROGRESSIVO = 95 ORDER BY DIAGNINT.CONTATORE Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, ICDINTERVENTI.*,ICD9CM.ICD AS ICD9CM_COD,ICD9CM.DESCRIZIONE AS ICD9CM_DESC, TEMPIICD.INIZIO, TEMPIICD.FINE FROM ICDINTERVENTI, ICD9CM, TEMPIICD WHERE ICDINTERVENTI.ICD = ICD9CM.PROGRESSIVO (+) AND ICDINTERVENTI.CONTATORE = TEMPIICD.CONTATORE (+) AND ICDINTERVENTI.INTERVENTO = TEMPIICD.INTERVENTO (+) AND ICDINTERVENTI.INTERVENTO = 95 ORDER BY ICDINTERVENTI.CONTATORE Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, a.Progressivo, a.UtCodice, a.Descrizione AS DescDiagnosi, DECODE(Tabelle.Descrizione,Null,'','['||Tabelle.Descrizione||'] ') ||a.Descrizione AS Descrizione, a.Sinonimo, (SELECT COUNT(*) FROM ICDDIAGNOSI WHERE DIAGNOSI = a.PROGRESSIVO) AS ICDASSOCIATI FROM Diagnosi a,Tabelle WHERE Tabelle.Progressivo(+) = a.Famiglia AND A.PROGRESSIVO IN ( 35111 ) ORDER BY A.UTCODICE Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, e.*, p.nominativo,p.funzione,p.presente,p.specializzando,p.datafine, sub.nominativo as subNominativo,ceq.descrizione as descFunz, (select ies.distanzascopia from intequipescopie ies where ies.progintervento = e.progrintervento and ies.progaltridati = e.progrintervento and ies.progpersonale = e.codpersonale) as ies_distanzascopia from intequipe e,personale p,personale sub,cnfgequipe ceq where p.funzione = ceq.funzione and e.codpersonale = p.progressivo and e.subentratoA = sub.progressivo (+) and e.progrintervento = 95 AND P.FUNZIONE = 1 AND E.CHKPRIMO = 1 order by p.funzione,e.chkprimo desc,e.contatore Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, P.PROGRESSIVO, P.UTCODICE, P.DESCRIZIONE, P.DURATA, P.FLACONI, P.NGIORNI, P.REGIME, P.PROTESI, P.ANESTESIA, P.INUSO, P.NGIORNIPOSTINT, P.PRIORITA, (SELECT COUNT(*) FROM VMAX59 WHERE PREVISIONE = P.PROGRESSIVO) AS NUMICD9, (SELECT COUNT(*) FROM VMAX61 WHERE PREVISIONE = P.PROGRESSIVO) AS NUMPRESIDI, PRI.DESCRIZIONE AS DESCPRIORITA, P.ESCLUDICHECKLIST, P.DURATASANIFICAZIONE, P.GARANZIA, GARANZIA.DESCRIZIONE AS DESCGARANZIA FROM PREVISIONI P, PRIORITA PRI, TABELLE GARANZIA WHERE 1=1 AND P.PRIORITA = PRI.PROGRESSIVO (+) AND P.GARANZIA = GARANZIA.PROGRESSIVO (+) AND P.PROGRESSIVO IN ( 369 ) ORDER BY P.UTCODICE Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 52 AND 1 = 2 ORDER BY UTCODICE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * from repartiequipe req,cnfgequipe ceq where req.funzione = ceq.funzione and req.reparto = 14 and req.funzione = 2 order by req.funzione Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * from avelco Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * from repartiequipe req,cnfgequipe ceq where req.funzione = ceq.funzione and req.reparto = 14 order by req.funzione Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, DISTINCT '1' as Scopia,Personale.Funzione,CnfgEquipe.Descrizione FROM INTEQUIPE,personale,CnfgEquipe WHERE Personale.Progressivo = INTEQUIPE.CodPersonale AND CnfgEquipe.Funzione = Personale.Funzione AND INTEQUIPE.PROGRINTERVENTO = 95 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * from repartiequipe req,cnfgequipe ceq where req.funzione = ceq.funzione and req.reparto = 14 and req.funzione = 3 order by req.funzione Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, COUNT(intequipe.codpersonale) AS NumChirurghi FROM intequipe,personale WHERE intequipe.codpersonale = personale.progressivo AND chkprimo = '1' AND personale.funzione = '1' AND progrintervento = 95 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, e.*, p.nominativo,p.funzione,p.presente,p.specializzando,p.datafine, sub.nominativo as subNominativo,ceq.descrizione as descFunz, (select ies.distanzascopia from intequipescopie ies where ies.progintervento = e.progrintervento and ies.progaltridati = e.progrintervento and ies.progpersonale = e.codpersonale) as ies_distanzascopia from intequipe e,personale p,personale sub,cnfgequipe ceq where p.funzione = ceq.funzione and e.codpersonale = p.progressivo and e.subentratoA = sub.progressivo (+) and e.progrintervento = 95 order by p.funzione,e.chkprimo desc,e.contatore Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, DISTINCT PROGRESSIVO, NOMINATIVO || DECODE(DATAFINE,NULL,'',DECODE(SIGN(TRUNC(DATAFINE)-TRUNC(sysdate)),0,'',1,'',' (NO ACTIVO)')) AS DESCRIZIONE , DECODE(DATAFINE,NULL,'1',DECODE(SIGN(TRUNC(DATAFINE)-TRUNC(sysdate)),0,'1',1,'1','0')) AS ATTIVO , NOMINATIVO FROM ( SELECT PERSONALE.PROGRESSIVO, PERSONALE.NOMINATIVO, PERSONALE.FUNZIONE, PERSONALE.MATRICOLA, PERSONALE.PRESENTE, PERSONALEBLOCCHIREPARTI.BLOCCO, PERSONALEBLOCCHIREPARTI.REPARTO, PERSONALE.UTENTE, PERSONALE.SPECIALIZZANDO, PERSONALE.SIGLA, PERSONALE.DATAFINE FROM PERSONALE, PERSONALEBLOCCHIREPARTI WHERE PERSONALEBLOCCHIREPARTI.PERSONALE = PERSONALE.PROGRESSIVO (+) ) PERSONALE WHERE 1=1 AND FUNZIONE = 1 AND REPARTO = 14 ORDER BY ATTIVO DESC,NOMINATIVO Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM IcdPrevisioni WHERE Previsione = 369 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid,* FROM ( SELECT 'LO' AS TIPO, L.ORDINE, L.ORA, L.PROGRESSIVO, L.DATAINT AS DATASCHEDA, L.SALETTA, L.DISPSALE, P.COGNOME,P.COGNOME2,P.NOME,P.DATANASCITA,P.SESSO, PR.UTCODICE || ' - ' || PR.DESCRIZIONE AS PREVISIONE, NVL(L.DURATA, PR.DURATA) AS DURATA, L.DURATASTANDARD, L.DURATASTANDARDPREVISIONE, L.DURATASTANDARDTIPO, L.DURATASANIFICAZIONE AS LO_DURATASANIFICAZIONE, PR.DURATASANIFICAZIONE AS PREV_DURATASANIFICAZIONE, D.UTCODICE || ' - ' || D.DESCRIZIONE AS DIAGNOSI, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = L.POSITIVO) AS DESCPOSITIVO, REGRIC.DESCRIZIONE AS REGRIC, L.PROGLISTAATTESA, L.SOSPESO, L.REPARTO, (SELECT DESCRIZIONE FROM REPARTI WHERE PROGRESSIVO = L.REPARTO) AS DESCREPARTO, (SELECT COUNT(*) FROM INTERVENTI I WHERE I.LISTAOP = L.PROGRESSIVO AND I.DISCONVALIDATO = '0') AS COLLEGAMENTO_INT, L.BRILLANZA, L.TERAPIAINTENSIVAPOSTOP, CPU.DESCRIZIONE AS DESC_CLASSIPRIORITAURGENZA, CPU.COLORE AS COLORE_CLASSIPRIORITAURGENZA, L.LOCKPIANIFICAZIONE, L.LOCKPIANIFICAZIONE_CHI, L.LOCKPIANIFICAZIONE_QUANDO, L.VALIDAPAZIENTE, L.VALIDAPAZIENTE_CHI, L.VALIDAPAZIENTE_QUANDO, L.NOTEDIAGNOSI, L.NOTETIPOINTERVENTO, L.NOSOLOGICO, pkgexpavelco.getequipelistaop(L.PROGRESSIVO, 1, 1).NOMINATIVO AS PRIMICHIRURGHI, L.ALLERGICO, getListaOpAllergie(l.PROGRESSIVO) AS ALLERGIE, '1' AS STATOOBBLIGATORI FROM LISTAOP L, PAZIENTI P, PREVISIONI PR, DIAGNOSI D, REGIMIRICOVERO REGRIC, CLASSIPRIORITAURGENZA CPU WHERE 1=1 AND L.CODPAZIENTE = P.PROGRESSIVO AND L.PREVISIONEINTERVENTO = PR.PROGRESSIVO AND L.DIAGNOSI = D.PROGRESSIVO (+) AND L.REGIME = REGRIC.ID (+) AND L.CLASSIPRIORITAURGENZA = CPU.PROGRESSIVO (+) AND L.DATAINT BETWEEN to_date('2021-10-21','yyyy-mm-dd') AND to_date('2021-10-21','yyyy-mm-dd') AND L.SOSPESO = '0' AND (L.SALETTA IN (SELECT PROGRESSIVO FROM SALETTE WHERE BLOCCO = 2833 ) OR (L.SALETTA IS NULL AND L.REPARTO IN (SELECT REPARTO FROM REPARTIBLOCCHI WHERE BLOCCO = 2833 ))) ) V ORDER BY SALETTA, DATASCHEDA, ORDINE, COGNOME, COGNOME2, NOME Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, previsioni.utcodice AS codprevisione,previsioni.descrizione AS descprevisione,icd9cm.progressivo AS progricd9cm,icd9cm.icd AS codicd,icd9cm.descrizione AS descicd FROM icdprevisioni,icd9cm,previsioni WHERE icdprevisioni.icd = icd9cm.progressivo AND icdprevisioni.previsione = previsioni.progressivo AND icdprevisioni.previsione = 369 ORDER BY icdprevisioni.contatore Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM ALTRIDATI WHERE INTERVENTO = 95 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = 95 ORDER BY ORDINE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM SANGUEINTERVENTI WHERE INTERVENTO = 95 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, P.SANGUE,P.RH FROM INTERVENTI I,PAZIENTI P WHERE 1=1 AND I.CODPAZIENTE = P.PROGRESSIVO AND I.PROGRESSIVO = 95 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM ORIGINI WHERE INTERVENTO = 95 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM EMODERIVATI WHERE INTERVENTO = 95 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM INTERVENTI_RECUPEROEMATICO WHERE INTERVENTO = 95 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM ALTRESCOPIE WHERE INTERVENTO = 95 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM ALTREGRAFIE WHERE INTERVENTO = 95 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM POSIZIONIMULTIPLE WHERE INTERVENTO = 95 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, IA.*, AD.CATETERE,AD.SNG AS AD_SNG,AD.RADIOGRAF,AD.BRILLANZA,AD.TEMPOBRILLANZA, AD.LACCIO,AD.MINUTILACCIO,AD.LATERALITA,AD.POSIZ,AD.GESSO,AD.LASER,AD.DESTINAZIONE,AD.MILLILITRISNG FROM INTERVENTI I, INTRAOP_ANEST IA,ALTRIDATI AD WHERE I.PROGRESSIVO = IA.PROGRCHIAMANTE (+) AND I.PROGRESSIVO = AD.INTERVENTO (+) AND I.PROGRESSIVO = 95 AND IA.CODCHIAMANTE (+) = 1 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM POSTOP_ANEST PA,POSTOP_PRESCRIZ PP WHERE PA.PROGRESSIVO = PP.PROGRPOSTOP (+) AND PROGRINTERVENTI = 95 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM POSTOP_DATI WHERE PROGRPOSTOP = (SELECT PROGRESSIVO FROM POSTOP_ANEST WHERE PROGRINTERVENTI = 95 ) Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, FV.IDFARMACI, FV.IDSOMMINISTRAZIONI, FV.X1, FV.X2, FV.QUANTITA, FV.XMIN, FV.XMAX, FV.NOTE, FV.DILUIZIONE, F.DESCRIZIONE, F.ALIASPRINCIPIOATTIVO, F.FLAGS, F.UMISURA, F.NOTIMELINE, S.DESCRIZIONE AS SOMMINISTRAZIONE, UM.DESCRIZIONE AS UNITAMISURAVALORE FROM FARMA_VALUES FV,FARMACI F,SOMMINISTRAZIONI S, TABELLE UM WHERE FV.IDFARMACI = F.ID AND FV.IDSOMMINISTRAZIONI = S.ID (+) AND FV.IDUNITAMISURA = UM.PROGRESSIVO (+) AND FV.IDEXT = 95 UNION ALL SELECT RRF.IDFARMACI, RRF.IDSOMMINISTRAZIONI, DECODE(SIGN( to_date('3000-01-01 00:00:00','yyyy-mm-dd hh24:mi:ss') - RRF.X1), 1, to_date('3000-01-01 00:00:00','yyyy-mm-dd hh24:mi:ss') , RRF.X1) AS X1, RRF.X2, RRF.QUANTITA, RRF.XMIN, RRF.XMAX, RRF.NOTE, RRF.DILUIZIONE, F.DESCRIZIONE, F.ALIASPRINCIPIOATTIVO, F.FLAGS, F.UMISURA, F.NOTIMELINE, S.DESCRIZIONE AS SOMMINISTRAZIONE, UM.DESCRIZIONE AS UNITAMISURAVALORE FROM RECROOM RR,RECROOM_FARMACI RRF,FARMACI F,SOMMINISTRAZIONI S, TABELLE UM WHERE RR.INTERVENTO = 95 AND RR.PROGRESSIVO= RRF.PROGRECROOM AND RRF.IDFARMACI = F.ID AND RRF.IDSOMMINISTRAZIONI = S.ID (+) AND RRF.IDUNITAMISURA = UM.PROGRESSIVO (+) AND (RRF.X1 >= to_date('3000-01-01 00:00:00','yyyy-mm-dd hh24:mi:ss') OR to_date('3000-01-01 00:00:00','yyyy-mm-dd hh24:mi:ss') BETWEEN RRF.X1 AND RRF.X2) ORDER BY DESCRIZIONE,X1 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, IAFT.IDGRAFICI, IAFT.X1, IAFT.X2, IAFT.QUANTITA, IAFT.XMIN, IAFT.XMAX, IAFT.NOTE, IAFT.DILUIZIONE, G.DESCRIZIONE FROM INTRAOP_GRAFICITABELLARI IAFT,GRAFICI G WHERE IAFT.IDEXT = 95 AND IAFT.IDGRAFICI = G.ID UNION ALL SELECT FG.IDGRAFICI, FG.X AS X1, FG.X AS X2, FG.Y AS QUANTITA, FG.XMIN, FG.XMAX, NULL AS NOTE, NULL AS DILUIZIONE, G.DESCRIZIONE FROM FARMA_GRAFICI FG,GRAFICI G WHERE FG.IDEXT = 95 AND FG.IDGRAFICI = G.ID AND G.TABELLARE = '1' UNION ALL SELECT RRFT.IDGRAFICI, RRFT.X1, RRFT.X2, RRFT.QUANTITA, RRFT.XMIN, RRFT.XMAX, RRFT.NOTE, RRFT.DILUIZIONE, G.DESCRIZIONE FROM RECROOM RR,RECROOM_GRAFICITABELLARI RRFT,GRAFICI G WHERE RR.INTERVENTO = 95 AND RR.PROGRESSIVO = RRFT.PROGRECROOM AND RRFT.IDGRAFICI = G.ID UNION ALL SELECT RRG.IDGRAFICI, RRG.X AS X1, RRG.X AS X2, RRG.Y AS QUANTITA, RRG.XMIN, RRG.XMAX, NULL AS NOTE, NULL AS DILUIZIONE, G.DESCRIZIONE FROM RECROOM_GRAFICI RRG,GRAFICI G WHERE RRG.IDGRAFICI = G.ID AND RRG.PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 95) AND G.TABELLARE = '1' ORDER BY DESCRIZIONE,X1 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, FG.IDGRAFICI, FG.X, FG.Y, FG.YMIN, FG.YMAX, FG.XMIN, FG.XMAX, G.DESCRIZIONE, G.COLOR, G.LINEWIDTH, G.LINETYPE, G.DECIMALI, FG.NOTE, G.SCALA_HTML5 FROM FARMA_GRAFICI FG, GRAFICI G WHERE FG.IDGRAFICI = G.ID AND G.TABELLARE = '0' AND FG.IDEXT = 95 UNION SELECT RRG.IDGRAFICI, RRG.X, RRG.Y, RRG.YMIN, RRG.YMAX, RRG.XMIN, RRG.XMAX, G.DESCRIZIONE, G.COLOR, G.LINEWIDTH, G.LINETYPE, G.DECIMALI, RRG.NOTE, G.SCALA_HTML5 FROM RECROOM_GRAFICI RRG, GRAFICI G WHERE RRG.IDGRAFICI = G.ID AND RRG.PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 95) AND G.TABELLARE = '0' ORDER BY IDGRAFICI,X,Y Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, MIN(X) AS inizio,MAX(Y) AS fine FROM ( SELECT MIN(FV.X1) AS X,MAX(FV.X2) AS Y FROM FARMA_VALUES FV,FARMACI F WHERE FV.IDFARMACI = F.ID AND FV.IDEXT = 95 AND F.NOTIMELINE = 0 UNION SELECT MIN(FG.X) AS X,MAX(FG.X) AS Y FROM FARMA_GRAFICI FG WHERE FG.IDEXT = 95 UNION SELECT MIN(INIZIO) AS X,MAX(FINE) AS Y FROM EVENTIMONITORAGGIO WHERE INTERVENTO = 95 UNION SELECT MIN(INIZIO) AS X,MAX(INIZIO) AS Y FROM EVENTIMONITORAGGIO WHERE INTERVENTO = 95 UNION SELECT MIN(FG.X1) AS X,MAX(FG.X2) AS Y FROM INTRAOP_GRAFICITABELLARI FG WHERE FG.IDEXT = 95 UNION SELECT MIN(FV.X1) AS X,MAX(FV.X2) AS Y FROM RECROOM_FARMACI FV,FARMACI F WHERE FV.IDFARMACI = F.ID AND FV.PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 0) AND F.NOTIMELINE = 0 UNION SELECT MIN(FG.X) AS X,MAX(FG.X) AS Y FROM RECROOM_GRAFICI FG WHERE FG.PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 0) UNION SELECT MIN(INIZIO) AS X,MAX(FINE) AS Y FROM RECROOM_EVENTIMONITORAGGIO WHERE INTERVENTO = 0 UNION SELECT MIN(INIZIO) AS X,MAX(INIZIO) AS Y FROM RECROOM_EVENTIMONITORAGGIO WHERE INTERVENTO = 0 UNION SELECT MIN(FG.X1) AS X,MAX(FG.X2) AS Y FROM RECROOM_GRAFICITABELLARI FG WHERE FG.PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 0) ) TEMPITOTALIGRAFICI Error encountered: ORA-01446 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 52 AND NONATTIVO = 0 ORDER BY UTCODICE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3193@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3209@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3194@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@652@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@653@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3195@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3205@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3206@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3207@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3208@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 52 AND PROGRESSIVO IN (0,3193) ORDER BY UTCODICE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3193@%' AND PROGRESSIVO IN (0,3193) ORDER BY DESCRIZIONE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM CNFGTEMPI WHERE FLAGICD = -1 AND REPARTO IS NULL Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, TEMPIINTERVENTI.*,CNFGTEMPI.IDTEMPO,CNFGTEMPI.DESCRIZIONE FROM TEMPIINTERVENTI,CNFGTEMPI WHERE CNFGTEMPI.PROGRESSIVO = TEMPIINTERVENTI.PROGRTEMPO AND TEMPIINTERVENTI.PROGRTEMPO IN (SELECT PROGRESSIVO FROM CNFGTEMPI WHERE REPARTO IS NULL AND FLAGICD = -1) AND TEMPIINTERVENTI.INTERVENTO = 95 ORDER BY CNFGTEMPI.IDTEMPO,TEMPIINTERVENTI.TEMPO Error encountered: ORA-00918 -------------------------------------------------------------------------------- UPDATE INTERVENTI SET DILATAZIONE = '000000000000' WHERE INTERVENTO = 95 Error encountered: ORA-00904 -------------------------------------------------------------------------------- select rowid, * from repartiequipe req,cnfgequipe ceq where req.funzione = ceq.funzione and req.reparto = 14 and req.funzione = 1 order by req.funzione Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * from repartiequipe req,cnfgequipe ceq where req.funzione = ceq.funzione and req.reparto = 14 and req.funzione = 7 order by req.funzione Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, INTERVENTI.PROGRESSIVO AS CAMPOWEB_PROGRESSIVO, INTERVENTI.STAMPATO AS CAMPOWEB_CHIUSO, PAZIENTI.CHIAVEESTERNA AS CAMPOWEB_ACCETTAZIONE, INTERVENTI.LISTAOP AS CAMPOWEB_LO, LISTAOP.PROGLISTAATTESA AS CAMPOWEB_LA_LO, INTERVENTI.LISTAATTESA AS CAMPOWEB_LA, INTERVENTI.DISCONVALIDATO AS CAMPOWEB_DISCONVALIDATO, V.*, INTERVENTI.STAMPATO AS CAMPOWEB_STAMPATOCHECK, DECODE(INTRAOP_ANEST.STAMPATO,NULL,'0','1') AS CAMPOWEB_STAMPATOCIACHECK, INTERVENTI.CONVANESTESIA AS CAMPOWEB_CONVANESTESIACHECK, INTERVENTI.CONVCHIRURGIA AS CAMPOWEB_CONVCHIRURGIACHECK, INTERVENTI.CONVINFERMIERI AS CAMPOWEB_CONVINFERMIERICHECK, DECODE(INTERVENTI.APERTO,1,'Si','No') AS CAMPOWEB_APERTO, INTERVENTI.BLOCCATO || INTERVENTI.GENERALE_SEM || INTERVENTI.CHIRURGO_SEM || INTERVENTI.ATTO_SEM || INTERVENTI.ALTRI_SEM || INTERVENTI.ANESTESIA_SEM || INTERVENTI.TEMPI_SEM || INTERVENTI.EQUIPE_SEM || INTERVENTI.MMEDIA_SEM || INTERVENTI.CEC_SEM || INTERVENTI.IMPIANTI_SEM || INTERVENTI.PRESIDI_SEM || INTERVENTI.RECROOM_SEM AS CAMPOWEB_SEMAFORI, INTERVENTI.IDO4C AS CAMPOWEB_IDO4C, PAZIENTI.COGNOME2 AS CAMPOWEB_COGNOME2, INTERVENTI.TIPOINTEGRAZIONEESTERNA AS CAMPOWEB_TIPOINTEGRAZEST FROM INTERVENTI,INTRAOP_ANEST,LISTAOP,PAZIENTI, (SELECT NVL(Pazienti.Cognome,'')||' '||NVL(Pazienti.Nome,'') AS NomeIntero, Pazienti.DataNascita, Interventi.Scadenza, Interventi.Scadenza AS dataorascadenza, Interventi.Progressivo AS MMedia, Interventi.Progressivo AS FlagInterventi, Interventi.Reparto AS Reparto, Interventi.ProgrReparto, (SELECT diagnosi.utcodice||' '||diagnosi.descrizione FROM diagnosiinterventi,diagnosi WHERE diagnosiinterventi.diagnosi = diagnosi.progressivo AND diagnosiinterventi.intervento = interventi.progressivo AND diagnosiinterventi.contatore = (SELECT MIN(contatore) FROM diagnosiinterventi WHERE intervento = interventi.progressivo)) AS diagnosi, Interventi.Regime, Interventi.Solvente, Interventi.DataInt, Salette.Descrizione AS Sala, Interventi.Nosologico, (SELECT COUNT(*) FROM attiinterventi WHERE intervento = interventi.progressivo) AS atto, (SELECT COUNT(*) FROM repertiinterventi WHERE intervento = interventi.progressivo) AS reperto, (SELECT icd9cm.icd||' '||icd9cm.descrizione FROM icdinterventi,icd9cm WHERE icdinterventi.icd = icd9cm.progressivo AND icdinterventi.intervento = interventi.progressivo AND icdinterventi.contatore = (SELECT MIN(contatore) FROM icdinterventi WHERE intervento = interventi.progressivo)) AS icd, Interventi.Progressivo AS progressivo, Interventi.Stampato, Interventi.Bloccato AS bloccato, Interventi.Tempi_Sem, Interventi.Altri_Sem, Interventi.Atto_Sem, Interventi.Equipe_Sem, Interventi.Impianti_Sem, Interventi.Presidi_Sem, Interventi.Anestesia_Sem, interventi.MMedia_Sem, Interventi.Disconvalidato AS disconvalidato, AltriDati.Lateralita, AltriDati.ElezUrg, AltriDati.Destinazione, (SELECT anestesialocale FROM attiinterventi WHERE intervento = interventi.progressivo AND ROWNUM = 1) AS anestesialocale, Interventi.ListaOp, Pazienti.ChiaveEsterna, Pazienti.Cognome AS cognome, Pazienti.Nome AS nome, DECODE(interventi.nonoperato,'0','No','1','Si') AS nonoperato, AltriDati.Note, Interventi.OldProgrReparto AS oldprogrreparto, Interventi.Dimissione as datadimissione, Listaop.Proglistaattesa, Interventi.Listaattesa, Interventi.Ambulatoriale, DECODE(interventi.convchirurgia,'0','No','1','Si') AS CC, DECODE(interventi.convanestesia,'0','No','1','Si') AS CA, DECODE(interventi.convinfermieri,'0','No','1','Si') AS CI, DECODE(altridati.intraop,'0','No','1','Si') AS esamirichiesti, Interventi.DataRicovero, Interventi.Disconvalidato_Chi, Interventi.Disconvalidato_Quando, Altridati.Reintervento, Pazienti.Sesso FROM Previsioni,Interventi,AltriDati,ListaOp,Pazienti,Salette WHERE (Interventi.CodPaziente = Pazienti.Progressivo AND Salette.Progressivo(+) = Interventi.Saletta AND AltriDati.Intervento(+) = Interventi.Progressivo AND Previsioni.Progressivo(+) = Interventi.Previsione AND interventi.listaop = listaop.progressivo(+))) V WHERE 1=1 AND INTERVENTI.PROGRESSIVO = V.PROGRESSIVO AND INTERVENTI.CODPAZIENTE = PAZIENTI.PROGRESSIVO AND INTERVENTI.LISTAOP = LISTAOP.PROGRESSIVO(+) AND INTERVENTI.PROGRESSIVO = INTRAOP_ANEST.PROGRCHIAMANTE(+) AND Interventi.BLOCCO = 2833 AND Interventi.REPARTO = 14 AND Interventi.SALETTA = 10 AND Interventi.Disconvalidato = '0' AND Interventi.DATAINT >= to_date('2021-09-21', 'yyyy-MM-dd') AND Interventi.DATAINT <= to_date('2021-10-21', 'yyyy-MM-dd') ORDER BY INTERVENTI.DATAINT, SIGN(INTERVENTI.PROGRREPARTO) DESC, DECODE(SIGN(INTERVENTI.PROGRREPARTO),-1,(INTERVENTI.PROGRREPARTO * -1),INTERVENTI.PROGRREPARTO) Error encountered: ORA-00918 ******************************************************************************** SQL ID: a66a86d8hbymf Plan Hash: 3020975548 select paziente0_.PROGRESSIVO as PROGRESS1_566_, paziente0_.CITTADINANZA as CITTADIN2_566_, paziente0_.POSIZIONEPROF as POSIZION3_566_, paziente0_.COMUNENASCITA as COMUNENA4_566_, paziente0_.PROFESSIONE as PROFESSI5_566_, paziente0_.STATOCIVILE as STATOCIV6_566_, paziente0_.COMUNERESIDENZA as COMUNERE7_566_, paziente0_.USL as USL566_, paziente0_.MEDICOCHEINVIA as MEDICOCH9_566_, paziente0_.RAMOATTIVITA as RAMOATT10_566_, paziente0_.REGIONEASSISTENZA as REGIONE11_566_, paziente0_.TITOLOSTUDIO as TITOLOS12_566_, paziente0_.COGNOME as COGNOME566_, paziente0_.COGNOME2 as COGNOME14_566_, paziente0_.NOME as NOME566_, paziente0_.INDIRIZZO as INDIRIZZO566_, paziente0_.SESSO as SESSO566_, paziente0_.TELEFONO as TELEFONO566_, paziente0_.DATANASCITA as DATANAS19_566_, paziente0_.CODICESANITARIO as CODICES20_566_, paziente0_.NOMEFAMILIARE as NOMEFAM21_566_, paziente0_.INDIRIZZOFAMILIARE as INDIRIZ22_566_, paziente0_.TELEFONOFAMILIARE as TELEFON23_566_, paziente0_.SANGUE as SANGUE566_, paziente0_.RH as RH566_, paziente0_.CODFISC as CODFISC566_, paziente0_.CARDIO_QUANDO as CARDIO27_566_, paziente0_.CARDIO_SEM as CARDIO28_566_, paziente0_.CHIAVEESTERNA as CHIAVEE29_566_, paziente0_.DATAMATRIMONIO as DATAMAT30_566_, paziente0_.DOMICILIO as DOMICILIO566_, paziente0_.MEF as MEF566_, paziente0_.STP as STP566_, paziente0_.IDREGIONALE as IDREGIO34_566_, paziente0_.SIGLAPAZINS as SIGLAPA35_566_, paziente0_.DATAORAPAZINS as DATAORA36_566_, paziente0_.COMMENTO as COMMENTO566_, paziente0_.CONSENSO_ACQUISITO as CONSENSO38_566_, paziente0_.DATAVALIDITAMEF as DATAVAL39_566_, paziente0_.ENTECERTIFICANTE as ENTECER40_566_, paziente0_.COMUNERESIDENZAESTERO as COMUNER41_566_, paziente0_.COMUNENASCITAESTERO as COMUNEN42_566_, paziente0_.QUALITACF as QUALITACF566_, paziente0_.QUALITACFTRATTI as QUALITA44_566_, paziente0_.TEAM_NUMEROTESSERA as TEAM45_566_, paziente0_.DOC_CODICE as DOC46_566_, paziente0_.DOC_NAZIONERILASCIO as DOC47_566_, paziente0_.ES_DNI as ES48_566_, paziente0_.ES_NIF as ES49_566_, paziente0_.ES_NIE as ES50_566_, paziente0_.NUMPASSAPORTO as NUMPASS51_566_, paziente0_.NUMTESSSANEUROPEA as NUMTESS52_566_, paziente0_.ES_NUMTESSSANARAGONA as ES53_566_, paziente0_.ES_NUMSOCIALESICUREZZA as ES54_566_ from PAZIENTI paziente0_ where paziente0_.CHIAVEESTERNA=:1 order by paziente0_.PROGRESSIVO asc call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 9 0.00 0.00 0 0 0 0 Execute 9 0.01 0.01 0 0 0 0 Fetch 12 5.79 6.82 3 38540 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 5.82 6.84 3 38540 0 3 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 1 SORT ORDER BY (cr=4282 pr=1 pw=0 time=971250 us cost=1115 size=114 card=1) 0 0 1 TABLE ACCESS FULL PAZIENTI (cr=4282 pr=1 pw=0 time=971081 us cost=1114 size=114 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 21 0.00 0.00 SQL*Net more data to client 9 0.00 0.00 SQL*Net message from client 21 0.16 0.37 gc current block 2-way 145 0.16 0.79 gc cr multi block request 16 0.00 0.03 gc current block congested 1 0.00 0.00 db file sequential read 3 0.12 0.27 gc cr grant 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 6h9dc6vgm4fju Plan Hash: 1589463816 SELECT * FROM (SELECT /*+ RULE */ P.COGNOME || ' ' || P.NOME AS NOME, P.SESSO, P.DATANASCITA, P.CHIAVEESTERNA, P.TELEFONO, P.CODFISC AS CODICEFISCALE, P.CODICESANITARIO, COMUNE_RESIDENZA.DESCRIZIONE AS COMUNE, COMUNE_RESIDENZA.PROVINCIA, L.NUMERO, L.NOSOLOGICO, L.DATAPRENOT, L.DATARIC, L.DATAACCPREOP, L.REGIME, L.LATERALITA, DECODE(L.LATERALITA,0,'Ninguna',1, 'Bilateral',2,'Izq.',3,'Der.','') AS DESCLATERALITA, L.SIGLA, L.DATAORAINS, L.CCOSTO AS CCOSTOPRERICOVERO, L.PERIODORICOVERO AS NOTEPERIODORIC, L.DATAPERIODOIN AS INIZIOPERIODORIC, L.DATAPERIODOFIN AS FINEPERIODORIC, L.DATASCADACC, L.ORAPRENOT, L.CODPAZIENTE, L.AUTORIZZATO, L.LIBERA_PROFESSIONE, L.SALETTA, L.SOSPESO, L.NOTE, PRI.DESCRIZIONE AS PRIORITA, PRI.LIVELLO, PR.PROGRESSIVO AS PREVISIONE, PR.UTCODICE AS CODTIPOINTERVENTO, PR.DESCRIZIONE AS TIPOINTERVENTO, PR.DURATA AS DURATAINT, PR.INUSO, PR.NGIORNI, PR.NGIORNIPOSTINT, R.PROGRESSIVO AS REPARTO, R.CODICE AS CODREPARTO, R.DESCRIZIONE AS DESCREPARTO, R.CCOSTO AS CENTRODICOSTO, TABBLOCCO.PROGRESSIVO AS BLOCCO, TABBLOCCO.UTCODICE AS CODBLOCCO, TABBLOCCO.DESCRIZIONE AS DESCBLOCCO, (SELECT CCOSTO FROM BLOCCHICCOSTO WHERE BLOCCO = L.BLOCCO) AS CENTRODICOSTOBLOCCO, D.PROGRESSIVO AS DIAGNOSI, D.UTCODICE AS CODDIAGNOSI, D.DESCRIZIONE AS DESCRDIAGNOSI, LO.DATAINT AS DATAINT, NVL((SELECT SUM( TRUNC ( DECODE ( LAP.DATASOSPENSIONE,null, DECODE(INTERV.DATAINT,NULL, DECODE(INTERV_LA.DATAINT,NULL, (trunc(DECODE(L.SOSPESO,'0', sysdate,NVL(L.DATARIVALUTAZIONE,sysdate)))-trunc(LAP.DATAPRENOT)), (trunc(INTERV_LA.DATAINT)-trunc(LAP.DATAPRENOT)) ), (trunc(INTERV.DATAINT)-trunc(LAP.DATAPRENOT)) ), (trunc(LAP.DATASOSPENSIONE)-trunc(LAP.DATAPRENOT)) ) ,3) ) as PUNTI FROM LISTAATTESAPRIORITA LAP WHERE LAP.NUMERO = L.NUMERO),0) AS ATTESA, (SELECT NVL(PERS.NOMINATIVO,'') FROM PERSONALE PERS WHERE L.EQUIPE = PERS.PROGRESSIVO) AS Operatore, MOTIV.DESCRIZIONE AS MOTIVAZIONE, DECODE(SIGN(1-TRUNC(MONTHS_BETWEEN(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT, TRUNC(SYSDATE))),P.DATANASCITA))), 0,'1 mes', -1, DECODE(TRUNC(MONTHS_BETWEEN(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT, TRUNC(SYSDATE))),P.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT, TRUNC(SYSDATE))),P.DATANASCITA)/12), 0, TRUNC(MONTHS_BETWEEN(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT,TRUNC(SYSDATE) )),P.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT,TRUNC(SYSDATE) )),P.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC(NVL(INTERV.DATAINT, NVL(INTERV_LA.DATAINT,TRUNC(SYSDATE)))-P.DATANASCITA), 1,'1 día', TRUNC(NVL(INTERV.DATAINT,NVL(INTERV_LA.DATAINT,TRUNC(SYSDATE))) -P.DATANASCITA)||' días')) AS ETALA, (SELECT DECODE(PRI.GGSEMAFOROGIALLOMIN,NULL,'NESSUNO', DECODE(SIGN(NVL( NVL(SUM( TRUNC ( DECODE ( LAP1.DATASOSPENSIONE,NULL, DECODE(INTERV1.DATAINT, NULL, DECODE(INTERV_LA1.DATAINT,NULL, (TRUNC(SYSDATE) -TRUNC(LAP1.DATAPRENOT)),(TRUNC(INTERV_LA1.DATAINT)-TRUNC(LAP1.DATAPRENOT)) ),(TRUNC(INTERV1.DATAINT)-TRUNC(LAP1.DATAPRENOT)) ), (TRUNC(LAP1.DATASOSPENSIONE)-TRUNC(LAP1.DATAPRENOT)) ),3)),0) ,0) -PRI.GGSEMAFOROGIALLOMIN),-1,'NESSUNO', DECODE(SIGN(NVL( NVL(SUM( TRUNC ( DECODE ( LAP1.DATASOSPENSIONE,NULL, DECODE(INTERV1.DATAINT,NULL, DECODE(INTERV_LA1.DATAINT,NULL, (TRUNC(SYSDATE)-TRUNC(LAP1.DATAPRENOT)), (TRUNC(INTERV_LA1.DATAINT)-TRUNC(LAP1.DATAPRENOT)) ), (TRUNC(INTERV1.DATAINT)-TRUNC(LAP1.DATAPRENOT)) ), (TRUNC(LAP1.DATASOSPENSIONE)-TRUNC(LAP1.DATAPRENOT)) ),3)),0) ,0) -PRI.GGSEMAFOROROSSO),-1,'GIALLO','ROSSO'))) FROM INTERVENTI INTERV1, INTERVENTI INTERV_LA1, LISTAOP LO1, LISTAATTESA L1,LISTAATTESAPRIORITA LAP1 WHERE LAP1.NUMERO = L1.NUMERO AND L.NUMERO = L1.NUMERO AND L1.NUMERO = LO1.PROGLISTAATTESA (+) AND LO1.PROGRESSIVO = INTERV1.LISTAOP (+) AND (INTERV1.DISCONVALIDATO (+) = '0') AND L1.NUMERO = INTERV_LA1.LISTAATTESA (+) AND (INTERV_LA1.DISCONVALIDATO (+) = '0') AND LAP1.NUMERO IS NOT NULL AND LAP1.PROGRESSIVO > 0 GROUP BY L1.NUMERO) AS SEMAFORO, DECODE(PREOPLO.DATAVISITA,NULL,PREOP.DATAVISITA,PREOPLO.DATAVISITA) AS VISITAPREOP, DECODE(PREOPLO.DATAVISITA,NULL,VALUTAZIONE.DESCRIZIONE, VALUTAZIONELO.DESCRIZIONE) AS PREOP_VALUTAZIONE, DECODE(INTERV.DATAINT,NULL, INTERV_LA.DATAINT,INTERV.DATAINT) AS DATAINTEFF, DECODE(INTERV.DATARICOVERO, NULL,INTERV_LA.DATARICOVERO,INTERV.DATARICOVERO) AS DATAINT_RICOVERO, DECODE(L.MEDICOPROPONENTE,NULL, (SELECT MEDICO_PERSONALE.NOMINATIVO FROM PERSONALE MEDICO_PERSONALE WHERE L.IDPERSONALE = MEDICO_PERSONALE.PROGRESSIVO), (SELECT MEDICO_PROPONENTE.DESCRIZIONE FROM TABELLE MEDICO_PROPONENTE WHERE L.MEDICOPROPONENTE = MEDICO_PROPONENTE.PROGRESSIVO) ) AS MEDICOPROPONENTE, NVL((SELECT SUM( DECODE (PR.GIORNI,null,0,0,0, TRUNC ( ( ( TRUNC((100/PR.GIORNI),2))+ Get_PuntiEta(P.PROGRESSIVO)+ Get_PuntiMalattieConcomitanti(L.NUMERO)+ Get_PuntiComuneResidenza(P.PROGRESSIVO)+ Get_PuntiAltriFattori(L.NUMERO) ) * DECODE ( LAP.DATASOSPENSIONE,null, DECODE(INTERV.DATAINT, NULL, DECODE(INTERV_LA.DATAINT,NULL, (trunc(sysdate) -trunc(LAP.DATAPRENOT)), (trunc(INTERV_LA.DATAINT) -trunc(LAP.DATAPRENOT)) ), (trunc(INTERV.DATAINT) -trunc(LAP.DATAPRENOT)) ), (trunc(LAP.DATASOSPENSIONE) -trunc(LAP.DATAPRENOT)) ) ,3) ) ) as PUNTI FROM LISTAATTESAPRIORITA LAP, PRIORITA PR WHERE LAP.PRIORITA = PR.PROGRESSIVO AND LAP.NUMERO = L.NUMERO), 0) AS PUNTIPERCENTUALI, (SELECT DESCRIZIONE FROM REGIMIRICOVERO WHERE ID = L.REGIME) AS DESC_REGRIC, (SELECT LISTAATTESARIATTIVAZIONE.DATARIATTIVAZIONE FROM LISTAATTESARIATTIVAZIONE WHERE L.NUMERO = LISTAATTESARIATTIVAZIONE.NUMERO) AS DATARIATTIVAZIONE, (SELECT DECODE(LISTAATTESARIATTIVAZIONE.RIATTIVA_MODALITA,null,'', DECODE(LISTAATTESARIATTIVAZIONE.RIATTIVA_MODALITA,'AUTOMATICA', 'Automática','MANUALE','Manual') || ' Realizado ' || NVL(LISTAATTESARIATTIVAZIONE.RIATTIVA_CHI,'') || ' El ' || DECODE(LISTAATTESARIATTIVAZIONE.RIATTIVA_QUANDO,null,'', to_char(LISTAATTESARIATTIVAZIONE.RIATTIVA_QUANDO,'dd/MM/yyyy'))) FROM LISTAATTESARIATTIVAZIONE WHERE L.NUMERO = LISTAATTESARIATTIVAZIONE.NUMERO) AS RIATTIVA_MODALITA, (SELECT LISTAATTESARIATTIVAZIONE.RIATTIVA_CHI FROM LISTAATTESARIATTIVAZIONE WHERE L.NUMERO = LISTAATTESARIATTIVAZIONE.NUMERO) AS RIATTIVA_CHI, (SELECT LISTAATTESARIATTIVAZIONE.RIATTIVA_QUANDO FROM LISTAATTESARIATTIVAZIONE WHERE L.NUMERO = LISTAATTESARIATTIVAZIONE.NUMERO) AS RIATTIVA_QUANDO, DECODE(LO.OPERATO,NULL,(SELECT '1' FROM INTERVENTI WHERE LISTAATTESA = L.NUMERO AND DISCONVALIDATO = '0' AND ROWNUM = 1), LO.OPERATO) AS OPERATO, NVL(PREOPLO.DATAVISITA, NVL(PREOP.DATAVISITA,'')) AS DATAVISITAPREOP, NVL(PREOPLO.DATAVISITA,'') AS CHKLSTOP, NVL(PREOP.DATAVISITA,'') AS CHKLSTATT, DECODE(NVL(PREOPLO.DATAVISITA,''),'', '','LO') || DECODE(NVL(PREOP.DATAVISITA,''),'','','LA') AS VISITAPREOPDA, DECODE(L.Assegnato,NULL,'',DECODE(L.Assegnato,0,'Sì','No')) As Assegnato, TABSITUAZIONE.DESCRIZIONE AS SITUAZIONE, TABREGIONE.DESCRIZIONE AS REGIONE, TABUSL.DESCRIZIONE AS USL, TABMEDICO.DESCRIZIONE AS MEDICOFAMIGLIA, TABMODACCESSO.DESCRIZIONE AS MODALITAACCESSO, (SELECT B.DESCRIZIONE FROM LSTATTTABELLE B,LSTATTPROTESI WHERE LSTATTPROTESI.TIPOPROTESI = B.PROGRESSIVO(+) AND LSTATTPROTESI.PROGLISTAATTESA = L.NUMERO) AS TIPOPROTESI, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = (SELECT MALATTIA FROM LSTATTMALATTIE WHERE LSTATTMALATTIE.PROGLISTAATTESA = L.NUMERO AND ROWNUM = 1 AND LSTATTMALATTIE.CONTATORE = (SELECT MIN(CONTATORE) FROM LSTATTMALATTIE LSTMT WHERE LSTMT.PROGLISTAATTESA = LSTATTMALATTIE.PROGLISTAATTESA))) AS PRIMAMALATTIA, TABGRUPPILA.DESCRIZIONE AS GRUPPOLISTA, L.NOTEDIAGNOSI, L.NOTETIPOINTERVENTO, COMUNE_RESIDENZA.CAP AS CAP_RESIDENZA, P.INDIRIZZO, DECODE(L.RICHIESTAVISITAANEST,0,'No',1,'Sì','') As RICHIESTAVISITAANEST, NULL AS MOTIVAZIONE_ELIMINAZIONE, NULL AS SIGLACREAZIONE_LA_STORICO, NULL AS DATAORACREAZIONE_LA_STORICO, L.DATALAVISITACHIRURGICA AS PROG_SETT_I, TRUNC(L.DATALAVISITACHIRURGICA)+7 AS PROG_SETT_F, DECODE (L.DATALAVISITACHIRURGICA,null,0, (trunc(L.DATALAVISITACHIRURGICA) -trunc(L.DATAPRENOT)) - NVL(( SELECT SUM( DECODE (LAP.DATASOSPENSIONE,null, DECODE(INTERV.DATAINT,NULL, DECODE(INTERV_LA.DATAINT,NULL, (trunc(sysdate) -trunc(LAP.DATAPRENOT)), (trunc(INTERV_LA.DATAINT) -trunc(LAP.DATAPRENOT)) ),(trunc(INTERV.DATAINT) -trunc(LAP.DATAPRENOT)) ),(trunc(LAP.DATASOSPENSIONE) -trunc(LAP.DATAPRENOT)))) FROM LISTAATTESAPRIORITA LAP WHERE LAP.NUMERO = L.NUMERO AND LAP.NUMERO IS NOT NULL AND LAP.PROGRESSIVO > 0 GROUP BY NUMERO ),0) ) AS PROG_SETT_GG, NULL AS PROG_SETT_AL, L.PROGLAVISITACHIRURGICA AS PROG_SETT_PROG, DECODE(INTERV.DATAINT,NULL, DECODE(INTERV_LA.DATAINT,NULL,(TRUNC(DECODE(L.SOSPESO,'0',sysdate, NVL(L.DATARIVALUTAZIONE,sysdate)))-TRUNC(L.DATAPRENOT)), (TRUNC(INTERV_LA.DATAINT)-TRUNC(L.DATAPRENOT))),(TRUNC(INTERV.DATAINT) -TRUNC(L.DATAPRENOT))) AS GIORNINSERIMENTO, REPARTIDEGENZA.DESCRIZIONE AS REPARTODEGENZA, L.DATAVISITAANESTPROPOSTA, DECODE(L.ACCPREOP,0,'No',1,'Sì', '') As ACCPREOP, L.DURATA, TIPOANESTESIA.DESCRIZIONE AS TIPOANESTESIA, GETCHIAMATAPAZIENTE(L.NUMERO) AS CHIAMATE, (SELECT COUNT(*) FROM LISTAATTESACHIAMATAPAZIENTE LACP WHERE LACP.NUMERO = L.NUMERO) AS NCHIAMATE, L.ORAVISITAANESTPROPOSTA, DECODE(L.DURATA,NULL,PR.DURATA,L.DURATA) AS DURATA_EFFETTIVA, L.PREOSPEDALIZZAZIONETERMINATA, L.ORARIC, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = L.VALUTAZIONE) AS VALUTAZIONE_DESC, L.DATAINTPREVISTO, L.CODICEIMPEGNATIVA_PRE || L.CODICEIMPEGNATIVA_POST AS CODICEIMPEGNATIVA, DECODE(L.LIBERA_PROFESSIONE, 0,'No',1,'Si','') AS LIBERA_PROFESSIONE_DESC, DECODE(L.SOSPESO, '0', 'Activo','1','Suspendido','2','Re-Evaluado','3','Re-Envio','') AS SOSPESO_DESC, GetDiagnosiListaAttesa(L.NUMERO,4000,3) as DiagnosiSecondarie, GetICD9CMListaAttesa(L.NUMERO,4000,3) as ProcedureSecondarie, DECODE(PREOPLO.ASA,NULL,DECODE(PREOP.ASA,NULL,'',PREOP.ASA || DECODE(PREOP.ASAE,1,' E','')),PREOPLO.ASA || DECODE(PREOPLO.ASAE,1,' E','')) AS ASAPREOP, L.PROGREPARTO AS PROGREPARTO, L.NOTEPRESCRIZIONIPREOP, PRI.GIORNI AS PRIORITA_GIORNI, NULL AS PRIORITY_SCORE, DECODE ((SELECT COUNT(*) FROM INTERVENTI WHERE LISTAATTESA = L.NUMERO), 0, NULL, 1,(SELECT DISCONVALIDATO FROM INTERVENTI WHERE LISTAATTESA = L.NUMERO), DECODE ((SELECT COUNT(*) FROM INTERVENTI WHERE LISTAATTESA = L.NUMERO AND DISCONVALIDATO = '0'), 0, 1, 0)) AS COLLEGAMENTO_INT, NULL AS NUMEROOLD, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = P.CITTADINANZA) AS CITTADINANZA_DESC, L.GIORNIPRERICOVERO, L.GIORNIPOSTRICOVERO, PR.DURATASANIFICAZIONE AS DURATA_SANIFICAZIONE_PREV, L.EQUIPE AS PROGOPERATORE, P.COGNOME AS PAZ_COGNOME, P.COGNOME2 AS PAZ_COGNOME2, P.NOME AS PAZ_NOME, (SELECT SP.DESCRIZIONE FROM STRUTTURAPROVENIENZA SP WHERE SP.PROGRESSIVO = L.STRUTTURAPROVENIENZA) AS STRUTTURAPROVENIENZA_DESC, (SELECT SD.DESCRIZIONE FROM STRUTTURADESTINAZIONE SD WHERE SD.PROGRESSIVO = L.STRUTTURADESTINAZIONE) AS STRUTTURADESTINAZIONE_DESC, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = L.TIPOLISTAATTESA) AS TIPOLISTAATTESA_DESC, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = L.GARANZIA) AS GARANZIA_DESC, L.TELEFONORIFERIMENTOEPISODIO, (TRUNC(L.DATAPRENOT) + NVL(PRI.GIORNI,0) + pkgexpavelco.Get_GiorniSospensioneAll(L.NUMERO)) AS DATA_SCADENZA_PRIORITA, L.IDPERCORSO AS IDPERCORSOEXT, L.DATAPRESCRIZIONE, DECODE (L.CODICEIMPEGNATIVA_PRE, NULL, L.CODICEIMPEGNATIVA_POST, L.CODICEIMPEGNATIVA_PRE || DECODE (L.CODICEIMPEGNATIVA_POST, NULL, '', '|' || L.CODICEIMPEGNATIVA_POST)) AS CODICEPRESCRIZIONE, L.NUMEROSTORIACLINICA, L.STATODATAOFFERTA, L.STATODATATRASFERIMENTO, L.LA_CHIAVEESTERNA FROM LISTAATTESA L, LISTAOP LO, PREOP_ANEST PREOP, PREOP_ANEST PREOPLO, INTERVENTI INTERV, INTERVENTI INTERV_LA, PAZIENTI P, PREVISIONI PR, DIAGNOSI D, COMUNI COMUNE_RESIDENZA, TABELLE MOTIV, TABELLE VALUTAZIONE, TABELLE VALUTAZIONELO, TABELLE TABSITUAZIONE, TABELLE TABREGIONE, TABELLE TABMODACCESSO, TABELLE TABUSL, TABELLE TABMEDICO, TABELLE TABBLOCCO, TABELLE TABGRUPPILA, TABELLE TIPOANESTESIA, REPARTIDEGENZA, REPARTI R, PRIORITA PRI WHERE L.PREVISIONE = PR.PROGRESSIVO AND L.CODPAZIENTE = P.PROGRESSIVO AND L.DIAGNOSI = D.PROGRESSIVO (+) AND L.REPARTO = R.PROGRESSIVO (+) AND L.PRIORITA = PRI.PROGRESSIVO (+) AND L.MOTIVOSOSPENSIONE = MOTIV.PROGRESSIVO (+) AND L.NUMERO = LO.PROGLISTAATTESA (+) AND L.NUMERO = PREOP.PROGRCHIAMANTE (+) AND (PREOP.CODCHIAMANTE (+) = 3) AND LO.PROGRESSIVO = PREOPLO.PROGRCHIAMANTE (+) AND (PREOPLO.CODCHIAMANTE (+) = 2) AND PREOP.VALUTAZIONE = VALUTAZIONE.PROGRESSIVO (+) AND PREOPLO.VALUTAZIONE = VALUTAZIONELO.PROGRESSIVO (+) AND LO.PROGRESSIVO = INTERV.LISTAOP (+) AND (INTERV.DISCONVALIDATO (+) = '0') AND L.NUMERO = INTERV_LA.LISTAATTESA (+) AND (INTERV_LA.DISCONVALIDATO (+) = '0') AND P.COMUNERESIDENZA = COMUNE_RESIDENZA.PROGRESSIVO (+) AND L.STATO = TABSITUAZIONE.PROGRESSIVO(+) AND P.REGIONEASSISTENZA = TABREGIONE.PROGRESSIVO(+) AND L.IDACCESSO = TABMODACCESSO.PROGRESSIVO(+) AND P.USL = TABUSL.PROGRESSIVO(+) AND P.MEDICOCHEINVIA = TABMEDICO.PROGRESSIVO(+) AND L.BLOCCO = TABBLOCCO.PROGRESSIVO (+) AND L.GRUPPOLISTAATTESA = TABGRUPPILA.PROGRESSIVO (+) AND L.REPARTODEGENZA = REPARTIDEGENZA.PROGRESSIVO (+) AND L.TIPOANESTESIA = TIPOANESTESIA.PROGRESSIVO (+) AND L.REPARTO IN (13,21,14, 22,15,16,17,23,18,19,24,26,27,20,25) AND L.DATAPRENOT >= to_date('2021-09-21', 'yyyy-MM-dd') AND L.DATAPRENOT <= to_date('2021-10-21', 'yyyy-MM-dd') AND LO.DATAINT IS NULL AND INTERV_LA.DATAINT IS NULL AND L.SOSPESO = '0' ) L ORDER BY L.DATAPRENOT call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.46 0.52 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 332 4.99 5.06 0 15057 0 328 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 340 5.46 5.59 0 15057 0 328 Misses in library cache during parse: 1 Optimizer mode: RULE Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=4 pr=0 pw=0 time=85 us) 2 2 2 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=2 pr=0 pw=0 time=41 us)(object id 4328577) 82 82 82 SORT AGGREGATE (cr=169 pr=0 pw=0 time=10404 us) 82 82 82 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=169 pr=0 pw=0 time=4562 us) 82 82 82 INDEX RANGE SCAN LISTAATTESAPRIORITA2 (cr=87 pr=0 pw=0 time=2611 us)(object id 4328863) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=12 us) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=6 us)(object id 4329013) 82 82 82 SORT GROUP BY (cr=420 pr=0 pw=0 time=22942 us) 82 82 82 NESTED LOOPS OUTER (cr=420 pr=0 pw=0 time=13805 us) 82 82 82 NESTED LOOPS OUTER (cr=420 pr=0 pw=0 time=12273 us) 82 82 82 NESTED LOOPS OUTER (cr=338 pr=0 pw=0 time=9939 us) 82 82 82 NESTED LOOPS (cr=256 pr=0 pw=0 time=7572 us) 82 82 82 INDEX UNIQUE SCAN LISTAATTESA1 (cr=87 pr=0 pw=0 time=2734 us)(object id 4328934) 82 82 82 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=169 pr=0 pw=0 time=4138 us) 82 82 82 INDEX RANGE SCAN LISTAATTESAPRIORITA2 (cr=87 pr=0 pw=0 time=2217 us)(object id 4328863) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=82 pr=0 pw=0 time=1772 us) 0 0 0 INDEX RANGE SCAN LISTAOP4 (cr=82 pr=0 pw=0 time=1403 us)(object id 4328605) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=82 pr=0 pw=0 time=1722 us) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=82 pr=0 pw=0 time=1379 us)(object id 4328382) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=718 us) 0 0 0 INDEX RANGE SCAN INTERVENTI9 (cr=0 pr=0 pw=0 time=404 us)(object id 4328377) 7 7 7 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=14 pr=0 pw=0 time=378 us) 7 7 7 INDEX UNIQUE SCAN PERSONALE1 (cr=7 pr=0 pw=0 time=187 us)(object id 4329013) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us)(object id 4328103) 82 82 82 SORT AGGREGATE (cr=912 pr=0 pw=0 time=985868 us) 82 82 82 NESTED LOOPS (cr=333 pr=0 pw=0 time=9661 us) 82 82 82 NESTED LOOPS (cr=251 pr=0 pw=0 time=6894 us) 82 82 82 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=169 pr=0 pw=0 time=4449 us) 82 82 82 INDEX RANGE SCAN LISTAATTESAPRIORITA2 (cr=87 pr=0 pw=0 time=2736 us)(object id 4328863) 82 82 82 INDEX UNIQUE SCAN PRIORITA1 (cr=82 pr=0 pw=0 time=1447 us)(object id 4328718) 82 82 82 TABLE ACCESS BY INDEX ROWID PRIORITA (cr=82 pr=0 pw=0 time=1722 us) 4 4 4 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=8 pr=0 pw=0 time=278 us) 4 4 4 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=4 pr=0 pw=0 time=149 us)(object id 4328094) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESARIATTIVAZIONE (cr=82 pr=0 pw=0 time=4029 us) 0 0 0 INDEX RANGE SCAN LISTAATTESARIATTIVAZIONE3 (cr=82 pr=0 pw=0 time=3434 us)(object id 4328261) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESARIATTIVAZIONE (cr=82 pr=0 pw=0 time=1884 us) 0 0 0 INDEX RANGE SCAN LISTAATTESARIATTIVAZIONE3 (cr=82 pr=0 pw=0 time=1498 us)(object id 4328261) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESARIATTIVAZIONE (cr=82 pr=0 pw=0 time=1607 us) 0 0 0 INDEX RANGE SCAN LISTAATTESARIATTIVAZIONE3 (cr=82 pr=0 pw=0 time=1280 us)(object id 4328261) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESARIATTIVAZIONE (cr=82 pr=0 pw=0 time=1550 us) 0 0 0 INDEX RANGE SCAN LISTAATTESARIATTIVAZIONE3 (cr=82 pr=0 pw=0 time=1213 us)(object id 4328261) 0 0 0 COUNT STOPKEY (cr=82 pr=0 pw=0 time=3214 us) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=82 pr=0 pw=0 time=2023 us) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=82 pr=0 pw=0 time=1668 us)(object id 4328382) 0 0 0 NESTED LOOPS OUTER (cr=82 pr=0 pw=0 time=2625 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LSTATTPROTESI (cr=82 pr=0 pw=0 time=2076 us) 0 0 0 INDEX UNIQUE SCAN LSTATTPROTESI1 (cr=82 pr=0 pw=0 time=1696 us)(object id 4329002) 0 0 0 TABLE ACCESS BY INDEX ROWID LSTATTTABELLE (cr=0 pr=0 pw=0 time=0 us) 0 0 0 INDEX UNIQUE SCAN LSTATTTABELLE1 (cr=0 pr=0 pw=0 time=0 us)(object id 4328229) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=82 pr=0 pw=0 time=4357 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=82 pr=0 pw=0 time=3986 us)(object id 4328103) 0 0 0 COUNT STOPKEY (cr=82 pr=0 pw=0 time=3044 us) 0 0 0 FILTER (cr=82 pr=0 pw=0 time=2369 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LSTATTMALATTIE (cr=82 pr=0 pw=0 time=2066 us) 0 0 0 INDEX RANGE SCAN LSTATTMALATTIE3 (cr=82 pr=0 pw=0 time=1734 us)(object id 4328554) 0 0 0 SORT AGGREGATE (cr=0 pr=0 pw=0 time=0 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LSTATTMALATTIE (cr=0 pr=0 pw=0 time=0 us) 0 0 0 INDEX RANGE SCAN LSTATTMALATTIE3 (cr=0 pr=0 pw=0 time=0 us)(object id 4328554) 0 0 0 SORT GROUP BY (cr=0 pr=0 pw=0 time=0 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=0 pr=0 pw=0 time=0 us) 0 0 0 INDEX RANGE SCAN LISTAATTESAPRIORITA2 (cr=0 pr=0 pw=0 time=0 us)(object id 4328863) 82 82 82 SORT AGGREGATE (cr=82 pr=0 pw=0 time=5390 us) 0 0 0 INDEX RANGE SCAN LISTAATTESACHIAMATAPAZIENTE2 (cr=82 pr=0 pw=0 time=4000 us)(object id 4328467) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=16 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=8 us)(object id 4328103) 82 82 82 SORT AGGREGATE (cr=82 pr=0 pw=0 time=5006 us) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=82 pr=0 pw=0 time=3598 us)(object id 4328382) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=0 us) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=0 pr=0 pw=0 time=0 us)(object id 4328382) 0 0 0 SORT AGGREGATE (cr=0 pr=0 pw=0 time=0 us) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=0 us) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=0 pr=0 pw=0 time=0 us)(object id 4328382) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=56 us) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=30 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID STRUTTURAPROVENIENZA (cr=0 pr=0 pw=0 time=10 us) 0 0 0 INDEX UNIQUE SCAN PK_STRUTTURAPROVENIENZA (cr=0 pr=0 pw=0 time=6 us)(object id 4328857) 0 0 0 TABLE ACCESS BY INDEX ROWID STRUTTURADESTINAZIONE (cr=0 pr=0 pw=0 time=9 us) 0 0 0 INDEX UNIQUE SCAN PK_STRUTTURADESTINAZIONE (cr=0 pr=0 pw=0 time=5 us)(object id 4328526) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=28 us) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=16 us)(object id 4328103) 2 2 2 TABLE ACCESS BY INDEX ROWID TABELLE (cr=6 pr=0 pw=0 time=101 us) 2 2 2 INDEX UNIQUE SCAN TABELLE1 (cr=4 pr=0 pw=0 time=58 us)(object id 4328103) 82 82 82 NESTED LOOPS OUTER (cr=2052 pr=0 pw=0 time=984 us) 82 82 82 NESTED LOOPS OUTER (cr=2052 pr=0 pw=0 time=104291 us) 82 82 82 NESTED LOOPS OUTER (cr=2052 pr=0 pw=0 time=103080 us) 82 82 82 FILTER (cr=2052 pr=0 pw=0 time=101684 us) 82 82 82 NESTED LOOPS OUTER (cr=2052 pr=0 pw=0 time=912 us) 82 82 82 FILTER (cr=1970 pr=0 pw=0 time=98742 us) 82 82 82 NESTED LOOPS OUTER (cr=1970 pr=0 pw=0 time=864 us) 82 82 82 NESTED LOOPS OUTER (cr=1888 pr=0 pw=0 time=95103 us) 82 82 82 NESTED LOOPS OUTER (cr=1885 pr=0 pw=0 time=93974 us) 82 82 82 NESTED LOOPS OUTER (cr=1802 pr=0 pw=0 time=91332 us) 82 82 82 NESTED LOOPS OUTER (cr=1626 pr=0 pw=0 time=85949 us) 82 82 82 NESTED LOOPS OUTER (cr=1626 pr=0 pw=0 time=85043 us) 82 82 82 NESTED LOOPS OUTER (cr=1626 pr=0 pw=0 time=84016 us) 82 82 82 NESTED LOOPS (cr=1626 pr=0 pw=0 time=82844 us) 82 82 82 NESTED LOOPS (cr=1380 pr=0 pw=0 time=78976 us) 82 82 82 NESTED LOOPS OUTER (cr=1216 pr=0 pw=0 time=74925 us) 82 82 82 NESTED LOOPS OUTER (cr=970 pr=0 pw=0 time=35996 us) 82 82 82 NESTED LOOPS OUTER (cr=970 pr=0 pw=0 time=35007 us) 82 82 82 NESTED LOOPS OUTER (cr=801 pr=0 pw=0 time=31954 us) 82 82 82 NESTED LOOPS OUTER (cr=801 pr=0 pw=0 time=31026 us) 82 82 82 NESTED LOOPS OUTER (cr=632 pr=0 pw=0 time=28233 us) 82 82 82 NESTED LOOPS OUTER (cr=632 pr=0 pw=0 time=27223 us) 82 82 82 NESTED LOOPS OUTER (cr=493 pr=0 pw=0 time=23879 us) 82 82 82 NESTED LOOPS OUTER (cr=493 pr=0 pw=0 time=22706 us) 82 82 82 NESTED LOOPS OUTER (cr=329 pr=0 pw=0 time=18411 us) 82 82 82 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=165 pr=0 pw=0 time=11502 us) 82 82 82 INDEX RANGE SCAN LISTAATTESA3 (cr=83 pr=0 pw=0 time=4319 us)(object id 4328933) 82 82 82 TABLE ACCESS BY INDEX ROWID PRIORITA (cr=164 pr=0 pw=0 time=4823 us) 82 82 82 INDEX UNIQUE SCAN PRIORITA1 (cr=82 pr=0 pw=0 time=2369 us)(object id 4328718) 82 82 82 TABLE ACCESS BY INDEX ROWID REPARTI (cr=164 pr=0 pw=0 time=3751 us) 82 82 82 INDEX UNIQUE SCAN REPARTI1 (cr=82 pr=0 pw=0 time=1540 us)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIDEGENZA (cr=0 pr=0 pw=0 time=908 us) 0 0 0 INDEX UNIQUE SCAN REPARTIDEGENZA1 (cr=0 pr=0 pw=0 time=546 us)(object id 4328781) 67 67 67 TABLE ACCESS BY INDEX ROWID TABELLE (cr=139 pr=0 pw=0 time=2378 us) 67 67 67 INDEX UNIQUE SCAN TABELLE1 (cr=72 pr=0 pw=0 time=1419 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=670 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=338 us)(object id 4328103) 82 82 82 TABLE ACCESS BY INDEX ROWID TABELLE (cr=169 pr=0 pw=0 time=2615 us) 82 82 82 INDEX UNIQUE SCAN TABELLE1 (cr=87 pr=0 pw=0 time=1352 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=692 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=367 us)(object id 4328103) 82 82 82 TABLE ACCESS BY INDEX ROWID TABELLE (cr=169 pr=0 pw=0 time=2260 us) 82 82 82 INDEX UNIQUE SCAN TABELLE1 (cr=87 pr=0 pw=0 time=1304 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=666 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=348 us)(object id 4328103) 82 82 82 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=246 pr=0 pw=0 time=17150 us) 82 82 82 INDEX UNIQUE SCAN DIAGNOSI1 (cr=164 pr=0 pw=0 time=16026 us)(object id 4328750) 82 82 82 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=164 pr=0 pw=0 time=3544 us) 82 82 82 INDEX UNIQUE SCAN PREVISIONI1 (cr=82 pr=0 pw=0 time=1956 us)(object id 4328856) 82 82 82 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=246 pr=0 pw=0 time=8227 us) 82 82 82 INDEX UNIQUE SCAN PAZIENTI1 (cr=164 pr=0 pw=0 time=3784 us)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=783 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=394 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=622 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=296 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=622 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=334 us)(object id 4328103) 82 82 82 TABLE ACCESS BY INDEX ROWID COMUNI (cr=176 pr=0 pw=0 time=3272 us) 82 82 82 INDEX UNIQUE SCAN COMUNI1 (cr=94 pr=0 pw=0 time=2102 us)(object id 4328217) 1 1 1 TABLE ACCESS BY INDEX ROWID PREOP_ANEST (cr=83 pr=0 pw=0 time=1934 us) 1 1 1 INDEX UNIQUE SCAN PREOP_ANEST2 (cr=82 pr=0 pw=0 time=1582 us)(object id 4328979) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=678 us) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=356 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=82 pr=0 pw=0 time=2374 us) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=82 pr=0 pw=0 time=2033 us)(object id 4328382) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=82 pr=0 pw=0 time=1842 us) 0 0 0 INDEX RANGE SCAN LISTAOP4 (cr=82 pr=0 pw=0 time=1457 us)(object id 4328605) 0 0 0 TABLE ACCESS BY INDEX ROWID PREOP_ANEST (cr=0 pr=0 pw=0 time=633 us) 0 0 0 INDEX UNIQUE SCAN PREOP_ANEST2 (cr=0 pr=0 pw=0 time=327 us)(object id 4328979) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=634 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=328 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=629 us) 0 0 0 INDEX RANGE SCAN INTERVENTI9 (cr=0 pr=0 pw=0 time=358 us)(object id 4328377) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 338 0.00 0.00 SQL*Net more data to client 16 0.00 0.00 SQL*Net message from client 338 2.25 8.95 library cache pin 6 0.00 0.00 gc current block 2-way 16 0.03 0.05 KJC: Wait for msg sends to complete 1 0.00 0.00 library cache lock 1 0.00 0.00 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 ******************************************************************************** SQL ID: 7b37hjcw0gg1m Plan Hash: 3046590112 select rigaconfig_.ID_GRIGLIA, rigaconfig_.COL_NAME, rigaconfig_.COL_INDEX as COL3_35_, rigaconfig_.COL_ORDER as COL4_35_, rigaconfig_.COL_WIDTH as COL5_35_, rigaconfig_.COL_BLOCKED as COL6_35_, rigaconfig_.COL_VISIBLE as COL7_35_, rigaconfig_.CAPTION as CAPTION35_, rigaconfig_.ALLINEAMENTO as ALLINEAM9_35_ from SETUPGRIGLIEWEB rigaconfig_ where rigaconfig_.ID_GRIGLIA=:1 and rigaconfig_.COL_NAME=:2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 579 0.10 0.11 0 0 0 0 Execute 579 0.72 0.72 0 0 0 0 Fetch 579 2.86 2.87 0 12738 0 579 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 1737 3.69 3.70 0 12738 0 579 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=2883 us cost=8 size=62 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1158 0.00 0.02 SQL*Net message from client 1158 0.11 2.95 ******************************************************************************** SQL ID: 8u0ucu8bjnufa Plan Hash: 3479946412 SELECT ICD9CM.PROGRESSIVO, ICD9CM.INIZIO, ICD9CM.FINE, ICD9CM.ICD, ICD9CM.DESCRIZIONE, ( SELECT COUNT(*) FROM ICD9CM I9,ICDVERSIONI IV WHERE I9.PROGRESSIVO = IV.ICD AND IV.VERSIONE = 2 AND I9.TABELLA = (ICD9CM.TABELLA+1) AND I9.ICD LIKE ICD9CM.ICD || '%' ) AS NEXTLEV FROM ICD9CM WHERE 1=1 AND PROGRESSIVO IN(41571,41569,41567,41565, 41563,41561,41559,41557,41555,41553,41551,41549,41547,41545,41543,41541, 41539,41537,41535,41533,41531,41529,41527,41525,41523) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 3 1.22 1.22 0 33090 0 25 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 5 1.23 1.24 0 33090 0 25 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 25 25 25 SORT AGGREGATE (cr=33075 pr=0 pw=0 time=1224000 us) 0 0 0 NESTED LOOPS (cr=33075 pr=0 pw=0 time=1223483 us cost=371 size=25320 card=1055) 0 0 0 TABLE ACCESS FULL ICD9CM (cr=33075 pr=0 pw=0 time=1223252 us cost=371 size=16880 card=1055) 0 0 0 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=8 card=1)(object id 4328916) 25 25 25 INLIST ITERATOR (cr=15 pr=0 pw=0 time=1969 us) 25 25 25 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=15 pr=0 pw=0 time=1450 us cost=24 size=2675 card=25) 25 25 25 INDEX UNIQUE SCAN ICD9CM1 (cr=11 pr=0 pw=0 time=861 us cost=23 size=0 card=25)(object id 4328949) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 5 0.00 0.00 SQL*Net message from client 5 0.01 0.03 library cache lock 4 0.00 0.01 library cache pin 4 0.00 0.00 KJC: Wait for msg sends to complete 1 0.01 0.01 SQL*Net break/reset to client 2 0.00 0.00 row cache lock 10 0.07 0.10 ******************************************************************************** SQL ID: 98d03s4dndttw Plan Hash: 3229664127 select this_.PROGRESSIVO as PROGRESS1_191_0_, this_.CHIAVE as CHIAVE191_0_, this_.VALORE as VALORE191_0_ from CONFIGURAZIONIWEB this_ call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 132 0.03 0.03 0 0 0 0 Execute 132 0.01 0.01 0 0 0 0 Fetch 3300 1.06 1.06 0 3960 0 32208 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3564 1.10 1.11 0 3960 0 32208 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 19 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 244 244 244 TABLE ACCESS FULL CONFIGURAZIONIWEB (cr=30 pr=0 pw=0 time=680 us cost=4 size=10736 card=244) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3434 0.00 0.05 SQL*Net message from client 3434 0.17 5.57 SQL*Net break/reset to client 4 0.05 0.05 ******************************************************************************** SQL ID: grnf1ccz53cwr Plan Hash: 43727017 SELECT * FROM ( SELECT * FROM COMUN.BDU_USUARIOS ) Accettazione where US_APELL1 like 'PRADOS%' AND US_APELL2 like 'ARIZA%' AND US_NOMBRE like 'JOSE MIGUEL%' AND US_FEC_NAC = to_date('1969-07-19','yyyy-mm-dd') ORDER BY US_APELL1, US_NOMBRE,US_FEC_NAC call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.18 0.08 0 148 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.13 1.02 88 90 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.31 1.11 88 238 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=90 pr=88 pw=0 time=1021882 us cost=52 size=324 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID BDU_USUARIOS (cr=90 pr=88 pw=0 time=1021610 us cost=51 size=324 card=1) 86 86 86 INDEX RANGE SCAN BDU_USUARIOS_IX_FECNAC (cr=3 pr=2 pw=0 time=79455 us cost=3 size=0 card=48)(object id 4114822) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 64 0.00 0.11 SQL*Net message to client 2 0.00 0.00 SQL*Net more data to client 1 0.00 0.00 SQL*Net message from client 2 0.03 0.05 Disk file operations I/O 3 0.00 0.00 db file sequential read 88 0.14 0.80 gc cr grant 2-way 37 0.06 0.11 ******************************************************************************** SQL ID: 0kz34dft8255n Plan Hash: 1443970164 select integrazio0_.CHIAVE as CHIAVE4_0_, integrazio0_.VALORE as VALORE4_0_, integrazio0_.ETICHETTA as ETICHETTA4_0_ from INTEGRAZIONE_CONFIG integrazio0_ where integrazio0_.CHIAVE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 220 0.04 0.04 0 0 0 0 Execute 220 0.21 0.21 0 0 0 0 Fetch 220 0.82 0.82 0 4840 0 220 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 660 1.08 1.08 0 4840 0 220 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL INTEGRAZIONE_CONFIG (cr=22 pr=0 pw=0 time=3717 us cost=8 size=152 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 440 0.00 0.00 SQL*Net message from client 440 0.41 1.78 ******************************************************************************** SQL ID: f86c8dupmz713 Plan Hash: 2445505304 select configuraz0_.ID as ID644_, configuraz0_.CHIAVE as CHIAVE644_, configuraz0_.VALORE as VALORE644_ from CONFIGURAZIONIORMAADMIN configuraz0_ where configuraz0_.CHIAVE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 332 0.06 0.07 0 0 0 0 Execute 332 0.25 0.25 0 0 0 0 Fetch 332 0.47 0.47 0 1992 0 291 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 996 0.79 0.80 0 1992 0 291 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 17 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL CONFIGURAZIONIORMAADMIN (cr=6 pr=0 pw=0 time=1103 us cost=4 size=51 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 665 0.00 0.01 SQL*Net message from client 665 0.10 1.23 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 3md6x54cqhvmg Plan Hash: 3087009924 select intervento0_.PROGRESSIVO as PROGRESS1_36_40_, intervento0_.PROGRREPARTO as PROGRREP2_36_40_, intervento0_.DATAINT as DATAINT36_40_, intervento0_.DIMISSIONE as DIMISSIONE36_40_, intervento0_.DATARICOVERO as DATARICO5_36_40_, intervento0_.stampato as stampato36_40_, intervento0_.STAMPATO_CHI as STAMPATO7_36_40_, intervento0_.STAMPATO_QUANDO as STAMPATO8_36_40_, intervento0_.ANNOPRATICA as ANNOPRAT9_36_40_, intervento0_.numeropratica as numerop10_36_40_, intervento0_.NOSOLOGICO as NOSOLOGICO36_40_, intervento0_.NOSOLOGICOVALIDATO as NOSOLOG12_36_40_, intervento0_.NUMEROEPISODIOAMB as NUMEROE13_36_40_, intervento0_.IDEXT as IDEXT36_40_, intervento0_.IDALBEROIVGAS as IDALBER15_36_40_, intervento0_.NONOPERATO as NONOPERATO36_40_, intervento0_.AMBULATORIALE as AMBULAT17_36_40_, intervento0_.ANNO as ANNO36_40_, intervento0_.CODICE as CODICE36_40_, intervento0_.CARTELLACLINICA as CARTELL20_36_40_, intervento0_.IDPERCORSO as IDPERCORSO36_40_, intervento0_.TIPOINTEGRAZIONEESTERNA as TIPOINT22_36_40_, intervento0_.CONVANESTESIA as CONVANE23_36_40_, intervento0_.CONVANESTESIA_QUANDO as CONVANE24_36_40_, intervento0_.CONVCHIRURGIA as CONVCHI25_36_40_, intervento0_.CONVCHIRURGIA_QUANDO as CONVCHI26_36_40_, intervento0_.CONVINFERMIERI as CONVINF27_36_40_, intervento0_.CONVINFERMIERI_QUANDO as CONVINF28_36_40_, intervento0_.DISCONVALIDATO as DISCONV29_36_40_, intervento0_.DISCONVALIDATO_CHI as DISCONV30_36_40_, intervento0_.DISCONVALIDATO_QUANDO as DISCONV31_36_40_, intervento0_.DISCONVALIDATO_QUALE as DISCONV32_36_40_, intervento0_.SCADENZA as SCADENZA36_40_, intervento0_.SCADENZA_CHI as SCADENZA34_36_40_, intervento0_.ANCAGINOCCHIO as ANCAGIN35_36_40_, intervento0_.ANCAGINOCCHIORISERVA as ANCAGIN36_36_40_, intervento0_.IVG_AS as IVG37_36_40_, intervento0_.RICAMB as RICAMB36_40_, intervento0_.USOCIA as USOCIA36_40_, intervento0_.CIAHTML5 as CIAHTML40_36_40_, intervento0_.USOATTOCARDIO as USOATTO41_36_40_, intervento0_.CODPAZIENTE as CODPAZI42_36_40_, intervento0_.REPARTO as REPARTO36_40_, intervento0_.REPARTODEGENZA as REPARTO44_36_40_, intervento0_.BLOCCO as BLOCCO36_40_, intervento0_.SIGLAUTENTE as SIGLAUT46_36_40_, intervento0_.DATAUTENTE as DATAUTENTE36_40_, intervento0_.ORAUTENTE as ORAUTENTE36_40_, intervento0_.LISTAATTESA as LISTAAT49_36_40_, intervento0_.LISTAOP as LISTAOP36_40_, intervento0_.PREVISIONE as PREVISIONE36_40_, intervento0_.SALETTA as SALETTA36_40_, intervento0_.regime as regime36_40_, intervento0_.TIPORICOVERO as TIPORIC54_36_40_, intervento0_.MINIINVASIVA as MINIINV55_36_40_, intervento0_.TIPOMINIINVASIVA as TIPOMIN56_36_40_, utente1_.SIGLA as SIGLA19_0_, utente1_.UTENTE as UTENTE19_0_, utente1_.LIVELLO as LIVELLO19_0_, utente1_.PASSWORD as PASSWORD19_0_, utente1_.PASSWORD2 as PASSWORD5_19_0_, utente1_.ATTIVO as ATTIVO19_0_, utente1_.ULTIMOACCESSO as ULTIMOAC7_19_0_, utente1_.LINGUA as LINGUA19_0_, utente1_.DATAPASSWORD as DATAPASS9_19_0_, utente1_.CAMBIOPASSWORD as CAMBIOP10_19_0_, utente1_.DATADISATTIVAZIONE as DATADIS11_19_0_, utente1_.DATARIATTIVAZIONE as DATARIA12_19_0_, utente1_.SMARTCARD as SMARTCARD19_0_, utente1_.CODFISC as CODFISC19_0_, utente1_.IGNORAADSI as IGNORAADSI19_0_, utente1_.COGNOME as COGNOME19_0_, utente1_.NOME as NOME19_0_, utente1_.DATAANALYZER_USERNAME as DATAANA18_19_0_, utente1_.DATAANALYZER_PASSWORD as DATAANA19_19_0_, utente1_.ALIASFIRMAREMOTA as ALIASFI20_19_0_, utente1_.INVIATO_O4C as INVIATO21_19_0_, livello2_.LIVELLO as LIVELLO2_1_, livello2_.DESCRIZIONE as DESCRIZI2_2_1_, livello2_.CONSULENTE as CONSULENTE2_1_, utente3_.SIGLA as SIGLA19_2_, utente3_.UTENTE as UTENTE19_2_, utente3_.LIVELLO as LIVELLO19_2_, utente3_.PASSWORD as PASSWORD19_2_, utente3_.PASSWORD2 as PASSWORD5_19_2_, utente3_.ATTIVO as ATTIVO19_2_, utente3_.ULTIMOACCESSO as ULTIMOAC7_19_2_, utente3_.LINGUA as LINGUA19_2_, utente3_.DATAPASSWORD as DATAPASS9_19_2_, utente3_.CAMBIOPASSWORD as CAMBIOP10_19_2_, utente3_.DATADISATTIVAZIONE as DATADIS11_19_2_, utente3_.DATARIATTIVAZIONE as DATARIA12_19_2_, utente3_.SMARTCARD as SMARTCARD19_2_, utente3_.CODFISC as CODFISC19_2_, utente3_.IGNORAADSI as IGNORAADSI19_2_, utente3_.COGNOME as COGNOME19_2_, utente3_.NOME as NOME19_2_, utente3_.DATAANALYZER_USERNAME as DATAANA18_19_2_, utente3_.DATAANALYZER_PASSWORD as DATAANA19_19_2_, utente3_.ALIASFIRMAREMOTA as ALIASFI20_19_2_, utente3_.INVIATO_O4C as INVIATO21_19_2_, utente4_.SIGLA as SIGLA19_3_, utente4_.UTENTE as UTENTE19_3_, utente4_.LIVELLO as LIVELLO19_3_, utente4_.PASSWORD as PASSWORD19_3_, utente4_.PASSWORD2 as PASSWORD5_19_3_, utente4_.ATTIVO as ATTIVO19_3_, utente4_.ULTIMOACCESSO as ULTIMOAC7_19_3_, utente4_.LINGUA as LINGUA19_3_, utente4_.DATAPASSWORD as DATAPASS9_19_3_, utente4_.CAMBIOPASSWORD as CAMBIOP10_19_3_, utente4_.DATADISATTIVAZIONE as DATADIS11_19_3_, utente4_.DATARIATTIVAZIONE as DATARIA12_19_3_, utente4_.SMARTCARD as SMARTCARD19_3_, utente4_.CODFISC as CODFISC19_3_, utente4_.IGNORAADSI as IGNORAADSI19_3_, utente4_.COGNOME as COGNOME19_3_, utente4_.NOME as NOME19_3_, utente4_.DATAANALYZER_USERNAME as DATAANA18_19_3_, utente4_.DATAANALYZER_PASSWORD as DATAANA19_19_3_, utente4_.ALIASFIRMAREMOTA as ALIASFI20_19_3_, utente4_.INVIATO_O4C as INVIATO21_19_3_, paziente5_.PROGRESSIVO as PROGRESS1_186_4_, paziente5_.CITTADINANZA as CITTADIN2_186_4_, paziente5_.CARDIO_CHI as CARDIO3_186_4_, paziente5_.POSIZIONEPROF as POSIZION4_186_4_, paziente5_.COMUNENASCITA as COMUNENA5_186_4_, paziente5_.PROFESSIONE as PROFESSI6_186_4_, paziente5_.STATOCIVILE as STATOCIV7_186_4_, paziente5_.COMUNERESIDENZA as COMUNERE8_186_4_, paziente5_.USL as USL186_4_, paziente5_.MEDICOCHEINVIA as MEDICOC10_186_4_, paziente5_.RAMOATTIVITA as RAMOATT11_186_4_, paziente5_.REGIONEASSISTENZA as REGIONE12_186_4_, paziente5_.TITOLOSTUDIO as TITOLOS13_186_4_, paziente5_.COGNOME as COGNOME186_4_, paziente5_.COGNOME2 as COGNOME15_186_4_, paziente5_.NOME as NOME186_4_, paziente5_.INDIRIZZO as INDIRIZZO186_4_, paziente5_.SESSO as SESSO186_4_, paziente5_.TELEFONO as TELEFONO186_4_, paziente5_.DATANASCITA as DATANAS20_186_4_, paziente5_.CODICESANITARIO as CODICES21_186_4_, paziente5_.NOMEFAMILIARE as NOMEFAM22_186_4_, paziente5_.INDIRIZZOFAMILIARE as INDIRIZ23_186_4_, paziente5_.TELEFONOFAMILIARE as TELEFON24_186_4_, paziente5_.SANGUE as SANGUE186_4_, paziente5_.RH as RH186_4_, paziente5_.CODFISC as CODFISC186_4_, paziente5_.CARDIO_QUANDO as CARDIO28_186_4_, paziente5_.CARDIO_SEM as CARDIO29_186_4_, paziente5_.CHIAVEESTERNA as CHIAVEE30_186_4_, paziente5_.DATAMATRIMONIO as DATAMAT31_186_4_, paziente5_.DOMICILIO as DOMICILIO186_4_, paziente5_.MEF as MEF186_4_, paziente5_.STP as STP186_4_, paziente5_.IDREGIONALE as IDREGIO35_186_4_, paziente5_.SIGLAPAZINS as SIGLAPA36_186_4_, paziente5_.DATAORAPAZINS as DATAORA37_186_4_, paziente5_.DATAVALIDITAMEF as DATAVAL38_186_4_, paziente5_.ENTECERTIFICANTE as ENTECER39_186_4_, paziente5_.CONSENSO_ACQUISITO as CONSENSO40_186_4_, paziente5_.COMUNERESIDENZAESTERO as COMUNER41_186_4_, paziente5_.COMUNENASCITAESTERO as COMUNEN42_186_4_, paziente5_.QUALITACF as QUALITACF186_4_, paziente5_.QUALITACFTRATTI as QUALITA44_186_4_, paziente5_.TEAM_NUMEROTESSERA as TEAM45_186_4_, paziente5_.DOC_CODICE as DOC46_186_4_, paziente5_.DOC_NAZIONERILASCIO as DOC47_186_4_, paziente5_.ES_DNI as ES48_186_4_, paziente5_.ES_NIF as ES49_186_4_, paziente5_.ES_NIE as ES50_186_4_, paziente5_.NUMPASSAPORTO as NUMPASS51_186_4_, paziente5_.NUMTESSSANEUROPEA as NUMTESS52_186_4_, paziente5_.ES_NUMTESSSANARAGONA as ES53_186_4_, paziente5_.ES_NUMSOCIALESICUREZZA as ES54_186_4_, tabelle6_.PROGRESSIVO as PROGRESS1_15_5_, tabelle6_.CODICETABELLA as CODICETA2_15_5_, tabelle6_.UTCODICE as UTCODICE15_5_, tabelle6_.DESCRIZIONE as DESCRIZI4_15_5_, tabelle6_.NONATTIVO as NONATTIVO15_5_, tabelle6_.COPIAPROGRESSIVO as COPIAPRO6_15_5_, tabelle6_.DATAORA as DATAORA15_5_, tabelle6_.DATAINIZIO as DATAINIZIO15_5_, tabelle6_.DATAFINE as DATAFINE15_5_, utente7_.SIGLA as SIGLA19_6_, utente7_.UTENTE as UTENTE19_6_, utente7_.LIVELLO as LIVELLO19_6_, utente7_.PASSWORD as PASSWORD19_6_, utente7_.PASSWORD2 as PASSWORD5_19_6_, utente7_.ATTIVO as ATTIVO19_6_, utente7_.ULTIMOACCESSO as ULTIMOAC7_19_6_, utente7_.LINGUA as LINGUA19_6_, utente7_.DATAPASSWORD as DATAPASS9_19_6_, utente7_.CAMBIOPASSWORD as CAMBIOP10_19_6_, utente7_.DATADISATTIVAZIONE as DATADIS11_19_6_, utente7_.DATARIATTIVAZIONE as DATARIA12_19_6_, utente7_.SMARTCARD as SMARTCARD19_6_, utente7_.CODFISC as CODFISC19_6_, utente7_.IGNORAADSI as IGNORAADSI19_6_, utente7_.COGNOME as COGNOME19_6_, utente7_.NOME as NOME19_6_, utente7_.DATAANALYZER_USERNAME as DATAANA18_19_6_, utente7_.DATAANALYZER_PASSWORD as DATAANA19_19_6_, utente7_.ALIASFIRMAREMOTA as ALIASFI20_19_6_, utente7_.INVIATO_O4C as INVIATO21_19_6_, tabelle8_.PROGRESSIVO as PROGRESS1_15_7_, tabelle8_.CODICETABELLA as CODICETA2_15_7_, tabelle8_.UTCODICE as UTCODICE15_7_, tabelle8_.DESCRIZIONE as DESCRIZI4_15_7_, tabelle8_.NONATTIVO as NONATTIVO15_7_, tabelle8_.COPIAPROGRESSIVO as COPIAPRO6_15_7_, tabelle8_.DATAORA as DATAORA15_7_, tabelle8_.DATAINIZIO as DATAINIZIO15_7_, tabelle8_.DATAFINE as DATAFINE15_7_, comune9_.PROGRESSIVO as PROGRESS1_16_8_, comune9_.CODICE as CODICE16_8_, comune9_.DESCRIZIONE as DESCRIZI3_16_8_, comune9_.CAP as CAP16_8_, comune9_.PROVINCIA as PROVINCIA16_8_, comune9_.CODICECF as CODICECF16_8_, comune9_.PROGRPROVINCIA as PROGRPRO7_16_8_, comune9_.SOPPRESSO as SOPPRESSO16_8_, tabelle10_.PROGRESSIVO as PROGRESS1_15_9_, tabelle10_.CODICETABELLA as CODICETA2_15_9_, tabelle10_.UTCODICE as UTCODICE15_9_, tabelle10_.DESCRIZIONE as DESCRIZI4_15_9_, tabelle10_.NONATTIVO as NONATTIVO15_9_, tabelle10_.COPIAPROGRESSIVO as COPIAPRO6_15_9_, tabelle10_.DATAORA as DATAORA15_9_, tabelle10_.DATAINIZIO as DATAINIZIO15_9_, tabelle10_.DATAFINE as DATAFINE15_9_, tabelle11_.PROGRESSIVO as PROGRESS1_15_10_, tabelle11_.CODICETABELLA as CODICETA2_15_10_, tabelle11_.UTCODICE as UTCODICE15_10_, tabelle11_.DESCRIZIONE as DESCRIZI4_15_10_, tabelle11_.NONATTIVO as NONATTIVO15_10_, tabelle11_.COPIAPROGRESSIVO as COPIAPRO6_15_10_, tabelle11_.DATAORA as DATAORA15_10_, tabelle11_.DATAINIZIO as DATAINIZIO15_10_, tabelle11_.DATAFINE as DATAFINE15_10_, comune12_.PROGRESSIVO as PROGRESS1_16_11_, comune12_.CODICE as CODICE16_11_, comune12_.DESCRIZIONE as DESCRIZI3_16_11_, comune12_.CAP as CAP16_11_, comune12_.PROVINCIA as PROVINCIA16_11_, comune12_.CODICECF as CODICECF16_11_, comune12_.PROGRPROVINCIA as PROGRPRO7_16_11_, comune12_.SOPPRESSO as SOPPRESSO16_11_, tabelle13_.PROGRESSIVO as PROGRESS1_15_12_, tabelle13_.CODICETABELLA as CODICETA2_15_12_, tabelle13_.UTCODICE as UTCODICE15_12_, tabelle13_.DESCRIZIONE as DESCRIZI4_15_12_, tabelle13_.NONATTIVO as NONATTIVO15_12_, tabelle13_.COPIAPROGRESSIVO as COPIAPRO6_15_12_, tabelle13_.DATAORA as DATAORA15_12_, tabelle13_.DATAINIZIO as DATAINIZIO15_12_, tabelle13_.DATAFINE as DATAFINE15_12_, tabelle14_.PROGRESSIVO as PROGRESS1_15_13_, tabelle14_.CODICETABELLA as CODICETA2_15_13_, tabelle14_.UTCODICE as UTCODICE15_13_, tabelle14_.DESCRIZIONE as DESCRIZI4_15_13_, tabelle14_.NONATTIVO as NONATTIVO15_13_, tabelle14_.COPIAPROGRESSIVO as COPIAPRO6_15_13_, tabelle14_.DATAORA as DATAORA15_13_, tabelle14_.DATAINIZIO as DATAINIZIO15_13_, tabelle14_.DATAFINE as DATAFINE15_13_, tabelle15_.PROGRESSIVO as PROGRESS1_15_14_, tabelle15_.CODICETABELLA as CODICETA2_15_14_, tabelle15_.UTCODICE as UTCODICE15_14_, tabelle15_.DESCRIZIONE as DESCRIZI4_15_14_, tabelle15_.NONATTIVO as NONATTIVO15_14_, tabelle15_.COPIAPROGRESSIVO as COPIAPRO6_15_14_, tabelle15_.DATAORA as DATAORA15_14_, tabelle15_.DATAINIZIO as DATAINIZIO15_14_, tabelle15_.DATAFINE as DATAFINE15_14_, tabelle16_.PROGRESSIVO as PROGRESS1_15_15_, tabelle16_.CODICETABELLA as CODICETA2_15_15_, tabelle16_.UTCODICE as UTCODICE15_15_, tabelle16_.DESCRIZIONE as DESCRIZI4_15_15_, tabelle16_.NONATTIVO as NONATTIVO15_15_, tabelle16_.COPIAPROGRESSIVO as COPIAPRO6_15_15_, tabelle16_.DATAORA as DATAORA15_15_, tabelle16_.DATAINIZIO as DATAINIZIO15_15_, tabelle16_.DATAFINE as DATAFINE15_15_, tabelle17_.PROGRESSIVO as PROGRESS1_15_16_, tabelle17_.CODICETABELLA as CODICETA2_15_16_, tabelle17_.UTCODICE as UTCODICE15_16_, tabelle17_.DESCRIZIONE as DESCRIZI4_15_16_, tabelle17_.NONATTIVO as NONATTIVO15_16_, tabelle17_.COPIAPROGRESSIVO as COPIAPRO6_15_16_, tabelle17_.DATAORA as DATAORA15_16_, tabelle17_.DATAINIZIO as DATAINIZIO15_16_, tabelle17_.DATAFINE as DATAFINE15_16_, utente18_.SIGLA as SIGLA19_17_, utente18_.UTENTE as UTENTE19_17_, utente18_.LIVELLO as LIVELLO19_17_, utente18_.PASSWORD as PASSWORD19_17_, utente18_.PASSWORD2 as PASSWORD5_19_17_, utente18_.ATTIVO as ATTIVO19_17_, utente18_.ULTIMOACCESSO as ULTIMOAC7_19_17_, utente18_.LINGUA as LINGUA19_17_, utente18_.DATAPASSWORD as DATAPASS9_19_17_, utente18_.CAMBIOPASSWORD as CAMBIOP10_19_17_, utente18_.DATADISATTIVAZIONE as DATADIS11_19_17_, utente18_.DATARIATTIVAZIONE as DATARIA12_19_17_, utente18_.SMARTCARD as SMARTCARD19_17_, utente18_.CODFISC as CODFISC19_17_, utente18_.IGNORAADSI as IGNORAADSI19_17_, utente18_.COGNOME as COGNOME19_17_, utente18_.NOME as NOME19_17_, utente18_.DATAANALYZER_USERNAME as DATAANA18_19_17_, utente18_.DATAANALYZER_PASSWORD as DATAANA19_19_17_, utente18_.ALIASFIRMAREMOTA as ALIASFI20_19_17_, utente18_.INVIATO_O4C as INVIATO21_19_17_, comune19_.PROGRESSIVO as PROGRESS1_16_18_, comune19_.CODICE as CODICE16_18_, comune19_.DESCRIZIONE as DESCRIZI3_16_18_, comune19_.CAP as CAP16_18_, comune19_.PROVINCIA as PROVINCIA16_18_, comune19_.CODICECF as CODICECF16_18_, comune19_.PROGRPROVINCIA as PROGRPRO7_16_18_, comune19_.SOPPRESSO as SOPPRESSO16_18_, reparto20_.PROGRESSIVO as PROGRESS1_10_19_, reparto20_.CODICE as CODICE10_19_, reparto20_.CCOSTO as CCOSTO10_19_, reparto20_.DESCRIZIONE as DESCRIZI4_10_19_, reparto20_.ATTIVO as ATTIVO10_19_, reparto20_.CODMAG as CODMAG10_19_, reparto20_.CODUNITAPRELIEVO as CODUNITA7_10_19_, reparto20_.SIGLACS as SIGLACS10_19_, reparto20_.CODREGIONALE as CODREGIO9_10_19_, reparto20_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_19_, repartideg21_.PROGRESSIVO as PROGRESS1_33_20_, repartideg21_.CODICE as CODICE33_20_, repartideg21_.CCOSTO as CCOSTO33_20_, repartideg21_.DESCRIZIONE as DESCRIZI4_33_20_, repartideg21_.PROGREPARTO as PROGREPA5_33_20_, reparto22_.PROGRESSIVO as PROGRESS1_10_21_, reparto22_.CODICE as CODICE10_21_, reparto22_.CCOSTO as CCOSTO10_21_, reparto22_.DESCRIZIONE as DESCRIZI4_10_21_, reparto22_.ATTIVO as ATTIVO10_21_, reparto22_.CODMAG as CODMAG10_21_, reparto22_.CODUNITAPRELIEVO as CODUNITA7_10_21_, reparto22_.SIGLACS as SIGLACS10_21_, reparto22_.CODREGIONALE as CODREGIO9_10_21_, reparto22_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_21_, blocco23_.PROGRESSIVO as PROGRESS1_20_22_, blocco23_.UTCODICE as UTCODICE20_22_, blocco23_.DESCRIZIONE as DESCRIZI3_20_22_, blocco23_.NONATTIVO as NONATTIVO20_22_, blocco23_.COPIAPROGRESSIVO as COPIAPRO5_20_22_, blocco23_.DATAORA as DATAORA20_22_, blocco23_.DATAINIZIO as DATAINIZIO20_22_, blocco23_.DATAFINE as DATAFINE20_22_, blocchicco24_.BLOCCO as BLOCCO22_23_, blocchicco24_.SIGLACS as SIGLACS22_23_, blocchicco24_.CCOSTO as CCOSTO22_23_, blocchicco24_.CODMAG as CODMAG22_23_, blocchicco24_.CODUNITAPRELIEVO as CODUNITA5_22_23_, blocchicco24_.CODICECRIL as CODICECRIL22_23_, blocchimai25_.BLOCCO as BLOCCO23_24_, blocchimai25_.PROGRESSIVO as PROGRESS2_23_24_, blocchimai25_.NOMINATIVO as NOMINATIVO23_24_, blocchimai25_.INDIRIZZOMAIL as INDIRIZZ4_23_24_, utente26_.SIGLA as SIGLA19_25_, utente26_.UTENTE as UTENTE19_25_, utente26_.LIVELLO as LIVELLO19_25_, utente26_.PASSWORD as PASSWORD19_25_, utente26_.PASSWORD2 as PASSWORD5_19_25_, utente26_.ATTIVO as ATTIVO19_25_, utente26_.ULTIMOACCESSO as ULTIMOAC7_19_25_, utente26_.LINGUA as LINGUA19_25_, utente26_.DATAPASSWORD as DATAPASS9_19_25_, utente26_.CAMBIOPASSWORD as CAMBIOP10_19_25_, utente26_.DATADISATTIVAZIONE as DATADIS11_19_25_, utente26_.DATARIATTIVAZIONE as DATARIA12_19_25_, utente26_.SMARTCARD as SMARTCARD19_25_, utente26_.CODFISC as CODFISC19_25_, utente26_.IGNORAADSI as IGNORAADSI19_25_, utente26_.COGNOME as COGNOME19_25_, utente26_.NOME as NOME19_25_, utente26_.DATAANALYZER_USERNAME as DATAANA18_19_25_, utente26_.DATAANALYZER_PASSWORD as DATAANA19_19_25_, utente26_.ALIASFIRMAREMOTA as ALIASFI20_19_25_, utente26_.INVIATO_O4C as INVIATO21_19_25_, previsione27_.PROGRESSIVO as PROGRESS1_177_26_, previsione27_.PRIORITA as PRIORITA177_26_, previsione27_.UTCODICE as UTCODICE177_26_, previsione27_.DESCRIZIONE as DESCRIZI4_177_26_, previsione27_.DURATA as DURATA177_26_, previsione27_.DURATASANIFICAZIONE as DURATASA6_177_26_, previsione27_.FLACONI as FLACONI177_26_, previsione27_.NGIORNI as NGIORNI177_26_, previsione27_.REGIME as REGIME177_26_, previsione27_.PROTESI as PROTESI177_26_, previsione27_.ANESTESIA as ANESTESIA177_26_, previsione27_.INUSO as INUSO177_26_, previsione27_.NGIORNIPOSTINT as NGIORNI13_177_26_, previsione27_.ESCLUDICHECKLIST as ESCLUDI14_177_26_, previsione27_.GARANZIA as GARANZIA177_26_, priorita28_.PROGRESSIVO as PROGRESS1_9_27_, priorita28_.LIVELLO as LIVELLO9_27_, priorita28_.DESCRIZIONE as DESCRIZI3_9_27_, priorita28_.GGSEMAFOROGIALLOMIN as GGSEMAFO4_9_27_, priorita28_.GGSEMAFOROGIALLOMAX as GGSEMAFO5_9_27_, priorita28_.GGSEMAFOROROSSO as GGSEMAFO6_9_27_, priorita28_.GIORNI as GIORNI9_27_, salette29_.PROGRESSIVO as PROGRESS1_30_28_, salette29_.UTCODICE as UTCODICE30_28_, salette29_.DESCRIZIONE as DESCRIZI3_30_28_, salette29_.BLOCCO as BLOCCO30_28_, salette29_.ATTIVO as ATTIVO30_28_, blocco30_.PROGRESSIVO as PROGRESS1_20_29_, blocco30_.UTCODICE as UTCODICE20_29_, blocco30_.DESCRIZIONE as DESCRIZI3_20_29_, blocco30_.NONATTIVO as NONATTIVO20_29_, blocco30_.COPIAPROGRESSIVO as COPIAPRO5_20_29_, blocco30_.DATAORA as DATAORA20_29_, blocco30_.DATAINIZIO as DATAINIZIO20_29_, blocco30_.DATAFINE as DATAFINE20_29_, regimirico31_.ID as ID25_30_, regimirico31_.DESCRIZIONE as DESCRIZI2_25_30_, regimirico31_.TIPOLOGIA as TIPOLOGIA25_30_, regimirico31_.NOSOLOGICOOBBLIGATORIO as NOSOLOGI4_25_30_, regimirico31_.LIBERAPROFESSIONEOBBLIGATORIO as LIBERAPR5_25_30_, regimirico31_.AMBULATORIALE as AMBULATO6_25_30_, regimirico31_.CHECKLISTRC as CHECKLIS7_25_30_, regimirico31_.SETTINGASSISTENZIALERFC as SETTINGA8_25_30_, regimirico31_.DATAINIZIO as DATAINIZIO25_30_, regimirico31_.DATAFINE as DATAFINE25_30_, tabelle32_.PROGRESSIVO as PROGRESS1_15_31_, tabelle32_.CODICETABELLA as CODICETA2_15_31_, tabelle32_.UTCODICE as UTCODICE15_31_, tabelle32_.DESCRIZIONE as DESCRIZI4_15_31_, tabelle32_.NONATTIVO as NONATTIVO15_31_, tabelle32_.COPIAPROGRESSIVO as COPIAPRO6_15_31_, tabelle32_.DATAORA as DATAORA15_31_, tabelle32_.DATAINIZIO as DATAINIZIO15_31_, tabelle32_.DATAFINE as DATAFINE15_31_, tabelle33_.PROGRESSIVO as PROGRESS1_15_32_, tabelle33_.CODICETABELLA as CODICETA2_15_32_, tabelle33_.UTCODICE as UTCODICE15_32_, tabelle33_.DESCRIZIONE as DESCRIZI4_15_32_, tabelle33_.NONATTIVO as NONATTIVO15_32_, tabelle33_.COPIAPROGRESSIVO as COPIAPRO6_15_32_, tabelle33_.DATAORA as DATAORA15_32_, tabelle33_.DATAINIZIO as DATAINIZIO15_32_, tabelle33_.DATAFINE as DATAFINE15_32_, noteendopr34_.INTERVENTO as INTERVENTO38_33_, noteendopr34_.NOTEPRIMOIMPIANTO as NOTEPRIM2_38_33_, noteendopr34_.NOTEREVISIONE as NOTEREVI3_38_33_, noteendopr34_.NOTEINTERVENTOPRECEDENTE as NOTEINTE4_38_33_, noteendopr34_.NOTEVIADIACCESSO as NOTEVIAD5_38_33_, noteendopr34_.NOTEGENERALI as NOTEGENE6_38_33_, noteendopr34_.TIPOINTERVENTOREVISIONE as TIPOINTE7_38_33_, noteendopr34_.FISSAZIONE as FISSAZIONE38_33_, noteendopr34_.FISSAZIONENEW as FISSAZIO9_38_33_, noteendopr34_.ANCACHIRURGIACOMPUTERASS as ANCACHI10_38_33_, noteendopr34_.ANCAINNESTOOSSEOCOMPACET as ANCAINN11_38_33_, noteendopr34_.ANCAINNESTOOSSEOCOMPFEM as ANCAINN12_38_33_, noteendopr34_.GINCHIRURGIACOMPUTERASS as GINCHIR13_38_33_, noteendopr34_.GININNESTOOSSEOCOMPACET as GININNE14_38_33_, noteendopr34_.GININNESTOOSSEOCOMPFEM as GININNE15_38_33_, altridati35_.INTERVENTO as INTERVENTO42_34_, altridati35_.ELEZURG as ELEZURG42_34_, altridati35_.LATERALITA as LATERALITA42_34_, altridati35_.CONTAMINATO as CONTAMIN4_42_34_, altridati35_.DESTINAZIONE as DESTINAZ5_42_34_, altridati35_.INTRAOP as INTRAOP42_34_, altridati35_.USOCEC as USOCEC42_34_, altridati35_.PROTESI as PROTESI42_34_, altridati35_.UNITABRILLANZA as UNITABRI9_42_34_, altridati35_.TERAPIAANTIBIOTICA as TERAPIA10_42_34_, tabelle36_.PROGRESSIVO as PROGRESS1_15_35_, tabelle36_.CODICETABELLA as CODICETA2_15_35_, tabelle36_.UTCODICE as UTCODICE15_35_, tabelle36_.DESCRIZIONE as DESCRIZI4_15_35_, tabelle36_.NONATTIVO as NONATTIVO15_35_, tabelle36_.COPIAPROGRESSIVO as COPIAPRO6_15_35_, tabelle36_.DATAORA as DATAORA15_35_, tabelle36_.DATAINIZIO as DATAINIZIO15_35_, tabelle36_.DATAFINE as DATAFINE15_35_, tabelle37_.PROGRESSIVO as PROGRESS1_15_36_, tabelle37_.CODICETABELLA as CODICETA2_15_36_, tabelle37_.UTCODICE as UTCODICE15_36_, tabelle37_.DESCRIZIONE as DESCRIZI4_15_36_, tabelle37_.NONATTIVO as NONATTIVO15_36_, tabelle37_.COPIAPROGRESSIVO as COPIAPRO6_15_36_, tabelle37_.DATAORA as DATAORA15_36_, tabelle37_.DATAINIZIO as DATAINIZIO15_36_, tabelle37_.DATAFINE as DATAFINE15_36_, intraopane38_.PROGRESSIVO as PROGRESS1_43_37_, intraopane38_.PROGRCHIAMANTE as PROGRCHI2_43_37_, intraopane38_.CODCHIAMANTE as CODCHIAM3_43_37_, intraopane38_.ASA as ASA43_37_, intraopane38_.ASAE as ASAE43_37_, intraopane38_.SIGLASALVA as SIGLASALVA43_37_, intraopane38_.DATAORASALVA as DATAORAS7_43_37_, intraopane38_.SCADENZA as SCADENZA43_37_, intraopane38_.SCADENZACIA_CHI as SCADENZA9_43_37_, utente39_.SIGLA as SIGLA19_38_, utente39_.UTENTE as UTENTE19_38_, utente39_.LIVELLO as LIVELLO19_38_, utente39_.PASSWORD as PASSWORD19_38_, utente39_.PASSWORD2 as PASSWORD5_19_38_, utente39_.ATTIVO as ATTIVO19_38_, utente39_.ULTIMOACCESSO as ULTIMOAC7_19_38_, utente39_.LINGUA as LINGUA19_38_, utente39_.DATAPASSWORD as DATAPASS9_19_38_, utente39_.CAMBIOPASSWORD as CAMBIOP10_19_38_, utente39_.DATADISATTIVAZIONE as DATADIS11_19_38_, utente39_.DATARIATTIVAZIONE as DATARIA12_19_38_, utente39_.SMARTCARD as SMARTCARD19_38_, utente39_.CODFISC as CODFISC19_38_, utente39_.IGNORAADSI as IGNORAADSI19_38_, utente39_.COGNOME as COGNOME19_38_, utente39_.NOME as NOME19_38_, utente39_.DATAANALYZER_USERNAME as DATAANA18_19_38_, utente39_.DATAANALYZER_PASSWORD as DATAANA19_19_38_, utente39_.ALIASFIRMAREMOTA as ALIASFI20_19_38_, utente39_.INVIATO_O4C as INVIATO21_19_38_, utente40_.SIGLA as SIGLA19_39_, utente40_.UTENTE as UTENTE19_39_, utente40_.LIVELLO as LIVELLO19_39_, utente40_.PASSWORD as PASSWORD19_39_, utente40_.PASSWORD2 as PASSWORD5_19_39_, utente40_.ATTIVO as ATTIVO19_39_, utente40_.ULTIMOACCESSO as ULTIMOAC7_19_39_, utente40_.LINGUA as LINGUA19_39_, utente40_.DATAPASSWORD as DATAPASS9_19_39_, utente40_.CAMBIOPASSWORD as CAMBIOP10_19_39_, utente40_.DATADISATTIVAZIONE as DATADIS11_19_39_, utente40_.DATARIATTIVAZIONE as DATARIA12_19_39_, utente40_.SMARTCARD as SMARTCARD19_39_, utente40_.CODFISC as CODFISC19_39_, utente40_.IGNORAADSI as IGNORAADSI19_39_, utente40_.COGNOME as COGNOME19_39_, utente40_.NOME as NOME19_39_, utente40_.DATAANALYZER_USERNAME as DATAANA18_19_39_, utente40_.DATAANALYZER_PASSWORD as DATAANA19_19_39_, utente40_.ALIASFIRMAREMOTA as ALIASFI20_19_39_, utente40_.INVIATO_O4C as INVIATO21_19_39_ from INTERVENTI intervento0_, UTENTI utente1_, DESCRIZIONILIVELLI livello2_, UTENTI utente3_, UTENTI utente4_, PAZIENTI paziente5_, TABELLE tabelle6_, UTENTI utente7_, TABELLE tabelle8_, COMUNI comune9_, TABELLE tabelle10_, TABELLE tabelle11_, COMUNI comune12_, TABELLE tabelle13_, TABELLE tabelle14_, TABELLE tabelle15_, TABELLE tabelle16_, TABELLE tabelle17_, UTENTI utente18_, COMUNI comune19_, REPARTI reparto20_, REPARTIDEGENZA repartideg21_, REPARTI reparto22_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco23_, BLOCCHICCOSTO blocchicco24_, BLOCCHIMAIL blocchimai25_, UTENTI utente26_, PREVISIONI previsione27_, PRIORITA priorita28_, SALETTE salette29_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco30_, REGIMIRICOVERO regimirico31_, TABELLE tabelle32_, TABELLE tabelle33_, ENDONOTE noteendopr34_, ALTRIDATI altridati35_, TABELLE tabelle36_, TABELLE tabelle37_, INTRAOP_ANEST intraopane38_, UTENTI utente39_, UTENTI utente40_ where intervento0_.STAMPATO_CHI=utente1_.SIGLA(+) and utente1_.LIVELLO= livello2_.LIVELLO(+) and intervento0_.DISCONVALIDATO_CHI=utente3_.SIGLA(+) and intervento0_.SCADENZA_CHI=utente4_.SIGLA(+) and intervento0_.CODPAZIENTE=paziente5_.PROGRESSIVO(+) and paziente5_.CITTADINANZA=tabelle6_.PROGRESSIVO(+) and paziente5_.CARDIO_CHI= utente7_.SIGLA(+) and paziente5_.POSIZIONEPROF=tabelle8_.PROGRESSIVO(+) and paziente5_.COMUNENASCITA=comune9_.PROGRESSIVO(+) and paziente5_.PROFESSIONE= tabelle10_.PROGRESSIVO(+) and paziente5_.STATOCIVILE= tabelle11_.PROGRESSIVO(+) and paziente5_.COMUNERESIDENZA= comune12_.PROGRESSIVO(+) and paziente5_.USL=tabelle13_.PROGRESSIVO(+) and paziente5_.MEDICOCHEINVIA=tabelle14_.PROGRESSIVO(+) and paziente5_.RAMOATTIVITA=tabelle15_.PROGRESSIVO(+) and paziente5_.REGIONEASSISTENZA=tabelle16_.PROGRESSIVO(+) and paziente5_.TITOLOSTUDIO=tabelle17_.PROGRESSIVO(+) and paziente5_.SIGLAPAZINS=utente18_.SIGLA(+) and paziente5_.DOC_NAZIONERILASCIO=comune19_.PROGRESSIVO(+) and intervento0_.REPARTO=reparto20_.PROGRESSIVO(+) and intervento0_.REPARTODEGENZA=repartideg21_.PROGRESSIVO(+) and repartideg21_.PROGREPARTO=reparto22_.PROGRESSIVO(+) and intervento0_.BLOCCO= blocco23_.PROGRESSIVO(+) and blocco23_.PROGRESSIVO=blocchicco24_.BLOCCO(+) and blocco23_.PROGRESSIVO=blocchimai25_.BLOCCO(+) and intervento0_.SIGLAUTENTE=utente26_.SIGLA(+) and intervento0_.PREVISIONE= previsione27_.PROGRESSIVO(+) and previsione27_.PRIORITA= priorita28_.PROGRESSIVO(+) and intervento0_.SALETTA= salette29_.PROGRESSIVO(+) and salette29_.BLOCCO=blocco30_.PROGRESSIVO(+) and intervento0_.regime=regimirico31_.ID(+) and intervento0_.TIPORICOVERO= tabelle32_.PROGRESSIVO(+) and intervento0_.TIPOMINIINVASIVA= tabelle33_.PROGRESSIVO(+) and intervento0_.PROGRESSIVO= noteendopr34_.INTERVENTO(+) and intervento0_.PROGRESSIVO= altridati35_.INTERVENTO(+) and altridati35_.CONTAMINATO= tabelle36_.PROGRESSIVO(+) and altridati35_.DESTINAZIONE= tabelle37_.PROGRESSIVO(+) and intervento0_.PROGRESSIVO= intraopane38_.PROGRCHIAMANTE(+) and intraopane38_.SIGLASALVA= utente39_.SIGLA(+) and intraopane38_.SCADENZACIA_CHI=utente40_.SIGLA(+) and intervento0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 17 0.03 0.14 0 0 0 0 Execute 17 0.47 0.49 0 0 0 0 Fetch 17 0.39 0.42 1 1409 0 17 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 51 0.89 1.06 1 1409 0 17 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=83 pr=0 pw=0 time=25371 us cost=67 size=3906 card=1) 1 1 1 HASH JOIN OUTER (cr=83 pr=0 pw=0 time=25324 us cost=66 size=3885 card=1) 1 1 1 HASH JOIN OUTER (cr=77 pr=0 pw=0 time=23055 us cost=61 size=3785 card=1) 1 1 1 HASH JOIN OUTER (cr=71 pr=0 pw=0 time=21125 us cost=57 size=3685 card=1) 1 1 1 HASH JOIN OUTER (cr=65 pr=0 pw=0 time=19152 us cost=53 size=3585 card=1) 1 1 1 HASH JOIN OUTER (cr=59 pr=0 pw=0 time=16973 us cost=49 size=3485 card=1) 1 1 1 HASH JOIN OUTER (cr=53 pr=0 pw=0 time=14113 us cost=45 size=3385 card=1) 1 1 1 HASH JOIN OUTER (cr=52 pr=0 pw=0 time=11976 us cost=43 size=3101 card=1) 1 1 1 HASH JOIN OUTER (cr=46 pr=0 pw=0 time=8208 us cost=39 size=3001 card=1) 1 1 1 MERGE JOIN OUTER (cr=40 pr=0 pw=0 time=4651 us cost=35 size=2901 card=1) 1 1 1 MERGE JOIN OUTER (cr=38 pr=0 pw=0 time=4376 us cost=33 size=2844 card=1) 1 1 1 NESTED LOOPS OUTER (cr=37 pr=0 pw=0 time=2016 us cost=33 size=2026 card=1) 1 1 1 NESTED LOOPS OUTER (cr=31 pr=0 pw=0 time=1008 us cost=29 size=1926 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=958 us cost=28 size=1869 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=941 us cost=27 size=1812 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=923 us cost=26 size=1774 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=905 us cost=25 size=1717 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=886 us cost=24 size=1660 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=868 us cost=23 size=1622 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=850 us cost=22 size=1565 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=832 us cost=21 size=1508 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=815 us cost=20 size=1451 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=796 us cost=19 size=1394 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=780 us cost=18 size=1337 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=759 us cost=17 size=1299 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=740 us cost=16 size=1217 card=1) 1 1 1 NESTED LOOPS OUTER (cr=26 pr=0 pw=0 time=701 us cost=15 size=1206 card=1) 1 1 1 NESTED LOOPS OUTER (cr=24 pr=0 pw=0 time=666 us cost=14 size=1170 card=1) 1 1 1 NESTED LOOPS OUTER (cr=21 pr=0 pw=0 time=615 us cost=13 size=1113 card=1) 1 1 1 NESTED LOOPS OUTER (cr=21 pr=0 pw=0 time=592 us cost=12 size=1056 card=1) 1 1 1 NESTED LOOPS OUTER (cr=18 pr=0 pw=0 time=555 us cost=11 size=999 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=504 us cost=10 size=885 card=1) 1 1 1 NESTED LOOPS OUTER (cr=13 pr=0 pw=0 time=461 us cost=9 size=803 card=1) 1 1 1 NESTED LOOPS OUTER (cr=13 pr=0 pw=0 time=442 us cost=8 size=774 card=1) 1 1 1 NESTED LOOPS OUTER (cr=10 pr=0 pw=0 time=354 us cost=7 size=717 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=313 us cost=6 size=649 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=275 us cost=5 size=622 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=231 us cost=4 size=563 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=213 us cost=3 size=506 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=193 us cost=2 size=449 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=124 us cost=1 size=406 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=70 us cost=0 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=52 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=25 us cost=0 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=2 pr=0 pw=0 time=31 us cost=1 size=59 card=1) 1 1 1 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=1 pr=0 pw=0 time=15 us cost=0 size=0 card=1)(object id 4328094) 1 1 1 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=27 us cost=1 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN SALETTE1 (cr=1 pr=0 pw=0 time=12 us cost=0 size=0 card=1)(object id 4328878) 1 1 1 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=2 pr=0 pw=0 time=29 us cost=1 size=68 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=14 us cost=0 size=0 card=1)(object id 4328856) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=75 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=20 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIDEGENZA (cr=0 pr=0 pw=0 time=9 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTIDEGENZA1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328781) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=31 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=15 us cost=0 size=0 card=1)(object id 4328413) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=40 us cost=1 size=114 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=23 us cost=0 size=0 card=1)(object id 4328402) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=23 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=14 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=38 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=14 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID PRIORITA (cr=2 pr=0 pw=0 time=24 us cost=1 size=36 card=1) 1 1 1 INDEX UNIQUE SCAN PRIORITA1 (cr=1 pr=0 pw=0 time=12 us cost=0 size=0 card=1)(object id 4328718) 1 1 1 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=26 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=13 us cost=0 size=0 card=1)(object id 4328577) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTI (cr=0 pr=0 pw=0 time=8 us cost=1 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=7 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=6 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=7 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=7 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=34 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=22 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=385 us cost=4 size=100 card=1) 0 0 0 BUFFER SORT (cr=1 pr=0 pw=0 time=2339 us cost=29 size=818 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID ENDONOTE (cr=1 pr=0 pw=0 time=2291 us cost=0 size=818 card=1) 0 0 0 INDEX RANGE SCAN ENDONOTE2 (cr=1 pr=0 pw=0 time=2284 us cost=0 size=0 card=1)(object id 4328629) 1 1 1 BUFFER SORT (cr=2 pr=0 pw=0 time=253 us cost=35 size=57 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=2 pr=0 pw=0 time=198 us cost=2 size=57 card=1) 1 1 1 INDEX RANGE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=155 us cost=1 size=0 card=1)(object id 4329091) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=5110 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3821 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=88 us cost=2 size=284 card=1) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=2778 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3562 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3682 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3152 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3393 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=0 pr=0 pw=0 time=22 us cost=1 size=21 card=1) 0 0 0 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=0 pr=0 pw=0 time=10 us cost=0 size=0 card=1)(object id 4328639) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 34 0.00 0.00 SQL*Net more data to client 170 0.00 0.01 SQL*Net message from client 34 0.13 0.54 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 16 0.00 0.01 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.02 0.02 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 56tn8ms6tknrs Plan Hash: 2131362978 SELECT /*+ ALL_ROWS */ P.PROGRESSIVO, P.CHIAVEESTERNA, P.COGNOME, P.COGNOME2, P.NOME, P.INDIRIZZO, P.SESSO, P.CODFISC, P.TELEFONO, P.DATANASCITA, P.COMUNENASCITA, P.COMUNERESIDENZA, P.CITTADINANZA, P.CODICESANITARIO, L.DATAPRENOT, L.SOSPESO, PR.DESCRIZIONE AS DESCINT, L.NUMERO AS PROGLISTAATTESA, R.PROGRESSIVO AS PROGREPARTO, R.DESCRIZIONE AS DESCREPARTO, DECODE(SIGN(1-TRUNC(MONTHS_BETWEEN(L.DATAPRENOT,P.DATANASCITA))), 0, '1 mes', -1,DECODE(TRUNC(MONTHS_BETWEEN(L.DATAPRENOT,P.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN(L.DATAPRENOT,P.DATANASCITA)/12), 0,TRUNC(MONTHS_BETWEEN(L.DATAPRENOT,P.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN(L.DATAPRENOT,P.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC(L.DATAPRENOT-P.DATANASCITA), 1,'1 día', TRUNC(L.DATAPRENOT-P.DATANASCITA)||' días')) AS ETALA, L.LATERALITA, PRI.DESCRIZIONE AS PRIORITA, D.PROGRESSIVO AS PROGDIAGNOSI, D.UTCODICE AS CODDIAGNOSI, D.DESCRIZIONE AS DESCDIAGNOSI, L.DATAORAINS, L.DATAACCPREOP, PREOP.DATAVISITA AS VISITAPREOP, VALUTAZIONE.DESCRIZIONE AS PREOP_VALUTAZIONE, DECODE(L.RICHIESTAVISITAANEST,1,'Sì','No') As RICHIESTAVISITAANEST, L.NOSOLOGICO, L.NUMEROEPISODIOAMB FROM LISTAATTESA L,PREOP_ANEST PREOP,PAZIENTI P,PREVISIONI PR,DIAGNOSI D,TABELLE VALUTAZIONE,REPARTI R,PRIORITA PRI WHERE L.CODPAZIENTE = P.PROGRESSIVO AND L.NUMERO = PREOP.PROGRCHIAMANTE (+) AND (PREOP.CODCHIAMANTE (+) = 3) AND PREOP.VALUTAZIONE = VALUTAZIONE.PROGRESSIVO (+) AND L.PREVISIONE = PR.PROGRESSIVO (+) AND L.DIAGNOSI = D.PROGRESSIVO (+) AND L.REPARTO = R.PROGRESSIVO (+) AND L.PRIORITA = PRI.PROGRESSIVO (+) AND L.SOSPESO = '0' AND NOT EXISTS (SELECT '1' FROM INTERVENTI WHERE LISTAATTESA = L.NUMERO AND DISCONVALIDATO = '0') AND p.cognome like 'PR%' AND NOT EXISTS (SELECT '1' FROM LISTAOP WHERE PROGLISTAATTESA = L.NUMERO) AND L.REPARTO = 14 ORDER BY P.COGNOME, P.NOME, L.DATAPRENOT call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.45 0.46 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.21 0.25 8 2134 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.66 0.72 8 2134 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=2134 pr=8 pw=0 time=255207 us cost=1052 size=365555 card=647) 1 1 1 HASH JOIN RIGHT OUTER (cr=2134 pr=8 pw=0 time=254920 us cost=1051 size=365555 card=647) 9 9 9 TABLE ACCESS FULL PRIORITA (cr=2 pr=0 pw=0 time=133 us cost=3 size=324 card=9) 1 1 1 HASH JOIN RIGHT OUTER (cr=2132 pr=8 pw=0 time=253710 us cost=1048 size=342263 card=647) 236 236 236 TABLE ACCESS FULL PREVISIONI (cr=6 pr=0 pw=0 time=609 us cost=4 size=7316 card=236) 1 1 1 HASH JOIN RIGHT OUTER (cr=2126 pr=8 pw=0 time=246012 us cost=1044 size=322206 card=647) 2687 2687 2687 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3679 us cost=10 size=72549 card=2687) 1 1 1 HASH JOIN OUTER (cr=2096 pr=8 pw=0 time=233867 us cost=1034 size=304737 card=647) 1 1 1 NESTED LOOPS (cr=803 pr=5 pw=0 time=119258 us cost=666 size=241978 card=647) 647 647 647 NESTED LOOPS (cr=439 pr=5 pw=0 time=77006 us cost=666 size=241978 card=647) 647 647 647 HASH JOIN RIGHT OUTER (cr=52 pr=5 pw=0 time=68863 us cost=18 size=168220 card=647) 80 80 80 TABLE ACCESS FULL PREOP_ANEST (cr=6 pr=5 pw=0 time=15636 us cost=4 size=1482 card=78) 647 647 647 NESTED LOOPS ANTI (cr=46 pr=0 pw=0 time=37432 us cost=14 size=155927 card=647) 715 715 715 NESTED LOOPS ANTI (cr=43 pr=0 pw=0 time=32064 us cost=14 size=169455 card=715) 716 716 716 HASH JOIN RIGHT OUTER (cr=39 pr=0 pw=0 time=17716 us cost=13 size=166595 card=715) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=121 us cost=1 size=40 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=65 us cost=0 size=0 card=1)(object id 4328413) 716 716 716 TABLE ACCESS FULL LISTAATTESA (cr=37 pr=0 pw=0 time=8848 us cost=12 size=137995 card=715) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=4 pr=0 pw=0 time=8961 us cost=1 size=4 card=1) 1 1 1 INDEX RANGE SCAN INTERVENTI10 (cr=3 pr=0 pw=0 time=3717 us cost=0 size=0 card=1)(object id 4328382) 68 68 68 INDEX RANGE SCAN LISTAOP4 (cr=3 pr=0 pw=0 time=2638 us cost=0 size=28 card=7)(object id 4328605) 647 647 647 INDEX UNIQUE SCAN PAZIENTI1 (cr=387 pr=0 pw=0 time=18085 us cost=0 size=0 card=1)(object id 4328402) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=364 pr=0 pw=0 time=40703 us cost=1 size=114 card=1) 84368 84368 84368 TABLE ACCESS FULL DIAGNOSI (cr=1293 pr=3 pw=0 time=72270 us cost=367 size=8183696 card=84368) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 gc current block 2-way 17 0.00 0.03 db file sequential read 5 0.01 0.01 db file scattered read 1 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 71wkjsxa64ntu Plan Hash: 1130823009 SELECT PROGRESSIVO FROM CONTAGARZA WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.03 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.13 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.17 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID CONTAGARZA (cr=1 pr=1 pw=0 time=139495 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN CONTAGARZA2 (cr=1 pr=1 pw=0 time=139481 us cost=1 size=0 card=1)(object id 4328545) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.13 0.13 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 6 0.01 0.03 ******************************************************************************** SQL ID: 6a8689njbzmat Plan Hash: 2964899095 select listaattes0_.NUMERO as NUMERO115_56_, listaattes0_.PROGREPARTO as PROGREPA2_115_56_, listaattes0_.DATAPRENOT as DATAPRENOT115_56_, listaattes0_.ORAPRENOT as ORAPRENOT115_56_, listaattes0_.CODPAZIENTE as CODPAZIE5_115_56_, listaattes0_.PREVISIONE as PREVISIONE115_56_, listaattes0_.DIAGNOSI as DIAGNOSI115_56_, listaattes0_.AUTORIZZATO as AUTORIZZ8_115_56_, listaattes0_.DATAACCPREOP as DATAACCP9_115_56_, listaattes0_.DATASCADACC as DATASCA10_115_56_, listaattes0_.DATAINT as DATAINT115_56_, listaattes0_.LATERALITA as LATERALITA115_56_, listaattes0_.SALETTA as SALETTA115_56_, listaattes0_.PRIORITA as PRIORITA115_56_, listaattes0_.EQUIPE as EQUIPE115_56_, listaattes0_.ETA as ETA115_56_, listaattes0_.REPARTO as REPARTO115_56_, listaattes0_.SOLVENTE as SOLVENTE115_56_, listaattes0_.RX as RX115_56_, listaattes0_.ACCPREOP as ACCPREOP115_56_, listaattes0_.DATARIC as DATARIC115_56_, listaattes0_.ORARIC as ORARIC115_56_, listaattes0_.STATO as STATO115_56_, listaattes0_.STATODATAOFFERTA as STATODA24_115_56_, listaattes0_.STATODATATRASFERIMENTO as STATODA25_115_56_, listaattes0_.SIGLA as SIGLA115_56_, listaattes0_.DATAORAINS as DATAORAINS115_56_, listaattes0_.MEDICOPROPONENTE as MEDICOP28_115_56_, listaattes0_.LIBERA_PROFESSIONE as LIBERA29_115_56_, listaattes0_.REGIME as REGIME115_56_, listaattes0_.TIPORICOVERO as TIPORIC31_115_56_, listaattes0_.ACARICO as ACARICO115_56_, listaattes0_.PREDEPOSITO as PREDEPO33_115_56_, listaattes0_.ALLERGICO as ALLERGICO115_56_, listaattes0_.BLOCCO as BLOCCO115_56_, listaattes0_.NOSOLOGICO as NOSOLOGICO115_56_, listaattes0_.NOSOLOGICOVALIDATO as NOSOLOG37_115_56_, listaattes0_.IDPERSONALE as IDPERSO38_115_56_, listaattes0_.CCOSTO as CCOSTO115_56_, listaattes0_.OPTMATERIALE as OPTMATE40_115_56_, listaattes0_.MATERIALE as MATERIALE115_56_, listaattes0_.INDAGINIDIAGNATTREZ as INDAGIN42_115_56_, listaattes0_.INDAGINIDIAGNOSTICHE as INDAGIN43_115_56_, listaattes0_.MOTIVOSOSPENSIONE as MOTIVOS44_115_56_, listaattes0_.PERIODORICOVERO as PERIODO45_115_56_, listaattes0_.ASSEGNATO as ASSEGNATO115_56_, listaattes0_.DATAPERIODOIN as DATAPER47_115_56_, listaattes0_.DATAPERIODOFIN as DATAPER48_115_56_, listaattes0_.IDACCESSO as IDACCESSO115_56_, listaattes0_.LA_CHIAVEESTERNA as LA50_115_56_, listaattes0_.SIGLAMOD as SIGLAMOD115_56_, listaattes0_.DATAORAMOD as DATAORAMOD115_56_, listaattes0_.FONTEESTERNA as FONTEES53_115_56_, listaattes0_.NOTEDIAGNOSI as NOTEDIA54_115_56_, listaattes0_.NOTETIPOINTERVENTO as NOTETIP55_115_56_, listaattes0_.GRUPPOLISTAATTESA as GRUPPOL56_115_56_, listaattes0_.DATAPRESCRIZIONE as DATAPRE57_115_56_, listaattes0_.RICHIESTAVISITAANEST as RICHIES58_115_56_, listaattes0_.PROGLAVISITACHIRURGICA as PROGLAV59_115_56_, listaattes0_.DATALAVISITACHIRURGICA as DATALAV60_115_56_, listaattes0_.REPARTODEGENZA as REPARTO61_115_56_, listaattes0_.DATAVISITAANESTPROPOSTA as DATAVIS62_115_56_, listaattes0_.ORAVISITAANESTPROPOSTA as ORAVISI63_115_56_, listaattes0_.DURATA as DURATA115_56_, listaattes0_.PREOSPEDALIZZAZIONETERMINATA as PREOSPE65_115_56_, listaattes0_.IDPERCORSO as IDPERCORSO115_56_, listaattes0_.DATAINTPREVISTO as DATAINT67_115_56_, listaattes0_.VALUTAZIONE as VALUTAZ68_115_56_, listaattes0_.MINIINVASIVA as MINIINV69_115_56_, listaattes0_.TIPOMINIINVASIVA as TIPOMIN70_115_56_, listaattes0_.CODICEIMPEGNATIVA_PRE as CODICEI71_115_56_, listaattes0_.CODICEIMPEGNATIVA_POST as CODICEI72_115_56_, listaattes0_.RICHIESTARX as RICHIES73_115_56_, listaattes0_.TERAPIAANTIBIOTICA as TERAPIA74_115_56_, listaattes0_.NOTETERAPIAANTIBIOTICA as NOTETER75_115_56_, listaattes0_.TERAPIAANTITROMBOTICA as TERAPIA76_115_56_, listaattes0_.TERAPIAANTITROMBCALZE as TERAPIA77_115_56_, listaattes0_.NOTETERAPIAANTITROMBOTICA as NOTETER78_115_56_, listaattes0_.POSITIVO as POSITIVO115_56_, listaattes0_.DESTINAZIONE as DESTINA80_115_56_, listaattes0_.SOSPESO as SOSPESO115_56_, listaattes0_.DATARIVALUTAZIONE as DATARIV82_115_56_, listaattes0_.ORARIVALUTAZIONE as ORARIVA83_115_56_, listaattes0_.MOTIVORIVALUTAZIONE as MOTIVOR84_115_56_, listaattes0_.REGIMEVISITA as REGIMEV85_115_56_, listaattes0_.ESITORIVALUTAZIONE as ESITORI86_115_56_, listaattes0_.TIPOANESTESIA as TIPOANE87_115_56_, listaattes0_.MOTIVOAGGIORNALA as MOTIVOA88_115_56_, listaattes0_.RIVALUTATO_QUALE as RIVALUTATO89_115_56_, listaattes0_.DATACAMBIOREPARTO as DATACAM90_115_56_, listaattes0_.UTENTECAMBIOREPARTO as UTENTEC91_115_56_, listaattes0_.REPARTOALLETTAGGIO as REPARTO92_115_56_, listaattes0_.VISITAANESTESEGUITA as VISITAA93_115_56_, listaattes0_.NOTEANAMNESI as NOTEANA94_115_56_, listaattes0_.NOTEESAMEOBIETTIVO as NOTEESA95_115_56_, listaattes0_.NOTETERAPIEINATTO as NOTETER96_115_56_, listaattes0_.NOTEPRESCRIZIONIPREOP as NOTEPRE97_115_56_, listaattes0_.NOTEANAMNESIPROSSIMA as NOTEANA98_115_56_, listaattes0_.NUMEROEPISODIOAMB as NUMEROE99_115_56_, listaattes0_.RIFIUTOTRASFALTRASEDE as RIFIUT100_115_56_, listaattes0_.STRUTTURAPROVENIENZA as STRUTT101_115_56_, listaattes0_.STRUTTURADESTINAZIONE as STRUTT102_115_56_, listaattes0_.GIORNIPRERICOVERO as GIORNI103_115_56_, listaattes0_.GIORNIPOSTRICOVERO as GIORNI104_115_56_, listaattes0_.TIPOSOLVENZA as TIPOSO105_115_56_, listaattes0_.TIPOLISTAATTESA as TIPOLI106_115_56_, listaattes0_.GARANZIA as GARANZIA115_56_, listaattes0_.NUMEROSTORIACLINICA as NUMERO108_115_56_, listaattes0_.TELEFONORIFERIMENTOEPISODIO as TELEFO109_115_56_, listaattes0_.BRILLANZA as BRILLANZA115_56_, listaattes0_.TERAPIAINTENSIVAPOSTOP as TERAPI111_115_56_, listaattes0_.NOTEALLERGIE as NOTEAL112_115_56_, listaattes0_.RICHIESTAESAMIINTRAOP as RICHIE113_115_56_, paziente1_.PROGRESSIVO as PROGRESS1_186_0_, paziente1_.CITTADINANZA as CITTADIN2_186_0_, paziente1_.CARDIO_CHI as CARDIO3_186_0_, paziente1_.POSIZIONEPROF as POSIZION4_186_0_, paziente1_.COMUNENASCITA as COMUNENA5_186_0_, paziente1_.PROFESSIONE as PROFESSI6_186_0_, paziente1_.STATOCIVILE as STATOCIV7_186_0_, paziente1_.COMUNERESIDENZA as COMUNERE8_186_0_, paziente1_.USL as USL186_0_, paziente1_.MEDICOCHEINVIA as MEDICOC10_186_0_, paziente1_.RAMOATTIVITA as RAMOATT11_186_0_, paziente1_.REGIONEASSISTENZA as REGIONE12_186_0_, paziente1_.TITOLOSTUDIO as TITOLOS13_186_0_, paziente1_.COGNOME as COGNOME186_0_, paziente1_.COGNOME2 as COGNOME15_186_0_, paziente1_.NOME as NOME186_0_, paziente1_.INDIRIZZO as INDIRIZZO186_0_, paziente1_.SESSO as SESSO186_0_, paziente1_.TELEFONO as TELEFONO186_0_, paziente1_.DATANASCITA as DATANAS20_186_0_, paziente1_.CODICESANITARIO as CODICES21_186_0_, paziente1_.NOMEFAMILIARE as NOMEFAM22_186_0_, paziente1_.INDIRIZZOFAMILIARE as INDIRIZ23_186_0_, paziente1_.TELEFONOFAMILIARE as TELEFON24_186_0_, paziente1_.SANGUE as SANGUE186_0_, paziente1_.RH as RH186_0_, paziente1_.CODFISC as CODFISC186_0_, paziente1_.CARDIO_QUANDO as CARDIO28_186_0_, paziente1_.CARDIO_SEM as CARDIO29_186_0_, paziente1_.CHIAVEESTERNA as CHIAVEE30_186_0_, paziente1_.DATAMATRIMONIO as DATAMAT31_186_0_, paziente1_.DOMICILIO as DOMICILIO186_0_, paziente1_.MEF as MEF186_0_, paziente1_.STP as STP186_0_, paziente1_.IDREGIONALE as IDREGIO35_186_0_, paziente1_.SIGLAPAZINS as SIGLAPA36_186_0_, paziente1_.DATAORAPAZINS as DATAORA37_186_0_, paziente1_.DATAVALIDITAMEF as DATAVAL38_186_0_, paziente1_.ENTECERTIFICANTE as ENTECER39_186_0_, paziente1_.CONSENSO_ACQUISITO as CONSENSO40_186_0_, paziente1_.COMUNERESIDENZAESTERO as COMUNER41_186_0_, paziente1_.COMUNENASCITAESTERO as COMUNEN42_186_0_, paziente1_.QUALITACF as QUALITACF186_0_, paziente1_.QUALITACFTRATTI as QUALITA44_186_0_, paziente1_.TEAM_NUMEROTESSERA as TEAM45_186_0_, paziente1_.DOC_CODICE as DOC46_186_0_, paziente1_.DOC_NAZIONERILASCIO as DOC47_186_0_, paziente1_.ES_DNI as ES48_186_0_, paziente1_.ES_NIF as ES49_186_0_, paziente1_.ES_NIE as ES50_186_0_, paziente1_.NUMPASSAPORTO as NUMPASS51_186_0_, paziente1_.NUMTESSSANEUROPEA as NUMTESS52_186_0_, paziente1_.ES_NUMTESSSANARAGONA as ES53_186_0_, paziente1_.ES_NUMSOCIALESICUREZZA as ES54_186_0_, tabelle2_.PROGRESSIVO as PROGRESS1_15_1_, tabelle2_.CODICETABELLA as CODICETA2_15_1_, tabelle2_.UTCODICE as UTCODICE15_1_, tabelle2_.DESCRIZIONE as DESCRIZI4_15_1_, tabelle2_.NONATTIVO as NONATTIVO15_1_, tabelle2_.COPIAPROGRESSIVO as COPIAPRO6_15_1_, tabelle2_.DATAORA as DATAORA15_1_, tabelle2_.DATAINIZIO as DATAINIZIO15_1_, tabelle2_.DATAFINE as DATAFINE15_1_, utente3_.SIGLA as SIGLA19_2_, utente3_.UTENTE as UTENTE19_2_, utente3_.LIVELLO as LIVELLO19_2_, utente3_.PASSWORD as PASSWORD19_2_, utente3_.PASSWORD2 as PASSWORD5_19_2_, utente3_.ATTIVO as ATTIVO19_2_, utente3_.ULTIMOACCESSO as ULTIMOAC7_19_2_, utente3_.LINGUA as LINGUA19_2_, utente3_.DATAPASSWORD as DATAPASS9_19_2_, utente3_.CAMBIOPASSWORD as CAMBIOP10_19_2_, utente3_.DATADISATTIVAZIONE as DATADIS11_19_2_, utente3_.DATARIATTIVAZIONE as DATARIA12_19_2_, utente3_.SMARTCARD as SMARTCARD19_2_, utente3_.CODFISC as CODFISC19_2_, utente3_.IGNORAADSI as IGNORAADSI19_2_, utente3_.COGNOME as COGNOME19_2_, utente3_.NOME as NOME19_2_, utente3_.DATAANALYZER_USERNAME as DATAANA18_19_2_, utente3_.DATAANALYZER_PASSWORD as DATAANA19_19_2_, utente3_.ALIASFIRMAREMOTA as ALIASFI20_19_2_, utente3_.INVIATO_O4C as INVIATO21_19_2_, tabelle4_.PROGRESSIVO as PROGRESS1_15_3_, tabelle4_.CODICETABELLA as CODICETA2_15_3_, tabelle4_.UTCODICE as UTCODICE15_3_, tabelle4_.DESCRIZIONE as DESCRIZI4_15_3_, tabelle4_.NONATTIVO as NONATTIVO15_3_, tabelle4_.COPIAPROGRESSIVO as COPIAPRO6_15_3_, tabelle4_.DATAORA as DATAORA15_3_, tabelle4_.DATAINIZIO as DATAINIZIO15_3_, tabelle4_.DATAFINE as DATAFINE15_3_, comune5_.PROGRESSIVO as PROGRESS1_16_4_, comune5_.CODICE as CODICE16_4_, comune5_.DESCRIZIONE as DESCRIZI3_16_4_, comune5_.CAP as CAP16_4_, comune5_.PROVINCIA as PROVINCIA16_4_, comune5_.CODICECF as CODICECF16_4_, comune5_.PROGRPROVINCIA as PROGRPRO7_16_4_, comune5_.SOPPRESSO as SOPPRESSO16_4_, tabelle6_.PROGRESSIVO as PROGRESS1_15_5_, tabelle6_.CODICETABELLA as CODICETA2_15_5_, tabelle6_.UTCODICE as UTCODICE15_5_, tabelle6_.DESCRIZIONE as DESCRIZI4_15_5_, tabelle6_.NONATTIVO as NONATTIVO15_5_, tabelle6_.COPIAPROGRESSIVO as COPIAPRO6_15_5_, tabelle6_.DATAORA as DATAORA15_5_, tabelle6_.DATAINIZIO as DATAINIZIO15_5_, tabelle6_.DATAFINE as DATAFINE15_5_, tabelle7_.PROGRESSIVO as PROGRESS1_15_6_, tabelle7_.CODICETABELLA as CODICETA2_15_6_, tabelle7_.UTCODICE as UTCODICE15_6_, tabelle7_.DESCRIZIONE as DESCRIZI4_15_6_, tabelle7_.NONATTIVO as NONATTIVO15_6_, tabelle7_.COPIAPROGRESSIVO as COPIAPRO6_15_6_, tabelle7_.DATAORA as DATAORA15_6_, tabelle7_.DATAINIZIO as DATAINIZIO15_6_, tabelle7_.DATAFINE as DATAFINE15_6_, comune8_.PROGRESSIVO as PROGRESS1_16_7_, comune8_.CODICE as CODICE16_7_, comune8_.DESCRIZIONE as DESCRIZI3_16_7_, comune8_.CAP as CAP16_7_, comune8_.PROVINCIA as PROVINCIA16_7_, comune8_.CODICECF as CODICECF16_7_, comune8_.PROGRPROVINCIA as PROGRPRO7_16_7_, comune8_.SOPPRESSO as SOPPRESSO16_7_, tabelle9_.PROGRESSIVO as PROGRESS1_15_8_, tabelle9_.CODICETABELLA as CODICETA2_15_8_, tabelle9_.UTCODICE as UTCODICE15_8_, tabelle9_.DESCRIZIONE as DESCRIZI4_15_8_, tabelle9_.NONATTIVO as NONATTIVO15_8_, tabelle9_.COPIAPROGRESSIVO as COPIAPRO6_15_8_, tabelle9_.DATAORA as DATAORA15_8_, tabelle9_.DATAINIZIO as DATAINIZIO15_8_, tabelle9_.DATAFINE as DATAFINE15_8_, tabelle10_.PROGRESSIVO as PROGRESS1_15_9_, tabelle10_.CODICETABELLA as CODICETA2_15_9_, tabelle10_.UTCODICE as UTCODICE15_9_, tabelle10_.DESCRIZIONE as DESCRIZI4_15_9_, tabelle10_.NONATTIVO as NONATTIVO15_9_, tabelle10_.COPIAPROGRESSIVO as COPIAPRO6_15_9_, tabelle10_.DATAORA as DATAORA15_9_, tabelle10_.DATAINIZIO as DATAINIZIO15_9_, tabelle10_.DATAFINE as DATAFINE15_9_, tabelle11_.PROGRESSIVO as PROGRESS1_15_10_, tabelle11_.CODICETABELLA as CODICETA2_15_10_, tabelle11_.UTCODICE as UTCODICE15_10_, tabelle11_.DESCRIZIONE as DESCRIZI4_15_10_, tabelle11_.NONATTIVO as NONATTIVO15_10_, tabelle11_.COPIAPROGRESSIVO as COPIAPRO6_15_10_, tabelle11_.DATAORA as DATAORA15_10_, tabelle11_.DATAINIZIO as DATAINIZIO15_10_, tabelle11_.DATAFINE as DATAFINE15_10_, tabelle12_.PROGRESSIVO as PROGRESS1_15_11_, tabelle12_.CODICETABELLA as CODICETA2_15_11_, tabelle12_.UTCODICE as UTCODICE15_11_, tabelle12_.DESCRIZIONE as DESCRIZI4_15_11_, tabelle12_.NONATTIVO as NONATTIVO15_11_, tabelle12_.COPIAPROGRESSIVO as COPIAPRO6_15_11_, tabelle12_.DATAORA as DATAORA15_11_, tabelle12_.DATAINIZIO as DATAINIZIO15_11_, tabelle12_.DATAFINE as DATAFINE15_11_, tabelle13_.PROGRESSIVO as PROGRESS1_15_12_, tabelle13_.CODICETABELLA as CODICETA2_15_12_, tabelle13_.UTCODICE as UTCODICE15_12_, tabelle13_.DESCRIZIONE as DESCRIZI4_15_12_, tabelle13_.NONATTIVO as NONATTIVO15_12_, tabelle13_.COPIAPROGRESSIVO as COPIAPRO6_15_12_, tabelle13_.DATAORA as DATAORA15_12_, tabelle13_.DATAINIZIO as DATAINIZIO15_12_, tabelle13_.DATAFINE as DATAFINE15_12_, utente14_.SIGLA as SIGLA19_13_, utente14_.UTENTE as UTENTE19_13_, utente14_.LIVELLO as LIVELLO19_13_, utente14_.PASSWORD as PASSWORD19_13_, utente14_.PASSWORD2 as PASSWORD5_19_13_, utente14_.ATTIVO as ATTIVO19_13_, utente14_.ULTIMOACCESSO as ULTIMOAC7_19_13_, utente14_.LINGUA as LINGUA19_13_, utente14_.DATAPASSWORD as DATAPASS9_19_13_, utente14_.CAMBIOPASSWORD as CAMBIOP10_19_13_, utente14_.DATADISATTIVAZIONE as DATADIS11_19_13_, utente14_.DATARIATTIVAZIONE as DATARIA12_19_13_, utente14_.SMARTCARD as SMARTCARD19_13_, utente14_.CODFISC as CODFISC19_13_, utente14_.IGNORAADSI as IGNORAADSI19_13_, utente14_.COGNOME as COGNOME19_13_, utente14_.NOME as NOME19_13_, utente14_.DATAANALYZER_USERNAME as DATAANA18_19_13_, utente14_.DATAANALYZER_PASSWORD as DATAANA19_19_13_, utente14_.ALIASFIRMAREMOTA as ALIASFI20_19_13_, utente14_.INVIATO_O4C as INVIATO21_19_13_, comune15_.PROGRESSIVO as PROGRESS1_16_14_, comune15_.CODICE as CODICE16_14_, comune15_.DESCRIZIONE as DESCRIZI3_16_14_, comune15_.CAP as CAP16_14_, comune15_.PROVINCIA as PROVINCIA16_14_, comune15_.CODICECF as CODICECF16_14_, comune15_.PROGRPROVINCIA as PROGRPRO7_16_14_, comune15_.SOPPRESSO as SOPPRESSO16_14_, previsione16_.PROGRESSIVO as PROGRESS1_177_15_, previsione16_.PRIORITA as PRIORITA177_15_, previsione16_.UTCODICE as UTCODICE177_15_, previsione16_.DESCRIZIONE as DESCRIZI4_177_15_, previsione16_.DURATA as DURATA177_15_, previsione16_.DURATASANIFICAZIONE as DURATASA6_177_15_, previsione16_.FLACONI as FLACONI177_15_, previsione16_.NGIORNI as NGIORNI177_15_, previsione16_.REGIME as REGIME177_15_, previsione16_.PROTESI as PROTESI177_15_, previsione16_.ANESTESIA as ANESTESIA177_15_, previsione16_.INUSO as INUSO177_15_, previsione16_.NGIORNIPOSTINT as NGIORNI13_177_15_, previsione16_.ESCLUDICHECKLIST as ESCLUDI14_177_15_, previsione16_.GARANZIA as GARANZIA177_15_, priorita17_.PROGRESSIVO as PROGRESS1_9_16_, priorita17_.LIVELLO as LIVELLO9_16_, priorita17_.DESCRIZIONE as DESCRIZI3_9_16_, priorita17_.GGSEMAFOROGIALLOMIN as GGSEMAFO4_9_16_, priorita17_.GGSEMAFOROGIALLOMAX as GGSEMAFO5_9_16_, priorita17_.GGSEMAFOROROSSO as GGSEMAFO6_9_16_, priorita17_.GIORNI as GIORNI9_16_, diagnosi18_.PROGRESSIVO as PROGRESS1_173_17_, diagnosi18_.FAMIGLIA as FAMIGLIA173_17_, diagnosi18_.UTCODICE as UTCODICE173_17_, diagnosi18_.DESCRIZIONE as DESCRIZI4_173_17_, diagnosi18_.SINONIMO as SINONIMO173_17_, diagnosi18_.CODICEEXT as CODICEEXT173_17_, tabelle19_.PROGRESSIVO as PROGRESS1_15_18_, tabelle19_.CODICETABELLA as CODICETA2_15_18_, tabelle19_.UTCODICE as UTCODICE15_18_, tabelle19_.DESCRIZIONE as DESCRIZI4_15_18_, tabelle19_.NONATTIVO as NONATTIVO15_18_, tabelle19_.COPIAPROGRESSIVO as COPIAPRO6_15_18_, tabelle19_.DATAORA as DATAORA15_18_, tabelle19_.DATAINIZIO as DATAINIZIO15_18_, tabelle19_.DATAFINE as DATAFINE15_18_, salette20_.PROGRESSIVO as PROGRESS1_30_19_, salette20_.UTCODICE as UTCODICE30_19_, salette20_.DESCRIZIONE as DESCRIZI3_30_19_, salette20_.BLOCCO as BLOCCO30_19_, salette20_.ATTIVO as ATTIVO30_19_, blocco21_.PROGRESSIVO as PROGRESS1_20_20_, blocco21_.UTCODICE as UTCODICE20_20_, blocco21_.DESCRIZIONE as DESCRIZI3_20_20_, blocco21_.NONATTIVO as NONATTIVO20_20_, blocco21_.COPIAPROGRESSIVO as COPIAPRO5_20_20_, blocco21_.DATAORA as DATAORA20_20_, blocco21_.DATAINIZIO as DATAINIZIO20_20_, blocco21_.DATAFINE as DATAFINE20_20_, priorita22_.PROGRESSIVO as PROGRESS1_9_21_, priorita22_.LIVELLO as LIVELLO9_21_, priorita22_.DESCRIZIONE as DESCRIZI3_9_21_, priorita22_.GGSEMAFOROGIALLOMIN as GGSEMAFO4_9_21_, priorita22_.GGSEMAFOROGIALLOMAX as GGSEMAFO5_9_21_, priorita22_.GGSEMAFOROROSSO as GGSEMAFO6_9_21_, priorita22_.GIORNI as GIORNI9_21_, personale23_.PROGRESSIVO as PROGRESS1_7_22_, personale23_.FUNZIONE as FUNZIONE7_22_, personale23_.REPARTO as REPARTO7_22_, personale23_.SIGLA as SIGLA7_22_, personale23_.BLOCCO as BLOCCO7_22_, personale23_.NOMINATIVO as NOMINATIVO7_22_, personale23_.MATRICOLA as MATRICOLA7_22_, personale23_.PRESENTE as PRESENTE7_22_, personale23_.UTENTE as UTENTE7_22_, personale23_.SPECIALIZZANDO as SPECIAL10_7_22_, personale23_.DATAFINE as DATAFINE7_22_, personale23_.IDREGIONALE as IDREGIO12_7_22_, reparto24_.PROGRESSIVO as PROGRESS1_10_23_, reparto24_.CODICE as CODICE10_23_, reparto24_.CCOSTO as CCOSTO10_23_, reparto24_.DESCRIZIONE as DESCRIZI4_10_23_, reparto24_.ATTIVO as ATTIVO10_23_, reparto24_.CODMAG as CODMAG10_23_, reparto24_.CODUNITAPRELIEVO as CODUNITA7_10_23_, reparto24_.SIGLACS as SIGLACS10_23_, reparto24_.CODREGIONALE as CODREGIO9_10_23_, reparto24_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_23_, tabelle25_.PROGRESSIVO as PROGRESS1_15_24_, tabelle25_.CODICETABELLA as CODICETA2_15_24_, tabelle25_.UTCODICE as UTCODICE15_24_, tabelle25_.DESCRIZIONE as DESCRIZI4_15_24_, tabelle25_.NONATTIVO as NONATTIVO15_24_, tabelle25_.COPIAPROGRESSIVO as COPIAPRO6_15_24_, tabelle25_.DATAORA as DATAORA15_24_, tabelle25_.DATAINIZIO as DATAINIZIO15_24_, tabelle25_.DATAFINE as DATAFINE15_24_, utente26_.SIGLA as SIGLA19_25_, utente26_.UTENTE as UTENTE19_25_, utente26_.LIVELLO as LIVELLO19_25_, utente26_.PASSWORD as PASSWORD19_25_, utente26_.PASSWORD2 as PASSWORD5_19_25_, utente26_.ATTIVO as ATTIVO19_25_, utente26_.ULTIMOACCESSO as ULTIMOAC7_19_25_, utente26_.LINGUA as LINGUA19_25_, utente26_.DATAPASSWORD as DATAPASS9_19_25_, utente26_.CAMBIOPASSWORD as CAMBIOP10_19_25_, utente26_.DATADISATTIVAZIONE as DATADIS11_19_25_, utente26_.DATARIATTIVAZIONE as DATARIA12_19_25_, utente26_.SMARTCARD as SMARTCARD19_25_, utente26_.CODFISC as CODFISC19_25_, utente26_.IGNORAADSI as IGNORAADSI19_25_, utente26_.COGNOME as COGNOME19_25_, utente26_.NOME as NOME19_25_, utente26_.DATAANALYZER_USERNAME as DATAANA18_19_25_, utente26_.DATAANALYZER_PASSWORD as DATAANA19_19_25_, utente26_.ALIASFIRMAREMOTA as ALIASFI20_19_25_, utente26_.INVIATO_O4C as INVIATO21_19_25_, livello27_.LIVELLO as LIVELLO2_26_, livello27_.DESCRIZIONE as DESCRIZI2_2_26_, livello27_.CONSULENTE as CONSULENTE2_26_, tabelle28_.PROGRESSIVO as PROGRESS1_15_27_, tabelle28_.CODICETABELLA as CODICETA2_15_27_, tabelle28_.UTCODICE as UTCODICE15_27_, tabelle28_.DESCRIZIONE as DESCRIZI4_15_27_, tabelle28_.NONATTIVO as NONATTIVO15_27_, tabelle28_.COPIAPROGRESSIVO as COPIAPRO6_15_27_, tabelle28_.DATAORA as DATAORA15_27_, tabelle28_.DATAINIZIO as DATAINIZIO15_27_, tabelle28_.DATAFINE as DATAFINE15_27_, regimirico29_.ID as ID25_28_, regimirico29_.DESCRIZIONE as DESCRIZI2_25_28_, regimirico29_.TIPOLOGIA as TIPOLOGIA25_28_, regimirico29_.NOSOLOGICOOBBLIGATORIO as NOSOLOGI4_25_28_, regimirico29_.LIBERAPROFESSIONEOBBLIGATORIO as LIBERAPR5_25_28_, regimirico29_.AMBULATORIALE as AMBULATO6_25_28_, regimirico29_.CHECKLISTRC as CHECKLIS7_25_28_, regimirico29_.SETTINGASSISTENZIALERFC as SETTINGA8_25_28_, regimirico29_.DATAINIZIO as DATAINIZIO25_28_, regimirico29_.DATAFINE as DATAFINE25_28_, blocco30_.PROGRESSIVO as PROGRESS1_20_29_, blocco30_.UTCODICE as UTCODICE20_29_, blocco30_.DESCRIZIONE as DESCRIZI3_20_29_, blocco30_.NONATTIVO as NONATTIVO20_29_, blocco30_.COPIAPROGRESSIVO as COPIAPRO5_20_29_, blocco30_.DATAORA as DATAORA20_29_, blocco30_.DATAINIZIO as DATAINIZIO20_29_, blocco30_.DATAFINE as DATAFINE20_29_, blocchicco31_.BLOCCO as BLOCCO22_30_, blocchicco31_.SIGLACS as SIGLACS22_30_, blocchicco31_.CCOSTO as CCOSTO22_30_, blocchicco31_.CODMAG as CODMAG22_30_, blocchicco31_.CODUNITAPRELIEVO as CODUNITA5_22_30_, blocchicco31_.CODICECRIL as CODICECRIL22_30_, blocchimai32_.BLOCCO as BLOCCO23_31_, blocchimai32_.PROGRESSIVO as PROGRESS2_23_31_, blocchimai32_.NOMINATIVO as NOMINATIVO23_31_, blocchimai32_.INDIRIZZOMAIL as INDIRIZZ4_23_31_, personale33_.PROGRESSIVO as PROGRESS1_7_32_, personale33_.FUNZIONE as FUNZIONE7_32_, personale33_.REPARTO as REPARTO7_32_, personale33_.SIGLA as SIGLA7_32_, personale33_.BLOCCO as BLOCCO7_32_, personale33_.NOMINATIVO as NOMINATIVO7_32_, personale33_.MATRICOLA as MATRICOLA7_32_, personale33_.PRESENTE as PRESENTE7_32_, personale33_.UTENTE as UTENTE7_32_, personale33_.SPECIALIZZANDO as SPECIAL10_7_32_, personale33_.DATAFINE as DATAFINE7_32_, personale33_.IDREGIONALE as IDREGIO12_7_32_, tabelle34_.PROGRESSIVO as PROGRESS1_15_33_, tabelle34_.CODICETABELLA as CODICETA2_15_33_, tabelle34_.UTCODICE as UTCODICE15_33_, tabelle34_.DESCRIZIONE as DESCRIZI4_15_33_, tabelle34_.NONATTIVO as NONATTIVO15_33_, tabelle34_.COPIAPROGRESSIVO as COPIAPRO6_15_33_, tabelle34_.DATAORA as DATAORA15_33_, tabelle34_.DATAINIZIO as DATAINIZIO15_33_, tabelle34_.DATAFINE as DATAFINE15_33_, tabelle35_.PROGRESSIVO as PROGRESS1_15_34_, tabelle35_.CODICETABELLA as CODICETA2_15_34_, tabelle35_.UTCODICE as UTCODICE15_34_, tabelle35_.DESCRIZIONE as DESCRIZI4_15_34_, tabelle35_.NONATTIVO as NONATTIVO15_34_, tabelle35_.COPIAPROGRESSIVO as COPIAPRO6_15_34_, tabelle35_.DATAORA as DATAORA15_34_, tabelle35_.DATAINIZIO as DATAINIZIO15_34_, tabelle35_.DATAFINE as DATAFINE15_34_, utente36_.SIGLA as SIGLA19_35_, utente36_.UTENTE as UTENTE19_35_, utente36_.LIVELLO as LIVELLO19_35_, utente36_.PASSWORD as PASSWORD19_35_, utente36_.PASSWORD2 as PASSWORD5_19_35_, utente36_.ATTIVO as ATTIVO19_35_, utente36_.ULTIMOACCESSO as ULTIMOAC7_19_35_, utente36_.LINGUA as LINGUA19_35_, utente36_.DATAPASSWORD as DATAPASS9_19_35_, utente36_.CAMBIOPASSWORD as CAMBIOP10_19_35_, utente36_.DATADISATTIVAZIONE as DATADIS11_19_35_, utente36_.DATARIATTIVAZIONE as DATARIA12_19_35_, utente36_.SMARTCARD as SMARTCARD19_35_, utente36_.CODFISC as CODFISC19_35_, utente36_.IGNORAADSI as IGNORAADSI19_35_, utente36_.COGNOME as COGNOME19_35_, utente36_.NOME as NOME19_35_, utente36_.DATAANALYZER_USERNAME as DATAANA18_19_35_, utente36_.DATAANALYZER_PASSWORD as DATAANA19_19_35_, utente36_.ALIASFIRMAREMOTA as ALIASFI20_19_35_, utente36_.INVIATO_O4C as INVIATO21_19_35_, tabelle37_.PROGRESSIVO as PROGRESS1_15_36_, tabelle37_.CODICETABELLA as CODICETA2_15_36_, tabelle37_.UTCODICE as UTCODICE15_36_, tabelle37_.DESCRIZIONE as DESCRIZI4_15_36_, tabelle37_.NONATTIVO as NONATTIVO15_36_, tabelle37_.COPIAPROGRESSIVO as COPIAPRO6_15_36_, tabelle37_.DATAORA as DATAORA15_36_, tabelle37_.DATAINIZIO as DATAINIZIO15_36_, tabelle37_.DATAFINE as DATAFINE15_36_, repartideg38_.PROGRESSIVO as PROGRESS1_33_37_, repartideg38_.CODICE as CODICE33_37_, repartideg38_.CCOSTO as CCOSTO33_37_, repartideg38_.DESCRIZIONE as DESCRIZI4_33_37_, repartideg38_.PROGREPARTO as PROGREPA5_33_37_, reparto39_.PROGRESSIVO as PROGRESS1_10_38_, reparto39_.CODICE as CODICE10_38_, reparto39_.CCOSTO as CCOSTO10_38_, reparto39_.DESCRIZIONE as DESCRIZI4_10_38_, reparto39_.ATTIVO as ATTIVO10_38_, reparto39_.CODMAG as CODMAG10_38_, reparto39_.CODUNITAPRELIEVO as CODUNITA7_10_38_, reparto39_.SIGLACS as SIGLACS10_38_, reparto39_.CODREGIONALE as CODREGIO9_10_38_, reparto39_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_38_, tabelle40_.PROGRESSIVO as PROGRESS1_15_39_, tabelle40_.CODICETABELLA as CODICETA2_15_39_, tabelle40_.UTCODICE as UTCODICE15_39_, tabelle40_.DESCRIZIONE as DESCRIZI4_15_39_, tabelle40_.NONATTIVO as NONATTIVO15_39_, tabelle40_.COPIAPROGRESSIVO as COPIAPRO6_15_39_, tabelle40_.DATAORA as DATAORA15_39_, tabelle40_.DATAINIZIO as DATAINIZIO15_39_, tabelle40_.DATAFINE as DATAFINE15_39_, tabelle41_.PROGRESSIVO as PROGRESS1_15_40_, tabelle41_.CODICETABELLA as CODICETA2_15_40_, tabelle41_.UTCODICE as UTCODICE15_40_, tabelle41_.DESCRIZIONE as DESCRIZI4_15_40_, tabelle41_.NONATTIVO as NONATTIVO15_40_, tabelle41_.COPIAPROGRESSIVO as COPIAPRO6_15_40_, tabelle41_.DATAORA as DATAORA15_40_, tabelle41_.DATAINIZIO as DATAINIZIO15_40_, tabelle41_.DATAFINE as DATAFINE15_40_, tabelle42_.PROGRESSIVO as PROGRESS1_15_41_, tabelle42_.CODICETABELLA as CODICETA2_15_41_, tabelle42_.UTCODICE as UTCODICE15_41_, tabelle42_.DESCRIZIONE as DESCRIZI4_15_41_, tabelle42_.NONATTIVO as NONATTIVO15_41_, tabelle42_.COPIAPROGRESSIVO as COPIAPRO6_15_41_, tabelle42_.DATAORA as DATAORA15_41_, tabelle42_.DATAINIZIO as DATAINIZIO15_41_, tabelle42_.DATAFINE as DATAFINE15_41_, tabelle43_.PROGRESSIVO as PROGRESS1_15_42_, tabelle43_.CODICETABELLA as CODICETA2_15_42_, tabelle43_.UTCODICE as UTCODICE15_42_, tabelle43_.DESCRIZIONE as DESCRIZI4_15_42_, tabelle43_.NONATTIVO as NONATTIVO15_42_, tabelle43_.COPIAPROGRESSIVO as COPIAPRO6_15_42_, tabelle43_.DATAORA as DATAORA15_42_, tabelle43_.DATAINIZIO as DATAINIZIO15_42_, tabelle43_.DATAFINE as DATAFINE15_42_, tabelle44_.PROGRESSIVO as PROGRESS1_15_43_, tabelle44_.CODICETABELLA as CODICETA2_15_43_, tabelle44_.UTCODICE as UTCODICE15_43_, tabelle44_.DESCRIZIONE as DESCRIZI4_15_43_, tabelle44_.NONATTIVO as NONATTIVO15_43_, tabelle44_.COPIAPROGRESSIVO as COPIAPRO6_15_43_, tabelle44_.DATAORA as DATAORA15_43_, tabelle44_.DATAINIZIO as DATAINIZIO15_43_, tabelle44_.DATAFINE as DATAFINE15_43_, tabelle45_.PROGRESSIVO as PROGRESS1_15_44_, tabelle45_.CODICETABELLA as CODICETA2_15_44_, tabelle45_.UTCODICE as UTCODICE15_44_, tabelle45_.DESCRIZIONE as DESCRIZI4_15_44_, tabelle45_.NONATTIVO as NONATTIVO15_44_, tabelle45_.COPIAPROGRESSIVO as COPIAPRO6_15_44_, tabelle45_.DATAORA as DATAORA15_44_, tabelle45_.DATAINIZIO as DATAINIZIO15_44_, tabelle45_.DATAFINE as DATAFINE15_44_, tabelle46_.PROGRESSIVO as PROGRESS1_15_45_, tabelle46_.CODICETABELLA as CODICETA2_15_45_, tabelle46_.UTCODICE as UTCODICE15_45_, tabelle46_.DESCRIZIONE as DESCRIZI4_15_45_, tabelle46_.NONATTIVO as NONATTIVO15_45_, tabelle46_.COPIAPROGRESSIVO as COPIAPRO6_15_45_, tabelle46_.DATAORA as DATAORA15_45_, tabelle46_.DATAINIZIO as DATAINIZIO15_45_, tabelle46_.DATAFINE as DATAFINE15_45_, tabelle47_.PROGRESSIVO as PROGRESS1_15_46_, tabelle47_.CODICETABELLA as CODICETA2_15_46_, tabelle47_.UTCODICE as UTCODICE15_46_, tabelle47_.DESCRIZIONE as DESCRIZI4_15_46_, tabelle47_.NONATTIVO as NONATTIVO15_46_, tabelle47_.COPIAPROGRESSIVO as COPIAPRO6_15_46_, tabelle47_.DATAORA as DATAORA15_46_, tabelle47_.DATAINIZIO as DATAINIZIO15_46_, tabelle47_.DATAFINE as DATAFINE15_46_, utente48_.SIGLA as SIGLA19_47_, utente48_.UTENTE as UTENTE19_47_, utente48_.LIVELLO as LIVELLO19_47_, utente48_.PASSWORD as PASSWORD19_47_, utente48_.PASSWORD2 as PASSWORD5_19_47_, utente48_.ATTIVO as ATTIVO19_47_, utente48_.ULTIMOACCESSO as ULTIMOAC7_19_47_, utente48_.LINGUA as LINGUA19_47_, utente48_.DATAPASSWORD as DATAPASS9_19_47_, utente48_.CAMBIOPASSWORD as CAMBIOP10_19_47_, utente48_.DATADISATTIVAZIONE as DATADIS11_19_47_, utente48_.DATARIATTIVAZIONE as DATARIA12_19_47_, utente48_.SMARTCARD as SMARTCARD19_47_, utente48_.CODFISC as CODFISC19_47_, utente48_.IGNORAADSI as IGNORAADSI19_47_, utente48_.COGNOME as COGNOME19_47_, utente48_.NOME as NOME19_47_, utente48_.DATAANALYZER_USERNAME as DATAANA18_19_47_, utente48_.DATAANALYZER_PASSWORD as DATAANA19_19_47_, utente48_.ALIASFIRMAREMOTA as ALIASFI20_19_47_, utente48_.INVIATO_O4C as INVIATO21_19_47_, repartoall49_.PROGRESSIVO as PROGRESS1_198_48_, repartoall49_.CODICE as CODICE198_48_, repartoall49_.DESCRIZIONE as DESCRIZI3_198_48_, repartoall49_.ATTIVO as ATTIVO198_48_, strutturap50_.PROGRESSIVO as PROGRESS1_206_49_, strutturap50_.CODICE as CODICE206_49_, strutturap50_.DESCRIZIONE as DESCRIZI3_206_49_, strutturap50_.TIPOLOGIAISTITUTO as TIPOLOGI4_206_49_, tabelle51_.PROGRESSIVO as PROGRESS1_15_50_, tabelle51_.CODICETABELLA as CODICETA2_15_50_, tabelle51_.UTCODICE as UTCODICE15_50_, tabelle51_.DESCRIZIONE as DESCRIZI4_15_50_, tabelle51_.NONATTIVO as NONATTIVO15_50_, tabelle51_.COPIAPROGRESSIVO as COPIAPRO6_15_50_, tabelle51_.DATAORA as DATAORA15_50_, tabelle51_.DATAINIZIO as DATAINIZIO15_50_, tabelle51_.DATAFINE as DATAFINE15_50_, strutturad52_.PROGRESSIVO as PROGRESS1_207_51_, strutturad52_.CODICE as CODICE207_51_, strutturad52_.DESCRIZIONE as DESCRIZI3_207_51_, strutturad52_.TIPOLOGIAISTITUTO as TIPOLOGI4_207_51_, tabelle53_.PROGRESSIVO as PROGRESS1_15_52_, tabelle53_.CODICETABELLA as CODICETA2_15_52_, tabelle53_.UTCODICE as UTCODICE15_52_, tabelle53_.DESCRIZIONE as DESCRIZI4_15_52_, tabelle53_.NONATTIVO as NONATTIVO15_52_, tabelle53_.COPIAPROGRESSIVO as COPIAPRO6_15_52_, tabelle53_.DATAORA as DATAORA15_52_, tabelle53_.DATAINIZIO as DATAINIZIO15_52_, tabelle53_.DATAFINE as DATAFINE15_52_, tabelle54_.PROGRESSIVO as PROGRESS1_15_53_, tabelle54_.CODICETABELLA as CODICETA2_15_53_, tabelle54_.UTCODICE as UTCODICE15_53_, tabelle54_.DESCRIZIONE as DESCRIZI4_15_53_, tabelle54_.NONATTIVO as NONATTIVO15_53_, tabelle54_.COPIAPROGRESSIVO as COPIAPRO6_15_53_, tabelle54_.DATAORA as DATAORA15_53_, tabelle54_.DATAINIZIO as DATAINIZIO15_53_, tabelle54_.DATAFINE as DATAFINE15_53_, tabelle55_.PROGRESSIVO as PROGRESS1_15_54_, tabelle55_.CODICETABELLA as CODICETA2_15_54_, tabelle55_.UTCODICE as UTCODICE15_54_, tabelle55_.DESCRIZIONE as DESCRIZI4_15_54_, tabelle55_.NONATTIVO as NONATTIVO15_54_, tabelle55_.COPIAPROGRESSIVO as COPIAPRO6_15_54_, tabelle55_.DATAORA as DATAORA15_54_, tabelle55_.DATAINIZIO as DATAINIZIO15_54_, tabelle55_.DATAFINE as DATAFINE15_54_, tabelle56_.PROGRESSIVO as PROGRESS1_15_55_, tabelle56_.CODICETABELLA as CODICETA2_15_55_, tabelle56_.UTCODICE as UTCODICE15_55_, tabelle56_.DESCRIZIONE as DESCRIZI4_15_55_, tabelle56_.NONATTIVO as NONATTIVO15_55_, tabelle56_.COPIAPROGRESSIVO as COPIAPRO6_15_55_, tabelle56_.DATAORA as DATAORA15_55_, tabelle56_.DATAINIZIO as DATAINIZIO15_55_, tabelle56_.DATAFINE as DATAFINE15_55_ from LISTAATTESA listaattes0_, PAZIENTI paziente1_, TABELLE tabelle2_, UTENTI utente3_, TABELLE tabelle4_, COMUNI comune5_, TABELLE tabelle6_, TABELLE tabelle7_, COMUNI comune8_, TABELLE tabelle9_, TABELLE tabelle10_, TABELLE tabelle11_, TABELLE tabelle12_, TABELLE tabelle13_, UTENTI utente14_, COMUNI comune15_, PREVISIONI previsione16_, PRIORITA priorita17_, DIAGNOSI diagnosi18_, TABELLE tabelle19_, SALETTE salette20_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco21_, PRIORITA priorita22_, PERSONALE personale23_, REPARTI reparto24_, TABELLE tabelle25_, UTENTI utente26_, DESCRIZIONILIVELLI livello27_, TABELLE tabelle28_, REGIMIRICOVERO regimirico29_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco30_, BLOCCHICCOSTO blocchicco31_, BLOCCHIMAIL blocchimai32_, PERSONALE personale33_, TABELLE tabelle34_, TABELLE tabelle35_, UTENTI utente36_, TABELLE tabelle37_, REPARTIDEGENZA repartideg38_, REPARTI reparto39_, TABELLE tabelle40_, TABELLE tabelle41_, TABELLE tabelle42_, TABELLE tabelle43_, TABELLE tabelle44_, TABELLE tabelle45_, TABELLE tabelle46_, TABELLE tabelle47_, UTENTI utente48_, REPARTIALLETTAGGIO repartoall49_, STRUTTURAPROVENIENZA strutturap50_, TABELLE tabelle51_, STRUTTURADESTINAZIONE strutturad52_, TABELLE tabelle53_, TABELLE tabelle54_, TABELLE tabelle55_, TABELLE tabelle56_ where listaattes0_.CODPAZIENTE= paziente1_.PROGRESSIVO(+) and paziente1_.CITTADINANZA= tabelle2_.PROGRESSIVO(+) and paziente1_.CARDIO_CHI=utente3_.SIGLA(+) and paziente1_.POSIZIONEPROF=tabelle4_.PROGRESSIVO(+) and paziente1_.COMUNENASCITA=comune5_.PROGRESSIVO(+) and paziente1_.PROFESSIONE= tabelle6_.PROGRESSIVO(+) and paziente1_.STATOCIVILE=tabelle7_.PROGRESSIVO(+) and paziente1_.COMUNERESIDENZA=comune8_.PROGRESSIVO(+) and paziente1_.USL= tabelle9_.PROGRESSIVO(+) and paziente1_.MEDICOCHEINVIA= tabelle10_.PROGRESSIVO(+) and paziente1_.RAMOATTIVITA= tabelle11_.PROGRESSIVO(+) and paziente1_.REGIONEASSISTENZA= tabelle12_.PROGRESSIVO(+) and paziente1_.TITOLOSTUDIO= tabelle13_.PROGRESSIVO(+) and paziente1_.SIGLAPAZINS=utente14_.SIGLA(+) and paziente1_.DOC_NAZIONERILASCIO=comune15_.PROGRESSIVO(+) and listaattes0_.PREVISIONE=previsione16_.PROGRESSIVO(+) and previsione16_.PRIORITA=priorita17_.PROGRESSIVO(+) and listaattes0_.DIAGNOSI= diagnosi18_.PROGRESSIVO(+) and diagnosi18_.FAMIGLIA= tabelle19_.PROGRESSIVO(+) and listaattes0_.SALETTA=salette20_.PROGRESSIVO(+) and salette20_.BLOCCO=blocco21_.PROGRESSIVO(+) and listaattes0_.PRIORITA= priorita22_.PROGRESSIVO(+) and listaattes0_.EQUIPE= personale23_.PROGRESSIVO(+) and listaattes0_.REPARTO= reparto24_.PROGRESSIVO(+) and listaattes0_.STATO=tabelle25_.PROGRESSIVO(+) and listaattes0_.SIGLA=utente26_.SIGLA(+) and utente26_.LIVELLO= livello27_.LIVELLO(+) and listaattes0_.MEDICOPROPONENTE= tabelle28_.PROGRESSIVO(+) and listaattes0_.REGIME=regimirico29_.ID(+) and listaattes0_.BLOCCO=blocco30_.PROGRESSIVO(+) and blocco30_.PROGRESSIVO= blocchicco31_.BLOCCO(+) and blocco30_.PROGRESSIVO=blocchimai32_.BLOCCO(+) and listaattes0_.IDPERSONALE=personale33_.PROGRESSIVO(+) and listaattes0_.MOTIVOSOSPENSIONE=tabelle34_.PROGRESSIVO(+) and listaattes0_.IDACCESSO=tabelle35_.PROGRESSIVO(+) and listaattes0_.SIGLAMOD= utente36_.SIGLA(+) and listaattes0_.GRUPPOLISTAATTESA= tabelle37_.PROGRESSIVO(+) and listaattes0_.REPARTODEGENZA= repartideg38_.PROGRESSIVO(+) and repartideg38_.PROGREPARTO= reparto39_.PROGRESSIVO(+) and listaattes0_.VALUTAZIONE= tabelle40_.PROGRESSIVO(+) and listaattes0_.TIPOMINIINVASIVA= tabelle41_.PROGRESSIVO(+) and listaattes0_.POSITIVO= tabelle42_.PROGRESSIVO(+) and listaattes0_.DESTINAZIONE= tabelle43_.PROGRESSIVO(+) and listaattes0_.MOTIVORIVALUTAZIONE= tabelle44_.PROGRESSIVO(+) and listaattes0_.REGIMEVISITA= tabelle45_.PROGRESSIVO(+) and listaattes0_.TIPOANESTESIA= tabelle46_.PROGRESSIVO(+) and listaattes0_.MOTIVOAGGIORNALA= tabelle47_.PROGRESSIVO(+) and listaattes0_.UTENTECAMBIOREPARTO= utente48_.SIGLA(+) and listaattes0_.REPARTOALLETTAGGIO= repartoall49_.PROGRESSIVO(+) and listaattes0_.STRUTTURAPROVENIENZA= strutturap50_.PROGRESSIVO(+) and strutturap50_.TIPOLOGIAISTITUTO= tabelle51_.PROGRESSIVO(+) and listaattes0_.STRUTTURADESTINAZIONE= strutturad52_.PROGRESSIVO(+) and strutturad52_.TIPOLOGIAISTITUTO= tabelle53_.PROGRESSIVO(+) and listaattes0_.TIPOSOLVENZA= tabelle54_.PROGRESSIVO(+) and listaattes0_.TIPOLISTAATTESA= tabelle55_.PROGRESSIVO(+) and listaattes0_.GARANZIA= tabelle56_.PROGRESSIVO(+) and listaattes0_.NUMERO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.02 0.02 0 0 0 0 Execute 2 1.09 1.11 0 0 0 0 Fetch 2 0.03 0.13 1 148 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 1.15 1.27 1 148 0 2 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 HASH JOIN OUTER (cr=74 pr=0 pw=0 time=67750 us cost=72 size=3874 card=1) 1 1 1 HASH JOIN OUTER (cr=68 pr=0 pw=0 time=65118 us cost=68 size=3774 card=1) 1 1 1 NESTED LOOPS OUTER (cr=62 pr=0 pw=0 time=62787 us cost=64 size=3674 card=1) 1 1 1 HASH JOIN OUTER (cr=60 pr=0 pw=0 time=62702 us cost=63 size=3653 card=1) 1 1 1 HASH JOIN OUTER (cr=54 pr=0 pw=0 time=59880 us cost=59 size=3553 card=1) 1 1 1 HASH JOIN OUTER (cr=53 pr=0 pw=0 time=57209 us cost=57 size=3269 card=1) 1 1 1 NESTED LOOPS OUTER (cr=47 pr=0 pw=0 time=53658 us cost=53 size=3169 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=53166 us cost=49 size=3069 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=53143 us cost=48 size=3012 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=53122 us cost=47 size=2955 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=53099 us cost=46 size=2917 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=53080 us cost=45 size=2860 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=53058 us cost=44 size=2803 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=53038 us cost=43 size=2765 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=53018 us cost=42 size=2708 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=52996 us cost=41 size=2651 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=52976 us cost=40 size=2594 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=52956 us cost=39 size=2537 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=52934 us cost=38 size=2480 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=52913 us cost=37 size=2442 card=1) 1 1 1 NESTED LOOPS OUTER (cr=39 pr=0 pw=0 time=52876 us cost=36 size=2406 card=1) 1 1 1 NESTED LOOPS OUTER (cr=39 pr=0 pw=0 time=52856 us cost=36 size=2349 card=1) 1 1 1 NESTED LOOPS OUTER (cr=39 pr=0 pw=0 time=52832 us cost=35 size=2292 card=1) 1 1 1 NESTED LOOPS OUTER (cr=37 pr=0 pw=0 time=52789 us cost=34 size=2281 card=1) 1 1 1 NESTED LOOPS OUTER (cr=37 pr=0 pw=0 time=52768 us cost=33 size=2199 card=1) 1 1 1 NESTED LOOPS OUTER (cr=37 pr=0 pw=0 time=52747 us cost=32 size=2142 card=1) 1 1 1 NESTED LOOPS OUTER (cr=37 pr=0 pw=0 time=52725 us cost=31 size=2085 card=1) 1 1 1 NESTED LOOPS OUTER (cr=34 pr=0 pw=0 time=52675 us cost=30 size=1971 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=52634 us cost=29 size=1903 card=1) 1 1 1 NESTED LOOPS OUTER (cr=29 pr=0 pw=0 time=52594 us cost=28 size=1801 card=1) 1 1 1 NESTED LOOPS OUTER (cr=29 pr=0 pw=0 time=52575 us cost=27 size=1774 card=1) 1 1 1 NESTED LOOPS OUTER (cr=27 pr=0 pw=0 time=52543 us cost=26 size=1738 card=1) 1 1 1 NESTED LOOPS OUTER (cr=27 pr=0 pw=0 time=52520 us cost=25 size=1676 card=1) 1 1 1 NESTED LOOPS OUTER (cr=25 pr=0 pw=0 time=52486 us cost=24 size=1594 card=1) 1 1 1 NESTED LOOPS OUTER (cr=22 pr=0 pw=0 time=52454 us cost=23 size=1537 card=1) 1 1 1 NESTED LOOPS OUTER (cr=22 pr=0 pw=0 time=52436 us cost=22 size=1480 card=1) 1 1 1 NESTED LOOPS OUTER (cr=20 pr=0 pw=0 time=52396 us cost=21 size=1421 card=1) 1 1 1 NESTED LOOPS OUTER (cr=17 pr=0 pw=0 time=52316 us cost=20 size=1364 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=52274 us cost=19 size=1302 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=52254 us cost=18 size=1245 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=52234 us cost=17 size=1188 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=52215 us cost=16 size=1131 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=52197 us cost=15 size=1102 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=52178 us cost=14 size=1045 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=52160 us cost=13 size=988 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=52138 us cost=12 size=931 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=52117 us cost=11 size=874 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=52097 us cost=10 size=817 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=52077 us cost=9 size=760 card=1) 1 1 1 NESTED LOOPS OUTER (cr=12 pr=0 pw=0 time=52027 us cost=8 size=703 card=1) 1 1 1 NESTED LOOPS OUTER (cr=12 pr=0 pw=0 time=52005 us cost=7 size=646 card=1) 1 1 1 NESTED LOOPS OUTER (cr=12 pr=0 pw=0 time=51982 us cost=6 size=620 card=1) 1 1 1 NESTED LOOPS OUTER (cr=12 pr=0 pw=0 time=51961 us cost=6 size=460 card=1) 1 1 1 NESTED LOOPS OUTER (cr=12 pr=0 pw=0 time=51938 us cost=5 size=398 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=51901 us cost=4 size=341 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=51862 us cost=3 size=284 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=51794 us cost=2 size=227 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=51748 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=51 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=32 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=24 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=15 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=26 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=16 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID STRUTTURADESTINAZIONE (cr=0 pr=0 pw=0 time=10 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN PK_STRUTTURADESTINAZIONE (cr=0 pr=0 pw=0 time=6 us cost=0 size=0 card=1)(object id 4328526) 0 0 0 TABLE ACCESS BY INDEX ROWID STRUTTURAPROVENIENZA (cr=0 pr=0 pw=0 time=10 us cost=0 size=160 card=1) 0 0 0 INDEX UNIQUE SCAN PK_STRUTTURAPROVENIENZA (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328857) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIALLETTAGGIO (cr=0 pr=0 pw=0 time=8 us cost=1 size=26 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTIALLETTAGGIO1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328670) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=37 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=20 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=6 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIDEGENZA (cr=0 pr=0 pw=0 time=8 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTIDEGENZA1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328781) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=30 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=16 us cost=0 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=70 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=12 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=2 pr=0 pw=0 time=27 us cost=1 size=59 card=1) 1 1 1 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=1 pr=0 pw=0 time=12 us cost=0 size=0 card=1)(object id 4328094) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=19 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=10 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=24 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=10 us cost=0 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=8 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS BY INDEX ROWID PRIORITA (cr=2 pr=0 pw=0 time=22 us cost=1 size=36 card=1) 1 1 1 INDEX UNIQUE SCAN PRIORITA1 (cr=1 pr=0 pw=0 time=11 us cost=0 size=0 card=1)(object id 4328718) 0 0 0 TABLE ACCESS BY INDEX ROWID SALETTE (cr=0 pr=0 pw=0 time=8 us cost=1 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN SALETTE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328878) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=3 pr=0 pw=0 time=30 us cost=1 size=102 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=20 us cost=0 size=0 card=1)(object id 4328750) 1 1 1 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=2 pr=0 pw=0 time=27 us cost=1 size=68 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=12 us cost=0 size=0 card=1)(object id 4328856) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=38 us cost=1 size=114 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=22 us cost=0 size=0 card=1)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTI (cr=0 pr=0 pw=0 time=8 us cost=1 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328413) 1 1 1 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=28 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=14 us cost=0 size=0 card=1)(object id 4328577) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=0 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID PRIORITA (cr=2 pr=0 pw=0 time=18 us cost=1 size=36 card=1) 1 1 1 INDEX UNIQUE SCAN PRIORITA1 (cr=1 pr=0 pw=0 time=13 us cost=0 size=0 card=1)(object id 4328718) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=8 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=8 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=8 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=472 us cost=4 size=100 card=1) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3154 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=89 us cost=2 size=284 card=1) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3039 us cost=4 size=17800 card=178) 1 1 1 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=67 us cost=1 size=21 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=34 us cost=0 size=0 card=1)(object id 4328639) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3339 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3515 us cost=4 size=17800 card=178) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net more data to client 26 0.00 0.00 SQL*Net message from client 4 0.11 0.12 library cache lock 5 0.00 0.00 library cache pin 5 0.00 0.01 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.10 0.10 ******************************************************************************** SQL ID: 5wzpw5k23hqwz Plan Hash: 2291821823 select programmi0_.LIVELLO as LIVELLO1_, programmi0_.PROGRAMMA as PROGRAMMA1_, programmi0_.PROGRAMMA as PROGRAMMA3_0_, programmi0_.LIVELLO as LIVELLO3_0_ from LIVELLI programmi0_ where programmi0_.LIVELLO in (:1, :2, :3) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 19 0.00 0.00 0 0 0 0 Execute 19 0.03 0.03 0 0 0 0 Fetch 437 0.13 0.13 0 513 0 4275 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 475 0.17 0.17 0 513 0 4275 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 225 225 225 INDEX FAST FULL SCAN LIVELLI1 (cr=27 pr=0 pw=0 time=1764 us cost=2 size=1575 card=225)(object id 4328804) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 456 0.00 0.00 SQL*Net message from client 456 0.06 0.79 library cache lock 5 0.01 0.02 library cache pin 5 0.04 0.05 ******************************************************************************** SQL ID: 1tswrx77k2agz Plan Hash: 3315415162 SELECT IAFT.IDGRAFICI, IAFT.X1, IAFT.X2, IAFT.QUANTITA, IAFT.XMIN, IAFT.XMAX, IAFT.NOTE, IAFT.DILUIZIONE, G.DESCRIZIONE FROM INTRAOP_GRAFICITABELLARI IAFT,GRAFICI G WHERE IAFT.IDEXT = 95 AND IAFT.IDGRAFICI = G.ID UNION ALL SELECT FG.IDGRAFICI, FG.X AS X1, FG.X AS X2, FG.Y AS QUANTITA, FG.XMIN, FG.XMAX, NULL AS NOTE, NULL AS DILUIZIONE, G.DESCRIZIONE FROM FARMA_GRAFICI FG,GRAFICI G WHERE FG.IDEXT = 95 AND FG.IDGRAFICI = G.ID AND G.TABELLARE = '1' UNION ALL SELECT RRFT.IDGRAFICI, RRFT.X1, RRFT.X2, RRFT.QUANTITA, RRFT.XMIN, RRFT.XMAX, RRFT.NOTE, RRFT.DILUIZIONE, G.DESCRIZIONE FROM RECROOM RR,RECROOM_GRAFICITABELLARI RRFT,GRAFICI G WHERE RR.INTERVENTO = 95 AND RR.PROGRESSIVO = RRFT.PROGRECROOM AND RRFT.IDGRAFICI = G.ID UNION ALL SELECT RRG.IDGRAFICI, RRG.X AS X1, RRG.X AS X2, RRG.Y AS QUANTITA, RRG.XMIN, RRG.XMAX, NULL AS NOTE, NULL AS DILUIZIONE, G.DESCRIZIONE FROM RECROOM_GRAFICI RRG,GRAFICI G WHERE RRG.IDGRAFICI = G.ID AND RRG.PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 95) AND G.TABELLARE = '1' ORDER BY DESCRIZIONE, X1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.08 0.10 0 222 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.13 4 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.08 0.23 4 226 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=4 pr=4 pw=0 time=130776 us cost=12 size=932 card=4) 0 0 0 UNION-ALL (cr=4 pr=4 pw=0 time=130719 us) 0 0 0 NESTED LOOPS (cr=1 pr=1 pw=0 time=104477 us cost=2 size=121 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=1 pw=0 time=104471 us cost=2 size=121 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_GRAFICITABELLARI (cr=1 pr=1 pw=0 time=104465 us cost=1 size=91 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_GRAFICITABELLARI2 (cr=1 pr=1 pw=0 time=104454 us cost=1 size=0 card=1)(object id 4328389) 0 0 0 INDEX UNIQUE SCAN GRAFICI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328284) 0 0 0 TABLE ACCESS BY INDEX ROWID GRAFICI (cr=0 pr=0 pw=0 time=0 us cost=1 size=30 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=1 pw=0 time=11353 us cost=2 size=99 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=1 pw=0 time=11345 us cost=2 size=99 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_GRAFICI (cr=1 pr=1 pw=0 time=11338 us cost=1 size=66 card=1) 0 0 0 INDEX RANGE SCAN FARMA_GRAFICI3 (cr=1 pr=1 pw=0 time=11327 us cost=1 size=0 card=1)(object id 4328712) 0 0 0 INDEX UNIQUE SCAN GRAFICI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328284) 0 0 0 TABLE ACCESS BY INDEX ROWID GRAFICI (cr=0 pr=0 pw=0 time=0 us cost=1 size=33 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=1 pw=0 time=1987 us cost=3 size=147 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=1 pw=0 time=1978 us cost=3 size=147 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=1 pw=0 time=1975 us cost=2 size=117 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICITABELLARI (cr=1 pr=1 pw=0 time=1969 us cost=2 size=91 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=0 pr=0 pw=0 time=0 us cost=0 size=26 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328085) 0 0 0 INDEX UNIQUE SCAN GRAFICI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328284) 0 0 0 TABLE ACCESS BY INDEX ROWID GRAFICI (cr=0 pr=0 pw=0 time=0 us cost=1 size=30 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=1 pw=0 time=12820 us cost=3 size=99 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=1 pw=0 time=12812 us cost=3 size=99 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICI (cr=1 pr=1 pw=0 time=12807 us cost=2 size=66 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=0 pr=0 pw=0 time=0 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328085) 0 0 0 INDEX UNIQUE SCAN GRAFICI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328284) 0 0 0 TABLE ACCESS BY INDEX ROWID GRAFICI (cr=0 pr=0 pw=0 time=0 us cost=1 size=33 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.01 0.02 gc cr grant 2-way 2 0.08 0.08 db file sequential read 4 0.02 0.04 SQL*Net break/reset to client 2 0.00 0.00 row cache lock 6 0.00 0.00 ******************************************************************************** SQL ID: 6kcqm6bwby5m3 Plan Hash: 819847324 select blocchi0_.REPARTO as REPARTO4_, blocchi0_.BLOCCO as BLOCCO4_, blocco1_.PROGRESSIVO as PROGRESS1_20_0_, blocco1_.UTCODICE as UTCODICE20_0_, blocco1_.DESCRIZIONE as DESCRIZI3_20_0_, blocco1_.NONATTIVO as NONATTIVO20_0_, blocco1_.COPIAPROGRESSIVO as COPIAPRO5_20_0_, blocco1_.DATAORA as DATAORA20_0_, blocco1_.DATAINIZIO as DATAINIZIO20_0_, blocco1_.DATAFINE as DATAFINE20_0_, blocchicco2_.BLOCCO as BLOCCO22_1_, blocchicco2_.SIGLACS as SIGLACS22_1_, blocchicco2_.CCOSTO as CCOSTO22_1_, blocchicco2_.CODMAG as CODMAG22_1_, blocchicco2_.CODUNITAPRELIEVO as CODUNITA5_22_1_, blocchicco2_.CODICECRIL as CODICECRIL22_1_, utente3_.SIGLA as SIGLA19_2_, utente3_.UTENTE as UTENTE19_2_, utente3_.LIVELLO as LIVELLO19_2_, utente3_.PASSWORD as PASSWORD19_2_, utente3_.PASSWORD2 as PASSWORD5_19_2_, utente3_.ATTIVO as ATTIVO19_2_, utente3_.ULTIMOACCESSO as ULTIMOAC7_19_2_, utente3_.LINGUA as LINGUA19_2_, utente3_.DATAPASSWORD as DATAPASS9_19_2_, utente3_.CAMBIOPASSWORD as CAMBIOP10_19_2_, utente3_.DATADISATTIVAZIONE as DATADIS11_19_2_, utente3_.DATARIATTIVAZIONE as DATARIA12_19_2_, utente3_.SMARTCARD as SMARTCARD19_2_, utente3_.CODFISC as CODFISC19_2_, utente3_.IGNORAADSI as IGNORAADSI19_2_, utente3_.COGNOME as COGNOME19_2_, utente3_.NOME as NOME19_2_, utente3_.DATAANALYZER_USERNAME as DATAANA18_19_2_, utente3_.DATAANALYZER_PASSWORD as DATAANA19_19_2_, utente3_.ALIASFIRMAREMOTA as ALIASFI20_19_2_, utente3_.INVIATO_O4C as INVIATO21_19_2_, blocchimai4_.BLOCCO as BLOCCO23_3_, blocchimai4_.PROGRESSIVO as PROGRESS2_23_3_, blocchimai4_.NOMINATIVO as NOMINATIVO23_3_, blocchimai4_.INDIRIZZOMAIL as INDIRIZZ4_23_3_ from REPARTIBLOCCHI blocchi0_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco1_, BLOCCHICCOSTO blocchicco2_, UTENTI utente3_, BLOCCHIMAIL blocchimai4_ where blocchi0_.BLOCCO=blocco1_.PROGRESSIVO(+) and blocco1_.PROGRESSIVO=blocchicco2_.BLOCCO(+) and blocchicco2_.SIGLACS= utente3_.SIGLA(+) and blocco1_.PROGRESSIVO=blocchimai4_.BLOCCO(+) and blocchi0_.REPARTO in (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 35 0.01 0.01 0 0 0 0 Execute 35 0.18 0.18 0 0 0 0 Fetch 70 0.12 0.12 0 1190 0 350 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 140 0.32 0.32 0 1190 0 350 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 17 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 10 10 10 HASH JOIN OUTER (cr=34 pr=0 pw=0 time=3251 us cost=18 size=4590 card=10) 10 10 10 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=1989 us cost=14 size=3590 card=10) 10 10 10 HASH JOIN OUTER (cr=14 pr=0 pw=0 time=1309 us cost=13 size=3480 card=10) 10 10 10 NESTED LOOPS OUTER (cr=13 pr=0 pw=0 time=1342 us cost=11 size=640 card=10) 10 10 10 INLIST ITERATOR (cr=3 pr=0 pw=0 time=637 us) 10 10 10 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=3 pr=0 pw=0 time=210 us cost=1 size=70 card=10)(object id 4328626) 10 10 10 TABLE ACCESS BY INDEX ROWID TABELLE (cr=10 pr=0 pw=0 time=350 us cost=1 size=57 card=1) 10 10 10 INDEX UNIQUE SCAN TABELLE1 (cr=9 pr=0 pw=0 time=141 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=93 us cost=2 size=284 card=1) 10 10 10 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=14 pr=0 pw=0 time=245 us cost=1 size=11 card=1) 10 10 10 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=4 pr=0 pw=0 time=101 us cost=0 size=0 card=1)(object id 4328577) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3371 us cost=4 size=17800 card=178) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 105 0.00 0.00 SQL*Net message from client 105 0.13 0.40 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 87sxjy38v8quk Plan Hash: 4159437843 select reparti0_.BLOCCO as BLOCCO1_, reparti0_.REPARTO as REPARTO1_, reparto1_.PROGRESSIVO as PROGRESS1_10_0_, reparto1_.CODICE as CODICE10_0_, reparto1_.CCOSTO as CCOSTO10_0_, reparto1_.DESCRIZIONE as DESCRIZI4_10_0_, reparto1_.ATTIVO as ATTIVO10_0_, reparto1_.CODMAG as CODMAG10_0_, reparto1_.CODUNITAPRELIEVO as CODUNITA7_10_0_, reparto1_.SIGLACS as SIGLACS10_0_, reparto1_.CODREGIONALE as CODREGIO9_10_0_, reparto1_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_0_ from REPARTIBLOCCHI reparti0_, REPARTI reparto1_ where reparti0_.REPARTO= reparto1_.PROGRESSIVO(+) and reparti0_.BLOCCO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 55 0.01 0.01 0 0 0 0 Execute 55 0.04 0.04 0 0 0 0 Fetch 91 0.10 0.10 0 165 0 455 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 201 0.16 0.16 0 165 0 455 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 10 10 10 HASH JOIN OUTER (cr=3 pr=0 pw=0 time=1452 us cost=4 size=890 card=10) 10 10 10 INDEX SKIP SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=270 us cost=1 size=70 card=10)(object id 4328626) 15 15 15 TABLE ACCESS FULL REPARTI (cr=2 pr=0 pw=0 time=194 us cost=3 size=1230 card=15) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 147 0.00 0.00 SQL*Net message from client 147 0.04 0.28 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 02nuyqucbrj31 Plan Hash: 1333630495 select programmi0_.LIVELLO as LIVELLO1_, programmi0_.PROGRAMMA as PROGRAMMA1_, programmi0_.PROGRAMMA as PROGRAMMA3_0_, programmi0_.LIVELLO as LIVELLO3_0_ from LIVELLI programmi0_ where programmi0_.LIVELLO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 103 0.02 0.02 0 0 0 0 Execute 103 0.07 0.07 0 0 0 0 Fetch 206 0.07 0.09 2 515 0 1133 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 412 0.17 0.19 2 515 0 1133 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 16 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 11 11 11 TABLE ACCESS BY INDEX ROWID LIVELLI (cr=5 pr=0 pw=0 time=1560 us cost=2 size=77 card=11) 11 11 11 INDEX RANGE SCAN LIVELLI2 (cr=3 pr=0 pw=0 time=782 us cost=1 size=0 card=11)(object id 4328805) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 311 0.00 0.00 SQL*Net message from client 311 0.11 0.61 gc cr block 2-way 1 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 2 0.00 0.01 gc current block 2-way 1 0.00 0.00 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: b5rryfzdytfuy Plan Hash: 2753004120 SELECT * FROM COMUN.BDU_USUARIOS where US_CODIGO = '514672' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.08 3 5 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.09 3 5 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID BDU_USUARIOS (cr=5 pr=3 pw=0 time=86434 us cost=4 size=324 card=1) 1 1 1 INDEX RANGE SCAN PK_BDU_USUARIOS (cr=3 pr=3 pw=0 time=86101 us cost=3 size=0 card=1)(object id 4114835) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net more data to client 1 0.00 0.00 SQL*Net message from client 2 0.07 0.07 Disk file operations I/O 2 0.00 0.00 db file sequential read 3 0.06 0.08 ******************************************************************************** SQL ID: 2p82xqnyhrq8m Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41571 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.07 1 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.09 1 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=1 pw=0 time=76833 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 db file sequential read 1 0.07 0.07 ******************************************************************************** SQL ID: 4d84khp1ycgs0 Plan Hash: 627940087 SELECT * FROM POSIZIONIMULTIPLE WHERE INTERVENTO = 95 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.07 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.09 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=1 pw=0 time=75720 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSIZIONIMULTIPLE1 (cr=1 pr=1 pw=0 time=75667 us cost=0 size=39 card=1)(object id 4328881) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.01 0.01 db file sequential read 1 0.05 0.05 ******************************************************************************** SQL ID: 08aqsh4zuauu5 Plan Hash: 743427959 SELECT DATAPRENOT,DATASOSPENSIONE FROM LISTAATTESAPRIORITA WHERE NUMERO=:B1 ORDER BY PROGRESSIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 328 0.27 0.27 0 0 0 0 Fetch 328 0.07 0.07 0 984 0 328 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 660 0.34 0.34 0 984 0 328 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=3 pr=0 pw=0 time=201 us cost=3 size=26 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=3 pr=0 pw=0 time=101 us cost=2 size=26 card=1) 1 1 1 INDEX RANGE SCAN LISTAATTESAPRIORITA2 (cr=2 pr=0 pw=0 time=72 us cost=1 size=0 card=1)(object id 4328863) ******************************************************************************** SQL ID: 0kqa9thav0nth Plan Hash: 727415562 select percorso0_.PROGRESSIVO as PROGRESS1_785_, percorso0_.ID_PAZIENTE as ID2_785_, percorso0_.ID_ANAGRAFICA as ID3_785_, percorso0_.LAVC as LAVC785_, percorso0_.LAR as LAR785_, percorso0_.LA as LA785_, percorso0_.LO as LO785_, percorso0_.INTERV as INTERV785_, percorso0_.VPO as VPO785_, percorso0_.VPO_LO as VPO10_785_, percorso0_.VPO_LA as VPO11_785_, percorso0_.VPO_INT as VPO12_785_, percorso0_.PARTI as PARTI785_, percorso0_.IVG as IVG785_, percorso0_.ASP as ASP785_, percorso0_.AVC as AVC785_, percorso0_.SORV_INF as SORV17_785_, percorso0_.RR as RR785_, percorso0_.RIPO as RIPO785_, percorso0_.TUTORE as TUTORE785_ from PERCORSI percorso0_ where percorso0_.LA=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.07 1 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.08 1 3 0 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID PERCORSI (cr=3 pr=1 pw=0 time=70848 us cost=2 size=30 card=1) 1 1 1 INDEX RANGE SCAN PERCORSI4 (cr=2 pr=1 pw=0 time=68375 us cost=1 size=0 card=1)(object id 4328836) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.06 0.06 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: amuj0ymkb7b66 Plan Hash: 1388353226 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '216' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.06 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.07 1 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=2 pr=1 pw=0 time=69254 us cost=3 size=57 card=1) 0 0 0 INDEX RANGE SCAN TABELLE3 (cr=2 pr=1 pw=0 time=69237 us cost=2 size=0 card=1)(object id 4328101) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.01 0.01 db file sequential read 1 0.05 0.05 ******************************************************************************** SQL ID: a10h92u53z2ag Plan Hash: 4215362462 SELECT COUNT(*) AS NUMRIGHE FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.02 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.06 1 1 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.09 1 1 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=1 pw=0 time=68880 us) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=1 pw=0 time=68837 us cost=1 size=13 card=1)(object id 4328355) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.06 0.06 row cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: g21zhk29wz688 Plan Hash: 640970365 SELECT * FROM TABELLE WHERE CODICETABELLA = 52 AND PROGRESSIVO IN (0,3193) ORDER BY UTCODICE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.06 1 5 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.07 1 5 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=5 pr=1 pw=0 time=68403 us cost=4 size=57 card=1) 1 1 1 INLIST ITERATOR (cr=5 pr=1 pw=0 time=68255 us) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=5 pr=1 pw=0 time=68227 us cost=3 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=4 pr=1 pw=0 time=68173 us cost=2 size=0 card=2)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.06 0.06 ******************************************************************************** SQL ID: 488qdvsbqf06m Plan Hash: 2502011450 SELECT PROGRESSIVOSETFERRI,ORDINE FROM SETFERRIPREVISIONI WHERE PROGRESSIVOPREVISIONE = 369 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.06 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.08 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID SETFERRIPREVISIONI (cr=1 pr=1 pw=0 time=68159 us cost=0 size=39 card=1) 0 0 0 INDEX RANGE SCAN SETFERRIPREVISIONI1 (cr=1 pr=1 pw=0 time=68146 us cost=0 size=0 card=1)(object id 4328289) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.06 0.06 ******************************************************************************** SQL ID: aw7zzb76c3q33 Plan Hash: 3369807179 SELECT MIN(X) AS inizio,MAX(Y) AS fine FROM ( SELECT MIN(FV.X1) AS X,MAX(FV.X2) AS Y FROM FARMA_VALUES FV,FARMACI F WHERE FV.IDFARMACI = F.ID AND FV.IDEXT = 95 AND F.NOTIMELINE = 0 UNION SELECT MIN(FG.X) AS X,MAX(FG.X) AS Y FROM FARMA_GRAFICI FG WHERE FG.IDEXT = 95 UNION SELECT MIN(INIZIO) AS X,MAX(FINE) AS Y FROM EVENTIMONITORAGGIO WHERE INTERVENTO = 95 UNION SELECT MIN(INIZIO) AS X,MAX(INIZIO) AS Y FROM EVENTIMONITORAGGIO WHERE INTERVENTO = 95 UNION SELECT MIN(FG.X1) AS X,MAX(FG.X2) AS Y FROM INTRAOP_GRAFICITABELLARI FG WHERE FG.IDEXT = 95 UNION SELECT MIN(FV.X1) AS X,MAX(FV.X2) AS Y FROM RECROOM_FARMACI FV,FARMACI F WHERE FV.IDFARMACI = F.ID AND FV.PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 0) AND F.NOTIMELINE = 0 UNION SELECT MIN(FG.X) AS X,MAX(FG.X) AS Y FROM RECROOM_GRAFICI FG WHERE FG.PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 0) UNION SELECT MIN(INIZIO) AS X,MAX(FINE) AS Y FROM RECROOM_EVENTIMONITORAGGIO WHERE INTERVENTO = 0 UNION SELECT MIN(INIZIO) AS X,MAX(INIZIO) AS Y FROM RECROOM_EVENTIMONITORAGGIO WHERE INTERVENTO = 0 UNION SELECT MIN(FG.X1) AS X,MAX(FG.X2) AS Y FROM RECROOM_GRAFICITABELLARI FG WHERE FG.PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 0) ) TEMPITOTALIGRAFICI call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.03 0 3 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.06 2 10 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.03 0.09 2 13 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=10 pr=2 pw=0 time=65071 us) 1 1 1 VIEW (cr=10 pr=2 pw=0 time=65032 us cost=24 size=180 card=10) 1 1 1 SORT UNIQUE (cr=10 pr=2 pw=0 time=65023 us cost=24 size=624 card=10) 10 10 10 UNION-ALL (cr=10 pr=2 pw=0 time=1534 us) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=152 us cost=3 size=50 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=122 us cost=2 size=50 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=114 us cost=2 size=50 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_VALUES (cr=1 pr=0 pw=0 time=107 us cost=1 size=44 card=1) 0 0 0 INDEX RANGE SCAN FARMA_VALUES3 (cr=1 pr=0 pw=0 time=94 us cost=1 size=0 card=1)(object id 4328531) 0 0 0 INDEX UNIQUE SCAN FARMACI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329005) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMACI (cr=0 pr=0 pw=0 time=0 us cost=1 size=6 card=1) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=104 us cost=2 size=22 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_GRAFICI (cr=1 pr=0 pw=0 time=62 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN FARMA_GRAFICI3 (cr=1 pr=0 pw=0 time=54 us cost=1 size=0 card=1)(object id 4328712) 1 1 1 SORT AGGREGATE (cr=1 pr=1 pw=0 time=40372 us cost=1 size=31 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID EVENTIMONITORAGGIO (cr=1 pr=1 pw=0 time=40345 us cost=0 size=31 card=1) 0 0 0 INDEX RANGE SCAN EVENTIMONITORAGGIO2 (cr=1 pr=1 pw=0 time=40339 us cost=0 size=0 card=1)(object id 4328572) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=83 us cost=1 size=22 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID EVENTIMONITORAGGIO (cr=1 pr=0 pw=0 time=44 us cost=0 size=22 card=1) 0 0 0 INDEX RANGE SCAN EVENTIMONITORAGGIO2 (cr=1 pr=0 pw=0 time=37 us cost=0 size=0 card=1)(object id 4328572) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=38 us cost=2 size=31 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=23 us cost=1 size=31 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_GRAFICITABELLARI2 (cr=1 pr=0 pw=0 time=19 us cost=1 size=0 card=1)(object id 4328389) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=107 us cost=5 size=50 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=90 us cost=3 size=50 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=84 us cost=3 size=50 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_FARMACI (cr=1 pr=0 pw=0 time=81 us cost=2 size=44 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=0 pr=0 pw=0 time=0 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328085) 0 0 0 INDEX UNIQUE SCAN FARMACI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329005) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMACI (cr=0 pr=0 pw=0 time=0 us cost=1 size=6 card=1) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=67 us cost=4 size=22 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICI (cr=1 pr=0 pw=0 time=50 us cost=2 size=22 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=0 pr=0 pw=0 time=0 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328085) 1 1 1 SORT AGGREGATE (cr=1 pr=1 pw=0 time=23531 us cost=1 size=31 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM_EVENTIMONITORAGGIO (cr=1 pr=1 pw=0 time=23509 us cost=0 size=31 card=1) 0 0 0 INDEX RANGE SCAN RECROOM_EVENTIMONITORAGGIO2 (cr=1 pr=1 pw=0 time=23503 us cost=0 size=0 card=1)(object id 4328642) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=94 us cost=1 size=22 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM_EVENTIMONITORAGGIO (cr=1 pr=0 pw=0 time=53 us cost=0 size=22 card=1) 0 0 0 INDEX RANGE SCAN RECROOM_EVENTIMONITORAGGIO2 (cr=1 pr=0 pw=0 time=43 us cost=0 size=0 card=1)(object id 4328642) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=109 us cost=4 size=31 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=94 us cost=2 size=31 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=0 pr=0 pw=0 time=0 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328085) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.14 0.15 gc cr grant 2-way 2 0.01 0.01 db file sequential read 2 0.02 0.04 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: amftw380f25yh Plan Hash: 2073903628 SELECT DATACOMPILAZIONE FROM CHECKLISTRCSALVATAGGIO WHERE IDINTERVENTI = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.03 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.06 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.09 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID CHECKLISTRCSALVATAGGIO (cr=1 pr=1 pw=0 time=65240 us cost=0 size=22 card=1) 0 0 0 INDEX UNIQUE SCAN CHECKLISTRCSALVATAGGIO2 (cr=1 pr=1 pw=0 time=65228 us cost=0 size=0 card=1)(object id 4328088) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.03 0.03 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.06 0.06 ******************************************************************************** SQL ID: ctac1tu46aqtb Plan Hash: 4165688936 select rowid, PASSWORDHASH FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 129 0.02 0.03 0 0 0 0 Execute 129 0.01 0.01 0 0 0 0 Fetch 129 0.06 0.06 0 258 0 129 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 387 0.10 0.10 0 258 0 129 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 19 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=158 us cost=3 size=15 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 261 0.00 0.00 SQL*Net message from client 261 0.10 0.82 SQL*Net break/reset to client 6 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: fyc9nxzm1wzkv Plan Hash: 2054560634 SELECT seq_hl7in.nextval FROM dual call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.01 0.01 0 0 0 0 Execute 10 0.00 0.00 0 0 0 0 Fetch 10 0.02 0.06 0 0 10 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.03 0.07 0 0 10 10 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SEQUENCE SEQ_HL7IN (cr=2 pr=0 pw=0 time=21812 us) 1 1 1 FAST DUAL (cr=0 pr=0 pw=0 time=9 us cost=2 size=0 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 20 0.00 0.00 SQL*Net message from client 20 0.00 0.02 row cache lock 10 0.00 0.00 KJC: Wait for msg sends to complete 1 0.03 0.03 log file sync 8 0.02 0.05 ******************************************************************************** SQL ID: 8qv8zn66m6h1j Plan Hash: 2599860478 select this_.ID_GRIGLIA as ID1_35_0_, this_.COL_NAME as COL2_35_0_, this_.COL_INDEX as COL3_35_0_, this_.COL_ORDER as COL4_35_0_, this_.COL_WIDTH as COL5_35_0_, this_.COL_BLOCKED as COL6_35_0_, this_.COL_VISIBLE as COL7_35_0_, this_.CAPTION as CAPTION35_0_, this_.ALLINEAMENTO as ALLINEAM9_35_0_ from SETUPGRIGLIEWEB this_ where this_.ID_GRIGLIA=:1 order by this_.COL_ORDER asc call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 7 0.00 0.00 0 0 0 0 Execute 7 0.01 0.01 0 0 0 0 Fetch 78 0.05 0.05 0 154 0 729 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 92 0.07 0.07 0 154 0 729 Misses in library cache during parse: 2 Misses in library cache during execute: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 150 136 150 SORT ORDER BY (cr=22 pr=0 pw=0 time=5241 us cost=9 size=9238 card=149) 150 136 150 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=2271 us cost=8 size=9238 card=149) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 85 0.00 0.00 SQL*Net message from client 85 0.02 0.11 ******************************************************************************** SQL ID: 3stjgg1yukz3m Plan Hash: 2881684557 SELECT MIN(tempo) as TempoMin FROM tempiinterventi WHERE intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.03 0.06 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.05 1 10 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.04 0.11 1 10 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=2 pr=0 pw=0 time=11030 us) 1 1 1 FIRST ROW (cr=2 pr=0 pw=0 time=10991 us cost=2 size=8 card=1) 1 1 1 INDEX RANGE SCAN (MIN/MAX) TEMPIINTERVENTI5 (cr=2 pr=0 pw=0 time=10985 us cost=2 size=8 card=1)(object id 4328462) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 gc cr block 2-way 1 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.04 0.04 row cache lock 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 9nv93a7x6k93h Plan Hash: 3047603007 SELECT PUNTI FROM ( SELECT NVL(PUNTI,0) AS PUNTI FROM FATTORI_PRIORITA_ETA WHERE ETA <=(SELECT TRUNC(MONTHS_BETWEEN(SYSDATE,DATANASCITA)/12) AS ETA FROM PAZIENTI WHERE PROGRESSIVO = :id_paziente) ORDER BY ETA DESC ) VALOREETA WHERE ROWNUM=1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 328 0.06 0.06 0 0 0 0 Execute 328 0.27 0.27 0 0 0 0 Fetch 328 0.05 0.05 0 328 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 984 0.39 0.39 0 328 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 COUNT STOPKEY (cr=1 pr=0 pw=0 time=167 us) 0 0 0 VIEW (cr=1 pr=0 pw=0 time=153 us cost=5 size=13 card=1) 0 0 0 SORT ORDER BY STOPKEY (cr=1 pr=0 pw=0 time=148 us cost=5 size=26 card=1) 0 0 0 TABLE ACCESS FULL FATTORI_PRIORITA_ETA (cr=1 pr=0 pw=0 time=100 us cost=2 size=26 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=0 pr=0 pw=0 time=0 us cost=2 size=13 card=1) 0 0 0 INDEX UNIQUE SCAN PAZIENTI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 2vh47np5dhxxn Plan Hash: 3398430476 select procedure0_.INTERVENTO as INTERVENTO4_, procedure0_.ICD as ICD4_, procedure0_.CONTATORE as CONTATORE4_, procedure0_.INTERVENTO as INTERVENTO29_3_, procedure0_.ICD as ICD29_3_, procedure0_.CONTATORE as CONTATORE29_3_, procedure0_.PERSONALE as PERSONALE29_3_, icd9cm1_.PROGRESSIVO as PROGRESS1_5_0_, icd9cm1_.INIZIO as INIZIO5_0_, icd9cm1_.FINE as FINE5_0_, icd9cm1_.ICD as ICD5_0_, icd9cm1_.DESCRIZIONE as DESCRIZI5_5_0_, icd9cm1_.LIVELLOCHIRURGIA as LIVELLOC6_5_0_, icd9cm1_.TABELLA as TABELLA5_0_, icd9cm1_.SINONIMO as SINONIMO5_0_, icdximpian2_.ICD as ICD31_1_, icdximpian2_.IMPIANTI as IMPIANTI31_1_, icdximpian2_.ANCAGINOCCHIO as ANCAGINO3_31_1_, icdximpian2_.REVISIONE as REVISIONE31_1_, personale3_.PROGRESSIVO as PROGRESS1_7_2_, personale3_.FUNZIONE as FUNZIONE7_2_, personale3_.REPARTO as REPARTO7_2_, personale3_.SIGLA as SIGLA7_2_, personale3_.BLOCCO as BLOCCO7_2_, personale3_.NOMINATIVO as NOMINATIVO7_2_, personale3_.MATRICOLA as MATRICOLA7_2_, personale3_.PRESENTE as PRESENTE7_2_, personale3_.UTENTE as UTENTE7_2_, personale3_.SPECIALIZZANDO as SPECIAL10_7_2_, personale3_.DATAFINE as DATAFINE7_2_, personale3_.IDREGIONALE as IDREGIO12_7_2_ from ICDINTERVENTI procedure0_, ICD9CM icd9cm1_, ICDXIMPIANTI icdximpian2_, PERSONALE personale3_ where procedure0_.ICD=icd9cm1_.PROGRESSIVO and icd9cm1_.PROGRESSIVO=icdximpian2_.ICD(+) and procedure0_.PERSONALE= personale3_.PROGRESSIVO(+) and procedure0_.INTERVENTO=:1 order by procedure0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 20 0.00 0.01 0 0 0 0 Execute 20 0.02 0.02 0 0 0 0 Fetch 60 0.05 0.05 0 900 0 500 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 100 0.09 0.09 0 900 0 500 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 15 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 25 25 25 NESTED LOOPS OUTER (cr=45 pr=0 pw=0 time=2739 us cost=4 size=202 card=1) 25 25 25 NESTED LOOPS OUTER (cr=45 pr=0 pw=0 time=2424 us cost=3 size=140 card=1) 25 25 25 NESTED LOOPS (cr=42 pr=0 pw=0 time=2154 us cost=3 size=118 card=1) 25 25 25 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=6 pr=0 pw=0 time=545 us cost=2 size=11 card=1) 25 25 25 INDEX RANGE SCAN ICDINTERVENTI3 (cr=3 pr=0 pw=0 time=267 us cost=1 size=0 card=1)(object id 4328796) 25 25 25 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=36 pr=0 pw=0 time=641 us cost=1 size=107 card=1) 25 25 25 INDEX UNIQUE SCAN ICD9CM1 (cr=11 pr=0 pw=0 time=287 us cost=0 size=0 card=1)(object id 4328949) 0 0 0 TABLE ACCESS BY INDEX ROWID ICDXIMPIANTI (cr=3 pr=0 pw=0 time=142 us cost=0 size=22 card=1) 0 0 0 INDEX UNIQUE SCAN ICDXIMPIANTI1 (cr=3 pr=0 pw=0 time=88 us cost=0 size=0 card=1)(object id 4328404) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=97 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=48 us cost=0 size=0 card=1)(object id 4329013) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 80 0.00 0.00 SQL*Net message from client 80 0.06 0.21 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 57vbc4afvy3vc Plan Hash: 814668107 SELECT MAX(Codice) AS MaxCodice FROM Interventi WHERE TO_NUMBER(TO_CHAR(DataInt,'yyyy')) = 2021 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.05 2 15 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.05 2 15 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=15 pr=2 pw=0 time=53233 us) 90 90 90 TABLE ACCESS FULL INTERVENTI (cr=15 pr=2 pw=0 time=25854 us cost=6 size=21 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 db file sequential read 2 0.02 0.04 gc cr multi block request 2 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: c5mu160vw6677 Plan Hash: 53986642 select sicurezzaa0_.PROGRESSIVO as PROGRESS1_622_0_, sicurezzaa0_.TIPO as TIPO622_0_, sicurezzaa0_.VALORE as VALORE622_0_ from CONFIGURAZIONI sicurezzaa0_ where sicurezzaa0_.PROGRESSIVO=:1 and sicurezzaa0_.TIPO=:2 and sicurezzaa0_.TIPO='2' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 528 0.10 0.11 0 0 0 0 Execute 528 0.65 0.65 0 0 0 0 Fetch 528 0.05 0.05 0 528 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 1584 0.81 0.82 0 528 0 0 Misses in library cache during parse: 2 Misses in library cache during execute: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 21 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 FILTER (cr=1 pr=0 pw=0 time=89 us) 0 0 0 TABLE ACCESS BY INDEX ROWID CONFIGURAZIONI (cr=1 pr=0 pw=0 time=76 us cost=2 size=9 card=1) 0 0 0 INDEX RANGE SCAN CONFIGURAZIONI3 (cr=1 pr=0 pw=0 time=66 us cost=1 size=0 card=1)(object id 4328117) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1057 0.00 0.01 SQL*Net message from client 1057 0.07 1.70 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: d5ggk07ukrccv Plan Hash: 2188552060 select stampe0_.LIVELLO as LIVELLO1_, stampe0_.STAMPA as STAMPA1_, stampe0_.STAMPA as STAMPA4_0_, stampe0_.LIVELLO as LIVELLO4_0_ from LIVELLISTAMPE stampe0_ where stampe0_.LIVELLO in (:1, :2, :3) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 19 0.00 0.00 0 0 0 0 Execute 19 0.03 0.03 0 0 0 0 Fetch 152 0.05 0.05 0 152 0 1330 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 190 0.09 0.09 0 152 0 1330 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 70 70 70 INDEX FULL SCAN LIVELLISTAMPE1 (cr=8 pr=0 pw=0 time=929 us cost=1 size=432 card=72)(object id 4328777) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 171 0.00 0.00 SQL*Net message from client 171 0.08 0.39 ******************************************************************************** SQL ID: 065u43q6wu3jx Plan Hash: 3776458806 SELECT * FROM INTERVENTI_RECUPEROEMATICO WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.03 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.05 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.09 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI_RECUPEROEMATICO (cr=1 pr=1 pw=0 time=53044 us cost=1 size=2257 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTI_RECUPEROEMATICO2 (cr=1 pr=1 pw=0 time=53031 us cost=1 size=0 card=1)(object id 4328550) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 gc cr grant 2-way 1 0.01 0.01 db file sequential read 1 0.03 0.03 SQL*Net break/reset to client 2 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 11 0.00 0.01 ******************************************************************************** SQL ID: dvty3cc0nv5w7 Plan Hash: 931354946 select repartiblo0_.BLOCCO as BLOCCO436_, repartiblo0_.REPARTO as REPARTO436_, repartiblo0_.CHECKLIST as CHECKLIST436_, repartiblo0_.CODICE_UNIVOCO_BLOCCOREPARTO as CODICE4_436_, repartiblo0_.TEMPI_REAL_TIME as TEMPI5_436_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'VPO') as formula1_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'CIA') as formula2_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'RECROOM') as formula3_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'CHECKLIST') as formula4_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'CONTAGARZE') as formula5_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'TEMPIOPERATORI') as formula6_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'SCARICHIMAGAZZINO') as formula7_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 1) as formula8_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 3) as formula9_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 2) as formula10_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 9) as formula11_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 10) as formula12_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 11) as formula13_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 15) as formula14_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 12) as formula15_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 4) as formula16_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 5) as formula17_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 6) as formula18_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 7) as formula19_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 8) as formula20_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 13) as formula21_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 14) as formula22_ from REPARTIBLOCCHI repartiblo0_ where repartiblo0_.BLOCCO=:1 and repartiblo0_.REPARTO=:2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.04 0.04 0 0 0 0 Fetch 2 0.00 0.05 2 48 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.06 0.10 2 48 0 2 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=10390 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=25 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=12 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=20 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=12 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=12 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=14 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=13879 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=24 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=12 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=18 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=11 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=20 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=15 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=12 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=16 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=15 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=12 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=15 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=12 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=12 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=13 us cost=0 size=39 card=1)(object id 4328597) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTIBLOCCHI (cr=2 pr=0 pw=0 time=108 us cost=1 size=15 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=58 us cost=0 size=0 card=1)(object id 4328626) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 SQL*Net message to client 5 0.00 0.00 SQL*Net message from client 5 0.21 0.22 gc cr grant 2-way 2 0.00 0.00 db file sequential read 2 0.02 0.04 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: bhuf67kwwtvj7 Plan Hash: 819847324 select blocchi0_.REPARTO as REPARTO4_, blocchi0_.BLOCCO as BLOCCO4_, blocco1_.PROGRESSIVO as PROGRESS1_20_0_, blocco1_.UTCODICE as UTCODICE20_0_, blocco1_.DESCRIZIONE as DESCRIZI3_20_0_, blocco1_.NONATTIVO as NONATTIVO20_0_, blocco1_.COPIAPROGRESSIVO as COPIAPRO5_20_0_, blocco1_.DATAORA as DATAORA20_0_, blocco1_.DATAINIZIO as DATAINIZIO20_0_, blocco1_.DATAFINE as DATAFINE20_0_, blocchicco2_.BLOCCO as BLOCCO22_1_, blocchicco2_.SIGLACS as SIGLACS22_1_, blocchicco2_.CCOSTO as CCOSTO22_1_, blocchicco2_.CODMAG as CODMAG22_1_, blocchicco2_.CODUNITAPRELIEVO as CODUNITA5_22_1_, blocchicco2_.CODICECRIL as CODICECRIL22_1_, utente3_.SIGLA as SIGLA19_2_, utente3_.UTENTE as UTENTE19_2_, utente3_.LIVELLO as LIVELLO19_2_, utente3_.PASSWORD as PASSWORD19_2_, utente3_.PASSWORD2 as PASSWORD5_19_2_, utente3_.ATTIVO as ATTIVO19_2_, utente3_.ULTIMOACCESSO as ULTIMOAC7_19_2_, utente3_.LINGUA as LINGUA19_2_, utente3_.DATAPASSWORD as DATAPASS9_19_2_, utente3_.CAMBIOPASSWORD as CAMBIOP10_19_2_, utente3_.DATADISATTIVAZIONE as DATADIS11_19_2_, utente3_.DATARIATTIVAZIONE as DATARIA12_19_2_, utente3_.SMARTCARD as SMARTCARD19_2_, utente3_.CODFISC as CODFISC19_2_, utente3_.IGNORAADSI as IGNORAADSI19_2_, utente3_.COGNOME as COGNOME19_2_, utente3_.NOME as NOME19_2_, utente3_.DATAANALYZER_USERNAME as DATAANA18_19_2_, utente3_.DATAANALYZER_PASSWORD as DATAANA19_19_2_, utente3_.ALIASFIRMAREMOTA as ALIASFI20_19_2_, utente3_.INVIATO_O4C as INVIATO21_19_2_, blocchimai4_.BLOCCO as BLOCCO23_3_, blocchimai4_.PROGRESSIVO as PROGRESS2_23_3_, blocchimai4_.NOMINATIVO as NOMINATIVO23_3_, blocchimai4_.INDIRIZZOMAIL as INDIRIZZ4_23_3_ from REPARTIBLOCCHI blocchi0_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco1_, BLOCCHICCOSTO blocchicco2_, UTENTI utente3_, BLOCCHIMAIL blocchimai4_ where blocchi0_.BLOCCO=blocco1_.PROGRESSIVO(+) and blocco1_.PROGRESSIVO=blocchicco2_.BLOCCO(+) and blocchicco2_.SIGLACS= utente3_.SIGLA(+) and blocco1_.PROGRESSIVO=blocchimai4_.BLOCCO(+) and blocchi0_.REPARTO in (:1, :2, :3, :4) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 18 0.00 0.00 0 0 0 0 Execute 18 0.05 0.06 0 0 0 0 Fetch 18 0.05 0.05 0 396 0 72 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 54 0.11 0.12 0 396 0 72 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 HASH JOIN OUTER (cr=22 pr=0 pw=0 time=2342 us cost=12 size=1836 card=4) 4 4 4 NESTED LOOPS OUTER (cr=16 pr=0 pw=0 time=1031 us cost=8 size=1436 card=4) 4 4 4 HASH JOIN OUTER (cr=10 pr=0 pw=0 time=822 us cost=7 size=1392 card=4) 4 4 4 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=482 us cost=5 size=256 card=4) 4 4 4 INLIST ITERATOR (cr=2 pr=0 pw=0 time=245 us) 4 4 4 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=2 pr=0 pw=0 time=129 us cost=1 size=28 card=4)(object id 4328626) 4 4 4 TABLE ACCESS BY INDEX ROWID TABELLE (cr=7 pr=0 pw=0 time=180 us cost=1 size=57 card=1) 4 4 4 INDEX UNIQUE SCAN TABELLE1 (cr=6 pr=0 pw=0 time=72 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=82 us cost=2 size=284 card=1) 4 4 4 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=6 pr=0 pw=0 time=118 us cost=1 size=11 card=1) 4 4 4 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=2 pr=0 pw=0 time=54 us cost=0 size=0 card=1)(object id 4328577) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3326 us cost=4 size=17800 card=178) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 36 0.00 0.00 SQL*Net message from client 36 0.01 0.06 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 7z62qug9u61kz Plan Hash: 4075576241 SELECT CONTATORE FROM INT_PROFANT_MOTIV WHERE PROGINTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.05 1 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.06 1 5 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX RANGE SCAN INT_PROFANT_MOTIV1 (cr=1 pr=0 pw=0 time=10222 us cost=0 size=26 card=1)(object id 4328530) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.04 0.04 ******************************************************************************** SQL ID: f59fw6tdrc9c4 Plan Hash: 39259699 select (max(PROGRESSIVO)+1) as numero from INTRAOP_TECNICHE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.04 1 1 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.05 1 1 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=1 pw=0 time=48244 us) 1 1 1 INDEX FULL SCAN (MIN/MAX) PK_INTRAOP_TECNICHE (cr=1 pr=1 pw=0 time=48200 us cost=1 size=3 card=1)(object id 4328664) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.04 0.04 ******************************************************************************** SQL ID: 1j63a15tqq5qq Plan Hash: 2753904084 SELECT NVL(SUM(NVL(PUNTI,0)),0) AS TOTALE FROM LSTATTMALATTIE LAM, FATTORI_PRIORITA_MALCONC FPM WHERE LAM.MALATTIA = FPM.PROGRESSIVO AND LAM.PROGLISTAATTESA = :B1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 328 0.27 0.28 0 0 0 0 Fetch 328 0.04 0.04 0 328 0 328 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 660 0.32 0.33 0 328 0 328 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=135 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=102 us cost=2 size=52 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=96 us cost=2 size=52 card=1) 0 0 0 TABLE ACCESS FULL FATTORI_PRIORITA_MALCONC (cr=1 pr=0 pw=0 time=91 us cost=2 size=26 card=1) 0 0 0 INDEX RANGE SCAN LSTATTMALATTIE3 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328554) 0 0 0 TABLE ACCESS BY INDEX ROWID LSTATTMALATTIE (cr=0 pr=0 pw=0 time=0 us cost=0 size=26 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 0ss8ynb6x6fg6 Plan Hash: 3478409195 select blocchi0_.REPARTO as REPARTO4_, blocchi0_.BLOCCO as BLOCCO4_, blocco1_.PROGRESSIVO as PROGRESS1_20_0_, blocco1_.UTCODICE as UTCODICE20_0_, blocco1_.DESCRIZIONE as DESCRIZI3_20_0_, blocco1_.NONATTIVO as NONATTIVO20_0_, blocco1_.COPIAPROGRESSIVO as COPIAPRO5_20_0_, blocco1_.DATAORA as DATAORA20_0_, blocco1_.DATAINIZIO as DATAINIZIO20_0_, blocco1_.DATAFINE as DATAFINE20_0_, blocchicco2_.BLOCCO as BLOCCO22_1_, blocchicco2_.SIGLACS as SIGLACS22_1_, blocchicco2_.CCOSTO as CCOSTO22_1_, blocchicco2_.CODMAG as CODMAG22_1_, blocchicco2_.CODUNITAPRELIEVO as CODUNITA5_22_1_, blocchicco2_.CODICECRIL as CODICECRIL22_1_, utente3_.SIGLA as SIGLA19_2_, utente3_.UTENTE as UTENTE19_2_, utente3_.LIVELLO as LIVELLO19_2_, utente3_.PASSWORD as PASSWORD19_2_, utente3_.PASSWORD2 as PASSWORD5_19_2_, utente3_.ATTIVO as ATTIVO19_2_, utente3_.ULTIMOACCESSO as ULTIMOAC7_19_2_, utente3_.LINGUA as LINGUA19_2_, utente3_.DATAPASSWORD as DATAPASS9_19_2_, utente3_.CAMBIOPASSWORD as CAMBIOP10_19_2_, utente3_.DATADISATTIVAZIONE as DATADIS11_19_2_, utente3_.DATARIATTIVAZIONE as DATARIA12_19_2_, utente3_.SMARTCARD as SMARTCARD19_2_, utente3_.CODFISC as CODFISC19_2_, utente3_.IGNORAADSI as IGNORAADSI19_2_, utente3_.COGNOME as COGNOME19_2_, utente3_.NOME as NOME19_2_, utente3_.DATAANALYZER_USERNAME as DATAANA18_19_2_, utente3_.DATAANALYZER_PASSWORD as DATAANA19_19_2_, utente3_.ALIASFIRMAREMOTA as ALIASFI20_19_2_, utente3_.INVIATO_O4C as INVIATO21_19_2_, blocchimai4_.BLOCCO as BLOCCO23_3_, blocchimai4_.PROGRESSIVO as PROGRESS2_23_3_, blocchimai4_.NOMINATIVO as NOMINATIVO23_3_, blocchimai4_.INDIRIZZOMAIL as INDIRIZZ4_23_3_ from REPARTIBLOCCHI blocchi0_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco1_, BLOCCHICCOSTO blocchicco2_, UTENTI utente3_, BLOCCHIMAIL blocchimai4_ where blocchi0_.BLOCCO=blocco1_.PROGRESSIVO(+) and blocco1_.PROGRESSIVO=blocchicco2_.BLOCCO(+) and blocchicco2_.SIGLACS= utente3_.SIGLA(+) and blocco1_.PROGRESSIVO=blocchimai4_.BLOCCO(+) and blocchi0_.REPARTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 18 0.00 0.00 0 0 0 0 Execute 18 0.03 0.03 0 0 0 0 Fetch 18 0.04 0.04 0 234 0 18 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 54 0.08 0.08 0 234 0 18 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 HASH JOIN OUTER (cr=13 pr=0 pw=0 time=2110 us cost=9 size=459 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=755 us cost=5 size=359 card=1) 1 1 1 HASH JOIN OUTER (cr=5 pr=0 pw=0 time=682 us cost=4 size=348 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=199 us cost=2 size=64 card=1) 1 1 1 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=68 us cost=1 size=7 card=1)(object id 4328626) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=115 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=37 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=81 us cost=2 size=284 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=56 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=28 us cost=0 size=0 card=1)(object id 4328577) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3716 us cost=4 size=17800 card=178) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 36 0.00 0.00 SQL*Net message from client 36 0.01 0.07 ******************************************************************************** SQL ID: 30g63mu5g545z Plan Hash: 3219182794 SELECT ICD.ICD,SUBSTR(ICD.DESCRIZIONE,1,:B2 ) AS DESCRIZIONE FROM ICDLISTAATTESA II,ICD9CM ICD WHERE II.ICD = ICD.PROGRESSIVO AND II.PROGLA = :B1 ORDER BY II.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 328 0.41 0.41 0 0 0 0 Fetch 328 0.04 0.04 0 696 0 280 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 660 0.45 0.45 0 696 0 280 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=507 us cost=3 size=119 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=458 us cost=2 size=119 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=451 us cost=2 size=119 card=1) 0 0 0 INDEX RANGE SCAN PK_ICDLISTAATTESA1 (cr=1 pr=0 pw=0 time=446 us cost=1 size=12 card=1)(object id 4328714) 0 0 0 INDEX UNIQUE SCAN ICD9CM1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328949) 0 0 0 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=0 pr=0 pw=0 time=0 us cost=1 size=107 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 87hdj901snfhw Plan Hash: 4165688936 SELECT tipoaccettazione FROM avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 89 0.02 0.02 0 0 0 0 Execute 89 0.01 0.01 0 0 0 0 Fetch 89 0.03 0.03 0 178 0 89 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 267 0.07 0.07 0 178 0 89 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 18 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=171 us cost=3 size=13 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 179 0.00 0.00 SQL*Net message from client 179 1.74 33.42 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 7vsnnmz4wxt2x Plan Hash: 1486529663 SELECT COUNT(intequipe.codpersonale) AS NumChirurghi FROM intequipe,personale WHERE intequipe.codpersonale = personale.progressivo AND chkprimo = '1' AND personale.funzione = '1' AND progrintervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.03 0.03 0 18 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.04 0.05 0 18 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=6 pr=0 pw=0 time=12588 us) 1 1 1 HASH JOIN (cr=6 pr=0 pw=0 time=12536 us cost=4 size=68 card=4) 4 4 4 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=2 pr=0 pw=0 time=339 us cost=2 size=40 card=4) 5 5 5 INDEX RANGE SCAN INTEQUIPE3 (cr=1 pr=0 pw=0 time=143 us cost=1 size=0 card=5)(object id 4328955) 91 91 91 VIEW index$_join$_002 (cr=4 pr=0 pw=0 time=10321 us cost=2 size=637 card=91) 91 91 91 HASH JOIN (cr=4 pr=0 pw=0 time=9979 us) 91 91 91 INDEX RANGE SCAN PERSONALE4 (cr=1 pr=0 pw=0 time=2074 us cost=1 size=637 card=91)(object id 4329012) 181 181 181 INDEX FAST FULL SCAN PERSONALE1 (cr=3 pr=0 pw=0 time=2000 us cost=1 size=637 card=91)(object id 4329013) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.21 0.21 gc current block 2-way 2 0.00 0.00 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 7b37hjcw0gg1m Plan Hash: 4151854619 select rigaconfig_.ID_GRIGLIA, rigaconfig_.COL_NAME, rigaconfig_.COL_INDEX as COL3_35_, rigaconfig_.COL_ORDER as COL4_35_, rigaconfig_.COL_WIDTH as COL5_35_, rigaconfig_.COL_BLOCKED as COL6_35_, rigaconfig_.COL_VISIBLE as COL7_35_, rigaconfig_.CAPTION as CAPTION35_, rigaconfig_.ALLINEAMENTO as ALLINEAM9_35_ from SETUPGRIGLIEWEB rigaconfig_ where rigaconfig_.ID_GRIGLIA=:1 and rigaconfig_.COL_NAME=:2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 150 0.02 0.03 0 0 0 0 Execute 150 0.16 0.16 0 0 0 0 Fetch 150 0.03 0.03 0 450 0 150 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 450 0.22 0.23 0 450 0 150 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=105 us cost=2 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=0 pw=0 time=65 us cost=1 size=0 card=1)(object id 4328183) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 300 0.00 0.00 SQL*Net message from client 300 0.05 0.30 ******************************************************************************** SQL ID: 4hbthmdk6178x Plan Hash: 554995497 select icd0_.PREVISIONE as PREVISIONE3_, icd0_.ICD as ICD3_, icd0_.PREVISIONE as PREVISIONE180_2_, icd0_.ICD as ICD180_2_, icd0_.CONTATORE as CONTATORE180_2_, icd9cm1_.PROGRESSIVO as PROGRESS1_5_0_, icd9cm1_.INIZIO as INIZIO5_0_, icd9cm1_.FINE as FINE5_0_, icd9cm1_.ICD as ICD5_0_, icd9cm1_.DESCRIZIONE as DESCRIZI5_5_0_, icd9cm1_.LIVELLOCHIRURGIA as LIVELLOC6_5_0_, icd9cm1_.TABELLA as TABELLA5_0_, icd9cm1_.SINONIMO as SINONIMO5_0_, icdximpian2_.ICD as ICD31_1_, icdximpian2_.IMPIANTI as IMPIANTI31_1_, icdximpian2_.ANCAGINOCCHIO as ANCAGINO3_31_1_, icdximpian2_.REVISIONE as REVISIONE31_1_ from ICDPREVISIONI icd0_, ICD9CM icd9cm1_, ICDXIMPIANTI icdximpian2_ where icd0_.ICD=icd9cm1_.PROGRESSIVO and icd9cm1_.PROGRESSIVO=icdximpian2_.ICD(+) and icd0_.PREVISIONE=:1 order by icd0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 17 0.00 0.00 0 0 0 0 Execute 17 0.02 0.02 0 0 0 0 Fetch 51 0.03 0.03 0 782 0 425 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 85 0.07 0.07 0 782 0 425 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 25 25 25 NESTED LOOPS OUTER (cr=46 pr=0 pw=0 time=2423 us cost=28 size=3525 card=25) 25 25 25 NESTED LOOPS (cr=43 pr=0 pw=0 time=2113 us cost=28 size=2975 card=25) 25 25 25 TABLE ACCESS BY INDEX ROWID ICDPREVISIONI (cr=7 pr=0 pw=0 time=455 us cost=3 size=300 card=25) 25 25 25 INDEX RANGE SCAN ICDPREVISIONI1 (cr=4 pr=0 pw=0 time=251 us cost=2 size=0 card=25)(object id 4328317) 25 25 25 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=36 pr=0 pw=0 time=607 us cost=1 size=107 card=1) 25 25 25 INDEX UNIQUE SCAN ICD9CM1 (cr=11 pr=0 pw=0 time=293 us cost=0 size=0 card=1)(object id 4328949) 0 0 0 TABLE ACCESS BY INDEX ROWID ICDXIMPIANTI (cr=3 pr=0 pw=0 time=139 us cost=0 size=22 card=1) 0 0 0 INDEX UNIQUE SCAN ICDXIMPIANTI1 (cr=3 pr=0 pw=0 time=85 us cost=0 size=0 card=1)(object id 4328404) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 68 0.00 0.00 SQL*Net message from client 68 0.00 0.10 ******************************************************************************** SQL ID: 7nbjy3rhbz5dm Plan Hash: 1611809627 SELECT 1 FROM NOSOLOGICOVALIDITALOG WHERE PROGINTERVENTO = 95 AND MODALITA = 'A' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.03 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.04 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID NOSOLOGICOVALIDITALOG (cr=1 pr=1 pw=0 time=38031 us cost=1 size=20 card=1) 0 0 0 INDEX RANGE SCAN NOSOLOGICOVALIDITALOG2 (cr=1 pr=1 pw=0 time=38013 us cost=1 size=0 card=1)(object id 4328730) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.03 0.03 ******************************************************************************** SQL ID: 5qt1gxhnft4rn Plan Hash: 3259779267 select blocchilis0_.PERSONALE as PERSONALE4_, blocchilis0_.BLOCCO as BLOCCO4_, blocchilis0_.PERSONALE as PERSONALE8_3_, blocchilis0_.BLOCCO as BLOCCO8_3_, blocco1_.PROGRESSIVO as PROGRESS1_20_0_, blocco1_.UTCODICE as UTCODICE20_0_, blocco1_.DESCRIZIONE as DESCRIZI3_20_0_, blocco1_.NONATTIVO as NONATTIVO20_0_, blocco1_.COPIAPROGRESSIVO as COPIAPRO5_20_0_, blocco1_.DATAORA as DATAORA20_0_, blocco1_.DATAINIZIO as DATAINIZIO20_0_, blocco1_.DATAFINE as DATAFINE20_0_, blocchicco2_.BLOCCO as BLOCCO22_1_, blocchicco2_.SIGLACS as SIGLACS22_1_, blocchicco2_.CCOSTO as CCOSTO22_1_, blocchicco2_.CODMAG as CODMAG22_1_, blocchicco2_.CODUNITAPRELIEVO as CODUNITA5_22_1_, blocchicco2_.CODICECRIL as CODICECRIL22_1_, blocchimai3_.BLOCCO as BLOCCO23_2_, blocchimai3_.PROGRESSIVO as PROGRESS2_23_2_, blocchimai3_.NOMINATIVO as NOMINATIVO23_2_, blocchimai3_.INDIRIZZOMAIL as INDIRIZZ4_23_2_ from PERSONALEBLOCCHIREPARTI blocchilis0_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco1_, BLOCCHICCOSTO blocchicco2_, BLOCCHIMAIL blocchimai3_ where blocchilis0_.BLOCCO=blocco1_.PROGRESSIVO and blocco1_.PROGRESSIVO=blocchicco2_.BLOCCO(+) and blocco1_.PROGRESSIVO= blocchimai3_.BLOCCO(+) and blocchilis0_.PERSONALE in (:1, :2, :3, :4, :5) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 19 0.01 0.01 0 0 0 0 Execute 19 0.08 0.08 0 0 0 0 Fetch 19 0.03 0.03 0 389 0 76 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.13 0.13 0 389 0 76 Misses in library cache during parse: 2 Misses in library cache during execute: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 16 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 NESTED LOOPS OUTER (cr=21 pr=0 pw=0 time=1696 us cost=9 size=720 card=2) 4 4 4 HASH JOIN OUTER (cr=15 pr=0 pw=0 time=1412 us cost=8 size=698 card=2) 4 4 4 NESTED LOOPS (cr=14 pr=0 pw=0 time=822 us cost=6 size=130 card=2) 4 4 4 NESTED LOOPS (cr=12 pr=0 pw=0 time=654 us cost=6 size=130 card=2) 11 11 11 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=906 us cost=4 size=16 card=2) 4 4 4 INDEX UNIQUE SCAN TABELLE1 (cr=6 pr=0 pw=0 time=133 us cost=0 size=0 card=1)(object id 4328103) 4 4 4 TABLE ACCESS BY INDEX ROWID TABELLE (cr=2 pr=0 pw=0 time=99 us cost=1 size=57 card=1) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=67 us cost=2 size=284 card=1) 4 4 4 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=6 pr=0 pw=0 time=147 us cost=1 size=11 card=1) 4 4 4 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=2 pr=0 pw=0 time=69 us cost=0 size=0 card=1)(object id 4328577) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 38 0.00 0.00 SQL*Net message from client 38 0.06 0.14 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: f11pvcpqz4fny Plan Hash: 297666145 select utente0_.SIGLA as SIGLA19_1_, utente0_.UTENTE as UTENTE19_1_, utente0_.LIVELLO as LIVELLO19_1_, utente0_.PASSWORD as PASSWORD19_1_, utente0_.PASSWORD2 as PASSWORD5_19_1_, utente0_.ATTIVO as ATTIVO19_1_, utente0_.ULTIMOACCESSO as ULTIMOAC7_19_1_, utente0_.LINGUA as LINGUA19_1_, utente0_.DATAPASSWORD as DATAPASS9_19_1_, utente0_.CAMBIOPASSWORD as CAMBIOP10_19_1_, utente0_.DATADISATTIVAZIONE as DATADIS11_19_1_, utente0_.DATARIATTIVAZIONE as DATARIA12_19_1_, utente0_.SMARTCARD as SMARTCARD19_1_, utente0_.CODFISC as CODFISC19_1_, utente0_.IGNORAADSI as IGNORAADSI19_1_, utente0_.COGNOME as COGNOME19_1_, utente0_.NOME as NOME19_1_, utente0_.DATAANALYZER_USERNAME as DATAANA18_19_1_, utente0_.DATAANALYZER_PASSWORD as DATAANA19_19_1_, utente0_.ALIASFIRMAREMOTA as ALIASFI20_19_1_, utente0_.INVIATO_O4C as INVIATO21_19_1_, livello1_.LIVELLO as LIVELLO2_0_, livello1_.DESCRIZIONE as DESCRIZI2_2_0_, livello1_.CONSULENTE as CONSULENTE2_0_ from UTENTI utente0_, DESCRIZIONILIVELLI livello1_ where utente0_.LIVELLO= livello1_.LIVELLO and utente0_.SIGLA in (:1, :2, :3, :4) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 16 0.00 0.00 0 0 0 0 Execute 16 0.04 0.04 0 0 0 0 Fetch 16 0.03 0.03 0 128 0 64 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.08 0.08 0 128 0 64 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 MERGE JOIN (cr=8 pr=0 pw=0 time=1988 us cost=7 size=484 card=4) 5 5 5 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=199 us cost=2 size=168 card=8) 5 5 5 INDEX FULL SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=102 us cost=1 size=0 card=8)(object id 4328639) 4 4 4 SORT JOIN (cr=6 pr=0 pw=0 time=1731 us cost=5 size=400 card=4) 4 4 4 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=1163 us cost=4 size=400 card=4) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 32 0.00 0.00 SQL*Net message from client 32 0.01 0.05 ******************************************************************************** SQL ID: brpdccqthazhw Plan Hash: 1160378057 SELECT PROGRESSIVO,NVL(PUNTI,0) AS PUNTI FROM FATTORI_PRIORITA_COMRESIDENZA call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 328 0.08 0.08 0 0 0 0 Execute 328 0.02 0.02 0 0 0 0 Fetch 328 0.03 0.03 0 328 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 984 0.14 0.14 0 328 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL FATTORI_PRIORITA_COMRESIDENZA (cr=1 pr=0 pw=0 time=92 us cost=2 size=26 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache pin 3 0.00 0.00 library cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: 97vzvkd8nuj46 Plan Hash: 2759726641 select cnfgequipe0_.FUNZIONE as FUNZIONE0_0_, cnfgequipe0_.DESCRIZIONE as DESCRIZI2_0_0_ from CNFGEQUIPE cnfgequipe0_ where cnfgequipe0_.FUNZIONE in (:1, :2, :3, :4) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 19 0.00 0.00 0 0 0 0 Execute 19 0.04 0.04 0 0 0 0 Fetch 19 0.03 0.03 0 95 0 76 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.08 0.08 0 95 0 76 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 VIEW index$_join$_001 (cr=5 pr=0 pw=0 time=1739 us cost=1 size=68 card=4) 4 4 4 HASH JOIN (cr=5 pr=0 pw=0 time=1675 us) 4 4 4 INLIST ITERATOR (cr=2 pr=0 pw=0 time=222 us) 4 4 4 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=2 pr=0 pw=0 time=104 us cost=0 size=68 card=4)(object id 4328096) 7 7 7 INDEX FAST FULL SCAN CNFGEQUIPE2 (cr=3 pr=0 pw=0 time=815 us cost=1 size=68 card=4)(object id 4328095) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 38 0.00 0.00 SQL*Net message from client 38 0.03 0.11 gc cr block 2-way 2 0.00 0.00 gc current block 2-way 2 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: 4b90dr126t2gh Plan Hash: 3747867186 select presidiosp0_.PROGRPRESIDIO as PROGRPRE1_197_3_, presidiosp0_.DENOMINAZIONE as DENOMINA2_197_3_, presidiosp0_.INDIRIZZO as INDIRIZZO197_3_, presidiosp0_.PROGRCOMUNE as PROGRCOM4_197_3_, presidiosp0_.CODICEOSP as CODICEOSP197_3_, presidiosp0_.SUBCODICEOSP as SUBCODIC6_197_3_, presidiosp0_.CODICEASL as CODICEASL197_3_, presidiosp0_.ENTE as ENTE197_3_, presidiosp0_.ZONA as ZONA197_3_, presidiosp0_.NUMREGISTROPERPRESIDIO as NUMREGI10_197_3_, comune1_.PROGRESSIVO as PROGRESS1_16_0_, comune1_.CODICE as CODICE16_0_, comune1_.DESCRIZIONE as DESCRIZI3_16_0_, comune1_.CAP as CAP16_0_, comune1_.PROVINCIA as PROVINCIA16_0_, comune1_.CODICECF as CODICECF16_0_, comune1_.PROGRPROVINCIA as PROGRPRO7_16_0_, comune1_.SOPPRESSO as SOPPRESSO16_0_, provincie2_.PROGRESSIVO as PROGRESS1_18_1_, provincie2_.CODICEISTAT as CODICEIS2_18_1_, provincie2_.DESCRIZIONE as DESCRIZI3_18_1_, provincie2_.PROGRREGIONE as PROGRREG4_18_1_, provincie2_.SIGLA as SIGLA18_1_, tabelle3_.PROGRESSIVO as PROGRESS1_15_2_, tabelle3_.CODICETABELLA as CODICETA2_15_2_, tabelle3_.UTCODICE as UTCODICE15_2_, tabelle3_.DESCRIZIONE as DESCRIZI4_15_2_, tabelle3_.NONATTIVO as NONATTIVO15_2_, tabelle3_.COPIAPROGRESSIVO as COPIAPRO6_15_2_, tabelle3_.DATAORA as DATAORA15_2_, tabelle3_.DATAINIZIO as DATAINIZIO15_2_, tabelle3_.DATAFINE as DATAFINE15_2_ from DETTAGLIPRESIDI presidiosp0_, COMUNI comune1_, PROVINCIE provincie2_, TABELLE tabelle3_ where presidiosp0_.PROGRCOMUNE=comune1_.PROGRESSIVO(+) and comune1_.PROGRPROVINCIA=provincie2_.PROGRESSIVO(+) and presidiosp0_.PROGRPRESIDIO=tabelle3_.PROGRESSIVO(+) and presidiosp0_.PROGRPRESIDIO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.07 0.09 0 0 0 0 Fetch 1 0.00 0.03 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.07 0.13 1 1 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=1 pw=0 time=35592 us cost=3 size=427 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=1 pw=0 time=35577 us cost=2 size=403 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=1 pw=0 time=35567 us cost=1 size=365 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID DETTAGLIPRESIDI (cr=1 pr=1 pw=0 time=35562 us cost=0 size=308 card=1) 0 0 0 INDEX UNIQUE SCAN DETTAGLIPRESIDI1 (cr=1 pr=1 pw=0 time=35546 us cost=0 size=0 card=1)(object id 4328126) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=0 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID PROVINCIE (cr=0 pr=0 pw=0 time=0 us cost=1 size=24 card=1) 0 0 0 INDEX UNIQUE SCAN PROVINCIE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328566) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 11 0.00 0.01 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.03 0.03 ******************************************************************************** SQL ID: 1hb1zupqjjxrd Plan Hash: 3616902813 SELECT COMUNERESIDENZA FROM PAZIENTI WHERE PROGRESSIVO = :id_paziente call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 328 0.05 0.06 0 0 0 0 Execute 328 0.23 0.23 0 0 0 0 Fetch 328 0.03 0.03 0 984 0 328 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 984 0.33 0.33 0 984 0 328 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=86 us cost=2 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=50 us cost=1 size=0 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: 9mbg0bzyam16z Plan Hash: 3562774761 SELECT PROGRESSIVO FROM CNFGTEMPI WHERE REPARTO IS NULL AND FLAGICD = -1 ORDER BY IDTEMPO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.01 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.03 0 8 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.04 0 8 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 SORT ORDER BY (cr=2 pr=0 pw=0 time=8114 us cost=3 size=64 card=2) 2 2 2 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=8010 us cost=2 size=64 card=2) 2 2 2 INDEX RANGE SCAN CNFGTEMPI2 (cr=1 pr=0 pw=0 time=7940 us cost=1 size=0 card=2)(object id 4328610) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 9 0.00 0.00 SQL*Net message from client 9 0.88 1.48 gc cr block 2-way 1 0.00 0.00 gc current block 2-way 1 0.02 0.02 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 1us5xnpmm6pu2 Plan Hash: 4101511507 select this_.LIVELLO as LIVELLO2_0_, this_.DESCRIZIONE as DESCRIZI2_2_0_, this_.CONSULENTE as CONSULENTE2_0_ from DESCRIZIONILIVELLI this_ where this_.LIVELLO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 102 0.02 0.02 0 0 0 0 Execute 102 0.07 0.07 0 0 0 0 Fetch 102 0.03 0.03 0 204 0 102 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 306 0.12 0.12 0 204 0 102 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 16 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=96 us cost=1 size=21 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=46 us cost=0 size=0 card=1)(object id 4328639) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 205 0.00 0.00 SQL*Net message from client 205 0.05 0.27 SQL*Net break/reset to client 2 0.00 0.00 row cache lock 7 0.00 0.01 ******************************************************************************** SQL ID: 8p1tz367j35ht Plan Hash: 2049250268 select utente0_.SIGLA as SIGLA433_4_, utente0_.UTENTE as UTENTE433_4_, utente0_.LIVELLO as LIVELLO433_4_, utente0_.PASSWORD as PASSWORD433_4_, utente0_.PASSWORD2 as PASSWORD5_433_4_, utente0_.ATTIVO as ATTIVO433_4_, utente0_.ULTIMOACCESSO as ULTIMOAC7_433_4_, utente0_.LINGUA as LINGUA433_4_, utente0_.DATAPASSWORD as DATAPASS9_433_4_, utente0_.CAMBIOPASSWORD as CAMBIOP10_433_4_, utente0_.DATADISATTIVAZIONE as DATADIS11_433_4_, utente0_.DATARIATTIVAZIONE as DATARIA12_433_4_, utente0_.SMARTCARD as SMARTCARD433_4_, utente0_.CODFISC as CODFISC433_4_, utente0_.IGNORAADSI as IGNORAADSI433_4_, utente0_.COGNOME as COGNOME433_4_, utente0_.NOME as NOME433_4_, utente0_.SESSO as SESSO433_4_, utente0_.DATANASCITA as DATANAS19_433_4_, utente0_.COMUNENASCITA as COMUNEN20_433_4_, utente0_.TELEFONO as TELEFONO433_4_, utente0_.CODICEESTERNO as CODICEE22_433_4_, utente0_.MAIL as MAIL433_4_, utente0_.IMMAGINE as IMMAGINE433_4_, utente0_.IMMAGINETIPO as IMMAGIN25_433_4_, utente0_.INVIATO_O4C as INVIATO26_433_4_, livello1_.LIVELLO as LIVELLO442_0_, livello1_.DESCRIZIONE as DESCRIZI2_442_0_, livello1_.CONSULENTE as CONSULENTE442_0_, comune2_.PROGRESSIVO as PROGRESS1_572_1_, comune2_.CODICE as CODICE572_1_, comune2_.DESCRIZIONE as DESCRIZI3_572_1_, comune2_.CAP as CAP572_1_, comune2_.PROVINCIA as PROVINCIA572_1_, comune2_.CODICECF as CODICECF572_1_, comune2_.PROGRPROVINCIA as PROGRPRO7_572_1_, comune2_.SOPPRESSO as SOPPRESSO572_1_, provincie3_.PROGRESSIVO as PROGRESS1_574_2_, provincie3_.CODICEISTAT as CODICEIS2_574_2_, provincie3_.DESCRIZIONE as DESCRIZI3_574_2_, provincie3_.PROGRREGIONE as PROGRREG4_574_2_, provincie3_.SIGLA as SIGLA574_2_, regioni4_.PROGRESSIVO as PROGRESS1_428_3_, regioni4_.UTCODICE as UTCODICE428_3_, regioni4_.DESCRIZIONE as DESCRIZI4_428_3_, regioni4_.NONATTIVO as NONATTIVO428_3_, regioni4_.COPIAPROGRESSIVO as COPIAPRO6_428_3_, regioni4_.DATAORA as DATAORA428_3_, regioni4_.DATAINIZIO as DATAINIZIO428_3_, regioni4_.DATAFINE as DATAFINE428_3_ from UTENTI utente0_, DESCRIZIONILIVELLI livello1_, COMUNI comune2_, PROVINCIE provincie3_, TABELLE regioni4_ where utente0_.LIVELLO=livello1_.LIVELLO and utente0_.COMUNENASCITA=comune2_.PROGRESSIVO(+) and comune2_.PROGRPROVINCIA= provincie3_.PROGRESSIVO(+) and provincie3_.PROGRREGIONE= regioni4_.PROGRESSIVO(+) and utente0_.SIGLA=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 27 0.01 0.01 0 0 0 0 Execute 27 0.03 0.04 0 0 0 0 Fetch 27 0.03 0.03 0 216 0 27 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 81 0.08 0.08 0 216 0 27 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=881 us cost=8 size=240 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=851 us cost=7 size=183 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=828 us cost=6 size=159 card=1) 1 1 1 NESTED LOOPS (cr=8 pr=0 pw=0 time=800 us cost=5 size=121 card=1) 1 1 1 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=704 us cost=4 size=100 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=79 us cost=1 size=21 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=37 us cost=0 size=0 card=1)(object id 4328639) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=11 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID PROVINCIE (cr=0 pr=0 pw=0 time=9 us cost=1 size=24 card=1) 0 0 0 INDEX UNIQUE SCAN PROVINCIE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328566) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 56 0.00 0.00 SQL*Net more data to client 27 0.00 0.00 SQL*Net message from client 56 0.00 0.06 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 SQL*Net break/reset to client 4 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 2ag2xggyxqn7y Plan Hash: 1906486737 select this_.id as id93_11_, this_.DATAVALIDAZIONE as DATAVALI2_93_11_, this_.CONVALIDAANESTESIOLOGICA as CONVALID3_93_11_, this_.CONVALIDACHIRURGICA as CONVALID4_93_11_, this_.CONVALIDAINFERMIERISTICA as CONVALID5_93_11_, this_.IDINTERVENTI as IDINTERV6_93_11_, this_.STAMPATO as STAMPATO93_11_, this_.STAMPATO_CHI as STAMPATO8_93_11_, this_.STAMPATO_QUANDO as STAMPATO9_93_11_, this_.UTENTECREAZIONE as UTENTEC10_93_11_, this_.DATACREAZIONE as DATACRE11_93_11_, this_.UTENTEMODSIGNINR as UTENTEM12_93_11_, this_.DATAMODSIGNINR as DATAMOD13_93_11_, this_.UTENTEMODSIGNINBO as UTENTEM14_93_11_, this_.DATAMODSIGNINBO as DATAMOD15_93_11_, this_.UTENTEMODTIMEOUT as UTENTEM16_93_11_, this_.DATAMODTIMEOUT as DATAMOD17_93_11_, this_.UTENTEMODSIGNOUTBO as UTENTEM18_93_11_, this_.DATAMODSIGNOUTBO as DATAMOD19_93_11_, this_.UTENTEMODSIGNOUTR as UTENTEM20_93_11_, this_.DATAMODSIGNOUTR as DATAMOD21_93_11_, this_.COMPLETA as COMPLETA93_11_, this_.REPOSITORYRESPONSE as REPOSIT23_93_11_, this_.IDTEMPLATE as IDTEMPLATE93_11_, this_.UTENTECOMPILAZIONE as UTENTEC25_93_11_, this_.DATACOMPILAZIONE as DATACOM26_93_11_, this_.SIGNOUTRSTAMPATO as SIGNOUT27_93_11_, this_.SIGNOUTRSTAMPATO_CHI as SIGNOUT28_93_11_, this_.SIGNOUTRSTAMPATO_QUANDO as SIGNOUT29_93_11_, this_.idsalvataggiosigninr as idsalva30_93_11_, utente2_.SIGLA as SIGLA19_0_, utente2_.UTENTE as UTENTE19_0_, utente2_.LIVELLO as LIVELLO19_0_, utente2_.PASSWORD as PASSWORD19_0_, utente2_.PASSWORD2 as PASSWORD5_19_0_, utente2_.ATTIVO as ATTIVO19_0_, utente2_.ULTIMOACCESSO as ULTIMOAC7_19_0_, utente2_.LINGUA as LINGUA19_0_, utente2_.DATAPASSWORD as DATAPASS9_19_0_, utente2_.CAMBIOPASSWORD as CAMBIOP10_19_0_, utente2_.DATADISATTIVAZIONE as DATADIS11_19_0_, utente2_.DATARIATTIVAZIONE as DATARIA12_19_0_, utente2_.SMARTCARD as SMARTCARD19_0_, utente2_.CODFISC as CODFISC19_0_, utente2_.IGNORAADSI as IGNORAADSI19_0_, utente2_.COGNOME as COGNOME19_0_, utente2_.NOME as NOME19_0_, utente2_.DATAANALYZER_USERNAME as DATAANA18_19_0_, utente2_.DATAANALYZER_PASSWORD as DATAANA19_19_0_, utente2_.ALIASFIRMAREMOTA as ALIASFI20_19_0_, utente2_.INVIATO_O4C as INVIATO21_19_0_, livello3_.LIVELLO as LIVELLO2_1_, livello3_.DESCRIZIONE as DESCRIZI2_2_1_, livello3_.CONSULENTE as CONSULENTE2_1_, utente4_.SIGLA as SIGLA19_2_, utente4_.UTENTE as UTENTE19_2_, utente4_.LIVELLO as LIVELLO19_2_, utente4_.PASSWORD as PASSWORD19_2_, utente4_.PASSWORD2 as PASSWORD5_19_2_, utente4_.ATTIVO as ATTIVO19_2_, utente4_.ULTIMOACCESSO as ULTIMOAC7_19_2_, utente4_.LINGUA as LINGUA19_2_, utente4_.DATAPASSWORD as DATAPASS9_19_2_, utente4_.CAMBIOPASSWORD as CAMBIOP10_19_2_, utente4_.DATADISATTIVAZIONE as DATADIS11_19_2_, utente4_.DATARIATTIVAZIONE as DATARIA12_19_2_, utente4_.SMARTCARD as SMARTCARD19_2_, utente4_.CODFISC as CODFISC19_2_, utente4_.IGNORAADSI as IGNORAADSI19_2_, utente4_.COGNOME as COGNOME19_2_, utente4_.NOME as NOME19_2_, utente4_.DATAANALYZER_USERNAME as DATAANA18_19_2_, utente4_.DATAANALYZER_PASSWORD as DATAANA19_19_2_, utente4_.ALIASFIRMAREMOTA as ALIASFI20_19_2_, utente4_.INVIATO_O4C as INVIATO21_19_2_, utente5_.SIGLA as SIGLA19_3_, utente5_.UTENTE as UTENTE19_3_, utente5_.LIVELLO as LIVELLO19_3_, utente5_.PASSWORD as PASSWORD19_3_, utente5_.PASSWORD2 as PASSWORD5_19_3_, utente5_.ATTIVO as ATTIVO19_3_, utente5_.ULTIMOACCESSO as ULTIMOAC7_19_3_, utente5_.LINGUA as LINGUA19_3_, utente5_.DATAPASSWORD as DATAPASS9_19_3_, utente5_.CAMBIOPASSWORD as CAMBIOP10_19_3_, utente5_.DATADISATTIVAZIONE as DATADIS11_19_3_, utente5_.DATARIATTIVAZIONE as DATARIA12_19_3_, utente5_.SMARTCARD as SMARTCARD19_3_, utente5_.CODFISC as CODFISC19_3_, utente5_.IGNORAADSI as IGNORAADSI19_3_, utente5_.COGNOME as COGNOME19_3_, utente5_.NOME as NOME19_3_, utente5_.DATAANALYZER_USERNAME as DATAANA18_19_3_, utente5_.DATAANALYZER_PASSWORD as DATAANA19_19_3_, utente5_.ALIASFIRMAREMOTA as ALIASFI20_19_3_, utente5_.INVIATO_O4C as INVIATO21_19_3_, utente6_.SIGLA as SIGLA19_4_, utente6_.UTENTE as UTENTE19_4_, utente6_.LIVELLO as LIVELLO19_4_, utente6_.PASSWORD as PASSWORD19_4_, utente6_.PASSWORD2 as PASSWORD5_19_4_, utente6_.ATTIVO as ATTIVO19_4_, utente6_.ULTIMOACCESSO as ULTIMOAC7_19_4_, utente6_.LINGUA as LINGUA19_4_, utente6_.DATAPASSWORD as DATAPASS9_19_4_, utente6_.CAMBIOPASSWORD as CAMBIOP10_19_4_, utente6_.DATADISATTIVAZIONE as DATADIS11_19_4_, utente6_.DATARIATTIVAZIONE as DATARIA12_19_4_, utente6_.SMARTCARD as SMARTCARD19_4_, utente6_.CODFISC as CODFISC19_4_, utente6_.IGNORAADSI as IGNORAADSI19_4_, utente6_.COGNOME as COGNOME19_4_, utente6_.NOME as NOME19_4_, utente6_.DATAANALYZER_USERNAME as DATAANA18_19_4_, utente6_.DATAANALYZER_PASSWORD as DATAANA19_19_4_, utente6_.ALIASFIRMAREMOTA as ALIASFI20_19_4_, utente6_.INVIATO_O4C as INVIATO21_19_4_, utente7_.SIGLA as SIGLA19_5_, utente7_.UTENTE as UTENTE19_5_, utente7_.LIVELLO as LIVELLO19_5_, utente7_.PASSWORD as PASSWORD19_5_, utente7_.PASSWORD2 as PASSWORD5_19_5_, utente7_.ATTIVO as ATTIVO19_5_, utente7_.ULTIMOACCESSO as ULTIMOAC7_19_5_, utente7_.LINGUA as LINGUA19_5_, utente7_.DATAPASSWORD as DATAPASS9_19_5_, utente7_.CAMBIOPASSWORD as CAMBIOP10_19_5_, utente7_.DATADISATTIVAZIONE as DATADIS11_19_5_, utente7_.DATARIATTIVAZIONE as DATARIA12_19_5_, utente7_.SMARTCARD as SMARTCARD19_5_, utente7_.CODFISC as CODFISC19_5_, utente7_.IGNORAADSI as IGNORAADSI19_5_, utente7_.COGNOME as COGNOME19_5_, utente7_.NOME as NOME19_5_, utente7_.DATAANALYZER_USERNAME as DATAANA18_19_5_, utente7_.DATAANALYZER_PASSWORD as DATAANA19_19_5_, utente7_.ALIASFIRMAREMOTA as ALIASFI20_19_5_, utente7_.INVIATO_O4C as INVIATO21_19_5_, utente8_.SIGLA as SIGLA19_6_, utente8_.UTENTE as UTENTE19_6_, utente8_.LIVELLO as LIVELLO19_6_, utente8_.PASSWORD as PASSWORD19_6_, utente8_.PASSWORD2 as PASSWORD5_19_6_, utente8_.ATTIVO as ATTIVO19_6_, utente8_.ULTIMOACCESSO as ULTIMOAC7_19_6_, utente8_.LINGUA as LINGUA19_6_, utente8_.DATAPASSWORD as DATAPASS9_19_6_, utente8_.CAMBIOPASSWORD as CAMBIOP10_19_6_, utente8_.DATADISATTIVAZIONE as DATADIS11_19_6_, utente8_.DATARIATTIVAZIONE as DATARIA12_19_6_, utente8_.SMARTCARD as SMARTCARD19_6_, utente8_.CODFISC as CODFISC19_6_, utente8_.IGNORAADSI as IGNORAADSI19_6_, utente8_.COGNOME as COGNOME19_6_, utente8_.NOME as NOME19_6_, utente8_.DATAANALYZER_USERNAME as DATAANA18_19_6_, utente8_.DATAANALYZER_PASSWORD as DATAANA19_19_6_, utente8_.ALIASFIRMAREMOTA as ALIASFI20_19_6_, utente8_.INVIATO_O4C as INVIATO21_19_6_, utente9_.SIGLA as SIGLA19_7_, utente9_.UTENTE as UTENTE19_7_, utente9_.LIVELLO as LIVELLO19_7_, utente9_.PASSWORD as PASSWORD19_7_, utente9_.PASSWORD2 as PASSWORD5_19_7_, utente9_.ATTIVO as ATTIVO19_7_, utente9_.ULTIMOACCESSO as ULTIMOAC7_19_7_, utente9_.LINGUA as LINGUA19_7_, utente9_.DATAPASSWORD as DATAPASS9_19_7_, utente9_.CAMBIOPASSWORD as CAMBIOP10_19_7_, utente9_.DATADISATTIVAZIONE as DATADIS11_19_7_, utente9_.DATARIATTIVAZIONE as DATARIA12_19_7_, utente9_.SMARTCARD as SMARTCARD19_7_, utente9_.CODFISC as CODFISC19_7_, utente9_.IGNORAADSI as IGNORAADSI19_7_, utente9_.COGNOME as COGNOME19_7_, utente9_.NOME as NOME19_7_, utente9_.DATAANALYZER_USERNAME as DATAANA18_19_7_, utente9_.DATAANALYZER_PASSWORD as DATAANA19_19_7_, utente9_.ALIASFIRMAREMOTA as ALIASFI20_19_7_, utente9_.INVIATO_O4C as INVIATO21_19_7_, utente10_.SIGLA as SIGLA19_8_, utente10_.UTENTE as UTENTE19_8_, utente10_.LIVELLO as LIVELLO19_8_, utente10_.PASSWORD as PASSWORD19_8_, utente10_.PASSWORD2 as PASSWORD5_19_8_, utente10_.ATTIVO as ATTIVO19_8_, utente10_.ULTIMOACCESSO as ULTIMOAC7_19_8_, utente10_.LINGUA as LINGUA19_8_, utente10_.DATAPASSWORD as DATAPASS9_19_8_, utente10_.CAMBIOPASSWORD as CAMBIOP10_19_8_, utente10_.DATADISATTIVAZIONE as DATADIS11_19_8_, utente10_.DATARIATTIVAZIONE as DATARIA12_19_8_, utente10_.SMARTCARD as SMARTCARD19_8_, utente10_.CODFISC as CODFISC19_8_, utente10_.IGNORAADSI as IGNORAADSI19_8_, utente10_.COGNOME as COGNOME19_8_, utente10_.NOME as NOME19_8_, utente10_.DATAANALYZER_USERNAME as DATAANA18_19_8_, utente10_.DATAANALYZER_PASSWORD as DATAANA19_19_8_, utente10_.ALIASFIRMAREMOTA as ALIASFI20_19_8_, utente10_.INVIATO_O4C as INVIATO21_19_8_, utente11_.SIGLA as SIGLA19_9_, utente11_.UTENTE as UTENTE19_9_, utente11_.LIVELLO as LIVELLO19_9_, utente11_.PASSWORD as PASSWORD19_9_, utente11_.PASSWORD2 as PASSWORD5_19_9_, utente11_.ATTIVO as ATTIVO19_9_, utente11_.ULTIMOACCESSO as ULTIMOAC7_19_9_, utente11_.LINGUA as LINGUA19_9_, utente11_.DATAPASSWORD as DATAPASS9_19_9_, utente11_.CAMBIOPASSWORD as CAMBIOP10_19_9_, utente11_.DATADISATTIVAZIONE as DATADIS11_19_9_, utente11_.DATARIATTIVAZIONE as DATARIA12_19_9_, utente11_.SMARTCARD as SMARTCARD19_9_, utente11_.CODFISC as CODFISC19_9_, utente11_.IGNORAADSI as IGNORAADSI19_9_, utente11_.COGNOME as COGNOME19_9_, utente11_.NOME as NOME19_9_, utente11_.DATAANALYZER_USERNAME as DATAANA18_19_9_, utente11_.DATAANALYZER_PASSWORD as DATAANA19_19_9_, utente11_.ALIASFIRMAREMOTA as ALIASFI20_19_9_, utente11_.INVIATO_O4C as INVIATO21_19_9_, salvataggi12_.checklistrcsalvataggio as checklis1_95_10_, salvataggi12_.STAMPA as STAMPA95_10_, salvataggi12_.TIPOFILE as TIPOFILE95_10_, salvataggi12_.CODFISC_FIRMATARIO as CODFISC4_95_10_ from CHECKLISTRCSALVATAGGIO this_, UTENTI utente2_, DESCRIZIONILIVELLI livello3_, UTENTI utente4_, UTENTI utente5_, UTENTI utente6_, UTENTI utente7_, UTENTI utente8_, UTENTI utente9_, UTENTI utente10_, UTENTI utente11_, CHECKLISTRCSALVATAGGIOLOB salvataggi12_ where this_.STAMPATO_CHI= utente2_.SIGLA(+) and utente2_.LIVELLO=livello3_.LIVELLO(+) and this_.UTENTECREAZIONE=utente4_.SIGLA(+) and this_.UTENTEMODSIGNINR= utente5_.SIGLA(+) and this_.UTENTEMODSIGNINBO=utente6_.SIGLA(+) and this_.UTENTEMODTIMEOUT=utente7_.SIGLA(+) and this_.UTENTEMODSIGNOUTBO= utente8_.SIGLA(+) and this_.UTENTEMODSIGNOUTR=utente9_.SIGLA(+) and this_.UTENTECOMPILAZIONE=utente10_.SIGLA(+) and this_.SIGNOUTRSTAMPATO_CHI= utente11_.SIGLA(+) and this_.id=salvataggi12_.checklistrcsalvataggio(+) and this_.IDINTERVENTI=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.01 0.01 0 0 0 0 Execute 6 0.13 0.18 0 0 0 0 Fetch 6 0.03 0.03 0 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.17 0.22 0 6 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=5693 us cost=38 size=5286 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=5090 us cost=33 size=5186 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=4698 us cost=29 size=5086 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=4388 us cost=25 size=4986 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=4081 us cost=21 size=4886 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=3496 us cost=17 size=4786 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=2553 us cost=13 size=4686 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=1199 us cost=9 size=4586 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=94 us cost=5 size=4486 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=86 us cost=4 size=4465 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=81 us cost=0 size=4365 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID CHECKLISTRCSALVATAGGIO (cr=1 pr=0 pw=0 time=76 us cost=0 size=2333 card=1) 0 0 0 INDEX UNIQUE SCAN CHECKLISTRCSALVATAGGIO2 (cr=1 pr=0 pw=0 time=64 us cost=0 size=0 card=1)(object id 4328088) 0 0 0 TABLE ACCESS BY INDEX ROWID CHECKLISTRCSALVATAGGIOLOB (cr=0 pr=0 pw=0 time=0 us cost=0 size=2032 card=1) 0 0 0 INDEX UNIQUE SCAN CHECKLISTRCSALVATAGGIOLOB1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329027) 0 0 0 TABLE ACCESS FULL UTENTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=100 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=0 pr=0 pw=0 time=0 us cost=1 size=21 card=1) 0 0 0 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328639) 0 0 0 TABLE ACCESS FULL UTENTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS FULL UTENTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS FULL UTENTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS FULL UTENTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS FULL UTENTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS FULL UTENTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS FULL UTENTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS FULL UTENTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=17800 card=178) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net more data to client 24 0.00 0.00 SQL*Net message from client 12 0.04 0.10 row cache lock 33 0.00 0.04 ******************************************************************************** SQL ID: 96qmu79j2s9rx Plan Hash: 71001055 SELECT INTERVENTI.NOSOLOGICO, INTERVENTI.REGIME, (SELECT DESCRIZIONE FROM REGIMIRICOVERO WHERE ID = INTERVENTI.REGIME) AS REGIME_DESC, INTERVENTI.LIBERA_PROFESSIONE AS LIBERAPROFESSIONE, INTERVENTI.CARTELLACLINICA, INTERVENTI.TUSCORE, INTERVENTI.EUROSCORE, INTERVENTI.ETA, INTERVENTI.REPARTODEGENZA, (SELECT DESCRIZIONE FROM REPARTIDEGENZA WHERE PROGRESSIVO = INTERVENTI.REPARTODEGENZA) AS REPARTODEGENZA_DESC, INTERVENTI.TDIAGNOSI1 AS DIAGNOSILIBERA, TIPIINTERVENTI.TIPOINT AS TIPOINTERVENTO, INTERVENTI.SALETTA, (SELECT DESCRIZIONE FROM SALETTE WHERE PROGRESSIVO = INTERVENTI.SALETTA) AS SALETTA_DESC, INTERVENTI.MINIINVASIVA, INTERVENTI.TIPOMINIINVASIVA, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = INTERVENTI.TIPOMINIINVASIVA) AS TIPOMINIINVASIVA_DESC, INTERVENTI.CONVERSIONELAPARO, (SELECT COUNT(*) FROM DIAGNOSIINTERVENTI WHERE DIAGNOSIINTERVENTI.INTERVENTO = INTERVENTI.PROGRESSIVO) AS DIAGNOSI, (SELECT COUNT(*) FROM ICDINTERVENTI WHERE ICDINTERVENTI.INTERVENTO = INTERVENTI.PROGRESSIVO) AS ICD9CM, (SELECT CHIAVEESTERNA FROM PAZIENTI WHERE PROGRESSIVO = INTERVENTI.CODPAZIENTE) AS CHIAVEESTERNA, (SELECT DATANASCITA FROM PAZIENTI WHERE PROGRESSIVO = INTERVENTI.CODPAZIENTE) AS DATANASCITA, (SELECT CODFISC FROM PAZIENTI WHERE PROGRESSIVO = INTERVENTI.CODPAZIENTE) AS CODICEFISCALE, (SELECT PAZIENTI.TEAM_NUMEROTESSERA FROM PAZIENTI WHERE PROGRESSIVO = INTERVENTI.CODPAZIENTE) AS PAZIENTE_TEAM_NUMEROTESSERA, (SELECT PAZIENTI.STP FROM PAZIENTI WHERE PROGRESSIVO = INTERVENTI.CODPAZIENTE) AS PAZIENTE_STP, (SELECT PAZIENTI.DOC_CODICE FROM PAZIENTI WHERE PROGRESSIVO = INTERVENTI.CODPAZIENTE) AS PAZIENTE_DOC_CODICE, INTERVENTI.PREVISIONE, (SELECT UTCODICE || ' - ' || DESCRIZIONE FROM PREVISIONI WHERE PROGRESSIVO = INTERVENTI.PREVISIONE) AS PREVISIONE_DESC, INTERVENTI.CONVRXBRILLANZA, INTERVENTI.ASA AS ASAATTOCHIRURGICO, INTERVENTI.CONVPRESAVISIONEDATI, INTERVENTI.OSCURAMENTO, INTERVENTI.STADIAZIONECONDENSATA, INTERVENTI.TELEFONORIFERIMENTOEPISODIO, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = INTERVENTI.STADIAZIONECONDENSATA) AS STADIAZIONECONDENSATA_DESC, ALTRIDATI.LATERALITA, ALTRIDATI.INTRAOP AS DIAGNOSIINTRAOPERATORIA, (SELECT COUNT(*) FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = INTERVENTI.PROGRESSIVO) AS SETFERRI, (SELECT COUNT(*) FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = INTERVENTI.PROGRESSIVO AND LOTTO IS NULL) AS LOTTO, (SELECT COUNT(*) FROM ESAMIRICHIESTI WHERE INTERVENTO = INTERVENTI.PROGRESSIVO) AS ER_NUMERO, (SELECT COUNT(*) FROM ESAMIRICHIESTI WHERE DESTINAZIONE IS NULL AND INTERVENTO = INTERVENTI.PROGRESSIVO) AS ER_DESTINAZIONE, (SELECT COUNT(*) FROM ESAMIRICHIESTI WHERE STAMPATO = '0' AND INTERVENTO = INTERVENTI.PROGRESSIVO) AS ER_STAMPATO, (SELECT COUNT(*) FROM LAB_ESAMIRICHIESTI WHERE STATORECORD = 'A' AND INTERVENTO = INTERVENTI.PROGRESSIVO) AS ER_NEW_NUMERO, (SELECT COUNT(*) FROM LAB_ESAMIRICHIESTI WHERE STATORECORD = 'A' AND DESTINAZIONE IS NULL AND INTERVENTO = INTERVENTI.PROGRESSIVO) AS ER_NEW_DESTINAZIONE, (SELECT COUNT(*) FROM LAB_ESAMIRICHIESTI WHERE STATORECORD = 'A' AND STAMPATO = '0' AND INTERVENTO = INTERVENTI.PROGRESSIVO) AS ER_NEW_STAMPATO, ALTRIDATI.BRILLANZA, ALTRIDATI.LACCIO, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.LACCIO) AS LACCIO_DESC, ALTRIDATI.SEGMENTO, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.SEGMENTO) AS SEGMENTO_DESC, ALTRIDATI.RADIOGRAF, ALTRIDATI.DESTINAZIONE, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.DESTINAZIONE) AS DESTINAZIONE_DESC, ALTRIDATI.AMMDIAG, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.AMMDIAG) AS AMMDIAG_DESC, ALTRIDATI.ACCESSO, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.ACCESSO) AS ACCESSO_DESC, ALTRIDATI.POSIZ AS POSIZIONE, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.POSIZ) AS POSIZIONE_DESC, ALTRIDATI.ELEZURG, ALTRIDATI.TIPOURGENZA, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.TIPOURGENZA) AS TIPOURGENZA_DESC, ALTRIDATI.CONTAMINATO, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.CONTAMINATO) AS CONTAMINATO_DESC, ALTRIDATI.UOANESTESIA, (SELECT DESCRIZIONE FROM UOANESTESIA WHERE PROGRESSIVO = ALTRIDATI.UOANESTESIA) AS UOANESTESIA_DESC, ALTRIDATI.TERAPIAANTIBIOTICA, ALTRIDATI.TERAPIAANTITROMBOTICA, ALTRIDATI.PROFILASSIANTIALLERGICA, ALTRIDATI.STERILIZZAZIONE, ALTRIDATI.VALUTAZIONE, ALTRIDATI.CONFERMASTERILITA, ALTRIDATI.CONTEGGIOSTRUMINIZ, ALTRIDATI.CONFERMASTRUMFIN, ALTRIDATI.CONTEGGIOAGHI, ALTRIDATI.CECEFFETTUATA, ALTRIDATI.PERDITEEMATICHE, ALTRIDATI.PIASTRANEUTRA, ALTRIDATI.ELETTRODONEUTROSEDE, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.ELETTRODONEUTROSEDE) AS ELETTRODONEUTROSEDE_DESC, ALTRIDATI.CATETERE, ALTRIDATI.CATETERE_POSIZIONE, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.CATETERE_POSIZIONE) AS CATETERE_POSIZIONE_DESC, ALTRIDATI.CATETERE_TIPO, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = ALTRIDATI.CATETERE_TIPO) AS CATETERE_TIPO_DESC, ALTRIDATI.PROTESI, ANESTESIA.TPANEST, ANESTESIA.FANS, ANESTESIA.ANALGESIA, ANESTESIA.NEUROLOGICI, ANESTESIA.RESPIRATORI, ANESTESIA.CARDIO, ANESTESIA.RENALI, ANESTESIA.ALLERGICI, ANESTESIA.SANGUINAMENTO, ANESTESIA.VENTILATORIA, ANESTESIA.TIPOINTUBAZIONE AS TECNICA, ANESTESIA.FATTOREASA AS ASA, ANESTESIA.PESO, ANESTESIA.ALTEZZA, ANESTESIA.SUPERFICIE FROM INTERVENTI, ALTRIDATI, ANESTESIA, TIPIINTERVENTI WHERE 1=1 AND INTERVENTI.PROGRESSIVO = ALTRIDATI.INTERVENTO (+) AND INTERVENTI.PROGRESSIVO = ANESTESIA.INTERVENTO (+) AND INTERVENTI.PROGRESSIVO = TIPIINTERVENTI.INTERVENTO (+) AND INTERVENTI.PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 13 0.30 0.36 0 0 0 0 Execute 13 0.00 0.00 0 0 0 0 Fetch 13 0.03 0.03 0 612 0 13 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.34 0.39 0 612 0 13 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=2 pr=0 pw=0 time=36 us cost=1 size=38 card=1) 1 1 1 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=1 pr=0 pw=0 time=17 us cost=0 size=0 card=1)(object id 4328094) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIDEGENZA (cr=0 pr=0 pw=0 time=10 us cost=1 size=19 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTIDEGENZA1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328781) 1 1 1 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=36 us cost=1 size=25 card=1) 1 1 1 INDEX UNIQUE SCAN SALETTE1 (cr=1 pr=0 pw=0 time=16 us cost=0 size=0 card=1)(object id 4328878) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=10 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=76 us) 1 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=42 us cost=1 size=3 card=1)(object id 4328627) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=63 us) 25 25 25 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=106 us cost=1 size=6 card=2)(object id 4328796) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=45 us cost=2 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=29 us cost=1 size=0 card=1)(object id 4328402) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=25 us cost=2 size=13 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=15 us cost=1 size=0 card=1)(object id 4328402) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=25 us cost=2 size=15 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=15 us cost=1 size=0 card=1)(object id 4328402) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=22 us cost=2 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=14 us cost=1 size=0 card=1)(object id 4328402) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=23 us cost=2 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=14 us cost=1 size=0 card=1)(object id 4328402) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=22 us cost=2 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=13 us cost=1 size=0 card=1)(object id 4328402) 1 1 1 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=2 pr=0 pw=0 time=34 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=14 us cost=0 size=0 card=1)(object id 4328856) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=46 us) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=27 us cost=1 size=13 card=1)(object id 4328355) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=36 us) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=22 us cost=1 size=142 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=18 us cost=1 size=0 card=1)(object id 4328355) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=33 us) 0 0 0 INDEX RANGE SCAN ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=22 us cost=0 size=13 card=1)(object id 4328477) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=36 us) 0 0 0 TABLE ACCESS BY INDEX ROWID ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=22 us cost=0 size=26 card=1) 0 0 0 INDEX RANGE SCAN ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=17 us cost=0 size=0 card=1)(object id 4328477) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=34 us) 0 0 0 TABLE ACCESS BY INDEX ROWID ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=23 us cost=0 size=16 card=1) 0 0 0 INDEX RANGE SCAN ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=18 us cost=0 size=0 card=1)(object id 4328477) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=39 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LAB_ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=23 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN LAB_ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=18 us cost=1 size=0 card=1)(object id 4328169) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=34 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LAB_ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=23 us cost=1 size=29 card=1) 0 0 0 INDEX RANGE SCAN LAB_ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=17 us cost=1 size=0 card=1)(object id 4328169) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=34 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LAB_ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=22 us cost=1 size=19 card=1) 0 0 0 INDEX RANGE SCAN LAB_ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=17 us cost=1 size=0 card=1)(object id 4328169) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=12 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=6 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=42 us cost=2 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=24 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=10 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID UOANESTESIA (cr=0 pr=0 pw=0 time=10 us cost=0 size=142 card=1) 0 0 0 INDEX UNIQUE SCAN UOANESTESIA1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328431) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=10 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=309 us cost=4 size=450 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=254 us cost=3 size=407 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=186 us cost=2 size=400 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=129 us cost=1 size=397 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=58 us cost=0 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID TIPIINTERVENTI (cr=2 pr=0 pw=0 time=43 us cost=1 size=3 card=1) 1 1 1 INDEX UNIQUE SCAN TIPIINTERVENTI1 (cr=1 pr=0 pw=0 time=22 us cost=0 size=0 card=1)(object id 4328500) 1 1 1 TABLE ACCESS BY INDEX ROWID ANESTESIA (cr=2 pr=0 pw=0 time=61 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN ANESTESIA1 (cr=1 pr=0 pw=0 time=23 us cost=0 size=0 card=1)(object id 4328440) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=36 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=15 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net break/reset to client 2 0.00 0.00 SQL*Net message to client 27 0.00 0.00 SQL*Net message from client 27 0.00 0.03 SQL*Net more data from client 1 0.00 0.00 SQL*Net more data to client 13 0.00 0.00 ******************************************************************************** SQL ID: 2cchnn95mrwjt Plan Hash: 127684407 SELECT TO_CHAR(DATACHIAMATA,'dd/mm/yyyy') AS DATACHIAMATA, DECODE(ORACHIAMATA, NULL,'',' ' || TO_CHAR(ORACHIAMATA,'hh24:mi')) AS ORACHIAMATA, REPLACE(NOTECHIAMATA,CHR(13)||CHR(10),' ') AS NOTECHIAMATA FROM LISTAATTESACHIAMATAPAZIENTE WHERE NUMERO = :B1 ORDER BY LISTAATTESACHIAMATAPAZIENTE.PROGRESSIVO DESC call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 328 0.27 0.27 0 0 0 0 Fetch 328 0.03 0.03 0 328 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 660 0.31 0.31 0 328 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=142 us cost=3 size=121 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESACHIAMATAPAZIENTE (cr=1 pr=0 pw=0 time=90 us cost=2 size=121 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESACHIAMATAPAZIENTE2 (cr=1 pr=0 pw=0 time=80 us cost=1 size=0 card=1)(object id 4328467) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: 8buzvmxah3y5d Plan Hash: 1853209927 SELECT NVL(SUM(NVL(FP.VALORE,0)),0) AS TOTALE FROM LISTAATTESAALTRIFATTORI LAAF, FATTORIPRIORITA FP WHERE LAAF.PROGFATTOREPRIORITA = FP.PROGRESSIVO AND LAAF.NUMERO = :B1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 328 0.26 0.26 0 0 0 0 Fetch 328 0.03 0.03 0 328 0 328 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 660 0.29 0.30 0 328 0 328 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=120 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=87 us cost=0 size=52 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=80 us cost=0 size=52 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESAALTRIFATTORI1 (cr=1 pr=0 pw=0 time=75 us cost=0 size=26 card=1)(object id 4328445) 0 0 0 INDEX UNIQUE SCAN FATTORIPRIORITA1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328787) 0 0 0 TABLE ACCESS BY INDEX ROWID FATTORIPRIORITA (cr=0 pr=0 pw=0 time=0 us cost=0 size=26 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: b65da8vqq08pq Plan Hash: 4053451544 select tempiopera0_.INTERVENTO as INTERVENTO2_, tempiopera0_.PROGRTEMPO as PROGRTEMPO2_, tempiopera0_.INTERVENTO as INTERVENTO44_1_, tempiopera0_.PROGRTEMPO as PROGRTEMPO44_1_, tempiopera0_.TEMPO as TEMPO44_1_, tempiopera0_.PRIMOULTIMO as PRIMOULT4_44_1_, cnfgtempi1_.PROGRESSIVO as PROGRESS1_1_0_, cnfgtempi1_.REPARTO as REPARTO1_0_, cnfgtempi1_.IDTEMPO as IDTEMPO1_0_, cnfgtempi1_.DESCRIZIONE as DESCRIZI4_1_0_, cnfgtempi1_.IDENTAZIONE as IDENTAZI5_1_0_, cnfgtempi1_.FLAGICD as FLAGICD1_0_, cnfgtempi1_.SUBTOTAL as SUBTOTAL1_0_, cnfgtempi1_.LIVELLO as LIVELLO1_0_, cnfgtempi1_.VISIBILE as VISIBILE1_0_, cnfgtempi1_.MAGGIOREDI as MAGGIOREDI1_0_, cnfgtempi1_.CTRLSOVRAPP as CTRLSOV11_1_0_, cnfgtempi1_.ACCETTAZIONE as ACCETTA12_1_0_ from TEMPIINTERVENTI tempiopera0_, CNFGTEMPI cnfgtempi1_ where tempiopera0_.PROGRTEMPO=cnfgtempi1_.PROGRESSIVO and tempiopera0_.INTERVENTO= :1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 20 0.00 0.01 0 0 0 0 Execute 20 0.02 0.02 0 0 0 0 Fetch 20 0.01 0.02 1 99 0 152 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 60 0.05 0.06 1 99 0 152 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 15 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 8 7 8 MERGE JOIN (cr=5 pr=0 pw=0 time=1545 us cost=6 size=256 card=4) 8 8 8 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=321 us cost=2 size=424 card=8) 8 8 8 INDEX FULL SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=211 us cost=1 size=0 card=8)(object id 4328611) 8 7 8 SORT JOIN (cr=3 pr=0 pw=0 time=1077 us cost=4 size=44 card=4) 8 7 8 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=939 us cost=3 size=44 card=4) 8 7 8 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=878 us cost=2 size=0 card=4)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 40 0.00 0.00 SQL*Net message from client 40 0.00 0.06 row cache lock 1 0.00 0.00 gc cr block 2-way 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 ******************************************************************************** SQL ID: f86c8dupmz713 Plan Hash: 2836963959 select configuraz0_.ID as ID644_, configuraz0_.CHIAVE as CHIAVE644_, configuraz0_.VALORE as VALORE644_ from CONFIGURAZIONIORMAADMIN configuraz0_ where configuraz0_.CHIAVE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 87 0.02 0.02 0 0 0 0 Execute 87 0.06 0.06 0 0 0 0 Fetch 87 0.02 0.02 0 257 0 83 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 261 0.11 0.11 0 257 0 83 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CONFIGURAZIONIORMAADMIN (cr=3 pr=0 pw=0 time=147 us cost=2 size=51 card=1) 1 1 1 INDEX RANGE SCAN CONFIGURAZIONIORMAADMIN2 (cr=2 pr=0 pw=0 time=103 us cost=1 size=0 card=1)(object id 4328689) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 174 0.00 0.00 SQL*Net message from client 174 0.21 0.58 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 09j2dqw6jft2t Plan Hash: 700707008 select stampe0_.LIVELLO as LIVELLO1_, stampe0_.STAMPA as STAMPA1_, stampe0_.STAMPA as STAMPA4_0_, stampe0_.LIVELLO as LIVELLO4_0_ from LIVELLISTAMPE stampe0_ where stampe0_.LIVELLO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 103 0.02 0.02 0 0 0 0 Execute 103 0.07 0.07 0 0 0 0 Fetch 103 0.02 0.02 0 103 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 309 0.12 0.12 0 103 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 16 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX SKIP SCAN LIVELLISTAMPE1 (cr=1 pr=0 pw=0 time=274 us cost=1 size=12 card=2)(object id 4328777) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 208 0.00 0.00 SQL*Net message from client 208 0.07 0.35 SQL*Net break/reset to client 4 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 22s2w486rhb63 Plan Hash: 2325112136 SELECT D.UTCODICE,SUBSTR(D.DESCRIZIONE,1,:B2 ) AS DESCRIZIONE FROM DIAGNOSILISTAATTESA DI,DIAGNOSI D WHERE DI.DIAGNOSI = D.PROGRESSIVO AND DI.PROGLA = :B1 ORDER BY DI.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 328 0.40 0.40 0 0 0 0 Fetch 328 0.02 0.02 0 328 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 660 0.43 0.43 0 328 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=112 us cost=1 size=136 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=64 us cost=0 size=136 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=58 us cost=0 size=136 card=1) 0 0 0 INDEX RANGE SCAN PK_DIAGNOSILISTAATTESA1 (cr=1 pr=0 pw=0 time=54 us cost=0 size=39 card=1)(object id 4328514) 0 0 0 INDEX UNIQUE SCAN DIAGNOSI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328750) 0 0 0 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=0 pr=0 pw=0 time=0 us cost=0 size=97 card=1) ******************************************************************************** SQL ID: 89uadyhatktv4 Plan Hash: 3229664127 select this_.PROGRESSIVO as PROGRESS1_645_0_, this_.CHIAVE as CHIAVE645_0_, this_.VALORE as VALORE645_0_ from CONFIGURAZIONIWEB this_ call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 75 0.02 0.02 0 90 0 732 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 81 0.03 0.03 0 90 0 732 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 244 244 244 TABLE ACCESS FULL CONFIGURAZIONIWEB (cr=30 pr=0 pw=0 time=668 us cost=4 size=10736 card=244) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 79 0.00 0.00 SQL*Net message from client 79 0.01 0.08 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 6aswkvndpwsv4 Plan Hash: 3163461834 select movimenti0_.INTERVENTO as INTERVENTO23_, movimenti0_.PROGRESSIVO as PROGRESS1_23_, movimenti0_.PROGRESSIVO as PROGRESS1_79_22_, movimenti0_.TIPOSCAR as TIPOSCAR79_22_, movimenti0_.ARTICOLO as ARTICOLO79_22_, movimenti0_.TIPOARTICOLO as TIPOARTI4_79_22_, movimenti0_.SIGLAUTENTE as SIGLAUTE5_79_22_, movimenti0_.REPARTO as REPARTO79_22_, movimenti0_.BLOCCO as BLOCCO79_22_, movimenti0_.INTERVENTO as INTERVENTO79_22_, movimenti0_.DATA as DATA79_22_, movimenti0_.QTA as QTA79_22_, movimenti0_.SCADENZA as SCADENZA79_22_, movimenti0_.NUMDOCUM as NUMDOCUM79_22_, movimenti0_.INVENTARIO as INVENTARIO79_22_, movimenti0_.TIPOMOVIMENTO as TIPOMOV14_79_22_, movimenti0_.PRESIDIO as PRESIDIO79_22_, movimenti0_.DATAUTENTE as DATAUTENTE79_22_, movimenti0_.ORAUTENTE as ORAUTENTE79_22_, movimenti0_.CHIAVEESTERNA as CHIAVEE18_79_22_, movimenti0_.PREZZOEURO as PREZZOEURO79_22_, movimenti0_.SCONTO as SCONTO79_22_, movimenti0_.IVA as IVA79_22_, movimenti0_.LORDOEURO as LORDOEURO79_22_, movimenti0_.VISIONE as VISIONE79_22_, movimenti0_.LOTTO as LOTTO79_22_, movimenti0_.NUMDOCUMLOTTO as NUMDOCU25_79_22_, movimenti0_.SCADENZALOTTO as SCADENZ26_79_22_, movimenti0_.CODFOR as CODFOR79_22_, movimenti0_.CODARTFOR as CODARTFOR79_22_, movimenti0_.CODBARCOMMFOR as CODBARC29_79_22_, movimenti0_.CODBARCOMMLOTTO as CODBARC30_79_22_, movimenti0_.CODMAGLOTTO as CODMAGL31_79_22_, movimenti0_.INFO as INFO79_22_, movimenti0_.SCARICOWS as SCARICOWS79_22_, movimenti0_.ID_RR as ID34_79_22_, movimenti0_.LINE_NUMBER as LINE35_79_22_, movimenti0_.SPERIMENTAZIONE as SPERIME36_79_22_, movimenti0_.PROGRESAMEEMOELFIS as PROGRES37_79_22_, movimenti0_.RICHIESTAAUTOMATICA as RICHIES38_79_22_, movimenti0_.SCORTA as SCORTA79_22_, movimenti0_.TRANSITO as TRANSITO79_22_, movimenti0_.CONTODEPOSITO as CONTODE41_79_22_, movimenti0_.CONTOVISIONE as CONTOVI42_79_22_, movimenti0_.PROTESITRANSITO as PROTESI43_79_22_, movimenti0_.TIPOINTEGRAZIONEESTERNA as TIPOINT44_79_22_, movimenti0_.MOVIMENTA as MOVIMENTA79_22_, tabelle1_.PROGRESSIVO as PROGRESS1_15_0_, tabelle1_.CODICETABELLA as CODICETA2_15_0_, tabelle1_.UTCODICE as UTCODICE15_0_, tabelle1_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle1_.NONATTIVO as NONATTIVO15_0_, tabelle1_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle1_.DATAORA as DATAORA15_0_, tabelle1_.DATAINIZIO as DATAINIZIO15_0_, tabelle1_.DATAFINE as DATAFINE15_0_, articolo2_.PROGRESSIVO as PROGRESS1_78_1_, articolo2_.SISTEMA as SISTEMA78_1_, articolo2_.TIPOART as TIPOART78_1_, articolo2_.FAMIGLIA as FAMIGLIA78_1_, articolo2_.CATEGORIA as CATEGORIA78_1_, articolo2_.UM as UM78_1_, articolo2_.FORNITORE as FORNITORE78_1_, articolo2_.PRODUTTORE as PRODUTTORE78_1_, articolo2_.CODART as CODART78_1_, articolo2_.DESCRIZIONE as DESCRIZ10_78_1_, articolo2_.PRESIDIO as PRESIDIO78_1_, articolo2_.CODINT as CODINT78_1_, articolo2_.CODBARCOMM as CODBARCOMM78_1_, articolo2_.CODBARINT as CODBARINT78_1_, articolo2_.UPN as UPN78_1_, articolo2_.CHIAVEESTERNA as CHIAVEE16_78_1_, articolo2_.PEZZICONFEZIONE as PEZZICO17_78_1_, articolo2_.PREZZOMEDIOPONDERATO as PREZZOM18_78_1_, articolo2_.PREZZOLORDO as PREZZOL19_78_1_, articolo2_.IVA as IVA78_1_, articolo2_.SCONTO as SCONTO78_1_, articolo2_.DATAAGGIORNAMENTO as DATAAGG22_78_1_, articolo2_.CHECKFARMACIA as CHECKFA23_78_1_, articolo2_.INUSO as INUSO78_1_, articolo2_.OBSOLETO as OBSOLETO78_1_, articolo2_.VISIONE as VISIONE78_1_, articolo2_.PRINCIPIOATTIVO as PRINCIP27_78_1_, articolo2_.CODBARCOMM2 as CODBARCOMM28_78_1_, articolo2_.CODBARCOMM3 as CODBARCOMM29_78_1_, articolo2_.CONTODEPOSITO as CONTODE30_78_1_, articolo2_.CONTOVISIONE as CONTOVI31_78_1_, articolo2_.PROTESITRANSITO as PROTESI32_78_1_, articolo2_.SCORTA as SCORTA78_1_, articolo2_.TRANSITO as TRANSITO78_1_, articolo2_.CND as CND78_1_, tabelle3_.PROGRESSIVO as PROGRESS1_15_2_, tabelle3_.CODICETABELLA as CODICETA2_15_2_, tabelle3_.UTCODICE as UTCODICE15_2_, tabelle3_.DESCRIZIONE as DESCRIZI4_15_2_, tabelle3_.NONATTIVO as NONATTIVO15_2_, tabelle3_.COPIAPROGRESSIVO as COPIAPRO6_15_2_, tabelle3_.DATAORA as DATAORA15_2_, tabelle3_.DATAINIZIO as DATAINIZIO15_2_, tabelle3_.DATAFINE as DATAFINE15_2_, tabelle4_.PROGRESSIVO as PROGRESS1_15_3_, tabelle4_.CODICETABELLA as CODICETA2_15_3_, tabelle4_.UTCODICE as UTCODICE15_3_, tabelle4_.DESCRIZIONE as DESCRIZI4_15_3_, tabelle4_.NONATTIVO as NONATTIVO15_3_, tabelle4_.COPIAPROGRESSIVO as COPIAPRO6_15_3_, tabelle4_.DATAORA as DATAORA15_3_, tabelle4_.DATAINIZIO as DATAINIZIO15_3_, tabelle4_.DATAFINE as DATAFINE15_3_, tabelle5_.PROGRESSIVO as PROGRESS1_15_4_, tabelle5_.CODICETABELLA as CODICETA2_15_4_, tabelle5_.UTCODICE as UTCODICE15_4_, tabelle5_.DESCRIZIONE as DESCRIZI4_15_4_, tabelle5_.NONATTIVO as NONATTIVO15_4_, tabelle5_.COPIAPROGRESSIVO as COPIAPRO6_15_4_, tabelle5_.DATAORA as DATAORA15_4_, tabelle5_.DATAINIZIO as DATAINIZIO15_4_, tabelle5_.DATAFINE as DATAFINE15_4_, tabelle6_.PROGRESSIVO as PROGRESS1_15_5_, tabelle6_.CODICETABELLA as CODICETA2_15_5_, tabelle6_.UTCODICE as UTCODICE15_5_, tabelle6_.DESCRIZIONE as DESCRIZI4_15_5_, tabelle6_.NONATTIVO as NONATTIVO15_5_, tabelle6_.COPIAPROGRESSIVO as COPIAPRO6_15_5_, tabelle6_.DATAORA as DATAORA15_5_, tabelle6_.DATAINIZIO as DATAINIZIO15_5_, tabelle6_.DATAFINE as DATAFINE15_5_, tabelle7_.PROGRESSIVO as PROGRESS1_15_6_, tabelle7_.CODICETABELLA as CODICETA2_15_6_, tabelle7_.UTCODICE as UTCODICE15_6_, tabelle7_.DESCRIZIONE as DESCRIZI4_15_6_, tabelle7_.NONATTIVO as NONATTIVO15_6_, tabelle7_.COPIAPROGRESSIVO as COPIAPRO6_15_6_, tabelle7_.DATAORA as DATAORA15_6_, tabelle7_.DATAINIZIO as DATAINIZIO15_6_, tabelle7_.DATAFINE as DATAFINE15_6_, fornitore8_.PROGRESSIVO as PROGRESS1_77_7_, fornitore8_.CITTA as CITTA77_7_, fornitore8_.CODFOR as CODFOR77_7_, fornitore8_.NOME as NOME77_7_, fornitore8_.INDIRIZZO as INDIRIZZO77_7_, fornitore8_.TELEFONO as TELEFONO77_7_, fornitore8_.AGENTE as AGENTE77_7_, fornitore8_.PARTIVA as PARTIVA77_7_, fornitore8_.FAX as FAX77_7_, fornitore8_.EMAIL as EMAIL77_7_, tabelle9_.PROGRESSIVO as PROGRESS1_15_8_, tabelle9_.CODICETABELLA as CODICETA2_15_8_, tabelle9_.UTCODICE as UTCODICE15_8_, tabelle9_.DESCRIZIONE as DESCRIZI4_15_8_, tabelle9_.NONATTIVO as NONATTIVO15_8_, tabelle9_.COPIAPROGRESSIVO as COPIAPRO6_15_8_, tabelle9_.DATAORA as DATAORA15_8_, tabelle9_.DATAINIZIO as DATAINIZIO15_8_, tabelle9_.DATAFINE as DATAFINE15_8_, tabelle10_.PROGRESSIVO as PROGRESS1_15_9_, tabelle10_.CODICETABELLA as CODICETA2_15_9_, tabelle10_.UTCODICE as UTCODICE15_9_, tabelle10_.DESCRIZIONE as DESCRIZI4_15_9_, tabelle10_.NONATTIVO as NONATTIVO15_9_, tabelle10_.COPIAPROGRESSIVO as COPIAPRO6_15_9_, tabelle10_.DATAORA as DATAORA15_9_, tabelle10_.DATAINIZIO as DATAINIZIO15_9_, tabelle10_.DATAFINE as DATAFINE15_9_, utente11_.SIGLA as SIGLA19_10_, utente11_.UTENTE as UTENTE19_10_, utente11_.LIVELLO as LIVELLO19_10_, utente11_.PASSWORD as PASSWORD19_10_, utente11_.PASSWORD2 as PASSWORD5_19_10_, utente11_.ATTIVO as ATTIVO19_10_, utente11_.ULTIMOACCESSO as ULTIMOAC7_19_10_, utente11_.LINGUA as LINGUA19_10_, utente11_.DATAPASSWORD as DATAPASS9_19_10_, utente11_.CAMBIOPASSWORD as CAMBIOP10_19_10_, utente11_.DATADISATTIVAZIONE as DATADIS11_19_10_, utente11_.DATARIATTIVAZIONE as DATARIA12_19_10_, utente11_.SMARTCARD as SMARTCARD19_10_, utente11_.CODFISC as CODFISC19_10_, utente11_.IGNORAADSI as IGNORAADSI19_10_, utente11_.COGNOME as COGNOME19_10_, utente11_.NOME as NOME19_10_, utente11_.DATAANALYZER_USERNAME as DATAANA18_19_10_, utente11_.DATAANALYZER_PASSWORD as DATAANA19_19_10_, utente11_.ALIASFIRMAREMOTA as ALIASFI20_19_10_, utente11_.INVIATO_O4C as INVIATO21_19_10_, livello12_.LIVELLO as LIVELLO2_11_, livello12_.DESCRIZIONE as DESCRIZI2_2_11_, livello12_.CONSULENTE as CONSULENTE2_11_, reparto13_.PROGRESSIVO as PROGRESS1_10_12_, reparto13_.CODICE as CODICE10_12_, reparto13_.CCOSTO as CCOSTO10_12_, reparto13_.DESCRIZIONE as DESCRIZI4_10_12_, reparto13_.ATTIVO as ATTIVO10_12_, reparto13_.CODMAG as CODMAG10_12_, reparto13_.CODUNITAPRELIEVO as CODUNITA7_10_12_, reparto13_.SIGLACS as SIGLACS10_12_, reparto13_.CODREGIONALE as CODREGIO9_10_12_, reparto13_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_12_, blocco14_.PROGRESSIVO as PROGRESS1_20_13_, blocco14_.UTCODICE as UTCODICE20_13_, blocco14_.DESCRIZIONE as DESCRIZI3_20_13_, blocco14_.NONATTIVO as NONATTIVO20_13_, blocco14_.COPIAPROGRESSIVO as COPIAPRO5_20_13_, blocco14_.DATAORA as DATAORA20_13_, blocco14_.DATAINIZIO as DATAINIZIO20_13_, blocco14_.DATAFINE as DATAFINE20_13_, blocchicco15_.BLOCCO as BLOCCO22_14_, blocchicco15_.SIGLACS as SIGLACS22_14_, blocchicco15_.CCOSTO as CCOSTO22_14_, blocchicco15_.CODMAG as CODMAG22_14_, blocchicco15_.CODUNITAPRELIEVO as CODUNITA5_22_14_, blocchicco15_.CODICECRIL as CODICECRIL22_14_, blocchimai16_.BLOCCO as BLOCCO23_15_, blocchimai16_.PROGRESSIVO as PROGRESS2_23_15_, blocchimai16_.NOMINATIVO as NOMINATIVO23_15_, blocchimai16_.INDIRIZZOMAIL as INDIRIZZ4_23_15_, giacenza17_.BLOCCO as BLOCCO76_16_, giacenza17_.ARTICOLO as ARTICOLO76_16_, giacenza17_.SCORTAMINIMA as SCORTAMI3_76_16_, giacenza17_.GIACENZA as GIACENZA76_16_, giacenza17_.GIACINV as GIACINV76_16_, giacenza17_.DATAINV as DATAINV76_16_, giacenza17_.INUSO as INUSO76_16_, giacenza17_.VISIONE as VISIONE76_16_, giacenza17_.SCORTAMASSIMA as SCORTAMA9_76_16_, articolo18_.PROGRESSIVO as PROGRESS1_78_17_, articolo18_.SISTEMA as SISTEMA78_17_, articolo18_.TIPOART as TIPOART78_17_, articolo18_.FAMIGLIA as FAMIGLIA78_17_, articolo18_.CATEGORIA as CATEGORIA78_17_, articolo18_.UM as UM78_17_, articolo18_.FORNITORE as FORNITORE78_17_, articolo18_.PRODUTTORE as PRODUTTORE78_17_, articolo18_.CODART as CODART78_17_, articolo18_.DESCRIZIONE as DESCRIZ10_78_17_, articolo18_.PRESIDIO as PRESIDIO78_17_, articolo18_.CODINT as CODINT78_17_, articolo18_.CODBARCOMM as CODBARCOMM78_17_, articolo18_.CODBARINT as CODBARINT78_17_, articolo18_.UPN as UPN78_17_, articolo18_.CHIAVEESTERNA as CHIAVEE16_78_17_, articolo18_.PEZZICONFEZIONE as PEZZICO17_78_17_, articolo18_.PREZZOMEDIOPONDERATO as PREZZOM18_78_17_, articolo18_.PREZZOLORDO as PREZZOL19_78_17_, articolo18_.IVA as IVA78_17_, articolo18_.SCONTO as SCONTO78_17_, articolo18_.DATAAGGIORNAMENTO as DATAAGG22_78_17_, articolo18_.CHECKFARMACIA as CHECKFA23_78_17_, articolo18_.INUSO as INUSO78_17_, articolo18_.OBSOLETO as OBSOLETO78_17_, articolo18_.VISIONE as VISIONE78_17_, articolo18_.PRINCIPIOATTIVO as PRINCIP27_78_17_, articolo18_.CODBARCOMM2 as CODBARCOMM28_78_17_, articolo18_.CODBARCOMM3 as CODBARCOMM29_78_17_, articolo18_.CONTODEPOSITO as CONTODE30_78_17_, articolo18_.CONTOVISIONE as CONTOVI31_78_17_, articolo18_.PROTESITRANSITO as PROTESI32_78_17_, articolo18_.SCORTA as SCORTA78_17_, articolo18_.TRANSITO as TRANSITO78_17_, articolo18_.CND as CND78_17_, blocco19_.PROGRESSIVO as PROGRESS1_20_18_, blocco19_.UTCODICE as UTCODICE20_18_, blocco19_.DESCRIZIONE as DESCRIZI3_20_18_, blocco19_.NONATTIVO as NONATTIVO20_18_, blocco19_.COPIAPROGRESSIVO as COPIAPRO5_20_18_, blocco19_.DATAORA as DATAORA20_18_, blocco19_.DATAINIZIO as DATAINIZIO20_18_, blocco19_.DATAFINE as DATAFINE20_18_, movimentia20_.PROGMOVIMENTO as PROGMOVI1_82_19_, movimentia20_.RPROGRESSIVO as RPROGRES2_82_19_, articolori21_.PROGRESSIVO as PROGRESS1_81_20_, articolori21_.ARTICOLO as ARTICOLO81_20_, articolori21_.TPROGRESSIVO as TPROGRES3_81_20_, articolori21_.ORDINATO as ORDINATO81_20_, articolori21_.STAMPATO as STAMPATO81_20_, articolori21_.ARRIVATO as ARRIVATO81_20_, articolori21_.EVASO as EVASO81_20_, articolori21_.NUMRR_EXT as NUMRR8_81_20_, articolori21_.ID_RR as ID9_81_20_, articolori21_.ANNORR_EXT as ANNORR10_81_20_, contestoem22_.PROGRESSIVO as PROGRESS1_83_21_, contestoem22_.NUMEROESAME as NUMEROES2_83_21_, contestoem22_.ANNOESAME as ANNOESAME83_21_ from MOVIMENTI movimenti0_, TABELLE tabelle1_, ARTICOLI articolo2_, TABELLE tabelle3_, TABELLE tabelle4_, TABELLE tabelle5_, TABELLE tabelle6_, TABELLE tabelle7_, FORNITORI fornitore8_, TABELLE tabelle9_, TABELLE tabelle10_, UTENTI utente11_, DESCRIZIONILIVELLI livello12_, REPARTI reparto13_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco14_, BLOCCHICCOSTO blocchicco15_, BLOCCHIMAIL blocchimai16_, GIACENZE giacenza17_, ARTICOLI articolo18_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco19_, MRIAPPROVVIGIONAMENTO movimentia20_, RRIAPPROVVIGIONAMENTO articolori21_, IMPIANTIEMODINAMICA contestoem22_ where movimenti0_.TIPOSCAR= tabelle1_.PROGRESSIVO(+) and movimenti0_.ARTICOLO=articolo2_.PROGRESSIVO(+) and articolo2_.SISTEMA=tabelle3_.PROGRESSIVO(+) and articolo2_.TIPOART= tabelle4_.PROGRESSIVO(+) and articolo2_.FAMIGLIA=tabelle5_.PROGRESSIVO(+) and articolo2_.CATEGORIA=tabelle6_.PROGRESSIVO(+) and articolo2_.UM= tabelle7_.PROGRESSIVO(+) and articolo2_.FORNITORE=fornitore8_.PROGRESSIVO(+) and articolo2_.PRODUTTORE=tabelle9_.PROGRESSIVO(+) and movimenti0_.TIPOARTICOLO=tabelle10_.PROGRESSIVO(+) and movimenti0_.SIGLAUTENTE=utente11_.SIGLA(+) and utente11_.LIVELLO= livello12_.LIVELLO(+) and movimenti0_.REPARTO=reparto13_.PROGRESSIVO(+) and movimenti0_.BLOCCO=blocco14_.PROGRESSIVO and blocco14_.PROGRESSIVO= blocchicco15_.BLOCCO(+) and blocco14_.PROGRESSIVO=blocchimai16_.BLOCCO(+) and movimenti0_.BLOCCO=giacenza17_.BLOCCO(+) and movimenti0_.ARTICOLO= giacenza17_.ARTICOLO(+) and giacenza17_.ARTICOLO=articolo18_.PROGRESSIVO(+) and giacenza17_.BLOCCO=blocco19_.PROGRESSIVO(+) and movimenti0_.PROGRESSIVO= movimentia20_.PROGMOVIMENTO(+) and movimentia20_.RPROGRESSIVO= articolori21_.PROGRESSIVO(+) and movimenti0_.PROGRESSIVO= contestoem22_.PROGRESSIVO(+) and movimenti0_.INTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 17 0.02 0.10 0 0 0 0 Execute 17 0.37 0.53 0 0 0 0 Fetch 17 0.02 0.02 1 17 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 51 0.42 0.66 1 17 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1409 us cost=21 size=4812 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1396 us cost=20 size=4755 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1390 us cost=19 size=4698 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1384 us cost=18 size=4641 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1379 us cost=17 size=4584 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1373 us cost=16 size=4527 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1368 us cost=15 size=4470 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1363 us cost=14 size=4413 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1358 us cost=13 size=4356 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=1353 us cost=12 size=4345 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=952 us cost=10 size=4061 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=944 us cost=9 size=4004 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=939 us cost=9 size=3947 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=934 us cost=8 size=3926 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=684 us cost=4 size=3826 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=680 us cost=3 size=3744 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=675 us cost=3 size=3610 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=405 us cost=1 size=3584 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=401 us cost=1 size=3545 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=396 us cost=1 size=3343 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=392 us cost=1 size=2284 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=388 us cost=1 size=1225 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID MOVIMENTI (cr=1 pr=0 pw=0 time=383 us cost=1 size=1132 card=1) 0 0 0 INDEX RANGE SCAN MOVIMENTI4 (cr=1 pr=0 pw=0 time=372 us cost=1 size=0 card=1)(object id 4328367) 0 0 0 TABLE ACCESS BY INDEX ROWID GIACENZE (cr=0 pr=0 pw=0 time=0 us cost=0 size=93 card=1) 0 0 0 INDEX RANGE SCAN GIACENZE4 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328308) 0 0 0 TABLE ACCESS BY INDEX ROWID ARTICOLI (cr=0 pr=0 pw=0 time=0 us cost=0 size=1059 card=1) 0 0 0 INDEX UNIQUE SCAN ARTICOLI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328252) 0 0 0 TABLE ACCESS BY INDEX ROWID ARTICOLI (cr=0 pr=0 pw=0 time=0 us cost=0 size=1059 card=1) 0 0 0 INDEX UNIQUE SCAN ARTICOLI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328252) 0 0 0 TABLE ACCESS BY INDEX ROWID FORNITORI (cr=0 pr=0 pw=0 time=0 us cost=0 size=202 card=1) 0 0 0 INDEX UNIQUE SCAN FORNITORI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328741) 0 0 0 INDEX RANGE SCAN IMPIANTIEMODINAMICA1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=39 card=1)(object id 4328476) 0 0 0 TABLE ACCESS FULL MRIAPPROVVIGIONAMENTO (cr=0 pr=0 pw=0 time=0 us cost=2 size=26 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RRIAPPROVVIGIONAMENTO (cr=0 pr=0 pw=0 time=0 us cost=0 size=134 card=1) 0 0 0 INDEX UNIQUE SCAN RRIAPPROVVIGIONAMENTO1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328582) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS FULL UTENTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=0 pr=0 pw=0 time=0 us cost=1 size=21 card=1) 0 0 0 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328639) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=0 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=0 pr=0 pw=0 time=0 us cost=2 size=284 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=0 pr=0 pw=0 time=0 us cost=1 size=11 card=1) 0 0 0 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328577) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 34 0.00 0.00 SQL*Net more data to client 85 0.00 0.00 SQL*Net message from client 34 0.04 0.12 library cache lock 6 0.00 0.00 library cache pin 6 0.00 0.00 row cache lock 95 0.00 0.15 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 ******************************************************************************** SQL ID: 0j1939kt3z4jv Plan Hash: 4074155534 SELECT * FROM ALTREGRAFIE WHERE INTERVENTO = 95 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.02 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.02 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.05 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID ALTREGRAFIE (cr=1 pr=1 pw=0 time=25170 us cost=0 size=117 card=1) 0 0 0 INDEX RANGE SCAN PK_ALTREGRAFIE (cr=1 pr=1 pw=0 time=25156 us cost=0 size=0 card=1)(object id 4328724) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.02 0.02 SQL*Net break/reset to client 2 0.00 0.00 row cache lock 5 0.00 0.00 ******************************************************************************** SQL ID: dksd51d1vu4gc Plan Hash: 2070489243 SELECT Progressivo FROM IVG WHERE ProgIntervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.02 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.03 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID IVG (cr=1 pr=1 pw=0 time=25107 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN IVG2 (cr=1 pr=1 pw=0 time=25096 us cost=1 size=0 card=1)(object id 4328164) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.02 0.02 row cache lock 2 0.06 0.09 ******************************************************************************** SQL ID: 5hz6tgc58hxtu Plan Hash: 4009073816 SELECT DIAGNOSI.STADIAZIONECONDENSATA FROM DIAGNOSIINTERVENTI,DIAGNOSI WHERE DIAGNOSIINTERVENTI.DIAGNOSI = DIAGNOSI.PROGRESSIVO AND DIAGNOSIINTERVENTI.INTERVENTO = 95 ORDER BY DIAGNOSIINTERVENTI.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 57 0.01 0.01 0 0 0 0 Execute 57 0.00 0.00 0 0 0 0 Fetch 57 0.02 0.02 0 285 0 57 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 171 0.05 0.05 0 285 0 57 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=232 us cost=3 size=19 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=187 us cost=3 size=19 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=2 pr=0 pw=0 time=132 us cost=2 size=11 card=1) 1 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=79 us cost=1 size=0 card=1)(object id 4328627) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=41 us cost=0 size=0 card=1)(object id 4328750) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=1 pr=0 pw=0 time=25 us cost=1 size=8 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 114 0.00 0.00 SQL*Net message from client 114 22.44 149.13 ******************************************************************************** SQL ID: 9wtnjkyqg08n0 Plan Hash: 1861394319 SELECT previsioni.utcodice AS codprevisione,previsioni.descrizione AS descprevisione,icd9cm.progressivo AS progricd9cm,icd9cm.icd AS codicd, icd9cm.descrizione AS descicd FROM icdprevisioni,icd9cm,previsioni WHERE icdprevisioni.icd = icd9cm.progressivo AND icdprevisioni.previsione = previsioni.progressivo AND icdprevisioni.previsione = 369 ORDER BY icdprevisioni.contatore call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.02 1 45 0 25 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 5 0.01 0.03 1 45 0 25 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 25 25 25 NESTED LOOPS (cr=45 pr=1 pw=0 time=24809 us cost=28 size=4050 card=25) 25 25 25 NESTED LOOPS (cr=20 pr=1 pw=0 time=24364 us cost=28 size=4050 card=25) 25 25 25 NESTED LOOPS (cr=9 pr=1 pw=0 time=23426 us cost=3 size=1375 card=25) 1 1 1 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=2 pr=0 pw=0 time=71 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=36 us cost=0 size=0 card=1)(object id 4328856) 25 25 25 TABLE ACCESS BY INDEX ROWID ICDPREVISIONI (cr=7 pr=1 pw=0 time=23060 us cost=2 size=300 card=25) 25 25 25 INDEX RANGE SCAN ICDPREVISIONI1 (cr=4 pr=1 pw=0 time=22783 us cost=1 size=0 card=25)(object id 4328317) 25 25 25 INDEX UNIQUE SCAN ICD9CM1 (cr=11 pr=0 pw=0 time=224 us cost=0 size=0 card=1)(object id 4328949) 25 25 25 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=25 pr=0 pw=0 time=204 us cost=1 size=107 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.02 0.02 gc current block 2-way 1 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: dtmvtnf65quh8 Plan Hash: 1499107076 SELECT ambulatoriale FROM interventi where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 72 0.01 0.01 0 0 0 0 Execute 72 0.00 0.00 0 0 0 0 Fetch 72 0.02 0.02 0 144 0 72 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 216 0.05 0.05 0 144 0 72 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=106 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=65 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 144 0.00 0.00 SQL*Net message from client 144 0.01 0.18 ******************************************************************************** SQL ID: dyh08y478jr7k Plan Hash: 3981415760 select * from repartiequipe req,cnfgequipe ceq where req.funzione = ceq.funzione and req.reparto = 14 order by req.funzione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 24 0.04 0.05 0 0 0 0 Execute 24 0.00 0.00 0 0 0 0 Fetch 24 0.01 0.02 1 96 0 96 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 72 0.06 0.08 1 96 0 96 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 MERGE JOIN (cr=4 pr=0 pw=0 time=1476 us cost=5 size=108 card=4) 7 7 7 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=204 us cost=2 size=133 card=7) 7 7 7 INDEX FULL SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=95 us cost=1 size=0 card=7)(object id 4328096) 4 4 4 SORT JOIN (cr=2 pr=0 pw=0 time=1233 us cost=3 size=32 card=4) 4 4 4 TABLE ACCESS BY INDEX ROWID REPARTIEQUIPE (cr=2 pr=0 pw=0 time=1112 us cost=2 size=32 card=4) 4 4 4 INDEX RANGE SCAN REPARTIEQUIPE1 (cr=1 pr=0 pw=0 time=630 us cost=1 size=0 card=4)(object id 4328154) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 50 0.00 0.00 SQL*Net message from client 50 0.03 0.13 gc cr block 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 SQL*Net break/reset to client 4 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 4g1mpwh8my4hx Plan Hash: 1499107076 SELECT prelievoorgano FROM interventi where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 72 0.01 0.01 0 0 0 0 Execute 72 0.00 0.00 0 0 0 0 Fetch 72 0.02 0.02 0 144 0 72 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 216 0.05 0.05 0 144 0 72 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=118 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=59 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 144 0.00 0.00 SQL*Net message from client 144 0.01 0.17 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 0ubvujxfck3y3 Plan Hash: 887687796 select DISTINCT P.*,GetRepartiPerPersonale(P.Progressivo) AS DESCRIZIONE from PERSONALE P,PERSONALEBLOCCHIREPARTI where 1=1 AND P.PROGRESSIVO = PERSONALEBLOCCHIREPARTI.PERSONALE (+) AND p.funzione = 1 AND p.progressivo in ( 23,120) order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.04 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.02 0.02 0 9 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.05 0.06 0 9 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 SORT ORDER BY (cr=351 pr=4 pw=0 time=420757 us cost=8 size=70 card=1) 2 2 2 SORT UNIQUE (cr=351 pr=4 pw=0 time=420656 us cost=7 size=70 card=1) 7 7 7 HASH JOIN OUTER (cr=9 pr=0 pw=0 time=972 us cost=6 size=70 card=1) 2 2 2 INLIST ITERATOR (cr=3 pr=0 pw=0 time=157 us) 2 2 2 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=3 pr=0 pw=0 time=142 us cost=2 size=62 card=1) 2 2 2 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=76 us cost=1 size=0 card=2)(object id 4329013) 7 7 7 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=286 us cost=4 size=16 card=2) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.04 0.04 SQL*Net break/reset to client 2 0.00 0.00 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: 1gfx4wv6shfmd Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '228' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.01 0.01 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.02 0.02 0 120 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.03 0.03 0 120 0 16 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 SORT ORDER BY (cr=30 pr=0 pw=0 time=5082 us cost=11 size=228 card=4) 4 4 4 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4224 us cost=10 size=228 card=4) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 ******************************************************************************** SQL ID: 3pvyzys6qn0k9 Plan Hash: 4175757757 SELECT PAZIENTI.*, TAB_PROFESSIONE.UTCODICE AS TAB_PROFESSIONE_COD, TAB_PROFESSIONE.DESCRIZIONE AS TAB_PROFESSIONE_DESC, TAB_TITOLOSTUDIO.UTCODICE AS TAB_TITOLOSTUDIO_COD, TAB_TITOLOSTUDIO.DESCRIZIONE AS TAB_TITOLOSTUDIO_DESC, TAB_POSIZIONEPROF.UTCODICE AS TAB_POSIZIONEPROF_COD, TAB_POSIZIONEPROF.DESCRIZIONE AS TAB_POSIZIONEPROF_DESC, TAB_RAMOATTIVITA.UTCODICE AS TAB_RAMOATTIVITA_COD, TAB_RAMOATTIVITA.DESCRIZIONE AS TAB_RAMOATTIVITA_DESC, TAB_STATOCIVILE.UTCODICE AS TAB_STATOCIVILE_COD, TAB_STATOCIVILE.DESCRIZIONE AS TAB_STATOCIVILE_DESC, TAB_CITTADINANZA.UTCODICE AS TAB_CITTADINANZA_COD, TAB_CITTADINANZA.DESCRIZIONE AS TAB_CITTADINANZA_DESC, TAB_REGIONEASSISTENZA.UTCODICE AS TAB_REGIONEASSISTENZA_COD, TAB_REGIONEASSISTENZA.DESCRIZIONE AS TAB_REGIONEASSISTENZA_DESC, TAB_MEDICOCHEINVIA.UTCODICE AS TAB_MEDICOCHEINVIA_COD, TAB_MEDICOCHEINVIA.DESCRIZIONE AS TAB_MEDICOCHEINVIA_DESC, TAB_USL.UTCODICE AS TAB_USL_COD, TAB_USL.DESCRIZIONE AS TAB_USL_DESC, COMUNINASC.CODICE AS COMUNINASC_COD, COMUNINASC.DESCRIZIONE AS COMUNINASC_DESC, COMUNINASC.CAP AS COMUNINASC_CAP, COMUNINASC.PROVINCIA AS COMUNINASC_PROV, (SELECT TABELLE.DESCRIZIONE FROM COMUNI,PROVINCIE,TABELLE WHERE COMUNI.PROGRPROVINCIA = PROVINCIE.PROGRESSIVO AND PROVINCIE.PROGRREGIONE = TABELLE.PROGRESSIVO AND COMUNI.PROGRESSIVO = PAZIENTI.COMUNENASCITA) AS COMUNINASC_REGIONE_DESC, COMUNIRES.CODICE AS COMUNIRES_COD, COMUNIRES.DESCRIZIONE AS COMUNIRES_DESC, COMUNIRES.CAP AS COMUNIRES_CAP, COMUNIRES.PROVINCIA AS COMUNIRES_PROV, (SELECT TABELLE.DESCRIZIONE FROM COMUNI,PROVINCIE,TABELLE WHERE COMUNI.PROGRPROVINCIA = PROVINCIE.PROGRESSIVO AND PROVINCIE.PROGRREGIONE = TABELLE.PROGRESSIVO AND COMUNI.PROGRESSIVO = PAZIENTI.COMUNERESIDENZA) AS COMUNIRES_REGIONE_DESC, DECODE(PAZIENTI.SANGUE,1,'A',2,'B',3,'AB',4,'0') AS SANGUE_DESC, DECODE(PAZIENTI.RH,1,'POSITIVO',2,'NEGATIVO') AS RH_DESC, DECODE(SIGN(1-TRUNC(MONTHS_BETWEEN( to_date('2021-10-21','yyyy-mm-dd') , PAZIENTI.DATANASCITA))), 0,'1 mes', -1, DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-10-21','yyyy-mm-dd') , PAZIENTI.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-10-21','yyyy-mm-dd') , PAZIENTI.DATANASCITA)/12), 0,TRUNC(MONTHS_BETWEEN( to_date('2021-10-21','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN( to_date('2021-10-21','yyyy-mm-dd') , PAZIENTI.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC( to_date('2021-10-21','yyyy-mm-dd') -PAZIENTI.DATANASCITA), 1,'1 día', TRUNC( to_date('2021-10-21','yyyy-mm-dd') -PAZIENTI.DATANASCITA)||' días')) AS ETA_TOT FROM PAZIENTI, TABELLE TAB_PROFESSIONE, TABELLE TAB_TITOLOSTUDIO, TABELLE TAB_POSIZIONEPROF, TABELLE TAB_RAMOATTIVITA, TABELLE TAB_STATOCIVILE, TABELLE TAB_CITTADINANZA, TABELLE TAB_REGIONEASSISTENZA, TABELLE TAB_MEDICOCHEINVIA, TABELLE TAB_USL, COMUNI COMUNINASC, COMUNI COMUNIRES WHERE 1=1 AND PAZIENTI.PROFESSIONE = TAB_PROFESSIONE.PROGRESSIVO (+) AND PAZIENTI.TITOLOSTUDIO = TAB_TITOLOSTUDIO.PROGRESSIVO (+) AND PAZIENTI.POSIZIONEPROF = TAB_POSIZIONEPROF.PROGRESSIVO (+) AND PAZIENTI.RAMOATTIVITA = TAB_RAMOATTIVITA.PROGRESSIVO (+) AND PAZIENTI.STATOCIVILE = TAB_STATOCIVILE.PROGRESSIVO (+) AND PAZIENTI.CITTADINANZA = TAB_CITTADINANZA.PROGRESSIVO (+) AND PAZIENTI.REGIONEASSISTENZA = TAB_REGIONEASSISTENZA.PROGRESSIVO (+) AND PAZIENTI.MEDICOCHEINVIA = TAB_MEDICOCHEINVIA.PROGRESSIVO (+) AND PAZIENTI.USL = TAB_USL.PROGRESSIVO (+) AND PAZIENTI.COMUNENASCITA = COMUNINASC.PROGRESSIVO (+) AND PAZIENTI.COMUNERESIDENZA = COMUNIRES.PROGRESSIVO (+) AND PAZIENTI.PROGRESSIVO = 85 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 23 0.11 0.13 0 0 0 0 Execute 23 0.00 0.00 0 0 0 0 Fetch 46 0.02 0.02 0 138 0 23 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 92 0.14 0.16 0 138 0 23 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=26 us cost=4 size=62 card=1) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=19 us cost=3 size=35 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=15 us cost=2 size=18 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID PROVINCIE (cr=0 pr=0 pw=0 time=0 us cost=1 size=17 card=1) 0 0 0 INDEX UNIQUE SCAN PROVINCIE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328566) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=18 us cost=4 size=62 card=1) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=15 us cost=3 size=35 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=11 us cost=2 size=18 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=6 us cost=1 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID PROVINCIE (cr=0 pr=0 pw=0 time=0 us cost=1 size=17 card=1) 0 0 0 INDEX UNIQUE SCAN PROVINCIE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328566) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=355 us cost=13 size=475 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=368 us cost=12 size=442 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=350 us cost=11 size=409 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=331 us cost=10 size=376 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=314 us cost=9 size=343 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=295 us cost=8 size=310 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=231 us cost=7 size=277 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=215 us cost=6 size=244 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=197 us cost=5 size=211 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=179 us cost=4 size=178 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=157 us cost=3 size=146 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=122 us cost=2 size=114 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=63 us cost=1 size=0 card=1)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=20 us cost=1 size=32 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=9 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=10 us cost=1 size=32 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=6 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=43 us cost=1 size=33 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=32 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=10 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 71 0.00 0.00 SQL*Net more data to client 23 0.00 0.00 SQL*Net message from client 71 0.59 2.53 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 library cache lock 1 0.00 0.00 row cache lock 1 0.00 0.00 library cache pin 1 0.01 0.01 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 9hpy7f7q6jx8p Plan Hash: 2805557106 SELECT INT.*, PRE.UTCODICE AS previsione_cod_text, PRE.DESCRIZIONE AS previsione_desc_text, TIPIINT.TIPOINT AS TIPIINT_DESC, REPARTOOP.CODICE AS REPARTOOP_COD, REPARTOOP.DESCRIZIONE AS REPARTOOP_DESC, REPARTODEG.CODICE AS REPARTODEG_COD, REPARTODEG.DESCRIZIONE AS REPARTODEG_DESC, ALTRIDATI.INTRAOP, ALTRIDATI.DATAURG, ALTRIDATI.ORAURG, ALTRIDATI.LATERALITA, ALTRIDATI.ELEZURG, ALTRIDATI.TIPOURGENZA, ALTRIDATI.DESTINAZIONE, ALTRIDATI.TERAPIAANTIBIOTICA, ALTRIDATI.NOTETERAPIAANTIBIOTICA, ALTRIDATI.TERAPIAANTITROMBOTICA, ALTRIDATI.NOTETERAPIAANTITROMBOTICA, ALTRIDATI.PROFILASSIANTIALLERGICA, ALTRIDATI.NOTEPROFILASSIANTIALLERGICA, ALTRIDATI.CONTAMINATO FROM INTERVENTI INT, PREVISIONI PRE, TIPIINTERVENTI TIPIINT, REPARTI REPARTOOP, REPARTIDEGENZA REPARTODEG, ALTRIDATI WHERE 1=1 AND INT.PREVISIONE = PRE.PROGRESSIVO (+) AND INT.PROGRESSIVO = TIPIINT.INTERVENTO (+) AND INT.REPARTO = REPARTOOP.PROGRESSIVO (+) AND INT.REPARTODEGENZA = REPARTODEG.PROGRESSIVO (+) AND INT.PROGRESSIVO = ALTRIDATI.INTERVENTO (+) AND INT.PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 24 0.08 0.08 0 0 0 0 Execute 24 0.00 0.00 0 0 0 0 Fetch 47 0.02 0.02 0 288 0 24 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 95 0.11 0.11 0 288 0 24 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=10 pr=0 pw=0 time=365 us cost=6 size=577 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=340 us cost=5 size=534 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=298 us cost=4 size=531 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=252 us cost=3 size=476 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=232 us cost=2 size=449 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=160 us cost=1 size=406 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=55 us cost=0 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=55 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=24 us cost=0 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIDEGENZA (cr=0 pr=0 pw=0 time=9 us cost=1 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTIDEGENZA1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328781) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=32 us cost=1 size=55 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=16 us cost=0 size=0 card=1)(object id 4328413) 1 1 1 TABLE ACCESS BY INDEX ROWID TIPIINTERVENTI (cr=2 pr=0 pw=0 time=30 us cost=1 size=3 card=1) 1 1 1 INDEX UNIQUE SCAN TIPIINTERVENTI1 (cr=1 pr=0 pw=0 time=17 us cost=0 size=0 card=1)(object id 4328500) 1 1 1 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=2 pr=0 pw=0 time=30 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=16 us cost=0 size=0 card=1)(object id 4328856) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net break/reset to client 4 0.00 0.00 SQL*Net message to client 73 0.00 0.00 SQL*Net message from client 73 0.26 1.52 SQL*Net more data to client 96 0.00 0.00 ******************************************************************************** SQL ID: 2s1bjb3kznygx Plan Hash: 1534600257 SELECT CONTATORE FROM INT_PROFANT WHERE PROGINTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.03 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.02 1 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.02 0.05 1 5 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX RANGE SCAN INT_PROFANT1 (cr=1 pr=0 pw=0 time=4141 us cost=0 size=26 card=1)(object id 4328344) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.01 0.02 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 ******************************************************************************** SQL ID: ar012addmmx49 Plan Hash: 153685533 SELECT Progressivo FROM ASP WHERE ProgIntervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.09 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.02 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.12 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID ASP (cr=1 pr=1 pw=0 time=20668 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN ASP2 (cr=1 pr=1 pw=0 time=20654 us cost=1 size=0 card=1)(object id 4328823) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: c4g31nps8w8jr Plan Hash: 4119684336 SELECT * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3205@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.02 0.02 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.02 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=20584 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=20504 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: awsmcsmz7chqa Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '99' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.02 0.02 0 120 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 0 120 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 SORT ORDER BY (cr=30 pr=0 pw=0 time=4785 us cost=11 size=57 card=1) 2 2 2 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3870 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.05 0.11 ******************************************************************************** SQL ID: amuj0ymkb7b66 Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '216' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.02 0.02 0 120 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.03 0.03 0 120 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=5058 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4988 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.00 0.01 ******************************************************************************** SQL ID: f8w7rput33mkb Plan Hash: 3540948987 select repartilis0_.PERSONALE as PERSONALE2_, repartilis0_.REPARTO as REPARTO2_, repartilis0_.PERSONALE as PERSONALE8_1_, repartilis0_.REPARTO as REPARTO8_1_, reparto1_.PROGRESSIVO as PROGRESS1_10_0_, reparto1_.CODICE as CODICE10_0_, reparto1_.CCOSTO as CCOSTO10_0_, reparto1_.DESCRIZIONE as DESCRIZI4_10_0_, reparto1_.ATTIVO as ATTIVO10_0_, reparto1_.CODMAG as CODMAG10_0_, reparto1_.CODUNITAPRELIEVO as CODUNITA7_10_0_, reparto1_.SIGLACS as SIGLACS10_0_, reparto1_.CODREGIONALE as CODREGIO9_10_0_, reparto1_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_0_ from PERSONALEBLOCCHIREPARTI repartilis0_, REPARTI reparto1_ where repartilis0_.REPARTO=reparto1_.PROGRESSIVO and repartilis0_.PERSONALE in (:1, :2, :3, :4, :5) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 19 0.00 0.00 0 0 0 0 Execute 19 0.05 0.05 0 0 0 0 Fetch 19 0.02 0.02 0 304 0 133 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.08 0.08 0 304 0 133 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 7 7 7 NESTED LOOPS (cr=16 pr=0 pw=0 time=922 us cost=6 size=180 card=2) 7 7 7 NESTED LOOPS (cr=9 pr=0 pw=0 time=663 us cost=6 size=180 card=2) 11 11 11 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=679 us cost=4 size=16 card=2) 7 7 7 INDEX UNIQUE SCAN REPARTI1 (cr=3 pr=0 pw=0 time=110 us cost=0 size=0 card=1)(object id 4328413) 7 7 7 TABLE ACCESS BY INDEX ROWID REPARTI (cr=7 pr=0 pw=0 time=136 us cost=1 size=82 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 38 0.00 0.00 SQL*Net message from client 38 0.02 0.06 ******************************************************************************** SQL ID: 3yn60dyzs01r7 Plan Hash: 499824797 select reparto0_.PROGRESSIVO as PROGRESS1_446_1_, reparto0_.CODICE as CODICE446_1_, reparto0_.CCOSTO as CCOSTO446_1_, reparto0_.DESCRIZIONE as DESCRIZI4_446_1_, reparto0_.ATTIVO as ATTIVO446_1_, reparto0_.CODMAG as CODMAG446_1_, reparto0_.CODUNITAPRELIEVO as CODUNITA7_446_1_, reparto0_.SIGLACS as SIGLACS446_1_, reparto0_.CODREGIONALE as CODREGIO9_446_1_, reparto0_.CODICECRIL as CODICECRIL446_1_, reparto0_.CHIUSURAAUTOMATICASI as CHIUSUR11_446_1_, reparto0_.CHIAVEESTERNA as CHIAVEE12_446_1_, intraopcon1_.REPARTO as REPARTO527_0_, intraopcon1_.CODSCHEDA as CODSCHEDA527_0_ from REPARTI reparto0_, INTRAOP_CONFIG intraopcon1_ where reparto0_.PROGRESSIVO= intraopcon1_.REPARTO(+) and reparto0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.00 0.00 0 0 0 0 Execute 10 0.01 0.01 0 0 0 0 Fetch 10 0.00 0.01 1 30 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.02 0.03 1 30 0 10 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=2615 us cost=1 size=108 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=92 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=44 us cost=0 size=0 card=1)(object id 4328413) 0 0 0 INDEX RANGE SCAN INTRAOP_CONFIG1 (cr=1 pr=0 pw=0 time=2504 us cost=0 size=26 card=1)(object id 4328959) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 20 0.00 0.00 SQL*Net message from client 20 0.05 0.09 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 ******************************************************************************** SQL ID: 8udzbjqbus0rv Plan Hash: 3912189262 SELECT anestesialocale FROM attiinterventi WHERE intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 23 0.01 0.01 0 0 0 0 Execute 23 0.00 0.00 0 0 0 0 Fetch 23 0.00 0.01 1 23 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 69 0.01 0.03 1 23 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID ATTIINTERVENTI (cr=1 pr=0 pw=0 time=1359 us cost=0 size=16 card=1) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=0 pw=0 time=1344 us cost=0 size=0 card=1)(object id 4328540) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 47 0.00 0.00 SQL*Net message from client 47 0.07 0.15 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 3ct7j9kwc0vsj Plan Hash: 1499107076 SELECT UsoCIA FROM Interventi WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 54 0.01 0.01 0 0 0 0 Execute 54 0.00 0.00 0 0 0 0 Fetch 54 0.01 0.01 0 108 0 54 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 162 0.04 0.04 0 108 0 54 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 15 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=107 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=66 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 110 0.00 0.00 SQL*Net message from client 110 0.03 0.17 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 3wbc5z2rrr68f Plan Hash: 1553486548 select e.*, p.nominativo,p.funzione,p.presente,p.specializzando,p.datafine, sub.nominativo as subNominativo,ceq.descrizione as descFunz, (select ies.distanzascopia from intequipescopie ies where ies.progintervento = e.progrintervento and ies.progaltridati = e.progrintervento and ies.progpersonale = e.codpersonale) as ies_distanzascopia from intequipe e,personale p, personale sub,cnfgequipe ceq where p.funzione = ceq.funzione and e.codpersonale = p.progressivo and e.subentratoA = sub.progressivo (+) and e.progrintervento = 95 order by p.funzione,e.chkprimo desc,e.contatore call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.03 0.03 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.01 1 52 0 15 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.04 0.05 1 52 0 15 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPESCOPIE (cr=1 pr=0 pw=0 time=3366 us cost=0 size=42 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE6 (cr=1 pr=0 pw=0 time=3350 us cost=0 size=0 card=1)(object id 4328448) 5 4 5 SORT ORDER BY (cr=13 pr=0 pw=0 time=4341 us cost=6 size=131 card=1) 5 4 5 NESTED LOOPS (cr=12 pr=0 pw=0 time=880 us cost=5 size=131 card=1) 5 4 5 NESTED LOOPS (cr=8 pr=0 pw=0 time=750 us cost=5 size=131 card=1) 5 4 5 NESTED LOOPS (cr=7 pr=0 pw=0 time=642 us cost=4 size=114 card=1) 5 4 5 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=374 us cost=3 size=69 card=1) 5 4 5 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=2 pr=0 pw=0 time=241 us cost=2 size=41 card=1) 5 4 5 INDEX RANGE SCAN INTEQUIPE3 (cr=1 pr=0 pw=0 time=109 us cost=1 size=0 card=1)(object id 4328955) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=48 us cost=1 size=28 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=20 us cost=0 size=0 card=1)(object id 4329013) 5 4 5 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=5 pr=0 pw=0 time=156 us cost=1 size=45 card=1) 5 4 5 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=67 us cost=0 size=0 card=1)(object id 4329013) 5 4 5 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=2 pr=0 pw=0 time=42 us cost=0 size=0 card=1)(object id 4328096) 5 4 5 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=4 pr=0 pw=0 time=60 us cost=1 size=17 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 9 0.00 0.00 SQL*Net message from client 9 0.01 0.02 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 5bhuyx08nc231 Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '146' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.01 0.01 0 120 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 0 120 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 SORT ORDER BY (cr=30 pr=0 pw=0 time=4109 us cost=11 size=57 card=1) 2 2 2 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2482 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 ******************************************************************************** SQL ID: gy7398hy6ynvn Plan Hash: 1443970164 select integrazio0_.CHIAVE as CHIAVE1389_0_, integrazio0_.VALORE as VALORE1389_0_, integrazio0_.ETICHETTA as ETICHETTA1389_0_ from INTEGRAZIONE_CONFIG integrazio0_ where integrazio0_.CHIAVE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.01 0.01 0 88 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 0 88 0 4 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL INTEGRAZIONE_CONFIG (cr=22 pr=0 pw=0 time=4198 us cost=8 size=152 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.00 0.01 gc cr multi block request 2 0.00 0.00 ******************************************************************************** SELECT INTERVENTI.PROGRESSIVO AS CAMPOWEB_PROGRESSIVO, INTERVENTI.STAMPATO AS CAMPOWEB_CHIUSO, PAZIENTI.CHIAVEESTERNA AS CAMPOWEB_ACCETTAZIONE, INTERVENTI.LISTAOP AS CAMPOWEB_LO, LISTAOP.PROGLISTAATTESA AS CAMPOWEB_LA_LO, INTERVENTI.LISTAATTESA AS CAMPOWEB_LA, INTERVENTI.DISCONVALIDATO AS CAMPOWEB_DISCONVALIDATO, V.*, INTERVENTI.STAMPATO AS CAMPOWEB_STAMPATOCHECK, DECODE(INTRAOP_ANEST.STAMPATO,NULL,'0','1') AS CAMPOWEB_STAMPATOCIACHECK, INTERVENTI.CONVANESTESIA AS CAMPOWEB_CONVANESTESIACHECK, INTERVENTI.CONVCHIRURGIA AS CAMPOWEB_CONVCHIRURGIACHECK, INTERVENTI.CONVINFERMIERI AS CAMPOWEB_CONVINFERMIERICHECK, DECODE(INTERVENTI.APERTO,1,'Si','No') AS CAMPOWEB_APERTO, INTERVENTI.BLOCCATO || INTERVENTI.GENERALE_SEM || INTERVENTI.CHIRURGO_SEM || INTERVENTI.ATTO_SEM || INTERVENTI.ALTRI_SEM || INTERVENTI.ANESTESIA_SEM || INTERVENTI.TEMPI_SEM || INTERVENTI.EQUIPE_SEM || INTERVENTI.MMEDIA_SEM || INTERVENTI.CEC_SEM || INTERVENTI.IMPIANTI_SEM || INTERVENTI.PRESIDI_SEM || INTERVENTI.RECROOM_SEM AS CAMPOWEB_SEMAFORI, INTERVENTI.IDO4C AS CAMPOWEB_IDO4C, PAZIENTI.COGNOME2 AS CAMPOWEB_COGNOME2, INTERVENTI.TIPOINTEGRAZIONEESTERNA AS CAMPOWEB_TIPOINTEGRAZEST FROM INTERVENTI,INTRAOP_ANEST,LISTAOP,PAZIENTI, (SELECT NVL(Pazienti.Cognome,'')||' '||NVL(Pazienti.Nome,'') AS NomeIntero, Pazienti.DataNascita, Interventi.Scadenza, Interventi.Scadenza AS dataorascadenza, Interventi.Progressivo AS MMedia, Interventi.Progressivo AS FlagInterventi, Interventi.Reparto AS Reparto, Interventi.ProgrReparto, (SELECT diagnosi.utcodice||' '||diagnosi.descrizione FROM diagnosiinterventi,diagnosi WHERE diagnosiinterventi.diagnosi = diagnosi.progressivo AND diagnosiinterventi.intervento = interventi.progressivo AND diagnosiinterventi.contatore = (SELECT MIN(contatore) FROM diagnosiinterventi WHERE intervento = interventi.progressivo)) AS diagnosi, Interventi.Regime, Interventi.Solvente, Interventi.DataInt, Salette.Descrizione AS Sala, Interventi.Nosologico, (SELECT COUNT(*) FROM attiinterventi WHERE intervento = interventi.progressivo) AS atto, (SELECT COUNT(*) FROM repertiinterventi WHERE intervento = interventi.progressivo) AS reperto, (SELECT icd9cm.icd||' '||icd9cm.descrizione FROM icdinterventi,icd9cm WHERE icdinterventi.icd = icd9cm.progressivo AND icdinterventi.intervento = interventi.progressivo AND icdinterventi.contatore = (SELECT MIN(contatore) FROM icdinterventi WHERE intervento = interventi.progressivo)) AS icd, Interventi.Progressivo AS progressivo, Interventi.Stampato, Interventi.Bloccato AS bloccato, Interventi.Tempi_Sem, Interventi.Altri_Sem, Interventi.Atto_Sem, Interventi.Equipe_Sem, Interventi.Impianti_Sem, Interventi.Presidi_Sem, Interventi.Anestesia_Sem, interventi.MMedia_Sem, Interventi.Disconvalidato AS disconvalidato, AltriDati.Lateralita, AltriDati.ElezUrg, AltriDati.Destinazione, (SELECT anestesialocale FROM attiinterventi WHERE intervento = interventi.progressivo AND ROWNUM = 1) AS anestesialocale, Interventi.ListaOp, Pazienti.ChiaveEsterna, Pazienti.Cognome AS cognome, Pazienti.Nome AS nome, DECODE(interventi.nonoperato,'0','No','1','Si') AS nonoperato, AltriDati.Note, Interventi.OldProgrReparto AS oldprogrreparto, Interventi.Dimissione as datadimissione, Listaop.Proglistaattesa, Interventi.Listaattesa, Interventi.Ambulatoriale, DECODE(interventi.convchirurgia,'0','No','1','Si') AS CC, DECODE(interventi.convanestesia,'0','No','1','Si') AS CA, DECODE(interventi.convinfermieri,'0','No','1','Si') AS CI, DECODE(altridati.intraop,'0','No','1','Si') AS esamirichiesti, Interventi.DataRicovero, Interventi.Disconvalidato_Chi, Interventi.Disconvalidato_Quando, Altridati.Reintervento, Pazienti.Sesso FROM Previsioni,Interventi,AltriDati,ListaOp,Pazienti,Salette WHERE (Interventi.CodPaziente = Pazienti.Progressivo AND Salette.Progressivo(+) = Interventi.Saletta AND AltriDati.Intervento(+) = Interventi.Progressivo AND Previsioni.Progressivo(+) = Interventi.Previsione AND interventi.listaop = listaop.progressivo(+))) V WHERE 1=1 AND INTERVENTI.PROGRESSIVO = V.PROGRESSIVO AND INTERVENTI.CODPAZIENTE = PAZIENTI.PROGRESSIVO AND INTERVENTI.LISTAOP = LISTAOP.PROGRESSIVO(+) AND INTERVENTI.PROGRESSIVO = INTRAOP_ANEST.PROGRCHIAMANTE(+) AND Interventi.BLOCCO = 2833 AND Interventi.REPARTO = 14 AND Interventi.SALETTA = 10 AND Interventi.Disconvalidato = '0' AND Interventi.DATAINT >= to_date('2021-09-21', 'yyyy-MM-dd') AND Interventi.DATAINT <= to_date('2021-10-21', 'yyyy-MM-dd') ORDER BY INTERVENTI.DATAINT, SIGN(INTERVENTI.PROGRREPARTO) DESC, DECODE(SIGN(INTERVENTI.PROGRREPARTO),-1,(INTERVENTI.PROGRREPARTO * -1),INTERVENTI.PROGRREPARTO) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.08 0.08 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.01 1 26 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.08 0.10 1 26 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=6 pr=0 pw=0 time=285 us cost=3 size=108 card=1) 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=257 us cost=3 size=108 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=3 pr=0 pw=0 time=181 us cost=2 size=11 card=1) 1 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=2 pr=0 pw=0 time=152 us cost=1 size=0 card=1)(object id 4328627) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=82 us) 1 1 1 FIRST ROW (cr=1 pr=0 pw=0 time=48 us cost=1 size=6 card=1) 1 1 1 INDEX RANGE SCAN (MIN/MAX) DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=42 us cost=1 size=6 card=1)(object id 4328627) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=67 us cost=0 size=0 card=1)(object id 4328750) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=1 pr=0 pw=0 time=18 us cost=1 size=97 card=1) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=44 us) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=0 pw=0 time=23 us cost=0 size=13 card=1)(object id 4328540) 1 1 1 SORT AGGREGATE (cr=1 pr=1 pw=0 time=15601 us) 0 0 0 INDEX RANGE SCAN REPERTIINTERVENTI2 (cr=1 pr=1 pw=0 time=15575 us cost=0 size=13 card=1)(object id 4328316) 1 1 1 NESTED LOOPS (cr=6 pr=0 pw=0 time=298 us cost=3 size=118 card=1) 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=264 us cost=3 size=118 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=3 pr=0 pw=0 time=215 us cost=2 size=11 card=1) 1 1 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=2 pr=0 pw=0 time=169 us cost=1 size=0 card=1)(object id 4328796) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=90 us) 1 1 1 FIRST ROW (cr=1 pr=0 pw=0 time=60 us cost=1 size=6 card=1) 1 1 1 INDEX RANGE SCAN (MIN/MAX) ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=54 us cost=1 size=6 card=1)(object id 4328796) 1 1 1 INDEX UNIQUE SCAN ICD9CM1 (cr=2 pr=0 pw=0 time=39 us cost=0 size=0 card=1)(object id 4328949) 1 1 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=1 pr=0 pw=0 time=20 us cost=1 size=107 card=1) 0 0 0 COUNT STOPKEY (cr=1 pr=0 pw=0 time=42 us) 0 0 0 TABLE ACCESS BY INDEX ROWID ATTIINTERVENTI (cr=1 pr=0 pw=0 time=25 us cost=0 size=16 card=1) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=0 pw=0 time=21 us cost=0 size=0 card=1)(object id 4328540) 1 1 1 SORT ORDER BY (cr=26 pr=1 pw=0 time=17243 us cost=9 size=434 card=1) 1 1 1 NESTED LOOPS OUTER (cr=11 pr=0 pw=0 time=493 us cost=8 size=434 card=1) 1 1 1 NESTED LOOPS OUTER (cr=11 pr=0 pw=0 time=475 us cost=8 size=426 card=1) 1 1 1 NESTED LOOPS (cr=11 pr=0 pw=0 time=456 us cost=7 size=418 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=412 us cost=6 size=366 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=366 us cost=5 size=323 card=1) 1 1 1 MERGE JOIN OUTER (cr=4 pr=0 pw=0 time=314 us cost=3 size=311 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=181 us cost=2 size=286 card=1) 1 1 1 INDEX RANGE SCAN INTERVENTI3 (cr=1 pr=0 pw=0 time=74 us cost=1 size=0 card=1)(object id 4328376) 1 1 1 BUFFER SORT (cr=2 pr=0 pw=0 time=111 us cost=1 size=25 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=52 us cost=1 size=25 card=1) 1 1 1 INDEX UNIQUE SCAN SALETTE1 (cr=1 pr=0 pw=0 time=28 us cost=0 size=0 card=1)(object id 4328878) 1 1 1 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=2 pr=0 pw=0 time=39 us cost=2 size=12 card=1) 1 1 1 INDEX RANGE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=26 us cost=1 size=0 card=1)(object id 4329091) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=31 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=15 us cost=0 size=0 card=1)(object id 4329001) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=37 us cost=1 size=52 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=24 us cost=0 size=0 card=1)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=0 pr=0 pw=0 time=8 us cost=1 size=8 card=1) 0 0 0 INDEX UNIQUE SCAN LISTAOP1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328601) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=0 pr=0 pw=0 time=7 us cost=0 size=8 card=1) 0 0 0 INDEX UNIQUE SCAN LISTAOP1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328601) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net more data to client 1 0.00 0.00 SQL*Net message from client 3 1.38 1.53 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 ******************************************************************************** SQL ID: 6wskq4sfb800m Plan Hash: 4165688936 select * from avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 30 0.01 0.01 0 45 0 15 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 60 0.03 0.03 0 45 0 15 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=244 us cost=3 size=968 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 45 0.00 0.00 SQL*Net more data to client 45 0.00 0.00 SQL*Net message from client 45 1.41 2.41 ******************************************************************************** SQL ID: 15z5whvjxukdd Plan Hash: 990404040 SELECT DATARIATTIVAZIONE FROM LISTAATTESARIATTIVAZIONE WHERE NUMERO=:B1 AND DATARIATTIVAZIONE IS NOT NULL call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 328 0.23 0.23 0 0 0 0 Fetch 328 0.01 0.01 0 328 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 660 0.25 0.25 0 328 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESARIATTIVAZIONE (cr=1 pr=0 pw=0 time=63 us cost=2 size=6 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESARIATTIVAZIONE3 (cr=1 pr=0 pw=0 time=52 us cost=1 size=0 card=1)(object id 4328261) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: d3q6p0x4jy62s Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '226' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.01 0.01 0 90 0 9 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.03 0.03 0 90 0 9 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 3 3 3 SORT ORDER BY (cr=30 pr=0 pw=0 time=5180 us cost=11 size=57 card=1) 3 3 3 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4431 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 library cache lock 1 0.00 0.00 latch: ges resource hash list 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 487j0yg5fg73d Plan Hash: 4119684336 SELECT * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3208@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.01 0.01 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.02 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=16602 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=16537 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 5cb25w412d4sp Plan Hash: 4119684336 SELECT * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@652@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.01 0.01 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.02 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=16478 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=16384 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: gy7398hy6ynvn Plan Hash: 3829484574 select integrazio0_.CHIAVE as CHIAVE1389_0_, integrazio0_.VALORE as VALORE1389_0_, integrazio0_.ETICHETTA as ETICHETTA1389_0_ from INTEGRAZIONE_CONFIG integrazio0_ where integrazio0_.CHIAVE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.02 0.03 0 0 0 0 Fetch 1 0.00 0.01 1 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.05 1 3 0 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTEGRAZIONE_CONFIG (cr=3 pr=1 pw=0 time=16142 us cost=2 size=152 card=1) 1 1 1 INDEX UNIQUE SCAN PK_INTEGRAZIONE_CONFIG (cr=2 pr=1 pw=0 time=16088 us cost=1 size=0 card=1)(object id 4328923) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 6 0.00 0.01 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr block 2-way 1 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 ******************************************************************************** SQL ID: 5uttgc3nt6d7v Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.01 0.01 0 126 0 168 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.03 0.03 0 126 0 168 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 8 8 8 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=259 us cost=4 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 44 0.00 0.00 SQL*Net message from client 44 0.03 0.08 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 6kcqm6bwby5m3 Plan Hash: 3598632568 select blocchi0_.REPARTO as REPARTO4_, blocchi0_.BLOCCO as BLOCCO4_, blocco1_.PROGRESSIVO as PROGRESS1_20_0_, blocco1_.UTCODICE as UTCODICE20_0_, blocco1_.DESCRIZIONE as DESCRIZI3_20_0_, blocco1_.NONATTIVO as NONATTIVO20_0_, blocco1_.COPIAPROGRESSIVO as COPIAPRO5_20_0_, blocco1_.DATAORA as DATAORA20_0_, blocco1_.DATAINIZIO as DATAINIZIO20_0_, blocco1_.DATAFINE as DATAFINE20_0_, blocchicco2_.BLOCCO as BLOCCO22_1_, blocchicco2_.SIGLACS as SIGLACS22_1_, blocchicco2_.CCOSTO as CCOSTO22_1_, blocchicco2_.CODMAG as CODMAG22_1_, blocchicco2_.CODUNITAPRELIEVO as CODUNITA5_22_1_, blocchicco2_.CODICECRIL as CODICECRIL22_1_, utente3_.SIGLA as SIGLA19_2_, utente3_.UTENTE as UTENTE19_2_, utente3_.LIVELLO as LIVELLO19_2_, utente3_.PASSWORD as PASSWORD19_2_, utente3_.PASSWORD2 as PASSWORD5_19_2_, utente3_.ATTIVO as ATTIVO19_2_, utente3_.ULTIMOACCESSO as ULTIMOAC7_19_2_, utente3_.LINGUA as LINGUA19_2_, utente3_.DATAPASSWORD as DATAPASS9_19_2_, utente3_.CAMBIOPASSWORD as CAMBIOP10_19_2_, utente3_.DATADISATTIVAZIONE as DATADIS11_19_2_, utente3_.DATARIATTIVAZIONE as DATARIA12_19_2_, utente3_.SMARTCARD as SMARTCARD19_2_, utente3_.CODFISC as CODFISC19_2_, utente3_.IGNORAADSI as IGNORAADSI19_2_, utente3_.COGNOME as COGNOME19_2_, utente3_.NOME as NOME19_2_, utente3_.DATAANALYZER_USERNAME as DATAANA18_19_2_, utente3_.DATAANALYZER_PASSWORD as DATAANA19_19_2_, utente3_.ALIASFIRMAREMOTA as ALIASFI20_19_2_, utente3_.INVIATO_O4C as INVIATO21_19_2_, blocchimai4_.BLOCCO as BLOCCO23_3_, blocchimai4_.PROGRESSIVO as PROGRESS2_23_3_, blocchimai4_.NOMINATIVO as NOMINATIVO23_3_, blocchimai4_.INDIRIZZOMAIL as INDIRIZZ4_23_3_ from REPARTIBLOCCHI blocchi0_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco1_, BLOCCHICCOSTO blocchicco2_, UTENTI utente3_, BLOCCHIMAIL blocchimai4_ where blocchi0_.BLOCCO=blocco1_.PROGRESSIVO(+) and blocco1_.PROGRESSIVO=blocchicco2_.BLOCCO(+) and blocchicco2_.SIGLACS= utente3_.SIGLA(+) and blocco1_.PROGRESSIVO=blocchimai4_.BLOCCO(+) and blocchi0_.REPARTO in (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.03 0.03 0 0 0 0 Fetch 6 0.01 0.01 0 87 0 30 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.05 0.05 0 87 0 30 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 10 10 10 HASH JOIN OUTER (cr=29 pr=0 pw=0 time=4715 us cost=14 size=4590 card=10) 10 10 10 NESTED LOOPS OUTER (cr=23 pr=0 pw=0 time=3800 us cost=10 size=3590 card=10) 10 10 10 HASH JOIN OUTER (cr=9 pr=0 pw=0 time=2916 us cost=9 size=3480 card=10) 10 10 10 HASH JOIN OUTER (cr=8 pr=0 pw=0 time=1555 us cost=7 size=640 card=10) 10 10 10 INLIST ITERATOR (cr=3 pr=0 pw=0 time=1023 us) 10 10 10 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=3 pr=0 pw=0 time=243 us cost=1 size=70 card=10)(object id 4328626) 7 7 7 TABLE ACCESS BY INDEX ROWID TABELLE (cr=5 pr=0 pw=0 time=226 us cost=6 size=399 card=7) 7 7 7 INDEX RANGE SCAN TABELLE2 (cr=2 pr=0 pw=0 time=106 us cost=2 size=0 card=7)(object id 4328100) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=138 us cost=2 size=284 card=1) 10 10 10 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=14 pr=0 pw=0 time=333 us cost=1 size=11 card=1) 10 10 10 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=4 pr=0 pw=0 time=154 us cost=0 size=0 card=1)(object id 4328577) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=2352 us cost=4 size=17800 card=178) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 9 0.00 0.00 SQL*Net message from client 9 0.01 0.03 ******************************************************************************** SQL ID: cvbtnf7p5xw6s Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '75' AND ( nonattivo = '0' or progressivo = 3232 ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.01 0.01 0 90 0 24 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.02 0.02 0 90 0 24 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 8 8 8 SORT ORDER BY (cr=30 pr=0 pw=0 time=4794 us cost=11 size=456 card=8) 8 8 8 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4502 us cost=10 size=456 card=8) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.01 ******************************************************************************** SQL ID: 92qp7963u9bmt Plan Hash: 2070349090 select equipe0_.PROGRINTERVENTO as PROGRINT1_3_, equipe0_.CODPERSONALE as CODPERSO2_3_, equipe0_.CONTATORE as CONTATORE3_, equipe0_.PROGRINTERVENTO as PROGRINT1_39_2_, equipe0_.CODPERSONALE as CODPERSO2_39_2_, equipe0_.SUBENTRATOA as SUBENTRA3_39_2_, equipe0_.CONTATORE as CONTATORE39_2_, equipe0_.CHKPRIMO as CHKPRIMO39_2_, equipe0_.ORAIN as ORAIN39_2_, equipe0_.ORAOUT as ORAOUT39_2_, equipe0_.DATAIN as DATAIN39_2_, equipe0_.DATAOUT as DATAOUT39_2_, equipe0_.NOTE as NOTE39_2_, equipe0_.UNITASCOPIA as UNITASC11_39_2_, equipe0_.TEMPOSCOPIA as TEMPOSC12_39_2_, equipe0_.PRESENZASCOPIA as PRESENZ13_39_2_, equipe0_.EXTRATIME as EXTRATIME39_2_, personale1_.PROGRESSIVO as PROGRESS1_7_0_, personale1_.FUNZIONE as FUNZIONE7_0_, personale1_.REPARTO as REPARTO7_0_, personale1_.SIGLA as SIGLA7_0_, personale1_.BLOCCO as BLOCCO7_0_, personale1_.NOMINATIVO as NOMINATIVO7_0_, personale1_.MATRICOLA as MATRICOLA7_0_, personale1_.PRESENTE as PRESENTE7_0_, personale1_.UTENTE as UTENTE7_0_, personale1_.SPECIALIZZANDO as SPECIAL10_7_0_, personale1_.DATAFINE as DATAFINE7_0_, personale1_.IDREGIONALE as IDREGIO12_7_0_, personale2_.PROGRESSIVO as PROGRESS1_7_1_, personale2_.FUNZIONE as FUNZIONE7_1_, personale2_.REPARTO as REPARTO7_1_, personale2_.SIGLA as SIGLA7_1_, personale2_.BLOCCO as BLOCCO7_1_, personale2_.NOMINATIVO as NOMINATIVO7_1_, personale2_.MATRICOLA as MATRICOLA7_1_, personale2_.PRESENTE as PRESENTE7_1_, personale2_.UTENTE as UTENTE7_1_, personale2_.SPECIALIZZANDO as SPECIAL10_7_1_, personale2_.DATAFINE as DATAFINE7_1_, personale2_.IDREGIONALE as IDREGIO12_7_1_ from INTEQUIPE equipe0_, PERSONALE personale1_, PERSONALE personale2_ where equipe0_.CODPERSONALE=personale1_.PROGRESSIVO(+) and equipe0_.SUBENTRATOA= personale2_.PROGRESSIVO(+) and equipe0_.PROGRINTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 20 0.00 0.00 0 0 0 0 Execute 20 0.02 0.02 0 0 0 0 Fetch 20 0.01 0.01 0 173 0 95 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 60 0.04 0.05 0 173 0 95 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 15 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 5 5 5 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=700 us cost=4 size=165 card=1) 5 5 5 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=615 us cost=3 size=103 card=1) 5 5 5 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=2 pr=0 pw=0 time=204 us cost=2 size=41 card=1) 5 5 5 INDEX RANGE SCAN INTEQUIPE3 (cr=1 pr=0 pw=0 time=122 us cost=1 size=0 card=1)(object id 4328955) 5 5 5 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=7 pr=0 pw=0 time=185 us cost=1 size=62 card=1) 5 5 5 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=91 us cost=0 size=0 card=1)(object id 4329013) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=30 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=12 us cost=0 size=0 card=1)(object id 4329013) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 40 0.00 0.00 SQL*Net message from client 40 0.00 0.05 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 55yu4yvm2z7n1 Plan Hash: 4119684336 SELECT * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3194@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.01 0.01 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.02 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=15297 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=15224 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: c0qg5dzupfqwd Plan Hash: 3397623635 select this_.id as id92_1_, this_.idscheda as idscheda92_1_, this_.ordineinscheda as ordinein3_92_1_, this_.attiva as attiva92_1_, this_.tipo as tipo92_1_, this_.valoricombo as valorico6_92_1_, this_.valoriradio as valorira7_92_1_, this_.voce as voce92_1_, this_.ambito as ambito92_1_, this_.competenza as competenza92_1_, this_.noteattive as noteattive92_1_, this_.datainiziovalidita as dataini12_92_1_, this_.datafinevalidita as datafin13_92_1_, schedachec2_.id as id90_0_, schedachec2_.nomescheda as nomescheda90_0_, schedachec2_.ordinescheda as ordinesc3_90_0_, schedachec2_.attiva as attiva90_0_ from CHECKLISTRCCONF this_, CHECKLISTRCSCHEDE schedachec2_ where this_.idscheda= schedachec2_.id(+) and this_.ambito=:1 and this_.competenza=:2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 12 0.00 0.00 0 0 0 0 Execute 12 0.07 0.10 0 0 0 0 Fetch 12 0.01 0.01 3 61 0 22 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 36 0.08 0.12 3 61 0 22 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 2 3 NESTED LOOPS OUTER (cr=5 pr=1 pw=0 time=1913 us cost=4 size=186 card=1) 0 2 3 TABLE ACCESS FULL CHECKLISTRCCONF (cr=2 pr=0 pw=0 time=1094 us cost=3 size=159 card=1) 0 2 3 TABLE ACCESS BY INDEX ROWID CHECKLISTRCSCHEDE (cr=3 pr=0 pw=0 time=760 us cost=1 size=27 card=1) 0 2 3 INDEX UNIQUE SCAN CHECKLISTRCSCHEDE1 (cr=1 pr=0 pw=0 time=67 us cost=0 size=0 card=1)(object id 4328792) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 24 0.00 0.00 SQL*Net message from client 24 0.70 1.81 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 row cache lock 19 0.00 0.03 db file sequential read 3 0.00 0.00 ******************************************************************************** SQL ID: 88shffby339d6 Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND (Convalida IN (2,1,3) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 19 0.01 0.01 0 0 0 0 Execute 19 0.00 0.00 0 0 0 0 Fetch 19 0.01 0.01 0 114 0 76 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.03 0.03 0 114 0 76 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=261 us cost=4 size=96 card=4) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 40 0.00 0.00 SQL*Net message from client 40 0.00 0.05 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: c7pbsgyk4juxj Plan Hash: 511315058 select DISTINCT P.*,GetBlocchiPerPersonale(P.Progressivo) AS DESCRIZIONE from PERSONALE P,PERSONALEBLOCCHIREPARTI where 1=1 AND P.PROGRESSIVO = PERSONALEBLOCCHIREPARTI.PERSONALE (+) AND p.funzione = 2 AND p.progressivo in ( 11) order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.05 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.01 0.01 0 8 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.05 0.07 0 8 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT UNIQUE (cr=56 pr=3 pw=0 time=114555 us cost=6 size=70 card=1) 2 2 2 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=201 us cost=5 size=140 card=2) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=74 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=36 us cost=0 size=0 card=1)(object id 4329013) 2 2 2 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=118 us cost=4 size=16 card=2) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: b7z8ccw1pu8w4 Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'lista_attesa' AND UPPER(COL_NAME) = 'LA_CHIAVEESTERNA' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.01 0.01 0 66 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.02 0.02 0 66 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4510 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.82 2.35 ******************************************************************************** SQL ID: 9cwa8xhfc3xxy Plan Hash: 4119684336 SELECT * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3207@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.01 0.01 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=13971 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=13904 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 4j8h7mr9cn1b5 Plan Hash: 3461381577 select configuraz0_.PROGRESSIVO as PROGRESS1_749_, configuraz0_.ANAGRAFICA as ANAGRAFICA749_, configuraz0_.ORDERENTRY as ORDERENTRY749_, configuraz0_.ORDERENTRY2 as ORDERENTRY4_749_, configuraz0_.ORDERENTRY3 as ORDERENTRY5_749_, configuraz0_.ORDERENTRYPRE as ORDERENT6_749_, configuraz0_.ORDERENTRYPREADMISSION as ORDERENT7_749_, configuraz0_.DOSSIERCLINICO as DOSSIERC8_749_, configuraz0_.PRESCRIZIONI as PRESCRIZ9_749_, configuraz0_.MAGAZZINOSCARICHI as MAGAZZI10_749_, configuraz0_.RIVALUTAZIONEANESTESIOLOGICA as RIVALUT11_749_, configuraz0_.INTERVISTAPRERICOVERO as INTERVI12_749_, configuraz0_.VIEWERIMMAGINI as VIEWERI13_749_, configuraz0_.CONSENTS as CONSENTS749_, configuraz0_.THERAPIES as THERAPIES749_ from CONFIGURAZIONECROSSCONTEXT configuraz0_ call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 31 0.01 0.01 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.01 0.01 0 62 0 31 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 62 0 31 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 15 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL CONFIGURAZIONECROSSCONTEXT (cr=2 pr=0 pw=0 time=167 us cost=3 size=6 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 63 0.00 0.00 SQL*Net message from client 63 0.04 0.12 latch free 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 3wyprbv7zx1y8 Plan Hash: 4119684336 SELECT * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3193@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.01 0.01 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=13814 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=13753 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net break/reset to client 4 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 9zb6yc463ymcd Plan Hash: 1499107076 SELECT reparto From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 42 0.01 0.01 0 0 0 0 Execute 42 0.00 0.00 0 0 0 0 Fetch 42 0.01 0.01 0 84 0 42 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 126 0.03 0.03 0 84 0 42 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=93 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=58 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 85 0.00 0.00 SQL*Net message from client 85 0.04 0.12 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 7k9km0xv27ddm Plan Hash: 4119684336 SELECT * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3195@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.01 0.01 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=13289 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=13217 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 91qwq7d4rhy77 Plan Hash: 1648535478 SELECT ICDINTERVENTI.*,ICD9CM.ICD AS ICD9CM_COD,ICD9CM.DESCRIZIONE AS ICD9CM_DESC, TEMPIICD.INIZIO, TEMPIICD.FINE FROM ICDINTERVENTI, ICD9CM, TEMPIICD WHERE ICDINTERVENTI.ICD = ICD9CM.PROGRESSIVO (+) AND ICDINTERVENTI.CONTATORE = TEMPIICD.CONTATORE (+) AND ICDINTERVENTI.INTERVENTO = TEMPIICD.INTERVENTO (+) AND ICDINTERVENTI.INTERVENTO = 95 ORDER BY ICDINTERVENTI.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.01 0.01 0 6 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 12 0.01 0.01 0 203 0 100 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 20 0.02 0.02 0 209 0 100 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 25 25 25 NESTED LOOPS OUTER (cr=50 pr=0 pw=0 time=5060 us cost=4 size=136 card=1) 25 25 25 NESTED LOOPS OUTER (cr=14 pr=0 pw=0 time=3460 us cost=3 size=29 card=1) 25 25 25 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=6 pr=0 pw=0 time=677 us cost=2 size=11 card=1) 25 25 25 INDEX RANGE SCAN ICDINTERVENTI3 (cr=3 pr=0 pw=0 time=275 us cost=1 size=0 card=1)(object id 4328796) 0 17 25 TABLE ACCESS BY INDEX ROWID TEMPIICD (cr=8 pr=0 pw=0 time=1100 us cost=1 size=18 card=1) 0 17 25 INDEX RANGE SCAN TEMPIICD3 (cr=6 pr=0 pw=0 time=1036 us cost=0 size=0 card=1)(object id 4328882) 25 25 25 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=36 pr=0 pw=0 time=605 us cost=1 size=107 card=1) 25 25 25 INDEX UNIQUE SCAN ICD9CM1 (cr=11 pr=0 pw=0 time=287 us cost=0 size=0 card=1)(object id 4328949) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 16 0.00 0.00 SQL*Net message from client 16 0.01 0.04 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 908pggtg0j8h0 Plan Hash: 4055400400 select crossconte0_.PROGRESSIVO as PROGRESS1_748_, crossconte0_.TYPE as TYPE748_, crossconte0_.ATTIVO_TUTTIBLOCCHIREPARTI as ATTIVO3_748_ from CROSSCONTEXT_TYPE crossconte0_ where crossconte0_.TYPE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 20 0.00 0.00 0 0 0 0 Execute 20 0.04 0.05 0 0 0 0 Fetch 20 0.01 0.01 0 40 0 20 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 60 0.06 0.07 0 40 0 20 Misses in library cache during parse: 2 Misses in library cache during execute: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL CROSSCONTEXT_TYPE (cr=2 pr=0 pw=0 time=439 us cost=3 size=20 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 40 0.00 0.00 SQL*Net message from client 40 0.01 0.07 row cache lock 6 0.00 0.01 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 7y8jsd2cnpwxy Plan Hash: 3859864630 SELECT * FROM ACCWS WHERE PROGRAMMA = 3 AND IDACCCONNESSIONE = 47 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.03 0.05 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.01 1 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.07 1 4 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ACCWS (cr=2 pr=0 pw=0 time=6078 us cost=1 size=12 card=1) 1 1 1 INDEX UNIQUE SCAN PK_ACCWS (cr=1 pr=0 pw=0 time=2108 us cost=0 size=0 card=1)(object id 4328394) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.02 0.03 gc cr block 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: dvty3cc0nv5w7 Plan Hash: 1241641566 select repartiblo0_.BLOCCO as BLOCCO436_, repartiblo0_.REPARTO as REPARTO436_, repartiblo0_.CHECKLIST as CHECKLIST436_, repartiblo0_.CODICE_UNIVOCO_BLOCCOREPARTO as CODICE4_436_, repartiblo0_.TEMPI_REAL_TIME as TEMPI5_436_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'VPO') as formula1_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'CIA') as formula2_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'RECROOM') as formula3_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'CHECKLIST') as formula4_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'CONTAGARZE') as formula5_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'TEMPIOPERATORI') as formula6_, (SELECT BR5.TIPO FROM BLOCCHIREPARTIHTML5 BR5 WHERE BR5.BLOCCO = repartiblo0_.BLOCCO AND BR5.REPARTO = repartiblo0_.REPARTO AND BR5.TIPO = 'SCARICHIMAGAZZINO') as formula7_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 1) as formula8_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 3) as formula9_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 2) as formula10_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 9) as formula11_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 10) as formula12_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 11) as formula13_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 15) as formula14_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 12) as formula15_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 4) as formula16_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 5) as formula17_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 6) as formula18_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 7) as formula19_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 8) as formula20_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 13) as formula21_, (SELECT BRCC.CROSSCONTEXT_TYPE FROM BLOCCHIREPARTICROSSCONTEXT BRCC WHERE BRCC.BLOCCO = repartiblo0_.BLOCCO AND BRCC.REPARTO = repartiblo0_.REPARTO AND BRCC.CROSSCONTEXT_TYPE = 14) as formula22_ from REPARTIBLOCCHI repartiblo0_ where repartiblo0_.BLOCCO=:1 and repartiblo0_.REPARTO=:2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.05 0.05 0 0 0 0 Fetch 8 0.01 0.01 0 192 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.07 0.07 0 192 0 8 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX RANGE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=41 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX RANGE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=18 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX RANGE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=19 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX RANGE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=16 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX RANGE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=18 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX RANGE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=17 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX RANGE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=18 us cost=0 size=38 card=1)(object id 4328205) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=23 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=14 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=11 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=11 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=11 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=12 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=13 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=15 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=13 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=13 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=14 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=13 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=16 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=12 us cost=0 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=12 us cost=0 size=39 card=1)(object id 4328597) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTIBLOCCHI (cr=2 pr=0 pw=0 time=107 us cost=1 size=15 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=58 us cost=0 size=0 card=1)(object id 4328626) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 17 0.00 0.00 SQL*Net message from client 17 0.00 0.01 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net break/reset to client 2 0.01 0.01 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: fnjnnjngrx9c1 Plan Hash: 2223189288 select progressivo,decode(attivo,'0',descrizione || ' (NO ACTIVO)', descrizione) as descrizione,attivo from reparti order by attivo desc, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 12 0.01 0.01 0 0 0 0 Execute 12 0.00 0.00 0 0 0 0 Fetch 24 0.01 0.01 0 24 0 180 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.02 0.02 0 24 0 180 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 10 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 15 15 15 SORT ORDER BY (cr=2 pr=0 pw=0 time=528 us cost=4 size=630 card=15) 15 15 15 TABLE ACCESS FULL REPARTI (cr=2 pr=0 pw=0 time=170 us cost=3 size=630 card=15) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 37 0.00 0.00 SQL*Net message from client 37 7.63 8.10 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 9d39n6gnrpq0g Plan Hash: 821085353 SELECT INTERVENTO FROM TGARZE WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.02 0.03 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.01 1 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.02 0.04 1 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX UNIQUE SCAN TGARZE1 (cr=1 pr=0 pw=0 time=4031 us cost=0 size=13 card=1)(object id 4328719) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 library cache lock 1 0.00 0.00 row cache lock 5 0.00 0.00 library cache pin 1 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 ******************************************************************************** SQL ID: d7dz676htr9hq Plan Hash: 4119684336 select progressivo,codicetabella,utcodice,decode(nonattivo,'1',descrizione || ' (NO ACTIVO)', descrizione) as descrizione,nonattivo,copiaprogressivo, dataora,datainizio,datafine from tabelle where codicetabella = '33' order by nonattivo,descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.01 0.01 0 90 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.02 0.02 0 90 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 7 7 7 SORT ORDER BY (cr=30 pr=0 pw=0 time=3656 us cost=11 size=1938 card=34) 7 7 7 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2540 us cost=10 size=1938 card=34) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 8hu6x4hg3kr0h Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND COL_NAME IN ('CAMPOWEB_STAMPATOCHECK','CAMPOWEB_STAMPATOCIACHECK', 'CAMPOWEB_CONVCHIRURGIACHECK','CAMPOWEB_CONVINFERMIERICHECK', 'CAMPOWEB_CONVANESTESIACHECK') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 44 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 44 0 10 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 5 5 5 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=2742 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.09 0.10 ******************************************************************************** SQL ID: 23huqv7s7qvhn Plan Hash: 4165688936 select rowid, flag2 FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.01 0.01 0 42 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 42 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=219 us cost=3 size=17 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 42 0.00 0.00 SQL*Net message from client 42 0.06 0.32 ******************************************************************************** SQL ID: 41k4f191393nw Plan Hash: 4119684336 SELECT * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3206@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.01 0.01 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=11965 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=11898 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 5bjnw7012np2y Plan Hash: 701062779 select this_.BLOCCO as BLOCCO11_4_, this_.REPARTO as REPARTO11_4_, this_.CHECKLIST as CHECKLIST11_4_, this_.FIRMA as FIRMA11_4_, this_.INTEGRAZIONEEXT as INTEGRAZ5_11_4_, this_.CODICE_REPARTO_BLOCCO as CODICE6_11_4_, this_.TEMPI_REAL_TIME as TEMPI7_11_4_, this_.CODICE_UNIVOCO_BLOCCOREPARTO as CODICE8_11_4_, reparto2_.PROGRESSIVO as PROGRESS1_10_0_, reparto2_.CODICE as CODICE10_0_, reparto2_.CCOSTO as CCOSTO10_0_, reparto2_.DESCRIZIONE as DESCRIZI4_10_0_, reparto2_.ATTIVO as ATTIVO10_0_, reparto2_.CODMAG as CODMAG10_0_, reparto2_.CODUNITAPRELIEVO as CODUNITA7_10_0_, reparto2_.SIGLACS as SIGLACS10_0_, reparto2_.CODREGIONALE as CODREGIO9_10_0_, reparto2_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_0_, blocco3_.PROGRESSIVO as PROGRESS1_20_1_, blocco3_.UTCODICE as UTCODICE20_1_, blocco3_.DESCRIZIONE as DESCRIZI3_20_1_, blocco3_.NONATTIVO as NONATTIVO20_1_, blocco3_.COPIAPROGRESSIVO as COPIAPRO5_20_1_, blocco3_.DATAORA as DATAORA20_1_, blocco3_.DATAINIZIO as DATAINIZIO20_1_, blocco3_.DATAFINE as DATAFINE20_1_, blocchicco4_.BLOCCO as BLOCCO22_2_, blocchicco4_.SIGLACS as SIGLACS22_2_, blocchicco4_.CCOSTO as CCOSTO22_2_, blocchicco4_.CODMAG as CODMAG22_2_, blocchicco4_.CODUNITAPRELIEVO as CODUNITA5_22_2_, blocchicco4_.CODICECRIL as CODICECRIL22_2_, blocchimai5_.BLOCCO as BLOCCO23_3_, blocchimai5_.PROGRESSIVO as PROGRESS2_23_3_, blocchimai5_.NOMINATIVO as NOMINATIVO23_3_, blocchimai5_.INDIRIZZOMAIL as INDIRIZZ4_23_3_ from REPARTIBLOCCHI this_, REPARTI reparto2_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco3_, BLOCCHICCOSTO blocchicco4_, BLOCCHIMAIL blocchimai5_ where this_.REPARTO=reparto2_.PROGRESSIVO(+) and this_.BLOCCO= blocco3_.PROGRESSIVO and blocco3_.PROGRESSIVO=blocchicco4_.BLOCCO(+) and blocco3_.PROGRESSIVO=blocchimai5_.BLOCCO(+) and this_.BLOCCO=:1 and this_.REPARTO=:2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 16 0.00 0.00 0 0 0 0 Execute 16 0.03 0.03 0 0 0 0 Fetch 16 0.01 0.01 0 160 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.05 0.05 0 160 0 16 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=10 pr=0 pw=0 time=386 us cost=7 size=449 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=288 us cost=5 size=165 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=247 us cost=4 size=83 card=1) 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=204 us cost=3 size=72 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=134 us cost=2 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=58 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTIBLOCCHI (cr=2 pr=0 pw=0 time=59 us cost=1 size=15 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=25 us cost=0 size=0 card=1)(object id 4328626) 1 1 1 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=28 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=12 us cost=0 size=0 card=1)(object id 4328577) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=29 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=13 us cost=0 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=82 us cost=2 size=284 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 32 0.00 0.00 SQL*Net message from client 32 0.05 0.13 ******************************************************************************** SQL ID: 4s9zqmvfasvun Plan Hash: 1430153213 SELECT idaccconnessioni,stringa,priorita,1 AS ordine FROM accconnessioni WHERE preferenziale = '1' AND programma = 3 AND linguaggio = 1 UNION SELECT idaccconnessioni,stringa,priorita,2 AS ordine FROM accconnessioni WHERE idaccconnessioni = -1 AND programma = 3 AND linguaggio = 1 UNION SELECT idaccconnessioni,stringa,priorita,3 AS ordine FROM accconnessioni WHERE preferenziale = '0' AND programma = 3 AND linguaggio = 1 AND idaccconnessioni <> -1 ORDER BY ordine ASC,priorita ASC call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.08 0.12 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.01 1 15 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.09 0.13 1 15 0 3 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT UNIQUE (cr=5 pr=0 pw=0 time=3710 us cost=8 size=348 card=3) 1 1 1 UNION-ALL (cr=5 pr=0 pw=0 time=3589 us) 1 1 1 TABLE ACCESS BY INDEX ROWID ACCCONNESSIONI (cr=2 pr=0 pw=0 time=2166 us cost=2 size=117 card=1) 1 1 1 INDEX RANGE SCAN ACCCONNESSIONI2 (cr=1 pr=0 pw=0 time=1398 us cost=1 size=0 card=1)(object id 4328810) 0 0 0 TABLE ACCESS BY INDEX ROWID ACCCONNESSIONI (cr=1 pr=0 pw=0 time=1238 us cost=1 size=114 card=1) 0 0 0 INDEX UNIQUE SCAN ACCCONNESSIONI1 (cr=1 pr=0 pw=0 time=1229 us cost=0 size=0 card=1)(object id 4328811) 0 0 0 TABLE ACCESS BY INDEX ROWID ACCCONNESSIONI (cr=2 pr=0 pw=0 time=117 us cost=2 size=117 card=1) 1 1 1 INDEX RANGE SCAN ACCCONNESSIONI2 (cr=1 pr=0 pw=0 time=65 us cost=1 size=0 card=1)(object id 4328810) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.54 1.47 gc cr block 2-way 2 0.00 0.00 db file sequential read 1 0.00 0.00 library cache lock 1 0.00 0.00 row cache lock 17 0.00 0.03 library cache pin 1 0.00 0.00 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: ayks52f19xnn0 Plan Hash: 4119684336 SELECT * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3209@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.01 0.01 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=11669 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=11598 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 5jkpwbp69bvfh Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_IDO4C' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=5394 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: cwvfrqstmdpkk Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '90' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 60 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 60 0 8 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 SORT ORDER BY (cr=30 pr=0 pw=0 time=5210 us cost=11 size=57 card=1) 4 4 4 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=297 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: d294us58qmzgc Plan Hash: 4119684336 SELECT * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@653@%' AND NONATTIVO = 0 ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.01 0.01 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=11322 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=11259 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.04 0.04 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: b2b65zw6rtahy Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '46' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 4 0.01 0.01 0 60 0 26 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.02 0.02 0 60 0 26 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 13 13 13 SORT ORDER BY (cr=30 pr=0 pw=0 time=4770 us cost=11 size=57 card=1) 13 13 13 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3710 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.02 0.02 ******************************************************************************** SQL ID: fu32tsf68gf2d Plan Hash: 2479315862 SELECT CAMPOVISTA AS CAMPOESTERNO,DESCRIZIONE AS CAMPOORMA FROM ACCCONFIGCAMPI,ACCCAMPIORMA WHERE ACCCONFIGCAMPI.IDACCCAMPIORMA = ACCCAMPIORMA.IDACCCAMPIORMA AND ACCCONFIGCAMPI.PROGRAMMA = 3 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.06 0.09 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.01 7 21 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.07 0.10 7 21 0 10 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 10 10 10 NESTED LOOPS (cr=21 pr=7 pw=0 time=11544 us cost=4 size=36 card=1) 10 10 10 NESTED LOOPS (cr=11 pr=6 pw=0 time=8866 us cost=4 size=36 card=1) 10 10 10 TABLE ACCESS FULL ACCCONFIGCAMPI (cr=7 pr=6 pw=0 time=4249 us cost=3 size=16 card=1) 10 10 10 INDEX UNIQUE SCAN ACCCAMPIORMA1 (cr=4 pr=0 pw=0 time=3932 us cost=0 size=0 card=1)(object id 4328194) 10 10 10 TABLE ACCESS BY INDEX ROWID ACCCAMPIORMA (cr=10 pr=1 pw=0 time=2295 us cost=1 size=20 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 1.82 1.82 db file sequential read 2 0.00 0.00 db file scattered read 1 0.00 0.00 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 3cznmkfkvm55x Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_SEMAFORI' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=5139 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: c36pn79p6cywx Plan Hash: 1623142878 SELECT CT.*, TI.TEMPO, INT.DATAINT, '1' AS CAMPOMODIFICABILE, ( SELECT DESCRIZIONE FROM ( SELECT CNFGTEMPI.IDTEMPO,CNFGTEMPI.DESCRIZIONE FROM TEMPIINTERVENTI,CNFGTEMPI WHERE CNFGTEMPI.PROGRESSIVO = TEMPIINTERVENTI.PROGRTEMPO (+) AND TEMPIINTERVENTI.INTERVENTO (+) = 95 AND CNFGTEMPI.REPARTO IS NULL ORDER BY CNFGTEMPI.PROGRESSIVO ) WHERE 1=1 AND IDTEMPO = CT.SUBTOTAL AND IDTEMPO > 0 AND ROWNUM < 2 ) AS TEMPO_CONF_DESC, ( SELECT TEMPO FROM ( SELECT CNFGTEMPI.IDTEMPO, TEMPIINTERVENTI.TEMPO FROM TEMPIINTERVENTI,CNFGTEMPI WHERE CNFGTEMPI.PROGRESSIVO = TEMPIINTERVENTI.PROGRTEMPO (+) AND TEMPIINTERVENTI.INTERVENTO (+) = 95 AND CNFGTEMPI.REPARTO IS NULL ORDER BY CNFGTEMPI.PROGRESSIVO ) WHERE 1=1 AND IDTEMPO = CT.SUBTOTAL AND IDTEMPO > 0 AND ROWNUM < 2 ) AS TEMPO_CONF, ( SELECT PROGRESSIVO FROM ( SELECT * FROM CNFGTEMPI WHERE CNFGTEMPI.REPARTO IS NULL ORDER BY CNFGTEMPI.PROGRESSIVO ) WHERE 1=1 AND IDTEMPO = CT.MAGGIOREDI AND IDTEMPO > 0 AND ROWNUM < 2 ) AS TEMPO_PROG_MAGGIOREDI, ( SELECT PROGRESSIVO FROM ( SELECT * FROM CNFGTEMPI WHERE CNFGTEMPI.REPARTO IS NULL ORDER BY CNFGTEMPI.PROGRESSIVO ) WHERE 1=1 AND IDTEMPO = CT.SUBTOTAL AND IDTEMPO > 0 AND ROWNUM < 2 ) AS TEMPO_PROG_CONF, DECODE(CT.SUBTOTAL, 0, CT.PROGRESSIVO, (SELECT PROGRESSIVO FROM ( SELECT * FROM CNFGTEMPI WHERE CNFGTEMPI.REPARTO IS NULL ORDER BY CNFGTEMPI.PROGRESSIVO ) WHERE IDTEMPO = CT.SUBTOTAL AND IDTEMPO > 0 AND ROWNUM < 2)) AS TEMPI_COPPIE FROM TEMPIINTERVENTI TI,CNFGTEMPI CT, INTERVENTI INT WHERE CT.PROGRESSIVO = TI.PROGRTEMPO (+) AND TI.INTERVENTO = INT.PROGRESSIVO (+) AND TI.INTERVENTO (+) = 95 AND CT.REPARTO IS NULL ORDER BY CT.IDTEMPO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.03 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.01 0.01 0 66 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.04 0.04 0 66 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 COUNT STOPKEY (cr=16 pr=0 pw=0 time=394 us) 4 4 4 VIEW (cr=16 pr=0 pw=0 time=342 us cost=3 size=40 card=1) 4 4 4 FILTER (cr=16 pr=0 pw=0 time=278 us) 4 4 4 NESTED LOOPS OUTER (cr=16 pr=0 pw=0 time=257 us cost=3 size=59 card=1) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=122 us cost=2 size=53 card=1) 10 10 10 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=63 us cost=1 size=0 card=8)(object id 4328611) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=8 pr=0 pw=0 time=102 us cost=1 size=6 card=1)(object id 4328463) 4 4 4 COUNT STOPKEY (cr=16 pr=0 pw=0 time=268 us) 4 4 4 VIEW (cr=16 pr=0 pw=0 time=228 us cost=4 size=22 card=1) 4 4 4 FILTER (cr=16 pr=0 pw=0 time=212 us) 4 4 4 NESTED LOOPS OUTER (cr=16 pr=0 pw=0 time=194 us cost=4 size=40 card=1) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=105 us cost=2 size=29 card=1) 10 10 10 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=55 us cost=1 size=0 card=8)(object id 4328611) 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=8 pr=0 pw=0 time=68 us cost=2 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=8 pr=0 pw=0 time=56 us cost=1 size=0 card=1)(object id 4328463) 4 4 4 COUNT STOPKEY (cr=8 pr=0 pw=0 time=172 us) 4 4 4 VIEW (cr=8 pr=0 pw=0 time=137 us cost=2 size=26 card=1) 4 4 4 FILTER (cr=8 pr=0 pw=0 time=126 us) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=113 us cost=2 size=53 card=1) 17 17 17 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=60 us cost=1 size=0 card=8)(object id 4328611) 4 4 4 COUNT STOPKEY (cr=8 pr=0 pw=0 time=167 us) 4 4 4 VIEW (cr=8 pr=0 pw=0 time=139 us cost=2 size=26 card=1) 4 4 4 FILTER (cr=8 pr=0 pw=0 time=130 us) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=111 us cost=2 size=53 card=1) 10 10 10 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=60 us cost=1 size=0 card=8)(object id 4328611) 4 4 4 COUNT STOPKEY (cr=8 pr=0 pw=0 time=287 us) 4 4 4 VIEW (cr=8 pr=0 pw=0 time=247 us cost=2 size=26 card=1) 4 4 4 FILTER (cr=8 pr=0 pw=0 time=231 us) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=212 us cost=2 size=53 card=1) 10 10 10 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=123 us cost=1 size=0 card=8)(object id 4328611) 8 8 8 SORT ORDER BY (cr=66 pr=0 pw=0 time=10644 us cost=9 size=600 card=8) 8 8 8 HASH JOIN OUTER (cr=10 pr=0 pw=0 time=8723 us cost=8 size=600 card=8) 8 8 8 MERGE JOIN OUTER (cr=4 pr=0 pw=0 time=2350 us cost=6 size=512 card=8) 8 8 8 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=2117 us cost=2 size=424 card=8) 8 8 8 INDEX FULL SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=1972 us cost=1 size=0 card=8)(object id 4328611) 0 0 0 SORT JOIN (cr=2 pr=0 pw=0 time=102 us cost=4 size=44 card=4) 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=48 us cost=3 size=44 card=4) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=40 us cost=2 size=0 card=4)(object id 4328463) 91 91 91 VIEW index$_join$_015 (cr=6 pr=0 pw=0 time=5891 us cost=2 size=990 card=90) 91 91 91 HASH JOIN (cr=6 pr=0 pw=0 time=5797 us) 91 91 91 INDEX FAST FULL SCAN INTERVENTI1 (cr=3 pr=0 pw=0 time=661 us cost=1 size=990 card=90)(object id 4328375) 91 91 91 INDEX FAST FULL SCAN INTERVENTI13 (cr=3 pr=0 pw=0 time=435 us cost=1 size=990 card=90)(object id 4328380) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: bg0qrzjxtf8fv Plan Hash: 1593282378 select diagnosi0_.INTERVENTO as INTERVENTO2_, diagnosi0_.DIAGNOSI as DIAGNOSI2_, diagnosi0_.CONTATORE as CONTATORE2_, diagnosi1_.PROGRESSIVO as PROGRESS1_173_0_, diagnosi1_.FAMIGLIA as FAMIGLIA173_0_, diagnosi1_.UTCODICE as UTCODICE173_0_, diagnosi1_.DESCRIZIONE as DESCRIZI4_173_0_, diagnosi1_.SINONIMO as SINONIMO173_0_, diagnosi1_.CODICEEXT as CODICEEXT173_0_, tabelle2_.PROGRESSIVO as PROGRESS1_15_1_, tabelle2_.CODICETABELLA as CODICETA2_15_1_, tabelle2_.UTCODICE as UTCODICE15_1_, tabelle2_.DESCRIZIONE as DESCRIZI4_15_1_, tabelle2_.NONATTIVO as NONATTIVO15_1_, tabelle2_.COPIAPROGRESSIVO as COPIAPRO6_15_1_, tabelle2_.DATAORA as DATAORA15_1_, tabelle2_.DATAINIZIO as DATAINIZIO15_1_, tabelle2_.DATAFINE as DATAFINE15_1_ from DIAGNOSIINTERVENTI diagnosi0_, DIAGNOSI diagnosi1_, TABELLE tabelle2_ where diagnosi0_.DIAGNOSI=diagnosi1_.PROGRESSIVO(+) and diagnosi1_.FAMIGLIA= tabelle2_.PROGRESSIVO(+) and diagnosi0_.INTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 20 0.00 0.00 0 0 0 0 Execute 20 0.02 0.02 0 0 0 0 Fetch 20 0.01 0.01 0 100 0 20 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 60 0.04 0.04 0 100 0 20 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 15 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=276 us cost=3 size=170 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=246 us cost=3 size=113 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=2 pr=0 pw=0 time=140 us cost=2 size=11 card=1) 1 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=87 us cost=1 size=0 card=1)(object id 4328627) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=3 pr=0 pw=0 time=85 us cost=1 size=102 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=55 us cost=0 size=0 card=1)(object id 4328750) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=0 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 41 0.00 0.00 SQL*Net message from client 41 0.00 0.05 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 7k4unb3uhncwq Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_CONVCHIRURGIACHECK' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=5048 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 4m6hs04w683d9 Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'NOME' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4959 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 9rgrk080k09sb Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'COGNOME' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4918 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: gb17uqb37j9rn Plan Hash: 3229664127 SELECT VALORE FROM CONFIGURAZIONIWEB WHERE CHIAVE = 'RICHIESTA_PASSWORD_CONVALIDA' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 7 0.00 0.01 0 0 0 0 Execute 7 0.00 0.00 0 0 0 0 Fetch 7 0.01 0.01 0 42 0 7 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.02 0 42 0 7 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL CONFIGURAZIONIWEB (cr=6 pr=0 pw=0 time=1158 us cost=4 size=44 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 ******************************************************************************** SQL ID: 4pwas5m4pb4zn Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_STAMPATOCHECK' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4850 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 0gx9g1y551y1m Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_APERTO' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4802 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.02 0.03 ******************************************************************************** SQL ID: b786w662y427w Plan Hash: 3374672333 select crossconte0_.PROGRESSIVO as PROGRESS1_746_0_, crossconte0_.CODICE as CODICE746_0_, crossconte0_.DESCRIZIONE as DESCRIZI3_746_0_ from CROSSCONTEXT_SUPPLIER crossconte0_ where crossconte0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 31 0.00 0.01 0 0 0 0 Execute 31 0.02 0.02 0 0 0 0 Fetch 31 0.01 0.01 0 62 0 31 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.04 0.04 0 62 0 31 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 15 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CROSSCONTEXT_SUPPLIER (cr=2 pr=0 pw=0 time=99 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN CROSSCONTEXT_SUPPLIER1 (cr=1 pr=0 pw=0 time=47 us cost=0 size=0 card=1)(object id 4328156) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 62 0.00 0.00 SQL*Net message from client 62 0.06 0.21 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 5dg0dq2unb1cz Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_CONVANESTESIACHECK' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4761 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: c4rmmghxcfcqy Plan Hash: 4165688936 select rowid, pollingfreq FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.00 0.00 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.01 0.01 0 42 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 42 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=172 us cost=3 size=25 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 45 0.00 0.00 SQL*Net message from client 45 0.00 0.05 SQL*Net break/reset to client 6 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 ******************************************************************************** SQL ID: 0v1psjfdybmhr Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_COGNOME2' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4622 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: b2yjbg6v8gmzd Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_STAMPATOCIACHECK' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4685 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 15c0bavrmn2jq Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'CAMPOWEB_TIPOINTEGRAZEST' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.01 0.01 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4640 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: bt227d1z63fr8 Plan Hash: 4165688936 select rowid, flagpolling FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.00 0.00 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 42 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 42 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=167 us cost=3 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 42 0.00 0.00 SQL*Net message from client 42 0.08 0.72 ******************************************************************************** SQL ID: 20n8qmxuc6nw5 Plan Hash: 4165688936 select rowid, pollingcicli FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.00 0.00 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 42 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 42 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=167 us cost=3 size=25 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 43 0.00 0.00 SQL*Net message from client 43 0.00 0.04 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 0kv398p7pvps6 Plan Hash: 3963308622 select * from accquery where programma = 3 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.03 0.04 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 1 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.05 1 6 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ACCQUERY (cr=2 pr=0 pw=0 time=4534 us cost=1 size=3 card=1) 1 1 1 INDEX UNIQUE SCAN ACCQUERY1 (cr=1 pr=0 pw=0 time=3238 us cost=0 size=0 card=1)(object id 4328686) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc cr block 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 library cache lock 2 0.00 0.00 row cache lock 13 0.00 0.02 library cache pin 2 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: annbvydurt8jt Plan Hash: 59350479 SELECT Progressivo FROM RecRoom WHERE Intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.01 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=1 pr=1 pw=0 time=9567 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=1 pr=1 pw=0 time=9547 us cost=1 size=0 card=1)(object id 4328085) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 ******************************************************************************** SQL ID: 84zcfs34vaubw Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_CONVINFERMIERICHECK' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4394 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 247r8sbkv3k2u Plan Hash: 4009073816 SELECT DESCRIZIONE FROM DIAGNOSIINTERVENTI,DIAGNOSI WHERE DIAGNOSIINTERVENTI.DIAGNOSI = DIAGNOSI.PROGRESSIVO AND DIAGNOSIINTERVENTI.INTERVENTO = 95 AND DIAGNOSIINTERVENTI.CONTATORE = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 105 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 105 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=215 us cost=3 size=99 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=174 us cost=3 size=99 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=2 pr=0 pw=0 time=124 us cost=2 size=11 card=1) 1 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=80 us cost=1 size=0 card=1)(object id 4328627) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=37 us cost=0 size=0 card=1)(object id 4328750) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=1 pr=0 pw=0 time=22 us cost=1 size=88 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 44 0.00 0.00 SQL*Net message from client 44 0.00 0.04 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net break/reset to client 4 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 2dfvdq9r9gry3 Plan Hash: 1499107076 select rowid, CONVANESTESIA,CONVANESTESIA_CHI,CONVANESTESIA_QUANDO, CONVCHIRURGIA,CONVCHIRURGIA_CHI,CONVCHIRURGIA_QUANDO,CONVINFERMIERI, CONVINFERMIERI_CHI,CONVINFERMIERI_QUANDO,CONVANESTESIATOLTA_CHI, CONVANESTESIATOLTA_QUANDO,CONVCHIRURGIATOLTA_CHI,CONVCHIRURGIATOLTA_QUANDO, CONVINFERMIERITOLTA_CHI,CONVINFERMIERITOLTA_QUANDO,PRELIEVOORGANO, AMBULATORIALE FROM interventi where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 42 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 42 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=108 us cost=1 size=186 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=63 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 44 0.00 0.00 SQL*Net message from client 44 1.55 11.97 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 4013amgmhb6xt Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_TIPOINTEGRAZEST' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4244 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 6tgqb2n022hh8 Plan Hash: 3490855285 SELECT FV.IDFARMACI, FV.IDSOMMINISTRAZIONI, FV.X1, FV.X2, FV.QUANTITA, FV.XMIN, FV.XMAX, FV.NOTE, FV.DILUIZIONE, F.DESCRIZIONE, F.ALIASPRINCIPIOATTIVO, F.FLAGS, F.UMISURA, F.NOTIMELINE, S.DESCRIZIONE AS SOMMINISTRAZIONE, UM.DESCRIZIONE AS UNITAMISURAVALORE FROM FARMA_VALUES FV,FARMACI F,SOMMINISTRAZIONI S, TABELLE UM WHERE FV.IDFARMACI = F.ID AND FV.IDSOMMINISTRAZIONI = S.ID (+) AND FV.IDUNITAMISURA = UM.PROGRESSIVO (+) AND FV.IDEXT = 95 UNION ALL SELECT RRF.IDFARMACI, RRF.IDSOMMINISTRAZIONI, DECODE(SIGN( to_date('3000-01-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss') - RRF.X1), 1, to_date('3000-01-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss') , RRF.X1) AS X1, RRF.X2, RRF.QUANTITA, RRF.XMIN, RRF.XMAX, RRF.NOTE, RRF.DILUIZIONE, F.DESCRIZIONE, F.ALIASPRINCIPIOATTIVO, F.FLAGS, F.UMISURA, F.NOTIMELINE, S.DESCRIZIONE AS SOMMINISTRAZIONE, UM.DESCRIZIONE AS UNITAMISURAVALORE FROM RECROOM RR,RECROOM_FARMACI RRF, FARMACI F,SOMMINISTRAZIONI S, TABELLE UM WHERE RR.INTERVENTO = 95 AND RR.PROGRESSIVO= RRF.PROGRECROOM AND RRF.IDFARMACI = F.ID AND RRF.IDSOMMINISTRAZIONI = S.ID (+) AND RRF.IDUNITAMISURA = UM.PROGRESSIVO (+) AND (RRF.X1 >= to_date('3000-01-01 00:00:00','yyyy-mm-dd hh24:mi:ss') OR to_date('3000-01-01 00:00:00','yyyy-mm-dd hh24:mi:ss') BETWEEN RRF.X1 AND RRF.X2) ORDER BY DESCRIZIONE,X1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.03 0 162 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.04 1 164 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=2 pr=1 pw=0 time=9102 us cost=10 size=422 card=2) 0 0 0 UNION-ALL (cr=2 pr=1 pw=0 time=9021 us) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=1 pw=0 time=8877 us cost=4 size=198 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=1 pw=0 time=8866 us cost=3 size=171 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=1 pw=0 time=8855 us cost=2 size=124 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_VALUES (cr=1 pr=1 pw=0 time=8846 us cost=1 size=117 card=1) 0 0 0 INDEX RANGE SCAN FARMA_VALUES3 (cr=1 pr=1 pw=0 time=8834 us cost=1 size=0 card=1)(object id 4328531) 0 0 0 TABLE ACCESS BY INDEX ROWID SOMMINISTRAZIONI (cr=0 pr=0 pw=0 time=0 us cost=1 size=7 card=1) 0 0 0 INDEX UNIQUE SCAN SOMMINISTRAZIONI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328311) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMACI (cr=0 pr=0 pw=0 time=0 us cost=1 size=47 card=1) 0 0 0 INDEX UNIQUE SCAN FARMACI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329005) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=103 us cost=5 size=224 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=94 us cost=4 size=197 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=89 us cost=3 size=150 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=87 us cost=2 size=143 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_FARMACI (cr=1 pr=0 pw=0 time=84 us cost=2 size=117 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=0 pr=0 pw=0 time=0 us cost=0 size=26 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328085) 0 0 0 TABLE ACCESS BY INDEX ROWID SOMMINISTRAZIONI (cr=0 pr=0 pw=0 time=0 us cost=1 size=7 card=1) 0 0 0 INDEX UNIQUE SCAN SOMMINISTRAZIONI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328311) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMACI (cr=0 pr=0 pw=0 time=0 us cost=1 size=47 card=1) 0 0 0 INDEX UNIQUE SCAN FARMACI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329005) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.19 0.19 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 library cache lock 4 0.00 0.00 library cache pin 4 0.00 0.01 row cache lock 16 0.00 0.02 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 94f0jakrpvk42 Plan Hash: 2291821823 select programmi0_.LIVELLO as LIVELLO1_, programmi0_.PROGRAMMA as PROGRAMMA1_, programmi0_.PROGRAMMA as PROGRAMMA3_0_, programmi0_.LIVELLO as LIVELLO3_0_ from LIVELLI programmi0_ where programmi0_.LIVELLO in (:1, :2) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 22 0.00 0.00 0 30 0 208 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 26 0.01 0.01 0 30 0 208 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 104 104 104 INDEX FAST FULL SCAN LIVELLI1 (cr=15 pr=0 pw=0 time=1621 us cost=2 size=728 card=104)(object id 4328804) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 24 0.00 0.00 SQL*Net message from client 24 0.00 0.03 ******************************************************************************** SQL ID: 7w0ksy6pnh497 Plan Hash: 862861938 SELECT * FROM tabelle where codicetabella = 33 AND progressivo = 2833 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 24 0.01 0.01 0 0 0 0 Execute 24 0.00 0.00 0 0 0 0 Fetch 24 0.00 0.00 0 72 0 24 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 72 0.02 0.02 0 72 0 24 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=122 us cost=2 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=60 us cost=1 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 51 0.00 0.00 SQL*Net message from client 51 0.11 0.16 SQL*Net break/reset to client 6 0.00 0.00 row cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: fn2vjm1czu6n7 Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE id_griglia = 'interventi' AND COL_NAME= 'CAMPOWEB_SEMAFORI' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4064 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 23rggsckqm3sp Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'DATANASCITA' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=4004 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 4v0g20w6vgp2b Plan Hash: 233579607 SELECT CONSENSO_ACQUISITO FROM PAZIENTI, INTERVENTI WHERE INTERVENTI.CODPAZIENTE = PAZIENTI.PROGRESSIVO AND INTERVENTI.PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 105 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 105 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=172 us cost=2 size=16 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=85 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=57 us cost=0 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=65 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=41 us cost=0 size=0 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 44 0.00 0.00 SQL*Net message from client 44 0.00 0.04 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 2frdgt8xpc7xp Plan Hash: 3382396010 SELECT DESCRIZIONE FROM ICDINTERVENTI,ICD9CM WHERE ICDINTERVENTI.ICD = ICD9CM.PROGRESSIVO AND ICDINTERVENTI.INTERVENTO = 95 AND CONTATORE = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.02 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 105 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.03 0 105 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=221 us cost=3 size=118 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=174 us cost=3 size=118 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=2 pr=0 pw=0 time=124 us cost=2 size=11 card=1) 1 1 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=80 us cost=1 size=0 card=1)(object id 4328796) 1 1 1 INDEX UNIQUE SCAN ICD9CM1 (cr=2 pr=0 pw=0 time=36 us cost=0 size=0 card=1)(object id 4328949) 1 1 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=1 pr=0 pw=0 time=29 us cost=1 size=107 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 42 0.00 0.00 SQL*Net message from client 42 0.00 0.04 ******************************************************************************** SQL ID: 3md6x54cqhvmg Plan Hash: 3087540958 select intervento0_.PROGRESSIVO as PROGRESS1_36_40_, intervento0_.PROGRREPARTO as PROGRREP2_36_40_, intervento0_.DATAINT as DATAINT36_40_, intervento0_.DIMISSIONE as DIMISSIONE36_40_, intervento0_.DATARICOVERO as DATARICO5_36_40_, intervento0_.stampato as stampato36_40_, intervento0_.STAMPATO_CHI as STAMPATO7_36_40_, intervento0_.STAMPATO_QUANDO as STAMPATO8_36_40_, intervento0_.ANNOPRATICA as ANNOPRAT9_36_40_, intervento0_.numeropratica as numerop10_36_40_, intervento0_.NOSOLOGICO as NOSOLOGICO36_40_, intervento0_.NOSOLOGICOVALIDATO as NOSOLOG12_36_40_, intervento0_.NUMEROEPISODIOAMB as NUMEROE13_36_40_, intervento0_.IDEXT as IDEXT36_40_, intervento0_.IDALBEROIVGAS as IDALBER15_36_40_, intervento0_.NONOPERATO as NONOPERATO36_40_, intervento0_.AMBULATORIALE as AMBULAT17_36_40_, intervento0_.ANNO as ANNO36_40_, intervento0_.CODICE as CODICE36_40_, intervento0_.CARTELLACLINICA as CARTELL20_36_40_, intervento0_.IDPERCORSO as IDPERCORSO36_40_, intervento0_.TIPOINTEGRAZIONEESTERNA as TIPOINT22_36_40_, intervento0_.CONVANESTESIA as CONVANE23_36_40_, intervento0_.CONVANESTESIA_QUANDO as CONVANE24_36_40_, intervento0_.CONVCHIRURGIA as CONVCHI25_36_40_, intervento0_.CONVCHIRURGIA_QUANDO as CONVCHI26_36_40_, intervento0_.CONVINFERMIERI as CONVINF27_36_40_, intervento0_.CONVINFERMIERI_QUANDO as CONVINF28_36_40_, intervento0_.DISCONVALIDATO as DISCONV29_36_40_, intervento0_.DISCONVALIDATO_CHI as DISCONV30_36_40_, intervento0_.DISCONVALIDATO_QUANDO as DISCONV31_36_40_, intervento0_.DISCONVALIDATO_QUALE as DISCONV32_36_40_, intervento0_.SCADENZA as SCADENZA36_40_, intervento0_.SCADENZA_CHI as SCADENZA34_36_40_, intervento0_.ANCAGINOCCHIO as ANCAGIN35_36_40_, intervento0_.ANCAGINOCCHIORISERVA as ANCAGIN36_36_40_, intervento0_.IVG_AS as IVG37_36_40_, intervento0_.RICAMB as RICAMB36_40_, intervento0_.USOCIA as USOCIA36_40_, intervento0_.CIAHTML5 as CIAHTML40_36_40_, intervento0_.USOATTOCARDIO as USOATTO41_36_40_, intervento0_.CODPAZIENTE as CODPAZI42_36_40_, intervento0_.REPARTO as REPARTO36_40_, intervento0_.REPARTODEGENZA as REPARTO44_36_40_, intervento0_.BLOCCO as BLOCCO36_40_, intervento0_.SIGLAUTENTE as SIGLAUT46_36_40_, intervento0_.DATAUTENTE as DATAUTENTE36_40_, intervento0_.ORAUTENTE as ORAUTENTE36_40_, intervento0_.LISTAATTESA as LISTAAT49_36_40_, intervento0_.LISTAOP as LISTAOP36_40_, intervento0_.PREVISIONE as PREVISIONE36_40_, intervento0_.SALETTA as SALETTA36_40_, intervento0_.regime as regime36_40_, intervento0_.TIPORICOVERO as TIPORIC54_36_40_, intervento0_.MINIINVASIVA as MINIINV55_36_40_, intervento0_.TIPOMINIINVASIVA as TIPOMIN56_36_40_, utente1_.SIGLA as SIGLA19_0_, utente1_.UTENTE as UTENTE19_0_, utente1_.LIVELLO as LIVELLO19_0_, utente1_.PASSWORD as PASSWORD19_0_, utente1_.PASSWORD2 as PASSWORD5_19_0_, utente1_.ATTIVO as ATTIVO19_0_, utente1_.ULTIMOACCESSO as ULTIMOAC7_19_0_, utente1_.LINGUA as LINGUA19_0_, utente1_.DATAPASSWORD as DATAPASS9_19_0_, utente1_.CAMBIOPASSWORD as CAMBIOP10_19_0_, utente1_.DATADISATTIVAZIONE as DATADIS11_19_0_, utente1_.DATARIATTIVAZIONE as DATARIA12_19_0_, utente1_.SMARTCARD as SMARTCARD19_0_, utente1_.CODFISC as CODFISC19_0_, utente1_.IGNORAADSI as IGNORAADSI19_0_, utente1_.COGNOME as COGNOME19_0_, utente1_.NOME as NOME19_0_, utente1_.DATAANALYZER_USERNAME as DATAANA18_19_0_, utente1_.DATAANALYZER_PASSWORD as DATAANA19_19_0_, utente1_.ALIASFIRMAREMOTA as ALIASFI20_19_0_, utente1_.INVIATO_O4C as INVIATO21_19_0_, livello2_.LIVELLO as LIVELLO2_1_, livello2_.DESCRIZIONE as DESCRIZI2_2_1_, livello2_.CONSULENTE as CONSULENTE2_1_, utente3_.SIGLA as SIGLA19_2_, utente3_.UTENTE as UTENTE19_2_, utente3_.LIVELLO as LIVELLO19_2_, utente3_.PASSWORD as PASSWORD19_2_, utente3_.PASSWORD2 as PASSWORD5_19_2_, utente3_.ATTIVO as ATTIVO19_2_, utente3_.ULTIMOACCESSO as ULTIMOAC7_19_2_, utente3_.LINGUA as LINGUA19_2_, utente3_.DATAPASSWORD as DATAPASS9_19_2_, utente3_.CAMBIOPASSWORD as CAMBIOP10_19_2_, utente3_.DATADISATTIVAZIONE as DATADIS11_19_2_, utente3_.DATARIATTIVAZIONE as DATARIA12_19_2_, utente3_.SMARTCARD as SMARTCARD19_2_, utente3_.CODFISC as CODFISC19_2_, utente3_.IGNORAADSI as IGNORAADSI19_2_, utente3_.COGNOME as COGNOME19_2_, utente3_.NOME as NOME19_2_, utente3_.DATAANALYZER_USERNAME as DATAANA18_19_2_, utente3_.DATAANALYZER_PASSWORD as DATAANA19_19_2_, utente3_.ALIASFIRMAREMOTA as ALIASFI20_19_2_, utente3_.INVIATO_O4C as INVIATO21_19_2_, utente4_.SIGLA as SIGLA19_3_, utente4_.UTENTE as UTENTE19_3_, utente4_.LIVELLO as LIVELLO19_3_, utente4_.PASSWORD as PASSWORD19_3_, utente4_.PASSWORD2 as PASSWORD5_19_3_, utente4_.ATTIVO as ATTIVO19_3_, utente4_.ULTIMOACCESSO as ULTIMOAC7_19_3_, utente4_.LINGUA as LINGUA19_3_, utente4_.DATAPASSWORD as DATAPASS9_19_3_, utente4_.CAMBIOPASSWORD as CAMBIOP10_19_3_, utente4_.DATADISATTIVAZIONE as DATADIS11_19_3_, utente4_.DATARIATTIVAZIONE as DATARIA12_19_3_, utente4_.SMARTCARD as SMARTCARD19_3_, utente4_.CODFISC as CODFISC19_3_, utente4_.IGNORAADSI as IGNORAADSI19_3_, utente4_.COGNOME as COGNOME19_3_, utente4_.NOME as NOME19_3_, utente4_.DATAANALYZER_USERNAME as DATAANA18_19_3_, utente4_.DATAANALYZER_PASSWORD as DATAANA19_19_3_, utente4_.ALIASFIRMAREMOTA as ALIASFI20_19_3_, utente4_.INVIATO_O4C as INVIATO21_19_3_, paziente5_.PROGRESSIVO as PROGRESS1_186_4_, paziente5_.CITTADINANZA as CITTADIN2_186_4_, paziente5_.CARDIO_CHI as CARDIO3_186_4_, paziente5_.POSIZIONEPROF as POSIZION4_186_4_, paziente5_.COMUNENASCITA as COMUNENA5_186_4_, paziente5_.PROFESSIONE as PROFESSI6_186_4_, paziente5_.STATOCIVILE as STATOCIV7_186_4_, paziente5_.COMUNERESIDENZA as COMUNERE8_186_4_, paziente5_.USL as USL186_4_, paziente5_.MEDICOCHEINVIA as MEDICOC10_186_4_, paziente5_.RAMOATTIVITA as RAMOATT11_186_4_, paziente5_.REGIONEASSISTENZA as REGIONE12_186_4_, paziente5_.TITOLOSTUDIO as TITOLOS13_186_4_, paziente5_.COGNOME as COGNOME186_4_, paziente5_.COGNOME2 as COGNOME15_186_4_, paziente5_.NOME as NOME186_4_, paziente5_.INDIRIZZO as INDIRIZZO186_4_, paziente5_.SESSO as SESSO186_4_, paziente5_.TELEFONO as TELEFONO186_4_, paziente5_.DATANASCITA as DATANAS20_186_4_, paziente5_.CODICESANITARIO as CODICES21_186_4_, paziente5_.NOMEFAMILIARE as NOMEFAM22_186_4_, paziente5_.INDIRIZZOFAMILIARE as INDIRIZ23_186_4_, paziente5_.TELEFONOFAMILIARE as TELEFON24_186_4_, paziente5_.SANGUE as SANGUE186_4_, paziente5_.RH as RH186_4_, paziente5_.CODFISC as CODFISC186_4_, paziente5_.CARDIO_QUANDO as CARDIO28_186_4_, paziente5_.CARDIO_SEM as CARDIO29_186_4_, paziente5_.CHIAVEESTERNA as CHIAVEE30_186_4_, paziente5_.DATAMATRIMONIO as DATAMAT31_186_4_, paziente5_.DOMICILIO as DOMICILIO186_4_, paziente5_.MEF as MEF186_4_, paziente5_.STP as STP186_4_, paziente5_.IDREGIONALE as IDREGIO35_186_4_, paziente5_.SIGLAPAZINS as SIGLAPA36_186_4_, paziente5_.DATAORAPAZINS as DATAORA37_186_4_, paziente5_.DATAVALIDITAMEF as DATAVAL38_186_4_, paziente5_.ENTECERTIFICANTE as ENTECER39_186_4_, paziente5_.CONSENSO_ACQUISITO as CONSENSO40_186_4_, paziente5_.COMUNERESIDENZAESTERO as COMUNER41_186_4_, paziente5_.COMUNENASCITAESTERO as COMUNEN42_186_4_, paziente5_.QUALITACF as QUALITACF186_4_, paziente5_.QUALITACFTRATTI as QUALITA44_186_4_, paziente5_.TEAM_NUMEROTESSERA as TEAM45_186_4_, paziente5_.DOC_CODICE as DOC46_186_4_, paziente5_.DOC_NAZIONERILASCIO as DOC47_186_4_, paziente5_.ES_DNI as ES48_186_4_, paziente5_.ES_NIF as ES49_186_4_, paziente5_.ES_NIE as ES50_186_4_, paziente5_.NUMPASSAPORTO as NUMPASS51_186_4_, paziente5_.NUMTESSSANEUROPEA as NUMTESS52_186_4_, paziente5_.ES_NUMTESSSANARAGONA as ES53_186_4_, paziente5_.ES_NUMSOCIALESICUREZZA as ES54_186_4_, tabelle6_.PROGRESSIVO as PROGRESS1_15_5_, tabelle6_.CODICETABELLA as CODICETA2_15_5_, tabelle6_.UTCODICE as UTCODICE15_5_, tabelle6_.DESCRIZIONE as DESCRIZI4_15_5_, tabelle6_.NONATTIVO as NONATTIVO15_5_, tabelle6_.COPIAPROGRESSIVO as COPIAPRO6_15_5_, tabelle6_.DATAORA as DATAORA15_5_, tabelle6_.DATAINIZIO as DATAINIZIO15_5_, tabelle6_.DATAFINE as DATAFINE15_5_, utente7_.SIGLA as SIGLA19_6_, utente7_.UTENTE as UTENTE19_6_, utente7_.LIVELLO as LIVELLO19_6_, utente7_.PASSWORD as PASSWORD19_6_, utente7_.PASSWORD2 as PASSWORD5_19_6_, utente7_.ATTIVO as ATTIVO19_6_, utente7_.ULTIMOACCESSO as ULTIMOAC7_19_6_, utente7_.LINGUA as LINGUA19_6_, utente7_.DATAPASSWORD as DATAPASS9_19_6_, utente7_.CAMBIOPASSWORD as CAMBIOP10_19_6_, utente7_.DATADISATTIVAZIONE as DATADIS11_19_6_, utente7_.DATARIATTIVAZIONE as DATARIA12_19_6_, utente7_.SMARTCARD as SMARTCARD19_6_, utente7_.CODFISC as CODFISC19_6_, utente7_.IGNORAADSI as IGNORAADSI19_6_, utente7_.COGNOME as COGNOME19_6_, utente7_.NOME as NOME19_6_, utente7_.DATAANALYZER_USERNAME as DATAANA18_19_6_, utente7_.DATAANALYZER_PASSWORD as DATAANA19_19_6_, utente7_.ALIASFIRMAREMOTA as ALIASFI20_19_6_, utente7_.INVIATO_O4C as INVIATO21_19_6_, tabelle8_.PROGRESSIVO as PROGRESS1_15_7_, tabelle8_.CODICETABELLA as CODICETA2_15_7_, tabelle8_.UTCODICE as UTCODICE15_7_, tabelle8_.DESCRIZIONE as DESCRIZI4_15_7_, tabelle8_.NONATTIVO as NONATTIVO15_7_, tabelle8_.COPIAPROGRESSIVO as COPIAPRO6_15_7_, tabelle8_.DATAORA as DATAORA15_7_, tabelle8_.DATAINIZIO as DATAINIZIO15_7_, tabelle8_.DATAFINE as DATAFINE15_7_, comune9_.PROGRESSIVO as PROGRESS1_16_8_, comune9_.CODICE as CODICE16_8_, comune9_.DESCRIZIONE as DESCRIZI3_16_8_, comune9_.CAP as CAP16_8_, comune9_.PROVINCIA as PROVINCIA16_8_, comune9_.CODICECF as CODICECF16_8_, comune9_.PROGRPROVINCIA as PROGRPRO7_16_8_, comune9_.SOPPRESSO as SOPPRESSO16_8_, tabelle10_.PROGRESSIVO as PROGRESS1_15_9_, tabelle10_.CODICETABELLA as CODICETA2_15_9_, tabelle10_.UTCODICE as UTCODICE15_9_, tabelle10_.DESCRIZIONE as DESCRIZI4_15_9_, tabelle10_.NONATTIVO as NONATTIVO15_9_, tabelle10_.COPIAPROGRESSIVO as COPIAPRO6_15_9_, tabelle10_.DATAORA as DATAORA15_9_, tabelle10_.DATAINIZIO as DATAINIZIO15_9_, tabelle10_.DATAFINE as DATAFINE15_9_, tabelle11_.PROGRESSIVO as PROGRESS1_15_10_, tabelle11_.CODICETABELLA as CODICETA2_15_10_, tabelle11_.UTCODICE as UTCODICE15_10_, tabelle11_.DESCRIZIONE as DESCRIZI4_15_10_, tabelle11_.NONATTIVO as NONATTIVO15_10_, tabelle11_.COPIAPROGRESSIVO as COPIAPRO6_15_10_, tabelle11_.DATAORA as DATAORA15_10_, tabelle11_.DATAINIZIO as DATAINIZIO15_10_, tabelle11_.DATAFINE as DATAFINE15_10_, comune12_.PROGRESSIVO as PROGRESS1_16_11_, comune12_.CODICE as CODICE16_11_, comune12_.DESCRIZIONE as DESCRIZI3_16_11_, comune12_.CAP as CAP16_11_, comune12_.PROVINCIA as PROVINCIA16_11_, comune12_.CODICECF as CODICECF16_11_, comune12_.PROGRPROVINCIA as PROGRPRO7_16_11_, comune12_.SOPPRESSO as SOPPRESSO16_11_, tabelle13_.PROGRESSIVO as PROGRESS1_15_12_, tabelle13_.CODICETABELLA as CODICETA2_15_12_, tabelle13_.UTCODICE as UTCODICE15_12_, tabelle13_.DESCRIZIONE as DESCRIZI4_15_12_, tabelle13_.NONATTIVO as NONATTIVO15_12_, tabelle13_.COPIAPROGRESSIVO as COPIAPRO6_15_12_, tabelle13_.DATAORA as DATAORA15_12_, tabelle13_.DATAINIZIO as DATAINIZIO15_12_, tabelle13_.DATAFINE as DATAFINE15_12_, tabelle14_.PROGRESSIVO as PROGRESS1_15_13_, tabelle14_.CODICETABELLA as CODICETA2_15_13_, tabelle14_.UTCODICE as UTCODICE15_13_, tabelle14_.DESCRIZIONE as DESCRIZI4_15_13_, tabelle14_.NONATTIVO as NONATTIVO15_13_, tabelle14_.COPIAPROGRESSIVO as COPIAPRO6_15_13_, tabelle14_.DATAORA as DATAORA15_13_, tabelle14_.DATAINIZIO as DATAINIZIO15_13_, tabelle14_.DATAFINE as DATAFINE15_13_, tabelle15_.PROGRESSIVO as PROGRESS1_15_14_, tabelle15_.CODICETABELLA as CODICETA2_15_14_, tabelle15_.UTCODICE as UTCODICE15_14_, tabelle15_.DESCRIZIONE as DESCRIZI4_15_14_, tabelle15_.NONATTIVO as NONATTIVO15_14_, tabelle15_.COPIAPROGRESSIVO as COPIAPRO6_15_14_, tabelle15_.DATAORA as DATAORA15_14_, tabelle15_.DATAINIZIO as DATAINIZIO15_14_, tabelle15_.DATAFINE as DATAFINE15_14_, tabelle16_.PROGRESSIVO as PROGRESS1_15_15_, tabelle16_.CODICETABELLA as CODICETA2_15_15_, tabelle16_.UTCODICE as UTCODICE15_15_, tabelle16_.DESCRIZIONE as DESCRIZI4_15_15_, tabelle16_.NONATTIVO as NONATTIVO15_15_, tabelle16_.COPIAPROGRESSIVO as COPIAPRO6_15_15_, tabelle16_.DATAORA as DATAORA15_15_, tabelle16_.DATAINIZIO as DATAINIZIO15_15_, tabelle16_.DATAFINE as DATAFINE15_15_, tabelle17_.PROGRESSIVO as PROGRESS1_15_16_, tabelle17_.CODICETABELLA as CODICETA2_15_16_, tabelle17_.UTCODICE as UTCODICE15_16_, tabelle17_.DESCRIZIONE as DESCRIZI4_15_16_, tabelle17_.NONATTIVO as NONATTIVO15_16_, tabelle17_.COPIAPROGRESSIVO as COPIAPRO6_15_16_, tabelle17_.DATAORA as DATAORA15_16_, tabelle17_.DATAINIZIO as DATAINIZIO15_16_, tabelle17_.DATAFINE as DATAFINE15_16_, utente18_.SIGLA as SIGLA19_17_, utente18_.UTENTE as UTENTE19_17_, utente18_.LIVELLO as LIVELLO19_17_, utente18_.PASSWORD as PASSWORD19_17_, utente18_.PASSWORD2 as PASSWORD5_19_17_, utente18_.ATTIVO as ATTIVO19_17_, utente18_.ULTIMOACCESSO as ULTIMOAC7_19_17_, utente18_.LINGUA as LINGUA19_17_, utente18_.DATAPASSWORD as DATAPASS9_19_17_, utente18_.CAMBIOPASSWORD as CAMBIOP10_19_17_, utente18_.DATADISATTIVAZIONE as DATADIS11_19_17_, utente18_.DATARIATTIVAZIONE as DATARIA12_19_17_, utente18_.SMARTCARD as SMARTCARD19_17_, utente18_.CODFISC as CODFISC19_17_, utente18_.IGNORAADSI as IGNORAADSI19_17_, utente18_.COGNOME as COGNOME19_17_, utente18_.NOME as NOME19_17_, utente18_.DATAANALYZER_USERNAME as DATAANA18_19_17_, utente18_.DATAANALYZER_PASSWORD as DATAANA19_19_17_, utente18_.ALIASFIRMAREMOTA as ALIASFI20_19_17_, utente18_.INVIATO_O4C as INVIATO21_19_17_, comune19_.PROGRESSIVO as PROGRESS1_16_18_, comune19_.CODICE as CODICE16_18_, comune19_.DESCRIZIONE as DESCRIZI3_16_18_, comune19_.CAP as CAP16_18_, comune19_.PROVINCIA as PROVINCIA16_18_, comune19_.CODICECF as CODICECF16_18_, comune19_.PROGRPROVINCIA as PROGRPRO7_16_18_, comune19_.SOPPRESSO as SOPPRESSO16_18_, reparto20_.PROGRESSIVO as PROGRESS1_10_19_, reparto20_.CODICE as CODICE10_19_, reparto20_.CCOSTO as CCOSTO10_19_, reparto20_.DESCRIZIONE as DESCRIZI4_10_19_, reparto20_.ATTIVO as ATTIVO10_19_, reparto20_.CODMAG as CODMAG10_19_, reparto20_.CODUNITAPRELIEVO as CODUNITA7_10_19_, reparto20_.SIGLACS as SIGLACS10_19_, reparto20_.CODREGIONALE as CODREGIO9_10_19_, reparto20_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_19_, repartideg21_.PROGRESSIVO as PROGRESS1_33_20_, repartideg21_.CODICE as CODICE33_20_, repartideg21_.CCOSTO as CCOSTO33_20_, repartideg21_.DESCRIZIONE as DESCRIZI4_33_20_, repartideg21_.PROGREPARTO as PROGREPA5_33_20_, reparto22_.PROGRESSIVO as PROGRESS1_10_21_, reparto22_.CODICE as CODICE10_21_, reparto22_.CCOSTO as CCOSTO10_21_, reparto22_.DESCRIZIONE as DESCRIZI4_10_21_, reparto22_.ATTIVO as ATTIVO10_21_, reparto22_.CODMAG as CODMAG10_21_, reparto22_.CODUNITAPRELIEVO as CODUNITA7_10_21_, reparto22_.SIGLACS as SIGLACS10_21_, reparto22_.CODREGIONALE as CODREGIO9_10_21_, reparto22_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_21_, blocco23_.PROGRESSIVO as PROGRESS1_20_22_, blocco23_.UTCODICE as UTCODICE20_22_, blocco23_.DESCRIZIONE as DESCRIZI3_20_22_, blocco23_.NONATTIVO as NONATTIVO20_22_, blocco23_.COPIAPROGRESSIVO as COPIAPRO5_20_22_, blocco23_.DATAORA as DATAORA20_22_, blocco23_.DATAINIZIO as DATAINIZIO20_22_, blocco23_.DATAFINE as DATAFINE20_22_, blocchicco24_.BLOCCO as BLOCCO22_23_, blocchicco24_.SIGLACS as SIGLACS22_23_, blocchicco24_.CCOSTO as CCOSTO22_23_, blocchicco24_.CODMAG as CODMAG22_23_, blocchicco24_.CODUNITAPRELIEVO as CODUNITA5_22_23_, blocchicco24_.CODICECRIL as CODICECRIL22_23_, blocchimai25_.BLOCCO as BLOCCO23_24_, blocchimai25_.PROGRESSIVO as PROGRESS2_23_24_, blocchimai25_.NOMINATIVO as NOMINATIVO23_24_, blocchimai25_.INDIRIZZOMAIL as INDIRIZZ4_23_24_, utente26_.SIGLA as SIGLA19_25_, utente26_.UTENTE as UTENTE19_25_, utente26_.LIVELLO as LIVELLO19_25_, utente26_.PASSWORD as PASSWORD19_25_, utente26_.PASSWORD2 as PASSWORD5_19_25_, utente26_.ATTIVO as ATTIVO19_25_, utente26_.ULTIMOACCESSO as ULTIMOAC7_19_25_, utente26_.LINGUA as LINGUA19_25_, utente26_.DATAPASSWORD as DATAPASS9_19_25_, utente26_.CAMBIOPASSWORD as CAMBIOP10_19_25_, utente26_.DATADISATTIVAZIONE as DATADIS11_19_25_, utente26_.DATARIATTIVAZIONE as DATARIA12_19_25_, utente26_.SMARTCARD as SMARTCARD19_25_, utente26_.CODFISC as CODFISC19_25_, utente26_.IGNORAADSI as IGNORAADSI19_25_, utente26_.COGNOME as COGNOME19_25_, utente26_.NOME as NOME19_25_, utente26_.DATAANALYZER_USERNAME as DATAANA18_19_25_, utente26_.DATAANALYZER_PASSWORD as DATAANA19_19_25_, utente26_.ALIASFIRMAREMOTA as ALIASFI20_19_25_, utente26_.INVIATO_O4C as INVIATO21_19_25_, previsione27_.PROGRESSIVO as PROGRESS1_177_26_, previsione27_.PRIORITA as PRIORITA177_26_, previsione27_.UTCODICE as UTCODICE177_26_, previsione27_.DESCRIZIONE as DESCRIZI4_177_26_, previsione27_.DURATA as DURATA177_26_, previsione27_.DURATASANIFICAZIONE as DURATASA6_177_26_, previsione27_.FLACONI as FLACONI177_26_, previsione27_.NGIORNI as NGIORNI177_26_, previsione27_.REGIME as REGIME177_26_, previsione27_.PROTESI as PROTESI177_26_, previsione27_.ANESTESIA as ANESTESIA177_26_, previsione27_.INUSO as INUSO177_26_, previsione27_.NGIORNIPOSTINT as NGIORNI13_177_26_, previsione27_.ESCLUDICHECKLIST as ESCLUDI14_177_26_, previsione27_.GARANZIA as GARANZIA177_26_, priorita28_.PROGRESSIVO as PROGRESS1_9_27_, priorita28_.LIVELLO as LIVELLO9_27_, priorita28_.DESCRIZIONE as DESCRIZI3_9_27_, priorita28_.GGSEMAFOROGIALLOMIN as GGSEMAFO4_9_27_, priorita28_.GGSEMAFOROGIALLOMAX as GGSEMAFO5_9_27_, priorita28_.GGSEMAFOROROSSO as GGSEMAFO6_9_27_, priorita28_.GIORNI as GIORNI9_27_, salette29_.PROGRESSIVO as PROGRESS1_30_28_, salette29_.UTCODICE as UTCODICE30_28_, salette29_.DESCRIZIONE as DESCRIZI3_30_28_, salette29_.BLOCCO as BLOCCO30_28_, salette29_.ATTIVO as ATTIVO30_28_, blocco30_.PROGRESSIVO as PROGRESS1_20_29_, blocco30_.UTCODICE as UTCODICE20_29_, blocco30_.DESCRIZIONE as DESCRIZI3_20_29_, blocco30_.NONATTIVO as NONATTIVO20_29_, blocco30_.COPIAPROGRESSIVO as COPIAPRO5_20_29_, blocco30_.DATAORA as DATAORA20_29_, blocco30_.DATAINIZIO as DATAINIZIO20_29_, blocco30_.DATAFINE as DATAFINE20_29_, regimirico31_.ID as ID25_30_, regimirico31_.DESCRIZIONE as DESCRIZI2_25_30_, regimirico31_.TIPOLOGIA as TIPOLOGIA25_30_, regimirico31_.NOSOLOGICOOBBLIGATORIO as NOSOLOGI4_25_30_, regimirico31_.LIBERAPROFESSIONEOBBLIGATORIO as LIBERAPR5_25_30_, regimirico31_.AMBULATORIALE as AMBULATO6_25_30_, regimirico31_.CHECKLISTRC as CHECKLIS7_25_30_, regimirico31_.SETTINGASSISTENZIALERFC as SETTINGA8_25_30_, regimirico31_.DATAINIZIO as DATAINIZIO25_30_, regimirico31_.DATAFINE as DATAFINE25_30_, tabelle32_.PROGRESSIVO as PROGRESS1_15_31_, tabelle32_.CODICETABELLA as CODICETA2_15_31_, tabelle32_.UTCODICE as UTCODICE15_31_, tabelle32_.DESCRIZIONE as DESCRIZI4_15_31_, tabelle32_.NONATTIVO as NONATTIVO15_31_, tabelle32_.COPIAPROGRESSIVO as COPIAPRO6_15_31_, tabelle32_.DATAORA as DATAORA15_31_, tabelle32_.DATAINIZIO as DATAINIZIO15_31_, tabelle32_.DATAFINE as DATAFINE15_31_, tabelle33_.PROGRESSIVO as PROGRESS1_15_32_, tabelle33_.CODICETABELLA as CODICETA2_15_32_, tabelle33_.UTCODICE as UTCODICE15_32_, tabelle33_.DESCRIZIONE as DESCRIZI4_15_32_, tabelle33_.NONATTIVO as NONATTIVO15_32_, tabelle33_.COPIAPROGRESSIVO as COPIAPRO6_15_32_, tabelle33_.DATAORA as DATAORA15_32_, tabelle33_.DATAINIZIO as DATAINIZIO15_32_, tabelle33_.DATAFINE as DATAFINE15_32_, noteendopr34_.INTERVENTO as INTERVENTO38_33_, noteendopr34_.NOTEPRIMOIMPIANTO as NOTEPRIM2_38_33_, noteendopr34_.NOTEREVISIONE as NOTEREVI3_38_33_, noteendopr34_.NOTEINTERVENTOPRECEDENTE as NOTEINTE4_38_33_, noteendopr34_.NOTEVIADIACCESSO as NOTEVIAD5_38_33_, noteendopr34_.NOTEGENERALI as NOTEGENE6_38_33_, noteendopr34_.TIPOINTERVENTOREVISIONE as TIPOINTE7_38_33_, noteendopr34_.FISSAZIONE as FISSAZIONE38_33_, noteendopr34_.FISSAZIONENEW as FISSAZIO9_38_33_, noteendopr34_.ANCACHIRURGIACOMPUTERASS as ANCACHI10_38_33_, noteendopr34_.ANCAINNESTOOSSEOCOMPACET as ANCAINN11_38_33_, noteendopr34_.ANCAINNESTOOSSEOCOMPFEM as ANCAINN12_38_33_, noteendopr34_.GINCHIRURGIACOMPUTERASS as GINCHIR13_38_33_, noteendopr34_.GININNESTOOSSEOCOMPACET as GININNE14_38_33_, noteendopr34_.GININNESTOOSSEOCOMPFEM as GININNE15_38_33_, altridati35_.INTERVENTO as INTERVENTO42_34_, altridati35_.ELEZURG as ELEZURG42_34_, altridati35_.LATERALITA as LATERALITA42_34_, altridati35_.CONTAMINATO as CONTAMIN4_42_34_, altridati35_.DESTINAZIONE as DESTINAZ5_42_34_, altridati35_.INTRAOP as INTRAOP42_34_, altridati35_.USOCEC as USOCEC42_34_, altridati35_.PROTESI as PROTESI42_34_, altridati35_.UNITABRILLANZA as UNITABRI9_42_34_, altridati35_.TERAPIAANTIBIOTICA as TERAPIA10_42_34_, tabelle36_.PROGRESSIVO as PROGRESS1_15_35_, tabelle36_.CODICETABELLA as CODICETA2_15_35_, tabelle36_.UTCODICE as UTCODICE15_35_, tabelle36_.DESCRIZIONE as DESCRIZI4_15_35_, tabelle36_.NONATTIVO as NONATTIVO15_35_, tabelle36_.COPIAPROGRESSIVO as COPIAPRO6_15_35_, tabelle36_.DATAORA as DATAORA15_35_, tabelle36_.DATAINIZIO as DATAINIZIO15_35_, tabelle36_.DATAFINE as DATAFINE15_35_, tabelle37_.PROGRESSIVO as PROGRESS1_15_36_, tabelle37_.CODICETABELLA as CODICETA2_15_36_, tabelle37_.UTCODICE as UTCODICE15_36_, tabelle37_.DESCRIZIONE as DESCRIZI4_15_36_, tabelle37_.NONATTIVO as NONATTIVO15_36_, tabelle37_.COPIAPROGRESSIVO as COPIAPRO6_15_36_, tabelle37_.DATAORA as DATAORA15_36_, tabelle37_.DATAINIZIO as DATAINIZIO15_36_, tabelle37_.DATAFINE as DATAFINE15_36_, intraopane38_.PROGRESSIVO as PROGRESS1_43_37_, intraopane38_.PROGRCHIAMANTE as PROGRCHI2_43_37_, intraopane38_.CODCHIAMANTE as CODCHIAM3_43_37_, intraopane38_.ASA as ASA43_37_, intraopane38_.ASAE as ASAE43_37_, intraopane38_.SIGLASALVA as SIGLASALVA43_37_, intraopane38_.DATAORASALVA as DATAORAS7_43_37_, intraopane38_.SCADENZA as SCADENZA43_37_, intraopane38_.SCADENZACIA_CHI as SCADENZA9_43_37_, utente39_.SIGLA as SIGLA19_38_, utente39_.UTENTE as UTENTE19_38_, utente39_.LIVELLO as LIVELLO19_38_, utente39_.PASSWORD as PASSWORD19_38_, utente39_.PASSWORD2 as PASSWORD5_19_38_, utente39_.ATTIVO as ATTIVO19_38_, utente39_.ULTIMOACCESSO as ULTIMOAC7_19_38_, utente39_.LINGUA as LINGUA19_38_, utente39_.DATAPASSWORD as DATAPASS9_19_38_, utente39_.CAMBIOPASSWORD as CAMBIOP10_19_38_, utente39_.DATADISATTIVAZIONE as DATADIS11_19_38_, utente39_.DATARIATTIVAZIONE as DATARIA12_19_38_, utente39_.SMARTCARD as SMARTCARD19_38_, utente39_.CODFISC as CODFISC19_38_, utente39_.IGNORAADSI as IGNORAADSI19_38_, utente39_.COGNOME as COGNOME19_38_, utente39_.NOME as NOME19_38_, utente39_.DATAANALYZER_USERNAME as DATAANA18_19_38_, utente39_.DATAANALYZER_PASSWORD as DATAANA19_19_38_, utente39_.ALIASFIRMAREMOTA as ALIASFI20_19_38_, utente39_.INVIATO_O4C as INVIATO21_19_38_, utente40_.SIGLA as SIGLA19_39_, utente40_.UTENTE as UTENTE19_39_, utente40_.LIVELLO as LIVELLO19_39_, utente40_.PASSWORD as PASSWORD19_39_, utente40_.PASSWORD2 as PASSWORD5_19_39_, utente40_.ATTIVO as ATTIVO19_39_, utente40_.ULTIMOACCESSO as ULTIMOAC7_19_39_, utente40_.LINGUA as LINGUA19_39_, utente40_.DATAPASSWORD as DATAPASS9_19_39_, utente40_.CAMBIOPASSWORD as CAMBIOP10_19_39_, utente40_.DATADISATTIVAZIONE as DATADIS11_19_39_, utente40_.DATARIATTIVAZIONE as DATARIA12_19_39_, utente40_.SMARTCARD as SMARTCARD19_39_, utente40_.CODFISC as CODFISC19_39_, utente40_.IGNORAADSI as IGNORAADSI19_39_, utente40_.COGNOME as COGNOME19_39_, utente40_.NOME as NOME19_39_, utente40_.DATAANALYZER_USERNAME as DATAANA18_19_39_, utente40_.DATAANALYZER_PASSWORD as DATAANA19_19_39_, utente40_.ALIASFIRMAREMOTA as ALIASFI20_19_39_, utente40_.INVIATO_O4C as INVIATO21_19_39_ from INTERVENTI intervento0_, UTENTI utente1_, DESCRIZIONILIVELLI livello2_, UTENTI utente3_, UTENTI utente4_, PAZIENTI paziente5_, TABELLE tabelle6_, UTENTI utente7_, TABELLE tabelle8_, COMUNI comune9_, TABELLE tabelle10_, TABELLE tabelle11_, COMUNI comune12_, TABELLE tabelle13_, TABELLE tabelle14_, TABELLE tabelle15_, TABELLE tabelle16_, TABELLE tabelle17_, UTENTI utente18_, COMUNI comune19_, REPARTI reparto20_, REPARTIDEGENZA repartideg21_, REPARTI reparto22_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco23_, BLOCCHICCOSTO blocchicco24_, BLOCCHIMAIL blocchimai25_, UTENTI utente26_, PREVISIONI previsione27_, PRIORITA priorita28_, SALETTE salette29_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco30_, REGIMIRICOVERO regimirico31_, TABELLE tabelle32_, TABELLE tabelle33_, ENDONOTE noteendopr34_, ALTRIDATI altridati35_, TABELLE tabelle36_, TABELLE tabelle37_, INTRAOP_ANEST intraopane38_, UTENTI utente39_, UTENTI utente40_ where intervento0_.STAMPATO_CHI=utente1_.SIGLA(+) and utente1_.LIVELLO= livello2_.LIVELLO(+) and intervento0_.DISCONVALIDATO_CHI=utente3_.SIGLA(+) and intervento0_.SCADENZA_CHI=utente4_.SIGLA(+) and intervento0_.CODPAZIENTE=paziente5_.PROGRESSIVO(+) and paziente5_.CITTADINANZA=tabelle6_.PROGRESSIVO(+) and paziente5_.CARDIO_CHI= utente7_.SIGLA(+) and paziente5_.POSIZIONEPROF=tabelle8_.PROGRESSIVO(+) and paziente5_.COMUNENASCITA=comune9_.PROGRESSIVO(+) and paziente5_.PROFESSIONE= tabelle10_.PROGRESSIVO(+) and paziente5_.STATOCIVILE= tabelle11_.PROGRESSIVO(+) and paziente5_.COMUNERESIDENZA= comune12_.PROGRESSIVO(+) and paziente5_.USL=tabelle13_.PROGRESSIVO(+) and paziente5_.MEDICOCHEINVIA=tabelle14_.PROGRESSIVO(+) and paziente5_.RAMOATTIVITA=tabelle15_.PROGRESSIVO(+) and paziente5_.REGIONEASSISTENZA=tabelle16_.PROGRESSIVO(+) and paziente5_.TITOLOSTUDIO=tabelle17_.PROGRESSIVO(+) and paziente5_.SIGLAPAZINS=utente18_.SIGLA(+) and paziente5_.DOC_NAZIONERILASCIO=comune19_.PROGRESSIVO(+) and intervento0_.REPARTO=reparto20_.PROGRESSIVO(+) and intervento0_.REPARTODEGENZA=repartideg21_.PROGRESSIVO(+) and repartideg21_.PROGREPARTO=reparto22_.PROGRESSIVO(+) and intervento0_.BLOCCO= blocco23_.PROGRESSIVO(+) and blocco23_.PROGRESSIVO=blocchicco24_.BLOCCO(+) and blocco23_.PROGRESSIVO=blocchimai25_.BLOCCO(+) and intervento0_.SIGLAUTENTE=utente26_.SIGLA(+) and intervento0_.PREVISIONE= previsione27_.PROGRESSIVO(+) and previsione27_.PRIORITA= priorita28_.PROGRESSIVO(+) and intervento0_.SALETTA= salette29_.PROGRESSIVO(+) and salette29_.BLOCCO=blocco30_.PROGRESSIVO(+) and intervento0_.regime=regimirico31_.ID(+) and intervento0_.TIPORICOVERO= tabelle32_.PROGRESSIVO(+) and intervento0_.TIPOMINIINVASIVA= tabelle33_.PROGRESSIVO(+) and intervento0_.PROGRESSIVO= noteendopr34_.INTERVENTO(+) and intervento0_.PROGRESSIVO= altridati35_.INTERVENTO(+) and altridati35_.CONTAMINATO= tabelle36_.PROGRESSIVO(+) and altridati35_.DESTINAZIONE= tabelle37_.PROGRESSIVO(+) and intervento0_.PROGRESSIVO= intraopane38_.PROGRCHIAMANTE(+) and intraopane38_.SIGLASALVA= utente39_.SIGLA(+) and intraopane38_.SCADENZACIA_CHI=utente40_.SIGLA(+) and intervento0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.02 0.02 0 0 0 0 Execute 3 0.61 0.61 0 0 0 0 Fetch 3 0.00 0.00 0 129 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.65 0.65 0 129 0 3 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=43 pr=0 pw=0 time=2010 us cost=42 size=3906 card=1) 1 1 1 NESTED LOOPS OUTER (cr=41 pr=0 pw=0 time=1956 us cost=41 size=3806 card=1) 1 1 1 MERGE JOIN OUTER (cr=39 pr=0 pw=0 time=1896 us cost=40 size=3706 card=1) 1 1 1 MERGE JOIN OUTER (cr=37 pr=0 pw=0 time=1712 us cost=38 size=3649 card=1) 1 1 1 NESTED LOOPS OUTER (cr=36 pr=0 pw=0 time=1556 us cost=38 size=2831 card=1) 1 1 1 NESTED LOOPS OUTER (cr=35 pr=0 pw=0 time=1412 us cost=36 size=2547 card=1) 1 1 1 NESTED LOOPS OUTER (cr=35 pr=0 pw=0 time=1393 us cost=35 size=2526 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=1340 us cost=34 size=2469 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=1314 us cost=33 size=2369 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=1295 us cost=32 size=2312 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=1270 us cost=31 size=2274 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=1249 us cost=30 size=2217 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=1226 us cost=29 size=2160 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=1206 us cost=28 size=2122 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=1184 us cost=27 size=2065 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=1157 us cost=26 size=2008 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=1134 us cost=25 size=1951 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=1111 us cost=24 size=1894 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=1089 us cost=23 size=1837 card=1) 1 1 1 NESTED LOOPS OUTER (cr=30 pr=0 pw=0 time=1050 us cost=22 size=1737 card=1) 1 1 1 NESTED LOOPS OUTER (cr=30 pr=0 pw=0 time=1028 us cost=21 size=1699 card=1) 1 1 1 NESTED LOOPS OUTER (cr=30 pr=0 pw=0 time=1000 us cost=20 size=1617 card=1) 1 1 1 NESTED LOOPS OUTER (cr=28 pr=0 pw=0 time=956 us cost=19 size=1606 card=1) 1 1 1 NESTED LOOPS OUTER (cr=26 pr=0 pw=0 time=918 us cost=18 size=1570 card=1) 1 1 1 NESTED LOOPS OUTER (cr=23 pr=0 pw=0 time=866 us cost=17 size=1513 card=1) 1 1 1 NESTED LOOPS OUTER (cr=23 pr=0 pw=0 time=840 us cost=16 size=1456 card=1) 1 1 1 NESTED LOOPS OUTER (cr=20 pr=0 pw=0 time=788 us cost=15 size=1399 card=1) 1 1 1 NESTED LOOPS OUTER (cr=20 pr=0 pw=0 time=758 us cost=14 size=1299 card=1) 1 1 1 NESTED LOOPS OUTER (cr=20 pr=0 pw=0 time=733 us cost=13 size=1199 card=1) 1 1 1 NESTED LOOPS OUTER (cr=20 pr=0 pw=0 time=704 us cost=12 size=1099 card=1) 1 1 1 NESTED LOOPS OUTER (cr=17 pr=0 pw=0 time=646 us cost=11 size=985 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=599 us cost=10 size=903 card=1) 1 1 1 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=578 us cost=9 size=874 card=1) 1 1 1 NESTED LOOPS OUTER (cr=12 pr=0 pw=0 time=512 us cost=8 size=817 card=1) 1 1 1 NESTED LOOPS OUTER (cr=10 pr=0 pw=0 time=462 us cost=7 size=717 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=401 us cost=6 size=649 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=346 us cost=5 size=622 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=291 us cost=4 size=563 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=268 us cost=3 size=506 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=238 us cost=2 size=449 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=165 us cost=1 size=406 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=76 us cost=0 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=51 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=25 us cost=0 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=13 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=6 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=11 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=6 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=2 pr=0 pw=0 time=40 us cost=1 size=59 card=1) 1 1 1 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=1 pr=0 pw=0 time=19 us cost=0 size=0 card=1)(object id 4328094) 1 1 1 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=39 us cost=1 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN SALETTE1 (cr=1 pr=0 pw=0 time=19 us cost=0 size=0 card=1)(object id 4328878) 1 1 1 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=2 pr=0 pw=0 time=43 us cost=1 size=68 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=22 us cost=0 size=0 card=1)(object id 4328856) 1 1 1 TABLE ACCESS BY INDEX ROWID UTENTI (cr=2 pr=0 pw=0 time=35 us cost=1 size=100 card=1) 1 1 1 INDEX UNIQUE SCAN UTENTI1 (cr=1 pr=0 pw=0 time=19 us cost=0 size=0 card=1)(object id 4329020) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=49 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=22 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIDEGENZA (cr=0 pr=0 pw=0 time=9 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTIDEGENZA1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328781) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=34 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=16 us cost=0 size=0 card=1)(object id 4328413) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=45 us cost=1 size=114 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=23 us cost=0 size=0 card=1)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=10 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4329020) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=10 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4329020) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=9 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4329020) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=38 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=25 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=12 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=6 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=36 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=20 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID PRIORITA (cr=2 pr=0 pw=0 time=25 us cost=1 size=36 card=1) 1 1 1 INDEX UNIQUE SCAN PRIORITA1 (cr=1 pr=0 pw=0 time=14 us cost=0 size=0 card=1)(object id 4328718) 1 1 1 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=31 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=15 us cost=0 size=0 card=1)(object id 4328577) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTI (cr=0 pr=0 pw=0 time=9 us cost=1 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=9 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328217) 1 1 1 TABLE ACCESS BY INDEX ROWID UTENTI (cr=2 pr=0 pw=0 time=23 us cost=1 size=100 card=1) 1 1 1 INDEX UNIQUE SCAN UTENTI1 (cr=1 pr=0 pw=0 time=13 us cost=0 size=0 card=1)(object id 4329020) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=12 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=8 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=9 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=9 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4329020) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=36 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=24 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=0 pr=0 pw=0 time=9 us cost=1 size=21 card=1) 0 0 0 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328639) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=130 us cost=2 size=284 card=1) 0 0 0 BUFFER SORT (cr=1 pr=0 pw=0 time=134 us cost=36 size=818 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID ENDONOTE (cr=1 pr=0 pw=0 time=67 us cost=0 size=818 card=1) 0 0 0 INDEX RANGE SCAN ENDONOTE2 (cr=1 pr=0 pw=0 time=61 us cost=0 size=0 card=1)(object id 4328629) 1 1 1 BUFFER SORT (cr=2 pr=0 pw=0 time=157 us cost=40 size=57 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=2 pr=0 pw=0 time=95 us cost=2 size=57 card=1) 1 1 1 INDEX RANGE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=32 us cost=1 size=0 card=1)(object id 4329091) 1 1 1 TABLE ACCESS BY INDEX ROWID UTENTI (cr=2 pr=0 pw=0 time=44 us cost=1 size=100 card=1) 1 1 1 INDEX UNIQUE SCAN UTENTI1 (cr=1 pr=0 pw=0 time=23 us cost=0 size=0 card=1)(object id 4329020) 1 1 1 TABLE ACCESS BY INDEX ROWID UTENTI (cr=2 pr=0 pw=0 time=33 us cost=1 size=100 card=1) 1 1 1 INDEX UNIQUE SCAN UTENTI1 (cr=1 pr=0 pw=0 time=17 us cost=0 size=0 card=1)(object id 4329020) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net more data to client 30 0.00 0.00 SQL*Net message from client 6 0.02 0.04 ******************************************************************************** SQL ID: 1avb2nxma8p3y Plan Hash: 1042091278 select progressivo,decode(attivo,'0',descrizione || ' (NO ACTIVO)', descrizione) as descrizione,attivo from reparti where progressivo in ( select reparto from repartiblocchi where blocco = 2833 ) order by attivo desc, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.02 0.09 0 0 0 0 Execute 10 0.00 0.00 0 0 0 0 Fetch 20 0.00 0.00 0 60 0 100 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 40 0.03 0.10 0 60 0 100 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 10 10 10 SORT ORDER BY (cr=6 pr=0 pw=0 time=545 us cost=4 size=490 card=10) 10 10 10 NESTED LOOPS (cr=6 pr=0 pw=0 time=465 us cost=3 size=490 card=10) 15 15 15 TABLE ACCESS FULL REPARTI (cr=2 pr=0 pw=0 time=233 us cost=3 size=630 card=15) 10 10 10 INDEX UNIQUE SCAN REPARTIBLOCCHI2 (cr=4 pr=0 pw=0 time=104 us cost=0 size=7 card=1)(object id 4328626) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 31 0.00 0.00 SQL*Net message from client 31 21.28 21.54 library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: gwtzwp8tfj803 Plan Hash: 2042226894 SELECT MAX(COL_INDEX) AS VALORE FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=22 pr=0 pw=0 time=3838 us) 79 79 79 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=1262 us cost=8 size=735 card=21) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 6x3vd2vkv03c6 Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'LO_INT' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=3794 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 91tywqdf08rj5 Plan Hash: 923941986 SELECT * FROM reparti where progressivo = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 23 0.00 0.00 0 0 0 0 Execute 23 0.00 0.00 0 0 0 0 Fetch 23 0.00 0.00 0 46 0 23 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 69 0.01 0.01 0 46 0 23 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=103 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=50 us cost=0 size=0 card=1)(object id 4328413) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 51 0.00 0.00 SQL*Net message from client 51 0.12 0.22 SQL*Net break/reset to client 10 0.00 0.00 ******************************************************************************** SQL ID: 5p5fhd79qxpk5 Plan Hash: 3382396010 SELECT ICD9CM.ICD,ICD9CM.DESCRIZIONE FROM ICDINTERVENTI,ICD9CM WHERE ICDINTERVENTI.ICD = ICD9CM.PROGRESSIVO AND ICDINTERVENTI.INTERVENTO = 95 ORDER BY ICDINTERVENTI.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 9 0.00 0.00 0 126 0 75 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 126 0 75 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 25 25 25 NESTED LOOPS (cr=42 pr=0 pw=0 time=3653 us cost=3 size=118 card=1) 25 25 25 NESTED LOOPS (cr=17 pr=0 pw=0 time=2451 us cost=3 size=118 card=1) 25 25 25 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=6 pr=0 pw=0 time=826 us cost=2 size=11 card=1) 25 25 25 INDEX RANGE SCAN ICDINTERVENTI3 (cr=3 pr=0 pw=0 time=369 us cost=1 size=0 card=1)(object id 4328796) 25 25 25 INDEX UNIQUE SCAN ICD9CM1 (cr=11 pr=0 pw=0 time=363 us cost=0 size=0 card=1)(object id 4328949) 25 25 25 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=25 pr=0 pw=0 time=356 us cost=1 size=107 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.08 0.12 ******************************************************************************** SQL ID: 8bdytn1x8xjnz Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'REPARTO' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=3488 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: c7wqrhb88ajkn Plan Hash: 1499107076 select rowid, CONVANESTESIA,CONVCHIRURGIA,CONVINFERMIERI FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 42 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 42 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=99 us cost=1 size=24 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=62 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 42 0.00 0.00 SQL*Net message from client 42 0.18 0.33 latch free 2 0.00 0.00 ******************************************************************************** SQL ID: fgx9hm1gjh16h Plan Hash: 2471080873 SELECT DESCRIZIONE FROM REGIMIRICOVERO WHERE ID = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.00 0.00 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 42 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.01 0.01 0 42 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=2 pr=0 pw=0 time=103 us cost=1 size=38 card=1) 1 1 1 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=1 pr=0 pw=0 time=53 us cost=0 size=0 card=1)(object id 4328094) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 44 0.00 0.00 SQL*Net message from client 44 0.00 0.03 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 2fd13u0uubfmq Plan Hash: 4165688936 select * from avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 9 0.01 0.01 0 0 0 0 Execute 9 0.00 0.00 0 0 0 0 Fetch 13 0.00 0.00 0 27 0 9 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 31 0.01 0.01 0 27 0 9 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=194 us cost=3 size=968 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 22 0.00 0.00 SQL*Net more data to client 27 0.00 0.00 SQL*Net message from client 22 0.00 0.02 ******************************************************************************** SQL ID: frpdhz4tz823n Plan Hash: 3738241393 select previsione0_.PROGRESSIVO as PROGRESS1_177_1_, previsione0_.PRIORITA as PRIORITA177_1_, previsione0_.UTCODICE as UTCODICE177_1_, previsione0_.DESCRIZIONE as DESCRIZI4_177_1_, previsione0_.DURATA as DURATA177_1_, previsione0_.DURATASANIFICAZIONE as DURATASA6_177_1_, previsione0_.FLACONI as FLACONI177_1_, previsione0_.NGIORNI as NGIORNI177_1_, previsione0_.REGIME as REGIME177_1_, previsione0_.PROTESI as PROTESI177_1_, previsione0_.ANESTESIA as ANESTESIA177_1_, previsione0_.INUSO as INUSO177_1_, previsione0_.NGIORNIPOSTINT as NGIORNI13_177_1_, previsione0_.ESCLUDICHECKLIST as ESCLUDI14_177_1_, previsione0_.GARANZIA as GARANZIA177_1_, priorita1_.PROGRESSIVO as PROGRESS1_9_0_, priorita1_.LIVELLO as LIVELLO9_0_, priorita1_.DESCRIZIONE as DESCRIZI3_9_0_, priorita1_.GGSEMAFOROGIALLOMIN as GGSEMAFO4_9_0_, priorita1_.GGSEMAFOROGIALLOMAX as GGSEMAFO5_9_0_, priorita1_.GGSEMAFOROROSSO as GGSEMAFO6_9_0_, priorita1_.GIORNI as GIORNI9_0_ from PREVISIONI previsione0_, PRIORITA priorita1_ where previsione0_.PRIORITA= priorita1_.PROGRESSIVO(+) and previsione0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 17 0.00 0.00 0 0 0 0 Execute 17 0.01 0.01 0 0 0 0 Fetch 17 0.00 0.00 0 68 0 17 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 51 0.03 0.03 0 68 0 17 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=176 us cost=2 size=104 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=2 pr=0 pw=0 time=111 us cost=1 size=68 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=56 us cost=0 size=0 card=1)(object id 4328856) 1 1 1 TABLE ACCESS BY INDEX ROWID PRIORITA (cr=2 pr=0 pw=0 time=44 us cost=1 size=36 card=1) 1 1 1 INDEX UNIQUE SCAN PRIORITA1 (cr=1 pr=0 pw=0 time=23 us cost=0 size=0 card=1)(object id 4328718) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 35 0.00 0.00 SQL*Net message from client 35 0.00 0.03 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: auxsqnjh3bfy8 Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'CAMPOWEB_IDO4C' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=3227 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 6vqmqkkyt6kfz Plan Hash: 2713808975 SELECT DISTINCT P.PROGRESSIVO AS PROGPERSONALE, GetRepartiPerPersonale(P.Progressivo) AS DESCBLOCCOREPARTO FROM PERSONALE P,PERSONALEBLOCCHIREPARTI PBR WHERE P.PROGRESSIVO = PBR.PERSONALE (+) AND P.FUNZIONE = '1' AND P.PROGRESSIVO IN (23,120) AND NOT EXISTS (SELECT '1' FROM PERSONALEBLOCCHIREPARTI WHERE PERSONALEBLOCCHIREPARTI.PERSONALE = P.PROGRESSIVO AND PERSONALEBLOCCHIREPARTI.REPARTO IN (14) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.02 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.03 0 15 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT UNIQUE (cr=15 pr=0 pw=0 time=7037 us cost=10 size=23 card=1) 0 0 0 HASH JOIN ANTI (cr=15 pr=0 pw=0 time=6996 us cost=9 size=23 card=1) 7 7 7 HASH JOIN OUTER (cr=9 pr=0 pw=0 time=6380 us cost=5 size=15 card=1) 2 2 2 VIEW index$_join$_001 (cr=3 pr=0 pw=0 time=4335 us cost=1 size=7 card=1) 2 2 2 HASH JOIN (cr=3 pr=0 pw=0 time=4294 us) 2 2 2 INLIST ITERATOR (cr=2 pr=0 pw=0 time=107 us) 2 2 2 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=87 us cost=0 size=7 card=1)(object id 4329013) 91 91 91 INDEX RANGE SCAN PERSONALE4 (cr=1 pr=0 pw=0 time=1717 us cost=2 size=7 card=1)(object id 4329012) 7 7 7 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=224 us cost=4 size=16 card=2) 2 2 2 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=108 us cost=4 size=8 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.02 0.02 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 4u922uaq921pa Plan Hash: 1955432048 SELECT stampato From altridati Where intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.00 0.00 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 42 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.01 0.01 0 42 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=106 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=56 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 45 0.00 0.00 SQL*Net message from client 45 0.00 0.04 SQL*Net break/reset to client 6 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 6t36tqpya9y09 Plan Hash: 3738243353 SELECT PROGRESSIVO FROM CG WHERE IDINTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.05 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.06 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID CG (cr=1 pr=1 pw=0 time=6963 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN CG2 (cr=1 pr=1 pw=0 time=6947 us cost=1 size=0 card=1)(object id 4328674) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.05 0.06 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 ******************************************************************************** SQL ID: dqh635jgk4446 Plan Hash: 3046590112 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'LA_INT' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 44 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 44 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=3191 us cost=8 size=49 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 24y0076y9ftf5 Plan Hash: 3191715465 SELECT * FROM SALETTE WHERE PROGRESSIVO = 10 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 42 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 42 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=101 us cost=1 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN SALETTE1 (cr=1 pr=0 pw=0 time=50 us cost=0 size=0 card=1)(object id 4328878) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 45 0.00 0.00 SQL*Net message from client 45 0.00 0.05 latch free 1 0.00 0.00 SQL*Net break/reset to client 6 0.02 0.03 ******************************************************************************** SQL ID: 79rw57wcsmtc5 Plan Hash: 1499107076 SELECT stampato From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 42 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.01 0.01 0 42 0 21 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=104 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=65 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 42 0.00 0.00 SQL*Net message from client 42 0.05 0.08 ******************************************************************************** SQL ID: 6pxxc6ddfngnj Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '10' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 30 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=30 pr=0 pw=0 time=5918 us cost=11 size=57 card=1) 1 1 1 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=5723 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: ap9frkpn0fpxc Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '202' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=6219 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=6139 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 0bh7pvd986yg3 Plan Hash: 4165688936 select rowid, TBLOCCOOUT FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 13 0.00 0.01 0 0 0 0 Execute 13 0.00 0.00 0 0 0 0 Fetch 13 0.00 0.00 0 26 0 13 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.01 0.01 0 26 0 13 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=178 us cost=3 size=25 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 29 0.00 0.00 SQL*Net message from client 29 0.00 0.03 SQL*Net break/reset to client 6 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 8zb431k7aaajs Plan Hash: 1120722673 select gruppilist0_.REPARTO as REPARTO1_, gruppilist0_.GRUPPOLISTAATTESA as GRUPPOLI2_1_, tabelle1_.PROGRESSIVO as PROGRESS1_15_0_, tabelle1_.CODICETABELLA as CODICETA2_15_0_, tabelle1_.UTCODICE as UTCODICE15_0_, tabelle1_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle1_.NONATTIVO as NONATTIVO15_0_, tabelle1_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle1_.DATAORA as DATAORA15_0_, tabelle1_.DATAINIZIO as DATAINIZIO15_0_, tabelle1_.DATAFINE as DATAFINE15_0_ from LISTAATTESAGRUPPI gruppilist0_, TABELLE tabelle1_ where gruppilist0_.GRUPPOLISTAATTESA=tabelle1_.PROGRESSIVO(+) and gruppilist0_.REPARTO in (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 38 0.01 0.01 0 0 0 0 Execute 38 0.18 0.18 0 0 0 0 Fetch 38 0.00 0.00 0 38 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 114 0.20 0.20 0 38 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 18 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=124 us cost=3 size=83 card=1) 0 0 0 TABLE ACCESS FULL LISTAATTESAGRUPPI (cr=1 pr=0 pw=0 time=112 us cost=2 size=26 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 78 0.00 0.00 SQL*Net message from client 78 0.11 0.29 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 2a818zwxcm31f Plan Hash: 294537916 select repartipar0_.PROGRESSIVOBLOCCO as PROGRESS2_1_, repartipar0_.PROGRESSIVO as PROGRESS1_1_, reparto1_.PROGRESSIVO as PROGRESS1_10_0_, reparto1_.CODICE as CODICE10_0_, reparto1_.CCOSTO as CCOSTO10_0_, reparto1_.DESCRIZIONE as DESCRIZI4_10_0_, reparto1_.ATTIVO as ATTIVO10_0_, reparto1_.CODMAG as CODMAG10_0_, reparto1_.CODUNITAPRELIEVO as CODUNITA7_10_0_, reparto1_.SIGLACS as SIGLACS10_0_, reparto1_.CODREGIONALE as CODREGIO9_10_0_, reparto1_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_0_ from REPARTIPARTI repartipar0_, REPARTI reparto1_ where repartipar0_.PROGRESSIVO= reparto1_.PROGRESSIVO(+) and repartipar0_.PROGRESSIVOBLOCCO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 55 0.01 0.01 0 0 0 0 Execute 55 0.04 0.04 0 0 0 0 Fetch 55 0.00 0.00 0 55 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 165 0.06 0.06 0 55 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=85 us cost=1 size=108 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIPARTI (cr=1 pr=0 pw=0 time=74 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN REPARTIPARTI2 (cr=1 pr=0 pw=0 time=63 us cost=1 size=0 card=1)(object id 4328111) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTI (cr=0 pr=0 pw=0 time=0 us cost=0 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328413) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 110 0.00 0.00 SQL*Net message from client 110 0.13 0.31 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 7kmuawt319pq4 Plan Hash: 2742642966 SELECT INTERV.REPARTO,INTERV.BLOCCO,INTERV.REGIME,INTERV.PREVISIONE, ALTD.ELEZURG FROM INTERVENTI INTERV,ALTRIDATI ALTD WHERE INTERV.PROGRESSIVO = ALTD.INTERVENTO AND INTERV.PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 16 0.00 0.00 0 0 0 0 Execute 16 0.00 0.00 0 0 0 0 Fetch 16 0.00 0.00 0 64 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.01 0.01 0 64 0 16 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=172 us cost=2 size=43 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=88 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=49 us cost=0 size=0 card=1)(object id 4329001) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=65 us cost=1 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=32 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 32 0.00 0.00 SQL*Net message from client 32 0.02 0.11 library cache lock 3 0.05 0.05 library cache pin 3 0.04 0.06 ******************************************************************************** SQL ID: bhuf67kwwtvj7 Plan Hash: 330926445 select blocchi0_.REPARTO as REPARTO4_, blocchi0_.BLOCCO as BLOCCO4_, blocco1_.PROGRESSIVO as PROGRESS1_20_0_, blocco1_.UTCODICE as UTCODICE20_0_, blocco1_.DESCRIZIONE as DESCRIZI3_20_0_, blocco1_.NONATTIVO as NONATTIVO20_0_, blocco1_.COPIAPROGRESSIVO as COPIAPRO5_20_0_, blocco1_.DATAORA as DATAORA20_0_, blocco1_.DATAINIZIO as DATAINIZIO20_0_, blocco1_.DATAFINE as DATAFINE20_0_, blocchicco2_.BLOCCO as BLOCCO22_1_, blocchicco2_.SIGLACS as SIGLACS22_1_, blocchicco2_.CCOSTO as CCOSTO22_1_, blocchicco2_.CODMAG as CODMAG22_1_, blocchicco2_.CODUNITAPRELIEVO as CODUNITA5_22_1_, blocchicco2_.CODICECRIL as CODICECRIL22_1_, utente3_.SIGLA as SIGLA19_2_, utente3_.UTENTE as UTENTE19_2_, utente3_.LIVELLO as LIVELLO19_2_, utente3_.PASSWORD as PASSWORD19_2_, utente3_.PASSWORD2 as PASSWORD5_19_2_, utente3_.ATTIVO as ATTIVO19_2_, utente3_.ULTIMOACCESSO as ULTIMOAC7_19_2_, utente3_.LINGUA as LINGUA19_2_, utente3_.DATAPASSWORD as DATAPASS9_19_2_, utente3_.CAMBIOPASSWORD as CAMBIOP10_19_2_, utente3_.DATADISATTIVAZIONE as DATADIS11_19_2_, utente3_.DATARIATTIVAZIONE as DATARIA12_19_2_, utente3_.SMARTCARD as SMARTCARD19_2_, utente3_.CODFISC as CODFISC19_2_, utente3_.IGNORAADSI as IGNORAADSI19_2_, utente3_.COGNOME as COGNOME19_2_, utente3_.NOME as NOME19_2_, utente3_.DATAANALYZER_USERNAME as DATAANA18_19_2_, utente3_.DATAANALYZER_PASSWORD as DATAANA19_19_2_, utente3_.ALIASFIRMAREMOTA as ALIASFI20_19_2_, utente3_.INVIATO_O4C as INVIATO21_19_2_, blocchimai4_.BLOCCO as BLOCCO23_3_, blocchimai4_.PROGRESSIVO as PROGRESS2_23_3_, blocchimai4_.NOMINATIVO as NOMINATIVO23_3_, blocchimai4_.INDIRIZZOMAIL as INDIRIZZ4_23_3_ from REPARTIBLOCCHI blocchi0_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco1_, BLOCCHICCOSTO blocchicco2_, UTENTI utente3_, BLOCCHIMAIL blocchimai4_ where blocchi0_.BLOCCO=blocco1_.PROGRESSIVO(+) and blocco1_.PROGRESSIVO=blocchicco2_.BLOCCO(+) and blocchicco2_.SIGLACS= utente3_.SIGLA(+) and blocco1_.PROGRESSIVO=blocchimai4_.BLOCCO(+) and blocchi0_.REPARTO in (:1, :2, :3, :4) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.02 0.02 0 0 0 0 Fetch 3 0.00 0.00 0 57 0 12 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.03 0.03 0 57 0 12 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 NESTED LOOPS OUTER (cr=19 pr=0 pw=0 time=1584 us cost=12 size=1836 card=4) 4 4 4 NESTED LOOPS OUTER (cr=19 pr=0 pw=0 time=1487 us cost=8 size=1436 card=4) 4 4 4 HASH JOIN OUTER (cr=13 pr=0 pw=0 time=1137 us cost=7 size=1392 card=4) 4 4 4 NESTED LOOPS OUTER (cr=12 pr=0 pw=0 time=544 us cost=5 size=256 card=4) 4 4 4 INLIST ITERATOR (cr=2 pr=0 pw=0 time=316 us) 4 4 4 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=2 pr=0 pw=0 time=161 us cost=1 size=28 card=4)(object id 4328626) 4 4 4 TABLE ACCESS BY INDEX ROWID TABELLE (cr=10 pr=0 pw=0 time=170 us cost=1 size=57 card=1) 4 4 4 INDEX UNIQUE SCAN TABELLE1 (cr=6 pr=0 pw=0 time=86 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=94 us cost=2 size=284 card=1) 4 4 4 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=6 pr=0 pw=0 time=163 us cost=1 size=11 card=1) 4 4 4 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=2 pr=0 pw=0 time=82 us cost=0 size=0 card=1)(object id 4328577) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=28 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=13 us cost=0 size=0 card=1)(object id 4329020) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.06 0.07 ******************************************************************************** SQL ID: fqpr8ypx60kms Plan Hash: 3384139760 select rowid, PROGRESSIVO, CODICE, CCOSTO, DECODE(ATTIVO,'0',DESCRIZIONE || ' (NO ACTIVO)', DESCRIZIONE) AS DESCRIZIONE, PROGREPARTO, ATTIVO FROM REPARTIDEGENZA WHERE 1=1 AND ( attivo = '1' ) ORDER BY ATTIVO DESC, DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 8 0 76 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.01 0.01 0 8 0 76 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 19 19 19 SORT ORDER BY (cr=2 pr=0 pw=0 time=1125 us cost=4 size=551 card=19) 19 19 19 TABLE ACCESS FULL REPARTIDEGENZA (cr=2 pr=0 pw=0 time=452 us cost=3 size=551 card=19) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.01 0.02 ******************************************************************************** SQL ID: 76rw5badqfsd3 Plan Hash: 2172286754 SELECT UTENTE FROM UTENTI WHERE SIGLA ='XX' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 7 0.00 0.00 0 0 0 0 Execute 7 0.00 0.00 0 0 0 0 Fetch 7 0.00 0.00 0 42 0 7 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 42 0 7 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=597 us cost=4 size=62 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 library cache lock 1 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 9drs889swc440 Plan Hash: 3229664127 SELECT VALORE FROM CONFIGURAZIONIWEB WHERE CHIAVE = 'MSG_INTERVENTI_CHIUDIBILE' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 24 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.01 0 24 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL CONFIGURAZIONIWEB (cr=6 pr=0 pw=0 time=1152 us cost=4 size=44 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.00 0.01 ******************************************************************************** SQL ID: 6nq00q1znwc4c Plan Hash: 2188552060 select stampe0_.LIVELLO as LIVELLO1_, stampe0_.STAMPA as STAMPA1_, stampe0_.STAMPA as STAMPA4_0_, stampe0_.LIVELLO as LIVELLO4_0_ from LIVELLISTAMPE stampe0_ where stampe0_.LIVELLO in (:1, :2) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 14 0.00 0.00 0 14 0 132 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 14 0 132 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 66 66 66 INDEX FULL SCAN LIVELLISTAMPE1 (cr=7 pr=0 pw=0 time=1314 us cost=1 size=408 card=68)(object id 4328777) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 16 0.00 0.00 SQL*Net message from client 16 0.00 0.02 ******************************************************************************** SQL ID: 652jkvzv3f5ht Plan Hash: 248311650 SELECT CODICE FROM IntraOp_Support WHERE Tipo = - 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.05 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 1 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.03 0.06 1 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTRAOP_SUPPORT (cr=2 pr=1 pw=0 time=5284 us cost=2 size=30 card=1) 1 1 1 INDEX RANGE SCAN INTRAOP_SUPPORT3 (cr=1 pr=0 pw=0 time=2272 us cost=1 size=0 card=1)(object id 4328221) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr block 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 ******************************************************************************** SQL ID: 117rjrg4bhdux Plan Hash: 3469915355 SELECT LIVELLOPERSONALE FROM UTENTIGRUPPOPERSONALE WHERE LIVELLOUTENTE = 0 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 7 0.01 0.06 0 0 0 0 Execute 7 0.00 0.00 0 0 0 0 Fetch 7 0.00 0.00 0 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.02 0.06 0 7 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTIGRUPPOPERSONALE (cr=1 pr=0 pw=0 time=901 us cost=2 size=9 card=1) 0 0 0 INDEX RANGE SCAN UTENTIGRUPPOPERSONALE2 (cr=1 pr=0 pw=0 time=887 us cost=1 size=0 card=1)(object id 4328430) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 14 0.00 0.00 SQL*Net message from client 14 0.03 0.06 gc cr block 2-way 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: b2pqn8fs16tkz Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '14' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 30 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=30 pr=0 pw=0 time=5132 us cost=11 size=57 card=1) 1 1 1 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4936 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: azddu49b58mxp Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '203' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=5451 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=5375 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.09 0.09 ******************************************************************************** SQL ID: 0bway1z3bg0k4 Plan Hash: 1593706522 SELECT DISTINCT '1' as Scopia,Personale.Funzione,CnfgEquipe.Descrizione FROM INTEQUIPE,personale,CnfgEquipe WHERE Personale.Progressivo = INTEQUIPE.CodPersonale AND CnfgEquipe.Funzione = Personale.Funzione AND INTEQUIPE.PROGRINTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 24 0.01 0.01 0 0 0 0 Execute 24 0.00 0.00 0 0 0 0 Fetch 24 0.00 0.00 0 66 0 12 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 72 0.02 0.02 0 66 0 12 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 2 4 SORT UNIQUE (cr=6 pr=0 pw=0 time=306 us cost=4 size=31 card=1) 0 2 5 NESTED LOOPS (cr=6 pr=0 pw=0 time=276 us cost=3 size=31 card=1) 0 2 5 NESTED LOOPS (cr=4 pr=0 pw=0 time=222 us cost=3 size=31 card=1) 0 2 5 NESTED LOOPS (cr=4 pr=0 pw=0 time=179 us cost=2 size=14 card=1) 0 2 5 INDEX RANGE SCAN INTEQUIPE3 (cr=1 pr=0 pw=0 time=74 us cost=1 size=7 card=1)(object id 4328955) 0 2 5 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=3 pr=0 pw=0 time=60 us cost=1 size=7 card=1) 0 2 5 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=29 us cost=0 size=0 card=1)(object id 4329013) 0 2 5 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=20 us cost=0 size=0 card=1)(object id 4328096) 0 2 5 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=23 us cost=1 size=17 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 48 0.00 0.00 SQL*Net message from client 48 0.00 0.04 ******************************************************************************** SQL ID: 3kf3vnabf11vf Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '75' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 60 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 60 0 16 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 8 8 8 SORT ORDER BY (cr=30 pr=0 pw=0 time=2424 us cost=11 size=855 card=15) 8 8 8 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2246 us cost=10 size=855 card=15) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.02 0.03 ******************************************************************************** SQL ID: 7wkdj97jnucfv Plan Hash: 4249067560 select this_.ID as ID25_0_, this_.DESCRIZIONE as DESCRIZI2_25_0_, this_.TIPOLOGIA as TIPOLOGIA25_0_, this_.NOSOLOGICOOBBLIGATORIO as NOSOLOGI4_25_0_, this_.LIBERAPROFESSIONEOBBLIGATORIO as LIBERAPR5_25_0_, this_.AMBULATORIALE as AMBULATO6_25_0_, this_.CHECKLISTRC as CHECKLIS7_25_0_, this_.SETTINGASSISTENZIALERFC as SETTINGA8_25_0_, this_.DATAINIZIO as DATAINIZIO25_0_, this_.DATAFINE as DATAFINE25_0_ from REGIMIRICOVERO this_ order by this_.DESCRIZIONE asc call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 9 0.01 0.01 0 0 0 0 Execute 9 0.00 0.00 0 0 0 0 Fetch 9 0.00 0.00 0 18 0 45 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27 0.01 0.01 0 18 0 45 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 5 5 5 SORT ORDER BY (cr=2 pr=0 pw=0 time=335 us cost=4 size=295 card=5) 5 5 5 TABLE ACCESS FULL REGIMIRICOVERO (cr=2 pr=0 pw=0 time=188 us cost=3 size=295 card=5) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 18 0.00 0.00 SQL*Net message from client 18 0.02 0.04 ******************************************************************************** SQL ID: 0sqq7wzc60bab Plan Hash: 2559772555 select esami0_.NUMERO as NUMERO5_, esami0_.ESAME as ESAME5_, esami0_.CONTATORE as CONTATORE5_, esami0_.NUMERO as NUMERO122_4_, esami0_.ESAME as ESAME122_4_, esami0_.CONTATORE as CONTATORE122_4_, esami0_.DATA as DATA122_4_, esami0_.ORA as ORA122_4_, esami0_.ESEGUITO as ESEGUITO122_4_, esami0_.BRANCA as BRANCA122_4_, esami0_.AGENDA as AGENDA122_4_, esami0_.STATOINVIO as STATOINVIO122_4_, esami0_.OE as OE122_4_, esami0_.NOTE as NOTE122_4_, esami0_.IDRICHIESTAVISITAEXT as IDRICHI12_122_4_, esami0_.PROGVPO as PROGVPO122_4_, esami0_.IDORDERPLACER_ORDER as IDORDER14_122_4_, tipiesami1_.IDTIPIESAMI as IDTIPIES1_157_0_, tipiesami1_.CODICE as CODICE157_0_, tipiesami1_.CODREGIONALE as CODREGIO3_157_0_, tipiesami1_.DESCRIZIONE as DESCRIZI4_157_0_, tipiesami1_.MAXDAY as MAXDAY157_0_, tipiesami1_.FLAGINTERVENTO as FLAGINTE6_157_0_, tipiesami1_.SCADENZA as SCADENZA157_0_, tipiesami1_.ATTIVO as ATTIVO157_0_, tipiesami1_.BRANCA as BRANCA157_0_, tabelle2_.PROGRESSIVO as PROGRESS1_15_1_, tabelle2_.CODICETABELLA as CODICETA2_15_1_, tabelle2_.UTCODICE as UTCODICE15_1_, tabelle2_.DESCRIZIONE as DESCRIZI4_15_1_, tabelle2_.NONATTIVO as NONATTIVO15_1_, tabelle2_.COPIAPROGRESSIVO as COPIAPRO6_15_1_, tabelle2_.DATAORA as DATAORA15_1_, tabelle2_.DATAINIZIO as DATAINIZIO15_1_, tabelle2_.DATAFINE as DATAFINE15_1_, tabelle3_.PROGRESSIVO as PROGRESS1_15_2_, tabelle3_.CODICETABELLA as CODICETA2_15_2_, tabelle3_.UTCODICE as UTCODICE15_2_, tabelle3_.DESCRIZIONE as DESCRIZI4_15_2_, tabelle3_.NONATTIVO as NONATTIVO15_2_, tabelle3_.COPIAPROGRESSIVO as COPIAPRO6_15_2_, tabelle3_.DATAORA as DATAORA15_2_, tabelle3_.DATAINIZIO as DATAINIZIO15_2_, tabelle3_.DATAFINE as DATAFINE15_2_, orderplace4_.ID as ID34_3_, orderplace4_.PLACERGROUPNUMBER as PLACERGR2_34_3_ from LISTAATTESAESAMI esami0_, tipiesami tipiesami1_, TABELLE tabelle2_, TABELLE tabelle3_, ORDERPLACER_ORDERS orderplace4_ where esami0_.ESAME= tipiesami1_.IDTIPIESAMI and esami0_.BRANCA=tabelle2_.PROGRESSIVO(+) and esami0_.AGENDA=tabelle3_.PROGRESSIVO(+) and esami0_.IDORDERPLACER_ORDER= orderplace4_.ID(+) and esami0_.NUMERO=:1 order by esami0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.03 0.04 0 0 0 0 Fetch 2 0.00 0.00 2 8 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.04 0.05 2 8 0 2 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=4 pr=1 pw=0 time=2350 us cost=6 size=197 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=1 pw=0 time=2175 us cost=5 size=197 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=1 pw=0 time=2148 us cost=4 size=140 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=1 pw=0 time=2114 us cost=3 size=83 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=1086 us cost=2 size=50 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESAESAMI (cr=2 pr=0 pw=0 time=1056 us cost=2 size=19 card=1) 1 1 1 INDEX RANGE SCAN LISTAATTESAESAMI2 (cr=1 pr=0 pw=0 time=78 us cost=1 size=0 card=1)(object id 4328185) 0 0 0 TABLE ACCESS BY INDEX ROWID ORDERPLACER_ORDERS (cr=0 pr=0 pw=0 time=14 us cost=0 size=31 card=1) 0 0 0 INDEX UNIQUE SCAN ORDERPLACER_ORDERS1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4823865) 1 1 1 TABLE ACCESS BY INDEX ROWID TIPIESAMI (cr=2 pr=0 pw=0 time=1018 us cost=1 size=33 card=1) 1 1 1 INDEX UNIQUE SCAN TIPIESAMI1 (cr=1 pr=0 pw=0 time=56 us cost=0 size=0 card=1)(object id 4328224) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=17 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=8 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 2 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 library cache pin 2 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.01 db file sequential read 2 0.00 0.00 ******************************************************************************** SQL ID: 9rqzanrpdyvt3 Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '204' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=5191 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=5115 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 0yrhkha90wkp1 Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.00 0.00 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 90 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 90 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=312 us cost=4 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.00 0.03 ******************************************************************************** SQL ID: cmhdkjj5frj5z Plan Hash: 347052710 select reparti0_.BLOCCO as BLOCCO1_, reparti0_.REPARTO as REPARTO1_, reparto1_.PROGRESSIVO as PROGRESS1_10_0_, reparto1_.CODICE as CODICE10_0_, reparto1_.CCOSTO as CCOSTO10_0_, reparto1_.DESCRIZIONE as DESCRIZI4_10_0_, reparto1_.ATTIVO as ATTIVO10_0_, reparto1_.CODMAG as CODMAG10_0_, reparto1_.CODUNITAPRELIEVO as CODUNITA7_10_0_, reparto1_.SIGLACS as SIGLACS10_0_, reparto1_.CODREGIONALE as CODREGIO9_10_0_, reparto1_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_0_ from REPARTIBLOCCHI reparti0_, REPARTI reparto1_ where reparti0_.REPARTO= reparto1_.PROGRESSIVO(+) and reparti0_.BLOCCO in (:1, :2) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 8 0 30 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.01 0.01 0 8 0 30 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 15 15 15 HASH JOIN OUTER (cr=4 pr=0 pw=0 time=1871 us cost=4 size=1246 card=14) 15 15 15 INDEX FULL SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=129 us cost=1 size=98 card=14)(object id 4328626) 15 15 15 TABLE ACCESS FULL REPARTI (cr=3 pr=0 pw=0 time=166 us cost=3 size=1230 card=15) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.01 ******************************************************************************** SQL ID: faa32x8tt3t68 Plan Hash: 1499107076 SELECT USOCIA FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 16 0.00 0.00 0 0 0 0 Execute 16 0.00 0.00 0 0 0 0 Fetch 16 0.00 0.00 0 32 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.01 0.01 0 32 0 16 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=94 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=58 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 32 0.00 0.00 SQL*Net message from client 32 0.03 0.30 ******************************************************************************** SQL ID: 4dyntsjnqsb37 Plan Hash: 1541446262 select blocco0_.PROGRESSIVO as PROGRESS1_428_1_, blocco0_.UTCODICE as UTCODICE428_1_, blocco0_.DESCRIZIONE as DESCRIZI4_428_1_, blocco0_.NONATTIVO as NONATTIVO428_1_, blocco0_.COPIAPROGRESSIVO as COPIAPRO6_428_1_, blocco0_.DATAORA as DATAORA428_1_, blocco0_.DATAINIZIO as DATAINIZIO428_1_, blocco0_.DATAFINE as DATAFINE428_1_, blocchicco1_.BLOCCO as BLOCCO432_0_, blocchicco1_.CCOSTO as CCOSTO432_0_, blocchicco1_.EQUIPEINFERMIERISTICA as EQUIPEIN3_432_0_, blocchicco1_.CODICECRIL as CODICECRIL432_0_, blocchicco1_.CODMAG as CODMAG432_0_, blocchicco1_.CODUNITAPRELIEVO as CODUNITA6_432_0_ from TABELLE blocco0_, BLOCCHICCOSTO blocchicco1_ where blocco0_.PROGRESSIVO= blocchicco1_.BLOCCO(+) and blocco0_.PROGRESSIVO=:1 and blocco0_.CODICETABELLA='33' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.00 0.00 0 0 0 0 Execute 11 0.02 0.02 0 0 0 0 Fetch 11 0.00 0.00 0 55 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.03 0.03 0 55 0 11 Misses in library cache during parse: 2 Misses in library cache during execute: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=214 us cost=3 size=68 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=136 us cost=2 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=61 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=57 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=25 us cost=0 size=0 card=1)(object id 4328577) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 23 0.00 0.00 SQL*Net message from client 23 0.28 0.32 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 ******************************************************************************** SQL ID: 07bn72ya9ajsh Plan Hash: 3912189262 SELECT anestesialocale From attiinterventi Where intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 55 0.01 0.01 0 0 0 0 Execute 55 0.00 0.00 0 0 0 0 Fetch 55 0.00 0.00 0 55 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 165 0.02 0.03 0 55 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 16 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID ATTIINTERVENTI (cr=1 pr=0 pw=0 time=82 us cost=0 size=16 card=1) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=0 pw=0 time=69 us cost=0 size=0 card=1)(object id 4328540) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 111 0.00 0.00 SQL*Net message from client 111 0.11 0.31 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: dzzfx2tapckbw Plan Hash: 346468100 select cnfgtempi0_.LIVELLO as LIVELLO3_, cnfgtempi0_.TEMPO as TEMPO3_, cnfgtempi1_.PROGRESSIVO as PROGRESS1_451_0_, cnfgtempi1_.REPARTO as REPARTO451_0_, cnfgtempi1_.IDTEMPO as IDTEMPO451_0_, cnfgtempi1_.DESCRIZIONE as DESCRIZI4_451_0_, cnfgtempi1_.IDENTAZIONE as IDENTAZI5_451_0_, cnfgtempi1_.FLAGICD as FLAGICD451_0_, cnfgtempi1_.SUBTOTAL as SUBTOTAL451_0_, cnfgtempi1_.LIVELLO as LIVELLO451_0_, cnfgtempi1_.VISIBILE as VISIBILE451_0_, cnfgtempi1_.MAGGIOREDI as MAGGIOREDI451_0_, cnfgtempi1_.CTRLSOVRAPP as CTRLSOV11_451_0_, cnfgtempi1_.ACCETTAZIONE as ACCETTA12_451_0_, reparto2_.PROGRESSIVO as PROGRESS1_446_1_, reparto2_.CODICE as CODICE446_1_, reparto2_.CCOSTO as CCOSTO446_1_, reparto2_.DESCRIZIONE as DESCRIZI4_446_1_, reparto2_.ATTIVO as ATTIVO446_1_, reparto2_.CODMAG as CODMAG446_1_, reparto2_.CODUNITAPRELIEVO as CODUNITA7_446_1_, reparto2_.SIGLACS as SIGLACS446_1_, reparto2_.CODREGIONALE as CODREGIO9_446_1_, reparto2_.CODICECRIL as CODICECRIL446_1_, reparto2_.CHIUSURAAUTOMATICASI as CHIUSUR11_446_1_, reparto2_.CHIAVEESTERNA as CHIAVEE12_446_1_, intraopcon3_.REPARTO as REPARTO527_2_, intraopcon3_.CODSCHEDA as CODSCHEDA527_2_ from LIVELLITEMPI cnfgtempi0_, CNFGTEMPI cnfgtempi1_, REPARTI reparto2_, INTRAOP_CONFIG intraopcon3_ where cnfgtempi0_.TEMPO= cnfgtempi1_.PROGRESSIVO(+) and cnfgtempi1_.REPARTO=reparto2_.PROGRESSIVO(+) and reparto2_.PROGRESSIVO=intraopcon3_.REPARTO(+) and cnfgtempi0_.LIVELLO= :1 order by cnfgtempi0_.LIVELLO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.00 0.00 0 0 0 0 Execute 10 0.03 0.04 0 0 0 0 Fetch 10 0.00 0.00 0 10 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.04 0.05 0 10 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=473 us cost=2 size=167 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=132 us cost=2 size=141 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=123 us cost=2 size=59 card=1) 0 0 0 INDEX SKIP SCAN LIVELLITEMPI1 (cr=1 pr=0 pw=0 time=117 us cost=1 size=6 card=1)(object id 4328957) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=0 pr=0 pw=0 time=0 us cost=1 size=53 card=1) 0 0 0 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328611) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTI (cr=0 pr=0 pw=0 time=0 us cost=0 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328413) 0 0 0 INDEX FULL SCAN INTRAOP_CONFIG1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=26 card=1)(object id 4328959) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 21 0.00 0.00 SQL*Net message from client 21 0.00 0.02 SQL*Net break/reset to client 2 0.10 0.10 library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: gdy9ngnjd0vpz Plan Hash: 3336488299 SELECT TEMPIINTERVENTI.*,CNFGTEMPI.IDTEMPO,CNFGTEMPI.DESCRIZIONE FROM TEMPIINTERVENTI,CNFGTEMPI WHERE CNFGTEMPI.PROGRESSIVO = TEMPIINTERVENTI.PROGRTEMPO AND TEMPIINTERVENTI.PROGRTEMPO IN (SELECT PROGRESSIVO FROM CNFGTEMPI WHERE REPARTO IS NULL AND FLAGICD = -1) AND TEMPIINTERVENTI.INTERVENTO = 95 ORDER BY CNFGTEMPI.IDTEMPO, TEMPIINTERVENTI.TEMPO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 13 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 13 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 1 2 SORT ORDER BY (cr=6 pr=0 pw=0 time=2226 us cost=8 size=146 card=2) 0 1 2 NESTED LOOPS (cr=6 pr=0 pw=0 time=2038 us cost=7 size=146 card=2) 0 1 2 NESTED LOOPS (cr=6 pr=0 pw=0 time=1993 us cost=7 size=146 card=2) 0 1 2 HASH JOIN (cr=4 pr=0 pw=0 time=1954 us cost=5 size=60 card=2) 2 2 2 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=172 us cost=2 size=38 card=2) 2 2 2 INDEX RANGE SCAN CNFGTEMPI2 (cr=1 pr=0 pw=0 time=96 us cost=1 size=0 card=2)(object id 4328610) 0 4 8 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=136 us cost=3 size=44 card=4) 0 4 8 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=90 us cost=2 size=0 card=4)(object id 4328463) 0 1 2 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=27 us cost=0 size=0 card=1)(object id 4328611) 0 1 2 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=1 pr=0 pw=0 time=29 us cost=1 size=43 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.11 0.11 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 26yjvqvdcp54m Plan Hash: 1955432048 SELECT CONTAGARZE FROM ALTRIDATI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 13 0.00 0.00 0 0 0 0 Execute 13 0.00 0.00 0 0 0 0 Fetch 13 0.00 0.00 0 26 0 13 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.01 0.01 0 26 0 13 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=107 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=55 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 26 0.00 0.00 SQL*Net message from client 26 0.00 0.02 ******************************************************************************** SQL ID: a3y1yntvajnua Plan Hash: 1499107076 SELECT NONOPERATO FROM Interventi WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 13 0.00 0.00 0 0 0 0 Execute 13 0.00 0.00 0 0 0 0 Fetch 13 0.00 0.00 0 26 0 13 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.01 0.01 0 26 0 13 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=123 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=60 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 26 0.00 0.00 SQL*Net message from client 26 0.00 0.02 ******************************************************************************** SQL ID: avg4swm9w608r Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_7' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=175 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=162 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 44 0.00 0.00 SQL*Net message from client 44 0.02 0.10 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: bjpj5ydctkj1j Plan Hash: 2471080873 select regimirico0_.ID as ID25_0_, regimirico0_.DESCRIZIONE as DESCRIZI2_25_0_, regimirico0_.TIPOLOGIA as TIPOLOGIA25_0_, regimirico0_.NOSOLOGICOOBBLIGATORIO as NOSOLOGI4_25_0_, regimirico0_.LIBERAPROFESSIONEOBBLIGATORIO as LIBERAPR5_25_0_, regimirico0_.AMBULATORIALE as AMBULATO6_25_0_, regimirico0_.CHECKLISTRC as CHECKLIS7_25_0_, regimirico0_.SETTINGASSISTENZIALERFC as SETTINGA8_25_0_, regimirico0_.DATAINIZIO as DATAINIZIO25_0_, regimirico0_.DATAFINE as DATAFINE25_0_ from REGIMIRICOVERO regimirico0_ where regimirico0_.ID=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 16 0.00 0.00 0 0 0 0 Execute 16 0.01 0.01 0 0 0 0 Fetch 16 0.00 0.00 0 32 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.02 0.02 0 32 0 16 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=2 pr=0 pw=0 time=87 us cost=1 size=59 card=1) 1 1 1 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=1 pr=0 pw=0 time=44 us cost=0 size=0 card=1)(object id 4328094) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 32 0.00 0.00 SQL*Net message from client 32 0.08 0.12 ******************************************************************************** SQL ID: bs12s1zbm1ds9 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_15' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=159 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=144 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 43 0.00 0.00 SQL*Net message from client 43 0.02 0.08 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 3baj3q6m5q2w8 Plan Hash: 1499107076 SELECT CONVCHIUSURAUFF FROM Interventi WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 13 0.00 0.00 0 0 0 0 Execute 13 0.00 0.00 0 0 0 0 Fetch 13 0.00 0.00 0 26 0 13 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.01 0.01 0 26 0 13 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=154 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=72 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 27 0.00 0.00 SQL*Net message from client 27 0.02 0.05 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: f54vvrtt49nxr Plan Hash: 1499107076 SELECT REPARTO,PROGRREPARTO,ANNO,BLOCCO FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 13 0.00 0.00 0 0 0 0 Execute 13 0.00 0.00 0 0 0 0 Fetch 13 0.00 0.00 0 28 0 13 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.01 0.01 0 28 0 13 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=128 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=59 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 27 0.00 0.00 SQL*Net message from client 27 0.00 0.02 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 5y0rp2qugsqx8 Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '215' AND ( nonattivo = '0' ) order by nonattivo, utcodice call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=4655 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4585 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: fwqw82yjn7g01 Plan Hash: 45357244 select DISTINCT P.*,null AS DESCRIZIONE from PERSONALE P,PERSONALEBLOCCHIREPARTI where 1=1 AND P.PROGRESSIVO = PERSONALEBLOCCHIREPARTI.PERSONALE (+) AND p.funzione = 3 AND p.presente = 1 AND PERSONALEBLOCCHIREPARTI.blocco = 2833 AND (P.DATAFINE IS NULL OR P.DATAFINE > to_date('2021-10-21','yyyy-mm-dd') ) order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 88 0 34 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 88 0 34 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 34 34 34 SORT ORDER BY (cr=88 pr=0 pw=0 time=3856 us cost=8 size=70 card=1) 34 34 34 HASH UNIQUE (cr=88 pr=0 pw=0 time=3470 us cost=7 size=70 card=1) 34 34 34 NESTED LOOPS (cr=88 pr=0 pw=0 time=13267 us cost=6 size=140 card=2) 78 78 78 NESTED LOOPS (cr=10 pr=0 pw=0 time=3007 us cost=6 size=140 card=2) 78 78 78 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=893 us cost=4 size=16 card=2) 78 78 78 INDEX UNIQUE SCAN PERSONALE1 (cr=4 pr=0 pw=0 time=284 us cost=0 size=0 card=1)(object id 4329013) 34 34 34 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=78 pr=0 pw=0 time=518 us cost=1 size=62 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: f7t8sbvgz8pvz Plan Hash: 4165688936 SELECT * FROM AVELCO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 15 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 15 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=299 us cost=3 size=968 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net break/reset to client 2 0.00 0.00 SQL*Net message to client 11 0.00 0.00 SQL*Net message from client 11 0.30 0.31 latch free 1 0.00 0.00 SQL*Net more data to client 15 0.00 0.00 library cache lock 4 0.00 0.00 library cache pin 4 0.00 0.00 ******************************************************************************** SQL ID: c7721smpac7va Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_10' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=167 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=154 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 43 0.00 0.00 SQL*Net message from client 43 0.07 0.19 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 9a2p4urunbn0q Plan Hash: 1499107076 SELECT usorecroom FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 13 0.00 0.00 0 0 0 0 Execute 13 0.00 0.00 0 0 0 0 Fetch 13 0.00 0.00 0 26 0 13 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.01 0.01 0 26 0 13 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=138 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=58 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 29 0.00 0.00 SQL*Net message from client 29 0.38 2.04 SQL*Net break/reset to client 6 0.00 0.00 library cache lock 4 0.00 0.00 library cache pin 4 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 row cache lock 25 0.00 0.04 ******************************************************************************** SQL ID: 6gqtxba9pj9d8 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_4' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=173 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=159 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 43 0.00 0.00 SQL*Net message from client 43 0.01 0.05 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 0ss8ynb6x6fg6 Plan Hash: 2804789551 select blocchi0_.REPARTO as REPARTO4_, blocchi0_.BLOCCO as BLOCCO4_, blocco1_.PROGRESSIVO as PROGRESS1_20_0_, blocco1_.UTCODICE as UTCODICE20_0_, blocco1_.DESCRIZIONE as DESCRIZI3_20_0_, blocco1_.NONATTIVO as NONATTIVO20_0_, blocco1_.COPIAPROGRESSIVO as COPIAPRO5_20_0_, blocco1_.DATAORA as DATAORA20_0_, blocco1_.DATAINIZIO as DATAINIZIO20_0_, blocco1_.DATAFINE as DATAFINE20_0_, blocchicco2_.BLOCCO as BLOCCO22_1_, blocchicco2_.SIGLACS as SIGLACS22_1_, blocchicco2_.CCOSTO as CCOSTO22_1_, blocchicco2_.CODMAG as CODMAG22_1_, blocchicco2_.CODUNITAPRELIEVO as CODUNITA5_22_1_, blocchicco2_.CODICECRIL as CODICECRIL22_1_, utente3_.SIGLA as SIGLA19_2_, utente3_.UTENTE as UTENTE19_2_, utente3_.LIVELLO as LIVELLO19_2_, utente3_.PASSWORD as PASSWORD19_2_, utente3_.PASSWORD2 as PASSWORD5_19_2_, utente3_.ATTIVO as ATTIVO19_2_, utente3_.ULTIMOACCESSO as ULTIMOAC7_19_2_, utente3_.LINGUA as LINGUA19_2_, utente3_.DATAPASSWORD as DATAPASS9_19_2_, utente3_.CAMBIOPASSWORD as CAMBIOP10_19_2_, utente3_.DATADISATTIVAZIONE as DATADIS11_19_2_, utente3_.DATARIATTIVAZIONE as DATARIA12_19_2_, utente3_.SMARTCARD as SMARTCARD19_2_, utente3_.CODFISC as CODFISC19_2_, utente3_.IGNORAADSI as IGNORAADSI19_2_, utente3_.COGNOME as COGNOME19_2_, utente3_.NOME as NOME19_2_, utente3_.DATAANALYZER_USERNAME as DATAANA18_19_2_, utente3_.DATAANALYZER_PASSWORD as DATAANA19_19_2_, utente3_.ALIASFIRMAREMOTA as ALIASFI20_19_2_, utente3_.INVIATO_O4C as INVIATO21_19_2_, blocchimai4_.BLOCCO as BLOCCO23_3_, blocchimai4_.PROGRESSIVO as PROGRESS2_23_3_, blocchimai4_.NOMINATIVO as NOMINATIVO23_3_, blocchimai4_.INDIRIZZOMAIL as INDIRIZZ4_23_3_ from REPARTIBLOCCHI blocchi0_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco1_, BLOCCHICCOSTO blocchicco2_, UTENTI utente3_, BLOCCHIMAIL blocchimai4_ where blocchi0_.BLOCCO=blocco1_.PROGRESSIVO(+) and blocco1_.PROGRESSIVO=blocchicco2_.BLOCCO(+) and blocchicco2_.SIGLACS= utente3_.SIGLA(+) and blocco1_.PROGRESSIVO=blocchimai4_.BLOCCO(+) and blocchi0_.REPARTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.02 0.02 0 0 0 0 Fetch 3 0.00 0.00 0 21 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.03 0.03 0 21 0 3 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=1119 us cost=6 size=459 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=1074 us cost=5 size=359 card=1) 1 1 1 HASH JOIN OUTER (cr=5 pr=0 pw=0 time=989 us cost=4 size=348 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=219 us cost=2 size=64 card=1) 1 1 1 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=98 us cost=1 size=7 card=1)(object id 4328626) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=103 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=49 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=107 us cost=2 size=284 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=63 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=32 us cost=0 size=0 card=1)(object id 4328577) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=10 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4329020) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: bsqkzkbx4a52k Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND (Convalida IN (-1) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 13 0.01 0.01 0 0 0 0 Execute 13 0.00 0.00 0 0 0 0 Fetch 13 0.00 0.00 0 78 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.01 0.01 0 78 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=312 us cost=4 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 26 0.00 0.00 SQL*Net message from client 26 0.05 0.11 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: 256kxr929wprd Plan Hash: 3798315920 select presidi0_.PREVISIONE as PREVISIONE3_, presidi0_.PRESIDIO as PRESIDIO3_, presidio1_.PROGRESSIVO as PROGRESS1_88_0_, presidio1_.CODICE as CODICE88_0_, presidio1_.DESCRIZIONE as DESCRIZI3_88_0_, presidio1_.ICD as ICD88_0_, icd9cm2_.PROGRESSIVO as PROGRESS1_5_1_, icd9cm2_.INIZIO as INIZIO5_1_, icd9cm2_.FINE as FINE5_1_, icd9cm2_.ICD as ICD5_1_, icd9cm2_.DESCRIZIONE as DESCRIZI5_5_1_, icd9cm2_.LIVELLOCHIRURGIA as LIVELLOC6_5_1_, icd9cm2_.TABELLA as TABELLA5_1_, icd9cm2_.SINONIMO as SINONIMO5_1_, icdximpian3_.ICD as ICD31_2_, icdximpian3_.IMPIANTI as IMPIANTI31_2_, icdximpian3_.ANCAGINOCCHIO as ANCAGINO3_31_2_, icdximpian3_.REVISIONE as REVISIONE31_2_ from PRESIDIPREVISIONI presidi0_, TESTATAPRESIDI presidio1_, ICD9CM icd9cm2_, ICDXIMPIANTI icdximpian3_ where presidi0_.PRESIDIO=presidio1_.PROGRESSIVO(+) and presidio1_.ICD=icd9cm2_.PROGRESSIVO(+) and icd9cm2_.PROGRESSIVO= icdximpian3_.ICD(+) and presidi0_.PREVISIONE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 39 0.01 0.01 0 0 0 0 Execute 39 0.03 0.04 0 0 0 0 Fetch 39 0.00 0.00 0 39 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 117 0.05 0.05 0 39 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 19 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=95 us cost=0 size=237 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=83 us cost=0 size=215 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=79 us cost=0 size=108 card=1) 0 0 0 INDEX RANGE SCAN PRESIDIPREVISIONI1 (cr=1 pr=0 pw=0 time=73 us cost=0 size=26 card=1)(object id 4328876) 0 0 0 TABLE ACCESS BY INDEX ROWID TESTATAPRESIDI (cr=0 pr=0 pw=0 time=0 us cost=0 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN TESTATAPRESIDI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328558) 0 0 0 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=0 pr=0 pw=0 time=0 us cost=0 size=107 card=1) 0 0 0 INDEX UNIQUE SCAN ICD9CM1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328949) 0 0 0 TABLE ACCESS BY INDEX ROWID ICDXIMPIANTI (cr=0 pr=0 pw=0 time=0 us cost=0 size=22 card=1) 0 0 0 INDEX UNIQUE SCAN ICDXIMPIANTI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328404) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 79 0.00 0.00 SQL*Net message from client 79 0.02 0.14 library cache lock 2 0.01 0.01 library cache pin 2 0.02 0.02 SQL*Net break/reset to client 2 0.00 0.00 row cache lock 5 0.00 0.00 ******************************************************************************** SQL ID: 325j1trwf9d7w Plan Hash: 1955432048 SELECT SCOPIATIPOAMPL FROM ALTRIDATI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 14 0.00 0.00 0 0 0 0 Execute 14 0.00 0.00 0 0 0 0 Fetch 14 0.00 0.00 0 28 0 14 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 42 0.01 0.01 0 28 0 14 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=102 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=54 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 28 0.00 0.00 SQL*Net message from client 28 0.18 0.21 ******************************************************************************** SQL ID: gc1zn6k3c4vvw Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_5' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=166 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=153 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 43 0.00 0.00 SQL*Net message from client 43 0.05 0.10 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: aaa5zxzjfw9q2 Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '205' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=4334 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4256 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 6 0.00 0.01 ******************************************************************************** SQL ID: 2b0d8j8bdssg0 Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '15' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 30 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 30 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=30 pr=0 pw=0 time=4113 us cost=11 size=57 card=1) 1 1 1 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3961 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: d6dbg9wg2f5c3 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_3' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=165 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=150 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 44 0.00 0.00 SQL*Net message from client 44 0.14 0.28 SQL*Net break/reset to client 4 0.02 0.02 ******************************************************************************** SQL ID: 7rp9614z542nz Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_2' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=158 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=145 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 43 0.00 0.00 SQL*Net message from client 43 0.03 0.10 SQL*Net break/reset to client 2 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: b4zd5ymf2tn3r Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '12' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 30 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 30 0 16 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 16 16 16 SORT ORDER BY (cr=30 pr=0 pw=0 time=3559 us cost=11 size=57 card=1) 16 16 16 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=1685 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: 8gvqtrxmqz4fn Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_13' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=173 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=160 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 42 0.00 0.00 SQL*Net message from client 42 0.00 0.04 ******************************************************************************** SQL ID: 5buwycfby9ch9 Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '60' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=4285 us cost=11 size=57 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4225 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 2hs6y7spuy296 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_8' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=165 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=151 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 43 0.00 0.00 SQL*Net message from client 43 0.00 0.04 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 397uz6dnxrnq1 Plan Hash: 511315058 select DISTINCT P.*,GetBlocchiPerPersonale(P.Progressivo) AS DESCRIZIONE from PERSONALE P,PERSONALEBLOCCHIREPARTI where 1=1 AND P.PROGRESSIVO = PERSONALEBLOCCHIREPARTI.PERSONALE (+) AND p.funzione = 7 AND p.progressivo = 153 order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.02 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 8 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.02 0 8 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT UNIQUE (cr=17 pr=0 pw=0 time=5158 us cost=6 size=70 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=484 us cost=5 size=140 card=2) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=119 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=60 us cost=0 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=345 us cost=4 size=16 card=2) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 8gu9ztr0md1tk Plan Hash: 4116741144 SELECT intervento FROM esamirichiesti where intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.03 0.04 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 1 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.04 0.05 1 5 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX RANGE SCAN ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=827 us cost=0 size=13 card=1)(object id 4328477) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 row cache lock 5 0.00 0.01 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: g7ba1zdw89cvd Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_6' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=155 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=142 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 43 0.00 0.00 SQL*Net message from client 43 0.01 0.05 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 1f60mp56ba6f5 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_9' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=159 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=145 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 43 0.00 0.00 SQL*Net message from client 43 0.04 0.08 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 9xcbtkaad9qy7 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_12' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=154 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=140 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 42 0.00 0.00 SQL*Net message from client 42 0.08 0.13 ******************************************************************************** SQL ID: 912am7h9xuvg0 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_1' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=154 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=142 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 42 0.00 0.00 SQL*Net message from client 42 0.00 0.04 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 4nfpjt5f41nnm Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_0' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=152 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=139 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 42 0.00 0.00 SQL*Net message from client 42 0.00 0.04 ******************************************************************************** SQL ID: fpqt0hx75280y Plan Hash: 176596026 select esami0_.PREVISIONE as PREVISIONE1_, esami0_.ESAME as ESAME1_, tipiesami1_.IDTIPIESAMI as IDTIPIES1_157_0_, tipiesami1_.CODICE as CODICE157_0_, tipiesami1_.CODREGIONALE as CODREGIO3_157_0_, tipiesami1_.DESCRIZIONE as DESCRIZI4_157_0_, tipiesami1_.MAXDAY as MAXDAY157_0_, tipiesami1_.FLAGINTERVENTO as FLAGINTE6_157_0_, tipiesami1_.SCADENZA as SCADENZA157_0_, tipiesami1_.ATTIVO as ATTIVO157_0_, tipiesami1_.BRANCA as BRANCA157_0_ from esamiprevisioni esami0_, tipiesami tipiesami1_ where esami0_.ESAME= tipiesami1_.IDTIPIESAMI(+) and esami0_.PREVISIONE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 39 0.01 0.01 0 0 0 0 Execute 39 0.04 0.04 0 0 0 0 Fetch 39 0.00 0.00 0 39 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 117 0.06 0.06 0 39 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 19 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=99 us cost=1 size=59 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID ESAMIPREVISIONI (cr=1 pr=0 pw=0 time=87 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN ESAMIPREVISIONI3 (cr=1 pr=0 pw=0 time=77 us cost=1 size=0 card=1)(object id 4328124) 0 0 0 TABLE ACCESS BY INDEX ROWID TIPIESAMI (cr=0 pr=0 pw=0 time=0 us cost=0 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN TIPIESAMI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328224) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 79 0.00 0.00 SQL*Net message from client 79 0.05 0.14 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 02jgby59tfph5 Plan Hash: 1499107076 SELECT REPARTO FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 12 0.00 0.00 0 0 0 0 Execute 12 0.00 0.00 0 0 0 0 Fetch 12 0.00 0.00 0 26 0 12 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 36 0.01 0.01 0 26 0 12 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=135 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=57 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 25 0.00 0.00 SQL*Net message from client 25 0.00 0.02 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: c5fqmdms8k829 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_14' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=148 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=134 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 43 0.00 0.00 SQL*Net message from client 43 0.00 0.03 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: cqzg8mbq2t7dw Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (2,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_11' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.01 0.01 0 0 0 0 Execute 21 0.00 0.00 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 0 21 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=148 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=134 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 42 0.00 0.00 SQL*Net message from client 42 0.00 0.04 ******************************************************************************** SQL ID: g1ry77m5dpnmk Plan Hash: 1546270724 Select SYSDATE as Data From Dual call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 14 0.00 0.00 0 0 0 0 Execute 14 0.00 0.00 0 0 0 0 Fetch 14 0.00 0.00 0 0 0 14 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 42 0.01 0.01 0 0 0 14 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 FAST DUAL (cr=0 pr=0 pw=0 time=12 us cost=2 size=0 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 28 0.00 0.00 SQL*Net message from client 28 3.31 8.36 ******************************************************************************** SQL ID: bb4pr4gktgypz Plan Hash: 423611684 SELECT * FROM ALTRESCOPIE WHERE INTERVENTO = 95 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.02 0.04 0 0 0 0 Execute 10 0.00 0.00 0 0 0 0 Fetch 10 0.00 0.00 1 10 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.02 0.04 1 10 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=602 us cost=3 size=165 card=1) 0 0 0 TABLE ACCESS FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=539 us cost=2 size=165 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 22 0.00 0.00 SQL*Net message from client 22 0.00 0.02 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 db file sequential read 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 9 0.00 0.00 ******************************************************************************** SQL ID: 4ucnn1g9t7jw6 Plan Hash: 3837238020 select hl7in0_.ID as col_0_0_ from HL7IN hl7in0_ where hl7in0_.ID=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 20 0.00 0.00 0 0 0 0 Execute 20 0.02 0.03 0 0 0 0 Fetch 20 0.00 0.00 0 40 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 60 0.03 0.04 0 40 0 10 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 1 INDEX UNIQUE SCAN PK_HL7IN (cr=2 pr=0 pw=0 time=66 us cost=1 size=5 card=1)(object id 4329032) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.01 0.01 library cache pin 1 0.00 0.00 SQL*Net message to client 40 0.00 0.00 SQL*Net message from client 40 0.13 0.16 ******************************************************************************** SQL ID: 4gjh7sf08qvsf Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '54' AND ( nonattivo = '0' ) order by nonattivo, utcodice call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 30 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 30 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 3 3 3 SORT ORDER BY (cr=30 pr=0 pw=0 time=3510 us cost=11 size=57 card=1) 3 3 3 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2006 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 8rb8fbmfy4xr7 Plan Hash: 3182760515 SELECT DISTINCT PROGRESSIVO, NOMINATIVO || DECODE(DATAFINE,NULL,'', DECODE(SIGN(TRUNC(DATAFINE)-TRUNC(sysdate)),0,'',1,'',' (NO ACTIVO)')) AS DESCRIZIONE , DECODE(DATAFINE,NULL,'1',DECODE(SIGN(TRUNC(DATAFINE) -TRUNC(sysdate)),0,'1',1,'1','0')) AS ATTIVO , NOMINATIVO FROM ( SELECT PERSONALE.PROGRESSIVO, PERSONALE.NOMINATIVO, PERSONALE.FUNZIONE, PERSONALE.MATRICOLA, PERSONALE.PRESENTE, PERSONALEBLOCCHIREPARTI.BLOCCO, PERSONALEBLOCCHIREPARTI.REPARTO, PERSONALE.UTENTE, PERSONALE.SPECIALIZZANDO, PERSONALE.SIGLA, PERSONALE.DATAFINE FROM PERSONALE, PERSONALEBLOCCHIREPARTI WHERE PERSONALEBLOCCHIREPARTI.PERSONALE = PERSONALE.PROGRESSIVO (+) ) PERSONALE WHERE 1=1 AND FUNZIONE = 1 AND REPARTO = 14 ORDER BY ATTIVO DESC, NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 12 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 12 0 11 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 11 11 11 SORT UNIQUE (cr=12 pr=0 pw=0 time=3287 us cost=9 size=528 card=11) 11 11 11 HASH JOIN (cr=12 pr=0 pw=0 time=2903 us cost=8 size=528 card=11) 11 11 11 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=542 us cost=4 size=88 card=11) 91 91 91 TABLE ACCESS FULL PERSONALE (cr=6 pr=0 pw=0 time=230 us cost=4 size=3640 card=91) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: ahj1n0gj76qfh Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '17' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 30 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 30 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 5 5 5 SORT ORDER BY (cr=30 pr=0 pw=0 time=3384 us cost=11 size=57 card=1) 5 5 5 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=898 us cost=10 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: aywwy1h13rmnn Plan Hash: 4119684336 select this_.PROGRESSIVO as PROGRESS1_15_0_, this_.CODICETABELLA as CODICETA2_15_0_, this_.UTCODICE as UTCODICE15_0_, this_.DESCRIZIONE as DESCRIZI4_15_0_, this_.NONATTIVO as NONATTIVO15_0_, this_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, this_.DATAORA as DATAORA15_0_, this_.DATAINIZIO as DATAINIZIO15_0_, this_.DATAFINE as DATAFINE15_0_ from TABELLE this_ where this_.CODICETABELLA=:1 and lower(this_.UTCODICE) like :2 order by this_.NONATTIVO asc call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 60 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 60 0 2 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=30 pr=0 pw=0 time=1514 us cost=11 size=1254 card=22) 1 1 1 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=1369 us cost=10 size=1254 card=22) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.05 0.05 ******************************************************************************** SQL ID: bfn36fc0svv09 Plan Hash: 222753218 SELECT VALORE FROM CONFMAGAZZINO WHERE CHIAVE = 'chkGestioneMailFarmacia' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 2 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 2 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL CONFMAGAZZINO (cr=2 pr=2 pw=0 time=3603 us cost=3 size=26 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.05 0.06 db file sequential read 2 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 5khvpj4nvm93a Plan Hash: 1499107076 SELECT EQUIPE_CHI,EQUIPE_QUANDO,EQUIPE_SEM FROM INTERVENTI where PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.00 0.00 0 0 0 0 Execute 10 0.00 0.00 0 0 0 0 Fetch 10 0.00 0.00 0 20 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.01 0.01 0 20 0 10 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=94 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=59 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 20 0.00 0.00 SQL*Net message from client 20 0.02 0.04 ******************************************************************************** SQL ID: 1umg25bff48t6 Plan Hash: 1499107076 SELECT DATAINT FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.00 0.00 0 0 0 0 Execute 11 0.00 0.00 0 0 0 0 Fetch 11 0.00 0.00 0 24 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.01 0.01 0 24 0 11 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=127 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=56 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 22 0.00 0.00 SQL*Net message from client 22 0.03 0.12 ******************************************************************************** SQL ID: auj84fw3b5tqd Plan Hash: 1499107076 SELECT GENERALE_CHI,GENERALE_QUANDO,GENERALE_SEM FROM INTERVENTI where PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 9 0.00 0.00 0 0 0 0 Execute 9 0.00 0.00 0 0 0 0 Fetch 9 0.00 0.00 0 20 0 9 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27 0.01 0.01 0 20 0 9 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=102 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=63 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 18 0.00 0.00 SQL*Net message from client 18 0.13 0.15 ******************************************************************************** SQL ID: 45hh8pdamrqhq Plan Hash: 2479315862 SELECT CAMPOVISTA AS CAMPOESTERNO,DESCRIZIONE AS CAMPOORMA FROM ACCCONFIGCAMPI,ACCCAMPIORMA WHERE ACCCONFIGCAMPI.IDACCCAMPIORMA = ACCCAMPIORMA.IDACCCAMPIORMA AND ACCCONFIGCAMPI.PROGRAMMA = 8 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 21 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.01 0 21 0 10 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 10 10 10 NESTED LOOPS (cr=21 pr=0 pw=0 time=3505 us cost=4 size=36 card=1) 10 10 10 NESTED LOOPS (cr=11 pr=0 pw=0 time=3263 us cost=4 size=36 card=1) 10 10 10 TABLE ACCESS FULL ACCCONFIGCAMPI (cr=7 pr=0 pw=0 time=451 us cost=3 size=16 card=1) 10 10 10 INDEX UNIQUE SCAN ACCCAMPIORMA1 (cr=4 pr=0 pw=0 time=2455 us cost=0 size=0 card=1)(object id 4328194) 10 10 10 TABLE ACCESS BY INDEX ROWID ACCCAMPIORMA (cr=10 pr=0 pw=0 time=95 us cost=1 size=20 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 63pzrfvxjm5p7 Plan Hash: 1499107076 SELECT CONVINFERMIERI FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 16 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 16 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=172 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=75 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 16 0.00 0.00 SQL*Net message from client 16 0.15 0.51 row cache lock 3 0.00 0.00 ******************************************************************************** SQL ID: 1gr07z93jqwvs Plan Hash: 2077196047 select rowid, PROGRESSIVO, LIVELLO, DECODE(ATTIVO,'0',DESCRIZIONE || ' (NO ACTIVO)', DESCRIZIONE) AS DESCRIZIONE, GGSEMAFOROGIALLOMIN, GGSEMAFOROGIALLOMAX, GGSEMAFOROROSSO, GIORNI, ATTIVO FROM PRIORITA ORDER BY ATTIVO DESC,LIVELLO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.01 0.01 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 8 0 36 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.02 0 8 0 36 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 9 9 9 SORT ORDER BY (cr=2 pr=0 pw=0 time=554 us cost=4 size=324 card=9) 9 9 9 TABLE ACCESS FULL PRIORITA (cr=2 pr=0 pw=0 time=280 us cost=3 size=324 card=9) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 71.16 92.73 ******************************************************************************** SQL ID: f11pvcpqz4fny Plan Hash: 3141992549 select utente0_.SIGLA as SIGLA19_1_, utente0_.UTENTE as UTENTE19_1_, utente0_.LIVELLO as LIVELLO19_1_, utente0_.PASSWORD as PASSWORD19_1_, utente0_.PASSWORD2 as PASSWORD5_19_1_, utente0_.ATTIVO as ATTIVO19_1_, utente0_.ULTIMOACCESSO as ULTIMOAC7_19_1_, utente0_.LINGUA as LINGUA19_1_, utente0_.DATAPASSWORD as DATAPASS9_19_1_, utente0_.CAMBIOPASSWORD as CAMBIOP10_19_1_, utente0_.DATADISATTIVAZIONE as DATADIS11_19_1_, utente0_.DATARIATTIVAZIONE as DATARIA12_19_1_, utente0_.SMARTCARD as SMARTCARD19_1_, utente0_.CODFISC as CODFISC19_1_, utente0_.IGNORAADSI as IGNORAADSI19_1_, utente0_.COGNOME as COGNOME19_1_, utente0_.NOME as NOME19_1_, utente0_.DATAANALYZER_USERNAME as DATAANA18_19_1_, utente0_.DATAANALYZER_PASSWORD as DATAANA19_19_1_, utente0_.ALIASFIRMAREMOTA as ALIASFI20_19_1_, utente0_.INVIATO_O4C as INVIATO21_19_1_, livello1_.LIVELLO as LIVELLO2_0_, livello1_.DESCRIZIONE as DESCRIZI2_2_0_, livello1_.CONSULENTE as CONSULENTE2_0_ from UTENTI utente0_, DESCRIZIONILIVELLI livello1_ where utente0_.LIVELLO= livello1_.LIVELLO and utente0_.SIGLA in (:1, :2, :3, :4) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.01 0.01 0 0 0 0 Fetch 3 0.00 0.00 0 21 0 12 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.02 0.02 0 21 0 12 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 MERGE JOIN (cr=7 pr=0 pw=0 time=771 us cost=6 size=484 card=4) 5 5 5 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=167 us cost=2 size=168 card=8) 5 5 5 INDEX FULL SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=92 us cost=1 size=0 card=8)(object id 4328639) 4 4 4 SORT JOIN (cr=5 pr=0 pw=0 time=491 us cost=4 size=400 card=4) 4 4 4 INLIST ITERATOR (cr=5 pr=0 pw=0 time=369 us) 4 4 4 TABLE ACCESS BY INDEX ROWID UTENTI (cr=5 pr=0 pw=0 time=226 us cost=3 size=400 card=4) 4 4 4 INDEX UNIQUE SCAN UTENTI1 (cr=2 pr=0 pw=0 time=82 us cost=1 size=0 card=4)(object id 4329020) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 5btf54afz2tsn Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_0' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.02 0.02 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=154 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=139 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.01 0.05 ******************************************************************************** SQL ID: cb1yng4hb7p48 Plan Hash: 1120722673 select gruppilist0_.REPARTO as REPARTO1_, gruppilist0_.GRUPPOLISTAATTESA as GRUPPOLI2_1_, tabelle1_.PROGRESSIVO as PROGRESS1_15_0_, tabelle1_.CODICETABELLA as CODICETA2_15_0_, tabelle1_.UTCODICE as UTCODICE15_0_, tabelle1_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle1_.NONATTIVO as NONATTIVO15_0_, tabelle1_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle1_.DATAORA as DATAORA15_0_, tabelle1_.DATAINIZIO as DATAINIZIO15_0_, tabelle1_.DATAFINE as DATAFINE15_0_ from LISTAATTESAGRUPPI gruppilist0_, TABELLE tabelle1_ where gruppilist0_.GRUPPOLISTAATTESA=tabelle1_.PROGRESSIVO(+) and gruppilist0_.REPARTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.00 0.00 0 0 0 0 Execute 21 0.02 0.02 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.03 0.03 0 21 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 15 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=134 us cost=3 size=83 card=1) 0 0 0 TABLE ACCESS FULL LISTAATTESAGRUPPI (cr=1 pr=0 pw=0 time=120 us cost=2 size=26 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 42 0.00 0.00 SQL*Net message from client 42 0.00 0.04 ******************************************************************************** SQL ID: drm2actdsh7ux Plan Hash: 932858983 select allergie0_.CODPAZIENTE as CODPAZIE2_4_, allergie0_.ID as ID4_, allergie0_.ID as ID187_3_, allergie0_.CODPAZIENTE as CODPAZIE2_187_3_, allergie0_.ALLERGENE_ID as ALLERGENE3_187_3_, allergie0_.GRAVITA_ID as GRAVITA4_187_3_, allergie0_.REAZIONE_DESC as REAZIONE5_187_3_, allergie0_.DATA_DIAGNOSI as DATA6_187_3_, allergene1_.ID as ID208_0_, allergene1_.CODICE as CODICE208_0_, allergene1_.DESCRIZIONE as DESCRIZI3_208_0_, allergene1_.SISTEMACODIFICA as SISTEMAC4_208_0_, allergene1_.ALLERGENE_TIPO_ID as ALLERGENE5_208_0_, allergene1_.CODICE_2 as CODICE6_208_0_, allergene1_.DESCRIZIONE_2 as DESCRIZI7_208_0_, allergene1_.SISTEMACODIFICA_2 as SISTEMAC8_208_0_, tabelle2_.PROGRESSIVO as PROGRESS1_15_1_, tabelle2_.CODICETABELLA as CODICETA2_15_1_, tabelle2_.UTCODICE as UTCODICE15_1_, tabelle2_.DESCRIZIONE as DESCRIZI4_15_1_, tabelle2_.NONATTIVO as NONATTIVO15_1_, tabelle2_.COPIAPROGRESSIVO as COPIAPRO6_15_1_, tabelle2_.DATAORA as DATAORA15_1_, tabelle2_.DATAINIZIO as DATAINIZIO15_1_, tabelle2_.DATAFINE as DATAFINE15_1_, tabelle3_.PROGRESSIVO as PROGRESS1_15_2_, tabelle3_.CODICETABELLA as CODICETA2_15_2_, tabelle3_.UTCODICE as UTCODICE15_2_, tabelle3_.DESCRIZIONE as DESCRIZI4_15_2_, tabelle3_.NONATTIVO as NONATTIVO15_2_, tabelle3_.COPIAPROGRESSIVO as COPIAPRO6_15_2_, tabelle3_.DATAORA as DATAORA15_2_, tabelle3_.DATAINIZIO as DATAINIZIO15_2_, tabelle3_.DATAFINE as DATAFINE15_2_ from PAZIENTIALLERGIE allergie0_, ALLERGENI allergene1_, TABELLE tabelle2_, TABELLE tabelle3_ where allergie0_.ALLERGENE_ID=allergene1_.ID(+) and allergene1_.ALLERGENE_TIPO_ID=tabelle2_.PROGRESSIVO(+) and allergie0_.GRAVITA_ID=tabelle3_.PROGRESSIVO(+) and allergie0_.CODPAZIENTE= :1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 23 0.00 0.00 0 0 0 0 Execute 23 0.04 0.04 0 0 0 0 Fetch 23 0.00 0.00 0 23 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 69 0.05 0.05 0 23 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 17 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=106 us cost=2 size=2228 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=95 us cost=1 size=2171 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=90 us cost=1 size=2114 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID PAZIENTIALLERGIE (cr=1 pr=0 pw=0 time=84 us cost=1 size=2063 card=1) 0 0 0 INDEX RANGE SCAN PAZIENTIALLERGIE2 (cr=1 pr=0 pw=0 time=73 us cost=1 size=0 card=1)(object id 4328767) 0 0 0 TABLE ACCESS BY INDEX ROWID ALLERGENI (cr=0 pr=0 pw=0 time=0 us cost=0 size=51 card=1) 0 0 0 INDEX UNIQUE SCAN PK_ALLERGENI (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328773) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=0 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 46 0.00 0.00 SQL*Net message from client 46 0.05 0.15 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: c0majp7a3946x Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_11' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.02 0.02 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=179 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=164 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.00 0.02 ******************************************************************************** SQL ID: 4spymg4gazvmp Plan Hash: 4165688936 SELECT UnitaScopia FROM AVELCO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 16 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 16 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=154 us cost=3 size=3 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 19 0.00 0.00 SQL*Net message from client 19 0.02 0.03 SQL*Net break/reset to client 6 0.00 0.00 library cache lock 1 0.00 0.00 row cache lock 6 0.00 0.01 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 32pt9c4709mab Plan Hash: 1120722673 select gruppilist0_.REPARTO as REPARTO1_, gruppilist0_.GRUPPOLISTAATTESA as GRUPPOLI2_1_, tabelle1_.PROGRESSIVO as PROGRESS1_15_0_, tabelle1_.CODICETABELLA as CODICETA2_15_0_, tabelle1_.UTCODICE as UTCODICE15_0_, tabelle1_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle1_.NONATTIVO as NONATTIVO15_0_, tabelle1_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle1_.DATAORA as DATAORA15_0_, tabelle1_.DATAINIZIO as DATAINIZIO15_0_, tabelle1_.DATAFINE as DATAFINE15_0_ from LISTAATTESAGRUPPI gruppilist0_, TABELLE tabelle1_ where gruppilist0_.GRUPPOLISTAATTESA=tabelle1_.PROGRESSIVO(+) and gruppilist0_.REPARTO in (:1, :2, :3, :4) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 21 0.00 0.00 0 0 0 0 Execute 21 0.04 0.04 0 0 0 0 Fetch 21 0.00 0.00 0 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.05 0.05 0 21 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 15 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=116 us cost=3 size=83 card=1) 0 0 0 TABLE ACCESS FULL LISTAATTESAGRUPPI (cr=1 pr=0 pw=0 time=104 us cost=2 size=26 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 42 0.00 0.00 SQL*Net message from client 42 0.04 0.13 ******************************************************************************** SQL ID: 3rmt554s8qpdw Plan Hash: 2080917051 SELECT * FROM ( SELECT INTERVENTO AS PROGRESSIVO, 0 AS CONTATORE, TEMPOBRILLANZA FROM ALTRIDATI WHERE INTERVENTO = 95 UNION SELECT PROGRESSIVO, CONTATORE, TEMPO AS TEMPOBRILLANZA FROM ALTRESCOPIE WHERE INTERVENTO = 95 ) V ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.01 0.01 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 12 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.01 0 12 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=3 pr=0 pw=0 time=480 us cost=6 size=78 card=2) 1 1 1 VIEW (cr=3 pr=0 pw=0 time=380 us cost=5 size=78 card=2) 1 1 1 SORT UNIQUE (cr=3 pr=0 pw=0 time=371 us cost=5 size=68 card=2) 1 1 1 UNION-ALL (cr=3 pr=0 pw=0 time=276 us) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=103 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=57 us cost=0 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=128 us cost=2 size=52 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.10 0.32 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: af2w6c9rcjub7 Plan Hash: 2471080873 SELECT DESCRIZIONE,LIBERAPROFESSIONEOBBLIGATORIO FROM REGIMIRICOVERO WHERE ID = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 9 0.00 0.00 0 0 0 0 Execute 9 0.00 0.00 0 0 0 0 Fetch 9 0.00 0.00 0 18 0 9 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27 0.01 0.01 0 18 0 9 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=2 pr=0 pw=0 time=96 us cost=1 size=41 card=1) 1 1 1 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=1 pr=0 pw=0 time=49 us cost=0 size=0 card=1)(object id 4328094) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 18 0.00 0.00 SQL*Net message from client 18 2.32 2.69 ******************************************************************************** SQL ID: 22g25hg6yx46n Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_14' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=165 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=148 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.00 0.03 ******************************************************************************** SQL ID: gab715psy790z Plan Hash: 3777068406 SELECT COUNT(*) AS TOTTEMPIICD FROM TEMPIICD WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=1352 us) 0 12 25 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=1344 us cost=1 size=3 card=1)(object id 4328882) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.07 0.09 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 8rgtnk0u2jp88 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_6' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=167 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=152 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.05 0.10 ******************************************************************************** SQL ID: 3jqxjr6srf0c1 Plan Hash: 917204372 SELECT * FROM cnfgtempi WHERE reparto IS NULL AND ctrlsovrapp = '1' ORDER BY idtempo call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 1 4 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 1 4 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 SORT ORDER BY (cr=2 pr=0 pw=0 time=1332 us cost=4 size=53 card=1) 2 2 2 TABLE ACCESS FULL CNFGTEMPI (cr=2 pr=0 pw=0 time=1244 us cost=3 size=53 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.03 0.03 db file sequential read 1 0.00 0.00 ******************************************************************************** SQL ID: 7m081ahua5s5q Plan Hash: 3540948987 SELECT REPARTI.DESCRIZIONE FROM REPARTI, PERSONALEBLOCCHIREPARTI WHERE PERSONALEBLOCCHIREPARTI.REPARTO = REPARTI.PROGRESSIVO AND PERSONALEBLOCCHIREPARTI.PERSONALE = :B1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 7 0.01 0.01 0 0 0 0 Fetch 7 0.00 0.00 0 81 0 25 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.02 0 81 0 25 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 NESTED LOOPS (cr=12 pr=0 pw=0 time=528 us cost=6 size=96 card=2) 4 4 4 NESTED LOOPS (cr=8 pr=0 pw=0 time=434 us cost=6 size=96 card=2) 4 4 4 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=305 us cost=4 size=16 card=2) 4 4 4 INDEX UNIQUE SCAN REPARTI1 (cr=2 pr=0 pw=0 time=79 us cost=0 size=0 card=1)(object id 4328413) 4 4 4 TABLE ACCESS BY INDEX ROWID REPARTI (cr=4 pr=0 pw=0 time=56 us cost=1 size=40 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: gnjku0xyp8qcd Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_1' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=158 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=144 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.03 0.06 ******************************************************************************** SQL ID: bcrrpq7x345t7 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_10' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=171 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=158 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.01 0.04 ******************************************************************************** SQL ID: 6aswkvndpwsv4 Plan Hash: 1108636420 select movimenti0_.INTERVENTO as INTERVENTO23_, movimenti0_.PROGRESSIVO as PROGRESS1_23_, movimenti0_.PROGRESSIVO as PROGRESS1_79_22_, movimenti0_.TIPOSCAR as TIPOSCAR79_22_, movimenti0_.ARTICOLO as ARTICOLO79_22_, movimenti0_.TIPOARTICOLO as TIPOARTI4_79_22_, movimenti0_.SIGLAUTENTE as SIGLAUTE5_79_22_, movimenti0_.REPARTO as REPARTO79_22_, movimenti0_.BLOCCO as BLOCCO79_22_, movimenti0_.INTERVENTO as INTERVENTO79_22_, movimenti0_.DATA as DATA79_22_, movimenti0_.QTA as QTA79_22_, movimenti0_.SCADENZA as SCADENZA79_22_, movimenti0_.NUMDOCUM as NUMDOCUM79_22_, movimenti0_.INVENTARIO as INVENTARIO79_22_, movimenti0_.TIPOMOVIMENTO as TIPOMOV14_79_22_, movimenti0_.PRESIDIO as PRESIDIO79_22_, movimenti0_.DATAUTENTE as DATAUTENTE79_22_, movimenti0_.ORAUTENTE as ORAUTENTE79_22_, movimenti0_.CHIAVEESTERNA as CHIAVEE18_79_22_, movimenti0_.PREZZOEURO as PREZZOEURO79_22_, movimenti0_.SCONTO as SCONTO79_22_, movimenti0_.IVA as IVA79_22_, movimenti0_.LORDOEURO as LORDOEURO79_22_, movimenti0_.VISIONE as VISIONE79_22_, movimenti0_.LOTTO as LOTTO79_22_, movimenti0_.NUMDOCUMLOTTO as NUMDOCU25_79_22_, movimenti0_.SCADENZALOTTO as SCADENZ26_79_22_, movimenti0_.CODFOR as CODFOR79_22_, movimenti0_.CODARTFOR as CODARTFOR79_22_, movimenti0_.CODBARCOMMFOR as CODBARC29_79_22_, movimenti0_.CODBARCOMMLOTTO as CODBARC30_79_22_, movimenti0_.CODMAGLOTTO as CODMAGL31_79_22_, movimenti0_.INFO as INFO79_22_, movimenti0_.SCARICOWS as SCARICOWS79_22_, movimenti0_.ID_RR as ID34_79_22_, movimenti0_.LINE_NUMBER as LINE35_79_22_, movimenti0_.SPERIMENTAZIONE as SPERIME36_79_22_, movimenti0_.PROGRESAMEEMOELFIS as PROGRES37_79_22_, movimenti0_.RICHIESTAAUTOMATICA as RICHIES38_79_22_, movimenti0_.SCORTA as SCORTA79_22_, movimenti0_.TRANSITO as TRANSITO79_22_, movimenti0_.CONTODEPOSITO as CONTODE41_79_22_, movimenti0_.CONTOVISIONE as CONTOVI42_79_22_, movimenti0_.PROTESITRANSITO as PROTESI43_79_22_, movimenti0_.TIPOINTEGRAZIONEESTERNA as TIPOINT44_79_22_, movimenti0_.MOVIMENTA as MOVIMENTA79_22_, tabelle1_.PROGRESSIVO as PROGRESS1_15_0_, tabelle1_.CODICETABELLA as CODICETA2_15_0_, tabelle1_.UTCODICE as UTCODICE15_0_, tabelle1_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle1_.NONATTIVO as NONATTIVO15_0_, tabelle1_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle1_.DATAORA as DATAORA15_0_, tabelle1_.DATAINIZIO as DATAINIZIO15_0_, tabelle1_.DATAFINE as DATAFINE15_0_, articolo2_.PROGRESSIVO as PROGRESS1_78_1_, articolo2_.SISTEMA as SISTEMA78_1_, articolo2_.TIPOART as TIPOART78_1_, articolo2_.FAMIGLIA as FAMIGLIA78_1_, articolo2_.CATEGORIA as CATEGORIA78_1_, articolo2_.UM as UM78_1_, articolo2_.FORNITORE as FORNITORE78_1_, articolo2_.PRODUTTORE as PRODUTTORE78_1_, articolo2_.CODART as CODART78_1_, articolo2_.DESCRIZIONE as DESCRIZ10_78_1_, articolo2_.PRESIDIO as PRESIDIO78_1_, articolo2_.CODINT as CODINT78_1_, articolo2_.CODBARCOMM as CODBARCOMM78_1_, articolo2_.CODBARINT as CODBARINT78_1_, articolo2_.UPN as UPN78_1_, articolo2_.CHIAVEESTERNA as CHIAVEE16_78_1_, articolo2_.PEZZICONFEZIONE as PEZZICO17_78_1_, articolo2_.PREZZOMEDIOPONDERATO as PREZZOM18_78_1_, articolo2_.PREZZOLORDO as PREZZOL19_78_1_, articolo2_.IVA as IVA78_1_, articolo2_.SCONTO as SCONTO78_1_, articolo2_.DATAAGGIORNAMENTO as DATAAGG22_78_1_, articolo2_.CHECKFARMACIA as CHECKFA23_78_1_, articolo2_.INUSO as INUSO78_1_, articolo2_.OBSOLETO as OBSOLETO78_1_, articolo2_.VISIONE as VISIONE78_1_, articolo2_.PRINCIPIOATTIVO as PRINCIP27_78_1_, articolo2_.CODBARCOMM2 as CODBARCOMM28_78_1_, articolo2_.CODBARCOMM3 as CODBARCOMM29_78_1_, articolo2_.CONTODEPOSITO as CONTODE30_78_1_, articolo2_.CONTOVISIONE as CONTOVI31_78_1_, articolo2_.PROTESITRANSITO as PROTESI32_78_1_, articolo2_.SCORTA as SCORTA78_1_, articolo2_.TRANSITO as TRANSITO78_1_, articolo2_.CND as CND78_1_, tabelle3_.PROGRESSIVO as PROGRESS1_15_2_, tabelle3_.CODICETABELLA as CODICETA2_15_2_, tabelle3_.UTCODICE as UTCODICE15_2_, tabelle3_.DESCRIZIONE as DESCRIZI4_15_2_, tabelle3_.NONATTIVO as NONATTIVO15_2_, tabelle3_.COPIAPROGRESSIVO as COPIAPRO6_15_2_, tabelle3_.DATAORA as DATAORA15_2_, tabelle3_.DATAINIZIO as DATAINIZIO15_2_, tabelle3_.DATAFINE as DATAFINE15_2_, tabelle4_.PROGRESSIVO as PROGRESS1_15_3_, tabelle4_.CODICETABELLA as CODICETA2_15_3_, tabelle4_.UTCODICE as UTCODICE15_3_, tabelle4_.DESCRIZIONE as DESCRIZI4_15_3_, tabelle4_.NONATTIVO as NONATTIVO15_3_, tabelle4_.COPIAPROGRESSIVO as COPIAPRO6_15_3_, tabelle4_.DATAORA as DATAORA15_3_, tabelle4_.DATAINIZIO as DATAINIZIO15_3_, tabelle4_.DATAFINE as DATAFINE15_3_, tabelle5_.PROGRESSIVO as PROGRESS1_15_4_, tabelle5_.CODICETABELLA as CODICETA2_15_4_, tabelle5_.UTCODICE as UTCODICE15_4_, tabelle5_.DESCRIZIONE as DESCRIZI4_15_4_, tabelle5_.NONATTIVO as NONATTIVO15_4_, tabelle5_.COPIAPROGRESSIVO as COPIAPRO6_15_4_, tabelle5_.DATAORA as DATAORA15_4_, tabelle5_.DATAINIZIO as DATAINIZIO15_4_, tabelle5_.DATAFINE as DATAFINE15_4_, tabelle6_.PROGRESSIVO as PROGRESS1_15_5_, tabelle6_.CODICETABELLA as CODICETA2_15_5_, tabelle6_.UTCODICE as UTCODICE15_5_, tabelle6_.DESCRIZIONE as DESCRIZI4_15_5_, tabelle6_.NONATTIVO as NONATTIVO15_5_, tabelle6_.COPIAPROGRESSIVO as COPIAPRO6_15_5_, tabelle6_.DATAORA as DATAORA15_5_, tabelle6_.DATAINIZIO as DATAINIZIO15_5_, tabelle6_.DATAFINE as DATAFINE15_5_, tabelle7_.PROGRESSIVO as PROGRESS1_15_6_, tabelle7_.CODICETABELLA as CODICETA2_15_6_, tabelle7_.UTCODICE as UTCODICE15_6_, tabelle7_.DESCRIZIONE as DESCRIZI4_15_6_, tabelle7_.NONATTIVO as NONATTIVO15_6_, tabelle7_.COPIAPROGRESSIVO as COPIAPRO6_15_6_, tabelle7_.DATAORA as DATAORA15_6_, tabelle7_.DATAINIZIO as DATAINIZIO15_6_, tabelle7_.DATAFINE as DATAFINE15_6_, fornitore8_.PROGRESSIVO as PROGRESS1_77_7_, fornitore8_.CITTA as CITTA77_7_, fornitore8_.CODFOR as CODFOR77_7_, fornitore8_.NOME as NOME77_7_, fornitore8_.INDIRIZZO as INDIRIZZO77_7_, fornitore8_.TELEFONO as TELEFONO77_7_, fornitore8_.AGENTE as AGENTE77_7_, fornitore8_.PARTIVA as PARTIVA77_7_, fornitore8_.FAX as FAX77_7_, fornitore8_.EMAIL as EMAIL77_7_, tabelle9_.PROGRESSIVO as PROGRESS1_15_8_, tabelle9_.CODICETABELLA as CODICETA2_15_8_, tabelle9_.UTCODICE as UTCODICE15_8_, tabelle9_.DESCRIZIONE as DESCRIZI4_15_8_, tabelle9_.NONATTIVO as NONATTIVO15_8_, tabelle9_.COPIAPROGRESSIVO as COPIAPRO6_15_8_, tabelle9_.DATAORA as DATAORA15_8_, tabelle9_.DATAINIZIO as DATAINIZIO15_8_, tabelle9_.DATAFINE as DATAFINE15_8_, tabelle10_.PROGRESSIVO as PROGRESS1_15_9_, tabelle10_.CODICETABELLA as CODICETA2_15_9_, tabelle10_.UTCODICE as UTCODICE15_9_, tabelle10_.DESCRIZIONE as DESCRIZI4_15_9_, tabelle10_.NONATTIVO as NONATTIVO15_9_, tabelle10_.COPIAPROGRESSIVO as COPIAPRO6_15_9_, tabelle10_.DATAORA as DATAORA15_9_, tabelle10_.DATAINIZIO as DATAINIZIO15_9_, tabelle10_.DATAFINE as DATAFINE15_9_, utente11_.SIGLA as SIGLA19_10_, utente11_.UTENTE as UTENTE19_10_, utente11_.LIVELLO as LIVELLO19_10_, utente11_.PASSWORD as PASSWORD19_10_, utente11_.PASSWORD2 as PASSWORD5_19_10_, utente11_.ATTIVO as ATTIVO19_10_, utente11_.ULTIMOACCESSO as ULTIMOAC7_19_10_, utente11_.LINGUA as LINGUA19_10_, utente11_.DATAPASSWORD as DATAPASS9_19_10_, utente11_.CAMBIOPASSWORD as CAMBIOP10_19_10_, utente11_.DATADISATTIVAZIONE as DATADIS11_19_10_, utente11_.DATARIATTIVAZIONE as DATARIA12_19_10_, utente11_.SMARTCARD as SMARTCARD19_10_, utente11_.CODFISC as CODFISC19_10_, utente11_.IGNORAADSI as IGNORAADSI19_10_, utente11_.COGNOME as COGNOME19_10_, utente11_.NOME as NOME19_10_, utente11_.DATAANALYZER_USERNAME as DATAANA18_19_10_, utente11_.DATAANALYZER_PASSWORD as DATAANA19_19_10_, utente11_.ALIASFIRMAREMOTA as ALIASFI20_19_10_, utente11_.INVIATO_O4C as INVIATO21_19_10_, livello12_.LIVELLO as LIVELLO2_11_, livello12_.DESCRIZIONE as DESCRIZI2_2_11_, livello12_.CONSULENTE as CONSULENTE2_11_, reparto13_.PROGRESSIVO as PROGRESS1_10_12_, reparto13_.CODICE as CODICE10_12_, reparto13_.CCOSTO as CCOSTO10_12_, reparto13_.DESCRIZIONE as DESCRIZI4_10_12_, reparto13_.ATTIVO as ATTIVO10_12_, reparto13_.CODMAG as CODMAG10_12_, reparto13_.CODUNITAPRELIEVO as CODUNITA7_10_12_, reparto13_.SIGLACS as SIGLACS10_12_, reparto13_.CODREGIONALE as CODREGIO9_10_12_, reparto13_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_12_, blocco14_.PROGRESSIVO as PROGRESS1_20_13_, blocco14_.UTCODICE as UTCODICE20_13_, blocco14_.DESCRIZIONE as DESCRIZI3_20_13_, blocco14_.NONATTIVO as NONATTIVO20_13_, blocco14_.COPIAPROGRESSIVO as COPIAPRO5_20_13_, blocco14_.DATAORA as DATAORA20_13_, blocco14_.DATAINIZIO as DATAINIZIO20_13_, blocco14_.DATAFINE as DATAFINE20_13_, blocchicco15_.BLOCCO as BLOCCO22_14_, blocchicco15_.SIGLACS as SIGLACS22_14_, blocchicco15_.CCOSTO as CCOSTO22_14_, blocchicco15_.CODMAG as CODMAG22_14_, blocchicco15_.CODUNITAPRELIEVO as CODUNITA5_22_14_, blocchicco15_.CODICECRIL as CODICECRIL22_14_, blocchimai16_.BLOCCO as BLOCCO23_15_, blocchimai16_.PROGRESSIVO as PROGRESS2_23_15_, blocchimai16_.NOMINATIVO as NOMINATIVO23_15_, blocchimai16_.INDIRIZZOMAIL as INDIRIZZ4_23_15_, giacenza17_.BLOCCO as BLOCCO76_16_, giacenza17_.ARTICOLO as ARTICOLO76_16_, giacenza17_.SCORTAMINIMA as SCORTAMI3_76_16_, giacenza17_.GIACENZA as GIACENZA76_16_, giacenza17_.GIACINV as GIACINV76_16_, giacenza17_.DATAINV as DATAINV76_16_, giacenza17_.INUSO as INUSO76_16_, giacenza17_.VISIONE as VISIONE76_16_, giacenza17_.SCORTAMASSIMA as SCORTAMA9_76_16_, articolo18_.PROGRESSIVO as PROGRESS1_78_17_, articolo18_.SISTEMA as SISTEMA78_17_, articolo18_.TIPOART as TIPOART78_17_, articolo18_.FAMIGLIA as FAMIGLIA78_17_, articolo18_.CATEGORIA as CATEGORIA78_17_, articolo18_.UM as UM78_17_, articolo18_.FORNITORE as FORNITORE78_17_, articolo18_.PRODUTTORE as PRODUTTORE78_17_, articolo18_.CODART as CODART78_17_, articolo18_.DESCRIZIONE as DESCRIZ10_78_17_, articolo18_.PRESIDIO as PRESIDIO78_17_, articolo18_.CODINT as CODINT78_17_, articolo18_.CODBARCOMM as CODBARCOMM78_17_, articolo18_.CODBARINT as CODBARINT78_17_, articolo18_.UPN as UPN78_17_, articolo18_.CHIAVEESTERNA as CHIAVEE16_78_17_, articolo18_.PEZZICONFEZIONE as PEZZICO17_78_17_, articolo18_.PREZZOMEDIOPONDERATO as PREZZOM18_78_17_, articolo18_.PREZZOLORDO as PREZZOL19_78_17_, articolo18_.IVA as IVA78_17_, articolo18_.SCONTO as SCONTO78_17_, articolo18_.DATAAGGIORNAMENTO as DATAAGG22_78_17_, articolo18_.CHECKFARMACIA as CHECKFA23_78_17_, articolo18_.INUSO as INUSO78_17_, articolo18_.OBSOLETO as OBSOLETO78_17_, articolo18_.VISIONE as VISIONE78_17_, articolo18_.PRINCIPIOATTIVO as PRINCIP27_78_17_, articolo18_.CODBARCOMM2 as CODBARCOMM28_78_17_, articolo18_.CODBARCOMM3 as CODBARCOMM29_78_17_, articolo18_.CONTODEPOSITO as CONTODE30_78_17_, articolo18_.CONTOVISIONE as CONTOVI31_78_17_, articolo18_.PROTESITRANSITO as PROTESI32_78_17_, articolo18_.SCORTA as SCORTA78_17_, articolo18_.TRANSITO as TRANSITO78_17_, articolo18_.CND as CND78_17_, blocco19_.PROGRESSIVO as PROGRESS1_20_18_, blocco19_.UTCODICE as UTCODICE20_18_, blocco19_.DESCRIZIONE as DESCRIZI3_20_18_, blocco19_.NONATTIVO as NONATTIVO20_18_, blocco19_.COPIAPROGRESSIVO as COPIAPRO5_20_18_, blocco19_.DATAORA as DATAORA20_18_, blocco19_.DATAINIZIO as DATAINIZIO20_18_, blocco19_.DATAFINE as DATAFINE20_18_, movimentia20_.PROGMOVIMENTO as PROGMOVI1_82_19_, movimentia20_.RPROGRESSIVO as RPROGRES2_82_19_, articolori21_.PROGRESSIVO as PROGRESS1_81_20_, articolori21_.ARTICOLO as ARTICOLO81_20_, articolori21_.TPROGRESSIVO as TPROGRES3_81_20_, articolori21_.ORDINATO as ORDINATO81_20_, articolori21_.STAMPATO as STAMPATO81_20_, articolori21_.ARRIVATO as ARRIVATO81_20_, articolori21_.EVASO as EVASO81_20_, articolori21_.NUMRR_EXT as NUMRR8_81_20_, articolori21_.ID_RR as ID9_81_20_, articolori21_.ANNORR_EXT as ANNORR10_81_20_, contestoem22_.PROGRESSIVO as PROGRESS1_83_21_, contestoem22_.NUMEROESAME as NUMEROES2_83_21_, contestoem22_.ANNOESAME as ANNOESAME83_21_ from MOVIMENTI movimenti0_, TABELLE tabelle1_, ARTICOLI articolo2_, TABELLE tabelle3_, TABELLE tabelle4_, TABELLE tabelle5_, TABELLE tabelle6_, TABELLE tabelle7_, FORNITORI fornitore8_, TABELLE tabelle9_, TABELLE tabelle10_, UTENTI utente11_, DESCRIZIONILIVELLI livello12_, REPARTI reparto13_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco14_, BLOCCHICCOSTO blocchicco15_, BLOCCHIMAIL blocchimai16_, GIACENZE giacenza17_, ARTICOLI articolo18_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco19_, MRIAPPROVVIGIONAMENTO movimentia20_, RRIAPPROVVIGIONAMENTO articolori21_, IMPIANTIEMODINAMICA contestoem22_ where movimenti0_.TIPOSCAR= tabelle1_.PROGRESSIVO(+) and movimenti0_.ARTICOLO=articolo2_.PROGRESSIVO(+) and articolo2_.SISTEMA=tabelle3_.PROGRESSIVO(+) and articolo2_.TIPOART= tabelle4_.PROGRESSIVO(+) and articolo2_.FAMIGLIA=tabelle5_.PROGRESSIVO(+) and articolo2_.CATEGORIA=tabelle6_.PROGRESSIVO(+) and articolo2_.UM= tabelle7_.PROGRESSIVO(+) and articolo2_.FORNITORE=fornitore8_.PROGRESSIVO(+) and articolo2_.PRODUTTORE=tabelle9_.PROGRESSIVO(+) and movimenti0_.TIPOARTICOLO=tabelle10_.PROGRESSIVO(+) and movimenti0_.SIGLAUTENTE=utente11_.SIGLA(+) and utente11_.LIVELLO= livello12_.LIVELLO(+) and movimenti0_.REPARTO=reparto13_.PROGRESSIVO(+) and movimenti0_.BLOCCO=blocco14_.PROGRESSIVO and blocco14_.PROGRESSIVO= blocchicco15_.BLOCCO(+) and blocco14_.PROGRESSIVO=blocchimai16_.BLOCCO(+) and movimenti0_.BLOCCO=giacenza17_.BLOCCO(+) and movimenti0_.ARTICOLO= giacenza17_.ARTICOLO(+) and giacenza17_.ARTICOLO=articolo18_.PROGRESSIVO(+) and giacenza17_.BLOCCO=blocco19_.PROGRESSIVO(+) and movimenti0_.PROGRESSIVO= movimentia20_.PROGMOVIMENTO(+) and movimentia20_.RPROGRESSIVO= articolori21_.PROGRESSIVO(+) and movimenti0_.PROGRESSIVO= contestoem22_.PROGRESSIVO(+) and movimenti0_.INTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.21 0.22 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.23 0.23 0 3 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=929 us cost=18 size=4812 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=913 us cost=17 size=4755 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=905 us cost=16 size=4698 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=885 us cost=15 size=4641 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=877 us cost=14 size=4584 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=870 us cost=13 size=4527 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=865 us cost=12 size=4470 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=860 us cost=11 size=4413 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=854 us cost=10 size=4356 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=848 us cost=9 size=4345 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=413 us cost=7 size=4061 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=406 us cost=6 size=4004 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=400 us cost=6 size=3947 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=395 us cost=5 size=3926 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=389 us cost=4 size=3826 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=384 us cost=3 size=3744 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=379 us cost=3 size=3610 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=115 us cost=1 size=3584 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=112 us cost=1 size=3545 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=106 us cost=1 size=3343 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=100 us cost=1 size=2284 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=95 us cost=1 size=1225 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID MOVIMENTI (cr=1 pr=0 pw=0 time=89 us cost=1 size=1132 card=1) 0 0 0 INDEX RANGE SCAN MOVIMENTI4 (cr=1 pr=0 pw=0 time=75 us cost=1 size=0 card=1)(object id 4328367) 0 0 0 TABLE ACCESS BY INDEX ROWID GIACENZE (cr=0 pr=0 pw=0 time=0 us cost=0 size=93 card=1) 0 0 0 INDEX RANGE SCAN GIACENZE4 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328308) 0 0 0 TABLE ACCESS BY INDEX ROWID ARTICOLI (cr=0 pr=0 pw=0 time=0 us cost=0 size=1059 card=1) 0 0 0 INDEX UNIQUE SCAN ARTICOLI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328252) 0 0 0 TABLE ACCESS BY INDEX ROWID ARTICOLI (cr=0 pr=0 pw=0 time=0 us cost=0 size=1059 card=1) 0 0 0 INDEX UNIQUE SCAN ARTICOLI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328252) 0 0 0 TABLE ACCESS BY INDEX ROWID FORNITORI (cr=0 pr=0 pw=0 time=0 us cost=0 size=202 card=1) 0 0 0 INDEX UNIQUE SCAN FORNITORI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328741) 0 0 0 INDEX RANGE SCAN IMPIANTIEMODINAMICA1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=39 card=1)(object id 4328476) 0 0 0 TABLE ACCESS FULL MRIAPPROVVIGIONAMENTO (cr=0 pr=0 pw=0 time=0 us cost=2 size=26 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RRIAPPROVVIGIONAMENTO (cr=0 pr=0 pw=0 time=0 us cost=0 size=134 card=1) 0 0 0 INDEX UNIQUE SCAN RRIAPPROVVIGIONAMENTO1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328582) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329020) 0 0 0 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=0 pr=0 pw=0 time=0 us cost=1 size=21 card=1) 0 0 0 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328639) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=0 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=0 pr=0 pw=0 time=0 us cost=2 size=284 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=0 pr=0 pw=0 time=0 us cost=1 size=11 card=1) 0 0 0 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328577) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 6 0.00 0.00 SQL*Net more data to client 15 0.00 0.00 SQL*Net message from client 6 0.00 0.01 ******************************************************************************** SQL ID: bp3by2wvxwp1w Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_7' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=154 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=140 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 31 0.00 0.00 SQL*Net message from client 31 0.01 0.03 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 9g8d9a07a999z Plan Hash: 511315058 select DISTINCT P.*,GetBlocchiPerPersonale(P.Progressivo) AS DESCRIZIONE from PERSONALE P,PERSONALEBLOCCHIREPARTI where 1=1 AND P.PROGRESSIVO = PERSONALEBLOCCHIREPARTI.PERSONALE (+) AND p.funzione = 7 AND p.progressivo in ( 138) order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.03 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 8 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.03 0.03 0 8 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT UNIQUE (cr=17 pr=0 pw=0 time=4504 us cost=6 size=70 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=585 us cost=5 size=140 card=2) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=132 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=60 us cost=0 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=424 us cost=4 size=16 card=2) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 4grxurfk97yay Plan Hash: 1499107076 SELECT CONVCHIRURGIA FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 16 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 16 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=145 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=58 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 16 0.00 0.00 SQL*Net message from client 16 0.24 0.25 ******************************************************************************** SQL ID: 3krugg1kq39sx Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_9' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.02 0.02 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=170 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=158 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.00 0.03 ******************************************************************************** SQL ID: 1hqgvk73jb0ym Plan Hash: 2239390328 SELECT * FROM EMODERIVATI WHERE INTERVENTO = 95 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.05 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.03 0.05 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=1 pw=0 time=3068 us cost=3 size=75 card=1) 0 0 0 TABLE ACCESS FULL EMODERIVATI (cr=1 pr=1 pw=0 time=2996 us cost=2 size=75 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 db file sequential read 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 row cache lock 12 0.00 0.01 ******************************************************************************** SQL ID: 121b0mrbn4gj6 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_4' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=155 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=142 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 31 0.00 0.00 SQL*Net message from client 31 0.00 0.02 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 5a7h60a1crmys Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_8' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=168 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=154 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.03 0.05 ******************************************************************************** SQL ID: du0237j0660th Plan Hash: 1499107076 SELECT IVG_AS FROM Interventi WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 18 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 18 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=97 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=60 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 18 0.00 0.00 SQL*Net message from client 18 0.00 0.01 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 6z8ug2g44mmq4 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_2' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=162 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=147 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.00 0.03 ******************************************************************************** SQL ID: bckwg0stsjv1p Plan Hash: 3389620326 SELECT macchina FROM polling WHERE polling.tabella = 'INTERVENTI' AND polling.valore = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 7 0.00 0.00 0 0 0 0 Execute 7 0.00 0.00 0 0 0 0 Fetch 7 0.00 0.00 0 14 0 7 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 14 0 7 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID POLLING (cr=2 pr=0 pw=0 time=200 us cost=1 size=160 card=1) 1 1 1 INDEX SKIP SCAN POLLING1 (cr=1 pr=0 pw=0 time=158 us cost=1 size=0 card=1)(object id 4328704) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 15 0.00 0.00 SQL*Net message from client 15 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: c1ugznjjm5ak4 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_12' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=158 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=145 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.00 0.02 ******************************************************************************** SQL ID: 0x30rnupd3vpq Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_3' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=161 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=147 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 36 0.00 0.00 SQL*Net message from client 36 0.01 0.04 SQL*Net break/reset to client 12 0.00 0.00 ******************************************************************************** SQL ID: 9b8c6kcpzk8j8 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_13' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=154 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=140 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.14 0.17 ******************************************************************************** SQL ID: fz97rncsasgmy Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_5' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=153 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=139 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.00 0.02 ******************************************************************************** SQL ID: 377fs0s6z2sbr Plan Hash: 3594007497 SELECT valore FROM Configurazioni WHERE tipo = 20 AND Progressivo = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 16 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 16 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CONFIGURAZIONI (cr=2 pr=0 pw=0 time=129 us cost=2 size=9 card=1) 1 1 1 INDEX RANGE SCAN CONFIGURAZIONI3 (cr=1 pr=0 pw=0 time=81 us cost=1 size=0 card=1)(object id 4328117) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 17 0.00 0.00 SQL*Net message from client 17 0.07 0.28 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: c7fsvqcv5r3g7 Plan Hash: 1535436128 select profilassi0_.PROGINTERVENTO as PROGINTE1_5_, profilassi0_.CONTATORE as CONTATORE5_, profilassi0_.PROGINTERVENTO as PROGINTE1_45_4_, profilassi0_.CONTATORE as CONTATORE45_4_, profilassi0_.TERAPIAANTIBIOTICA as TERAPIAA3_45_4_, profilassi0_.MOLECOLA2 as MOLECOLA4_45_4_, profilassi0_.DOSAGGIO as DOSAGGIO45_4_, profilassi0_.DATASOMMINISTRAZIONE as DATASOMM6_45_4_, profilassi0_.ORASOMMINISTRAZIONE as ORASOMMI7_45_4_, profilassi0_.UNITAMISURA as UNITAMIS8_45_4_, profilassi0_.VIADISOMMINISTRAZIONE as VIADISOM9_45_4_, tabelle1_.PROGRESSIVO as PROGRESS1_15_0_, tabelle1_.CODICETABELLA as CODICETA2_15_0_, tabelle1_.UTCODICE as UTCODICE15_0_, tabelle1_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle1_.NONATTIVO as NONATTIVO15_0_, tabelle1_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle1_.DATAORA as DATAORA15_0_, tabelle1_.DATAINIZIO as DATAINIZIO15_0_, tabelle1_.DATAFINE as DATAFINE15_0_, tabelle2_.PROGRESSIVO as PROGRESS1_15_1_, tabelle2_.CODICETABELLA as CODICETA2_15_1_, tabelle2_.UTCODICE as UTCODICE15_1_, tabelle2_.DESCRIZIONE as DESCRIZI4_15_1_, tabelle2_.NONATTIVO as NONATTIVO15_1_, tabelle2_.COPIAPROGRESSIVO as COPIAPRO6_15_1_, tabelle2_.DATAORA as DATAORA15_1_, tabelle2_.DATAINIZIO as DATAINIZIO15_1_, tabelle2_.DATAFINE as DATAFINE15_1_, tabelle3_.PROGRESSIVO as PROGRESS1_15_2_, tabelle3_.CODICETABELLA as CODICETA2_15_2_, tabelle3_.UTCODICE as UTCODICE15_2_, tabelle3_.DESCRIZIONE as DESCRIZI4_15_2_, tabelle3_.NONATTIVO as NONATTIVO15_2_, tabelle3_.COPIAPROGRESSIVO as COPIAPRO6_15_2_, tabelle3_.DATAORA as DATAORA15_2_, tabelle3_.DATAINIZIO as DATAINIZIO15_2_, tabelle3_.DATAFINE as DATAFINE15_2_, tabelle4_.PROGRESSIVO as PROGRESS1_15_3_, tabelle4_.CODICETABELLA as CODICETA2_15_3_, tabelle4_.UTCODICE as UTCODICE15_3_, tabelle4_.DESCRIZIONE as DESCRIZI4_15_3_, tabelle4_.NONATTIVO as NONATTIVO15_3_, tabelle4_.COPIAPROGRESSIVO as COPIAPRO6_15_3_, tabelle4_.DATAORA as DATAORA15_3_, tabelle4_.DATAINIZIO as DATAINIZIO15_3_, tabelle4_.DATAFINE as DATAFINE15_3_ from INT_PROFANT profilassi0_, TABELLE tabelle1_, TABELLE tabelle2_, TABELLE tabelle3_, TABELLE tabelle4_ where profilassi0_.TERAPIAANTIBIOTICA= tabelle1_.PROGRESSIVO and profilassi0_.MOLECOLA2=tabelle2_.PROGRESSIVO(+) and profilassi0_.UNITAMISURA=tabelle3_.PROGRESSIVO(+) and profilassi0_.VIADISOMMINISTRAZIONE=tabelle4_.PROGRESSIVO(+) and profilassi0_.PROGINTERVENTO=:1 order by profilassi0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 20 0.00 0.01 0 0 0 0 Execute 20 0.09 0.11 0 0 0 0 Fetch 20 0.00 0.00 0 20 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 60 0.10 0.12 0 20 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 15 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=105 us cost=2 size=337 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=94 us cost=1 size=280 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=89 us cost=0 size=223 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=84 us cost=0 size=166 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INT_PROFANT (cr=1 pr=0 pw=0 time=77 us cost=0 size=109 card=1) 0 0 0 INDEX RANGE SCAN INT_PROFANT1 (cr=1 pr=0 pw=0 time=66 us cost=0 size=0 card=1)(object id 4328344) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=0 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=0 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 41 0.00 0.00 SQL*Net message from client 41 1.25 3.83 latch free 1 0.00 0.00 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 row cache lock 7 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 6tyv70wr659b7 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_15' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.00 0 15 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.02 0 15 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=155 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=143 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 31 0.00 0.00 SQL*Net message from client 31 9.76 35.89 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 1gtzaunay2tny Plan Hash: 1955432048 SELECT TEMPOBRILLANZATOT FROM ALTRIDATI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.01 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 16 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 16 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=114 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=54 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 17 0.00 0.00 SQL*Net message from client 17 0.11 0.13 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 library cache lock 2 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 0w7wwunwspx8w Plan Hash: 1499107076 SELECT CONVRXBRILLANZA FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 16 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.00 0.00 0 16 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=98 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=62 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 25 0.00 0.00 SQL*Net message from client 25 0.01 0.05 SQL*Net break/reset to client 18 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: dqghx3bcknwc6 Plan Hash: 1499107076 SELECT CONVANESTESIA FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 16 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.00 0.00 0 16 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=134 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=59 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 16 0.00 0.00 SQL*Net message from client 16 0.17 0.51 ******************************************************************************** SQL ID: ff0t9uyjgj49v Plan Hash: 975638462 select rowid, salette.progressivo AS progressivo,salette.utCodice as utCodice, decode(salette.attivo,'0',salette.descrizione || ' (NO ACTIVO)', salette.descrizione) as descrizione, salette.attivo from salette where salette.blocco IN (2833) order by salette.attivo desc, salette.blocco,salette.descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 10 0 35 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 10 0 35 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 7 7 7 SORT ORDER BY (cr=2 pr=0 pw=0 time=301 us cost=3 size=189 card=7) 7 7 7 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=142 us cost=2 size=189 card=7) 7 7 7 INDEX RANGE SCAN SALETTE2 (cr=1 pr=0 pw=0 time=78 us cost=1 size=0 card=7)(object id 4328880) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 4.55 8.38 ******************************************************************************** SQL ID: g26n42kzqm55x Plan Hash: 3647552016 select max(paziente0_.PROGRESSIVO)+1 as col_0_0_ from PAZIENTI paziente0_ call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 7 0.00 0.00 0 0 0 0 Execute 7 0.00 0.00 0 0 0 0 Fetch 7 0.00 0.00 0 14 0 7 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.00 0.00 0 14 0 7 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=2 pr=0 pw=0 time=140 us) 1 1 1 INDEX FULL SCAN (MIN/MAX) PAZIENTI1 (cr=2 pr=0 pw=0 time=90 us cost=2 size=5 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 14 0.00 0.00 SQL*Net message from client 14 0.03 0.06 ******************************************************************************** SQL ID: 6hw45brw1bz64 Plan Hash: 3178067126 SELECT IA.*, AD.CATETERE,AD.SNG AS AD_SNG,AD.RADIOGRAF,AD.BRILLANZA, AD.TEMPOBRILLANZA, AD.LACCIO,AD.MINUTILACCIO,AD.LATERALITA,AD.POSIZ, AD.GESSO,AD.LASER,AD.DESTINAZIONE,AD.MILLILITRISNG FROM INTERVENTI I, INTRAOP_ANEST IA,ALTRIDATI AD WHERE I.PROGRESSIVO = IA.PROGRCHIAMANTE (+) AND I.PROGRESSIVO = AD.INTERVENTO (+) AND I.PROGRESSIVO = 95 AND IA.CODCHIAMANTE (+) = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.07 0.14 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 4 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.07 0.15 0 4 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=2216 us cost=2 size=103 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=149 us cost=1 size=46 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=58 us cost=0 size=3 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=66 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=30 us cost=0 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=1 pr=0 pw=0 time=2015 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=2006 us cost=0 size=0 card=1)(object id 4329091) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net more data to client 1 0.00 0.00 SQL*Net message from client 3 0.11 0.12 gc current block 2-way 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 row cache lock 11 0.00 0.01 ******************************************************************************** SQL ID: 2h4j6kny53d0m Plan Hash: 511315058 select DISTINCT P.*,GetBlocchiPerPersonale(P.Progressivo) AS DESCRIZIONE from PERSONALE P,PERSONALEBLOCCHIREPARTI where 1=1 AND P.PROGRESSIVO = PERSONALEBLOCCHIREPARTI.PERSONALE (+) AND p.funzione = 3 AND p.progressivo = 185 order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 8 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 8 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT UNIQUE (cr=17 pr=0 pw=0 time=3606 us cost=6 size=70 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=277 us cost=5 size=140 card=2) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=77 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=41 us cost=0 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=182 us cost=4 size=16 card=2) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 7fbhqfcg39yyv Plan Hash: 975638462 select salette.progressivo AS progressivo,salette.utCodice as utCodice, decode(salette.attivo,'0',salette.descrizione || ' (NO ACTIVO)', salette.descrizione) as descrizione, salette.attivo from salette where salette.blocco IN (2833) order by salette.attivo desc, salette.blocco,salette.descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 10 0 35 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 10 0 35 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 7 7 7 SORT ORDER BY (cr=2 pr=0 pw=0 time=304 us cost=3 size=189 card=7) 7 7 7 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=159 us cost=2 size=189 card=7) 7 7 7 INDEX RANGE SCAN SALETTE2 (cr=1 pr=0 pw=0 time=82 us cost=1 size=0 card=7)(object id 4328880) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 7c8vpxyrzuavf Plan Hash: 1499107076 SELECT * FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.02 0.02 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 12 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 0 12 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=172 us cost=1 size=406 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=74 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net more data to client 12 0.00 0.00 SQL*Net message from client 8 0.00 0.01 ******************************************************************************** SQL ID: 1cya9513f5nya Plan Hash: 1335061843 select utente0_.SIGLA as SIGLA19_1_, utente0_.UTENTE as UTENTE19_1_, utente0_.LIVELLO as LIVELLO19_1_, utente0_.PASSWORD as PASSWORD19_1_, utente0_.PASSWORD2 as PASSWORD5_19_1_, utente0_.ATTIVO as ATTIVO19_1_, utente0_.ULTIMOACCESSO as ULTIMOAC7_19_1_, utente0_.LINGUA as LINGUA19_1_, utente0_.DATAPASSWORD as DATAPASS9_19_1_, utente0_.CAMBIOPASSWORD as CAMBIOP10_19_1_, utente0_.DATADISATTIVAZIONE as DATADIS11_19_1_, utente0_.DATARIATTIVAZIONE as DATARIA12_19_1_, utente0_.SMARTCARD as SMARTCARD19_1_, utente0_.CODFISC as CODFISC19_1_, utente0_.IGNORAADSI as IGNORAADSI19_1_, utente0_.COGNOME as COGNOME19_1_, utente0_.NOME as NOME19_1_, utente0_.DATAANALYZER_USERNAME as DATAANA18_19_1_, utente0_.DATAANALYZER_PASSWORD as DATAANA19_19_1_, utente0_.ALIASFIRMAREMOTA as ALIASFI20_19_1_, utente0_.INVIATO_O4C as INVIATO21_19_1_, livello1_.LIVELLO as LIVELLO2_0_, livello1_.DESCRIZIONE as DESCRIZI2_2_0_, livello1_.CONSULENTE as CONSULENTE2_0_ from UTENTI utente0_, DESCRIZIONILIVELLI livello1_ where utente0_.LIVELLO= livello1_.LIVELLO and utente0_.SIGLA=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.01 0.01 0 0 0 0 Fetch 2 0.00 0.00 0 16 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 16 0 2 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=8 pr=0 pw=0 time=835 us cost=5 size=121 card=1) 1 1 1 NESTED LOOPS (cr=7 pr=0 pw=0 time=746 us cost=5 size=121 card=1) 1 1 1 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=686 us cost=4 size=100 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=40 us cost=0 size=0 card=1)(object id 4328639) 1 1 1 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=1 pr=0 pw=0 time=46 us cost=1 size=21 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.01 ******************************************************************************** SQL ID: 0zbv0pc91rk4r Plan Hash: 767198794 SELECT PROGRESSIVOINTERVENTO FROM (SELECT CEC.PROGRESSIVOINTERVENTO FROM CEC, CECDATI WHERE CEC.PROGRESSIVOCEC = CECDATI.PROGRESSIVOCEC AND CEC.PROGRESSIVOINTERVENTO = 95) V call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.02 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.02 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS (cr=1 pr=1 pw=0 time=2339 us cost=2 size=39 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=1 pw=0 time=2330 us cost=2 size=39 card=1) 0 0 0 TABLE ACCESS FULL CECDATI (cr=1 pr=1 pw=0 time=2323 us cost=2 size=13 card=1) 0 0 0 INDEX RANGE SCAN CEC2 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328190) 0 0 0 TABLE ACCESS BY INDEX ROWID CEC (cr=0 pr=0 pw=0 time=0 us cost=0 size=26 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 db file sequential read 1 0.00 0.00 ******************************************************************************** SQL ID: cwpfptyxgp0gd Plan Hash: 4165688936 select rowid, prelorg_chir FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 10 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 10 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=157 us cost=3 size=141 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: 718c6d0r0yg0m Plan Hash: 3702770826 select DISTINCT P.*,null AS DESCRIZIONE from PERSONALE P,PERSONALEBLOCCHIREPARTI where 1=1 AND P.PROGRESSIVO = PERSONALEBLOCCHIREPARTI.PERSONALE (+) AND p.funzione = 7 AND p.presente = 1 AND PERSONALEBLOCCHIREPARTI.blocco = 2833 AND (P.DATAFINE IS NULL OR P.DATAFINE > to_date('2021-10-21','yyyy-mm-dd') ) order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 88 0 34 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 88 0 34 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 34 34 34 SORT ORDER BY (cr=88 pr=0 pw=0 time=1531 us cost=8 size=70 card=1) 34 34 34 SORT UNIQUE (cr=88 pr=0 pw=0 time=1233 us cost=7 size=70 card=1) 34 34 34 NESTED LOOPS (cr=88 pr=0 pw=0 time=944 us cost=6 size=140 card=2) 78 78 78 NESTED LOOPS (cr=10 pr=0 pw=0 time=2164 us cost=6 size=140 card=2) 78 78 78 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=503 us cost=4 size=16 card=2) 78 78 78 INDEX UNIQUE SCAN PERSONALE1 (cr=4 pr=0 pw=0 time=224 us cost=0 size=0 card=1)(object id 4329013) 34 34 34 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=78 pr=0 pw=0 time=352 us cost=1 size=62 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 7578uyabbvrq1 Plan Hash: 1499107076 SELECT DISCONVALIDATO_QUALE FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 16 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.00 0.00 0 16 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=96 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=59 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 16 0.00 0.00 SQL*Net message from client 16 0.13 0.15 ******************************************************************************** SQL ID: 2y9cs3hj9u6u0 Plan Hash: 1697466102 SELECT GIORNI_MAX FROM (SELECT MAX(GIORNI) AS GIORNI_MAX FROM PRIORITA WHERE ATTIVO = '1') V call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.01 0.02 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 8 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.02 0 8 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 VIEW (cr=2 pr=0 pw=0 time=304 us cost=3 size=13 card=1) 1 1 1 SORT AGGREGATE (cr=2 pr=0 pw=0 time=292 us) 3 3 3 TABLE ACCESS FULL PRIORITA (cr=2 pr=0 pw=0 time=220 us cost=3 size=48 card=3) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 27 0.00 0.04 library cache pin 21 0.00 0.03 SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.01 0.03 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 KJC: Wait for msg sends to complete 2 0.00 0.00 ******************************************************************************** SQL ID: 3fwwxmm461uwg Plan Hash: 3702770826 select DISTINCT P.*,null AS DESCRIZIONE from PERSONALE P,PERSONALEBLOCCHIREPARTI where 1=1 AND P.PROGRESSIVO = PERSONALEBLOCCHIREPARTI.PERSONALE (+) AND p.funzione = 1 AND p.presente = 1 AND PERSONALEBLOCCHIREPARTI.reparto = 14 AND (P.DATAFINE IS NULL OR P.DATAFINE > to_date('2021-10-21','yyyy-mm-dd') ) order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.02 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 21 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.02 0.02 0 21 0 11 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 11 11 11 SORT ORDER BY (cr=21 pr=0 pw=0 time=1688 us cost=8 size=140 card=2) 11 11 11 SORT UNIQUE (cr=21 pr=0 pw=0 time=1328 us cost=7 size=140 card=2) 11 11 11 NESTED LOOPS (cr=21 pr=0 pw=0 time=2130 us cost=6 size=140 card=2) 11 11 11 NESTED LOOPS (cr=10 pr=0 pw=0 time=1478 us cost=6 size=140 card=2) 11 11 11 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=1006 us cost=4 size=16 card=2) 11 11 11 INDEX UNIQUE SCAN PERSONALE1 (cr=4 pr=0 pw=0 time=171 us cost=0 size=0 card=1)(object id 4329013) 11 11 11 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=11 pr=0 pw=0 time=302 us cost=1 size=62 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: gn8981dsdb6bu Plan Hash: 1492590248 SELECT * FROM RECROOM_FARMACI WHERE PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 95) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.03 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.03 0.03 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL RECROOM_FARMACI (cr=1 pr=1 pw=0 time=2229 us cost=2 size=117 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=0 pr=0 pw=0 time=0 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328085) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.10 0.10 db file sequential read 1 0.00 0.00 ******************************************************************************** SQL ID: cjw86j9h99ju5 Plan Hash: 1062075694 SELECT CT.*, TI.TEMPO, INT.DATAINT, '1' AS CAMPOMODIFICABILE, ( SELECT DESCRIZIONE FROM ( SELECT CNFGTEMPI.IDTEMPO,CNFGTEMPI.DESCRIZIONE FROM TEMPIINTERVENTI,CNFGTEMPI WHERE CNFGTEMPI.PROGRESSIVO = TEMPIINTERVENTI.PROGRTEMPO (+) AND TEMPIINTERVENTI.INTERVENTO (+) = 95 AND CNFGTEMPI.REPARTO = 14 ORDER BY CNFGTEMPI.PROGRESSIVO ) WHERE 1= 1 AND IDTEMPO = CT.SUBTOTAL AND IDTEMPO > 0 AND ROWNUM < 2 ) AS TEMPO_CONF_DESC, ( SELECT TEMPO FROM ( SELECT CNFGTEMPI.IDTEMPO, TEMPIINTERVENTI.TEMPO FROM TEMPIINTERVENTI,CNFGTEMPI WHERE CNFGTEMPI.PROGRESSIVO = TEMPIINTERVENTI.PROGRTEMPO (+) AND TEMPIINTERVENTI.INTERVENTO (+) = 95 AND CNFGTEMPI.REPARTO = 14 ORDER BY CNFGTEMPI.PROGRESSIVO ) WHERE 1=1 AND IDTEMPO = CT.SUBTOTAL AND IDTEMPO > 0 AND ROWNUM < 2 ) AS TEMPO_CONF, ( SELECT PROGRESSIVO FROM ( SELECT * FROM CNFGTEMPI WHERE CNFGTEMPI.REPARTO = 14 ORDER BY CNFGTEMPI.PROGRESSIVO ) WHERE 1=1 AND IDTEMPO = CT.MAGGIOREDI AND IDTEMPO > 0 AND ROWNUM < 2 ) AS TEMPO_PROG_MAGGIOREDI, ( SELECT PROGRESSIVO FROM ( SELECT * FROM CNFGTEMPI WHERE CNFGTEMPI.REPARTO = 14 ORDER BY CNFGTEMPI.PROGRESSIVO ) WHERE 1=1 AND IDTEMPO = CT.SUBTOTAL AND IDTEMPO > 0 AND ROWNUM < 2 ) AS TEMPO_PROG_CONF, DECODE(CT.SUBTOTAL, 0, CT.PROGRESSIVO, (SELECT PROGRESSIVO FROM ( SELECT * FROM CNFGTEMPI WHERE CNFGTEMPI.REPARTO = 14 ORDER BY CNFGTEMPI.PROGRESSIVO ) WHERE IDTEMPO = CT.SUBTOTAL AND IDTEMPO > 0 AND ROWNUM < 2)) AS TEMPI_COPPIE FROM TEMPIINTERVENTI TI,CNFGTEMPI CT, INTERVENTI INT WHERE CT.PROGRESSIVO = TI.PROGRTEMPO (+) AND TI.INTERVENTO = INT.PROGRESSIVO (+) AND TI.INTERVENTO (+) = 95 AND CT.REPARTO = 14 ORDER BY CT.IDTEMPO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.03 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.03 0.03 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 COUNT STOPKEY (cr=0 pr=0 pw=0 time=0 us) 0 0 0 VIEW (cr=0 pr=0 pw=0 time=0 us cost=3 size=40 card=1) 0 0 0 SORT ORDER BY STOPKEY (cr=0 pr=0 pw=0 time=0 us cost=3 size=59 card=1) 0 0 0 FILTER (cr=0 pr=0 pw=0 time=0 us) 0 0 0 NESTED LOOPS OUTER (cr=0 pr=0 pw=0 time=0 us cost=2 size=59 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=0 pr=0 pw=0 time=0 us cost=1 size=53 card=1) 0 0 0 INDEX RANGE SCAN CNFGTEMPI3 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328609) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=0 pr=0 pw=0 time=0 us cost=1 size=6 card=1)(object id 4328463) 0 0 0 COUNT STOPKEY (cr=0 pr=0 pw=0 time=0 us) 0 0 0 VIEW (cr=0 pr=0 pw=0 time=0 us cost=4 size=22 card=1) 0 0 0 SORT ORDER BY STOPKEY (cr=0 pr=0 pw=0 time=0 us cost=4 size=40 card=1) 0 0 0 FILTER (cr=0 pr=0 pw=0 time=0 us) 0 0 0 NESTED LOOPS OUTER (cr=0 pr=0 pw=0 time=0 us cost=3 size=40 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=0 pr=0 pw=0 time=0 us cost=1 size=29 card=1) 0 0 0 INDEX RANGE SCAN CNFGTEMPI3 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328609) 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=2 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328463) 0 0 0 COUNT STOPKEY (cr=0 pr=0 pw=0 time=0 us) 0 0 0 VIEW (cr=0 pr=0 pw=0 time=0 us cost=2 size=26 card=1) 0 0 0 SORT ORDER BY STOPKEY (cr=0 pr=0 pw=0 time=0 us cost=2 size=53 card=1) 0 0 0 FILTER (cr=0 pr=0 pw=0 time=0 us) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=0 pr=0 pw=0 time=0 us cost=1 size=53 card=1) 0 0 0 INDEX RANGE SCAN CNFGTEMPI3 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328609) 0 0 0 COUNT STOPKEY (cr=0 pr=0 pw=0 time=0 us) 0 0 0 VIEW (cr=0 pr=0 pw=0 time=0 us cost=2 size=26 card=1) 0 0 0 SORT ORDER BY STOPKEY (cr=0 pr=0 pw=0 time=0 us cost=2 size=53 card=1) 0 0 0 FILTER (cr=0 pr=0 pw=0 time=0 us) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=0 pr=0 pw=0 time=0 us cost=1 size=53 card=1) 0 0 0 INDEX RANGE SCAN CNFGTEMPI3 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328609) 0 0 0 COUNT STOPKEY (cr=0 pr=0 pw=0 time=0 us) 0 0 0 VIEW (cr=0 pr=0 pw=0 time=0 us cost=2 size=26 card=1) 0 0 0 SORT ORDER BY STOPKEY (cr=0 pr=0 pw=0 time=0 us cost=2 size=53 card=1) 0 0 0 FILTER (cr=0 pr=0 pw=0 time=0 us) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=0 pr=0 pw=0 time=0 us cost=1 size=53 card=1) 0 0 0 INDEX RANGE SCAN CNFGTEMPI3 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328609) 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=2225 us cost=5 size=75 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2130 us cost=4 size=75 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2122 us cost=3 size=64 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=1 pr=0 pw=0 time=2114 us cost=1 size=53 card=1) 0 0 0 INDEX RANGE SCAN CNFGTEMPI3 (cr=1 pr=0 pw=0 time=2103 us cost=1 size=0 card=1)(object id 4328609) 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=2 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328463) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=11 card=1) 0 0 0 INDEX UNIQUE SCAN INTERVENTI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.02 0.03 gc current block 2-way 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: djh2zy0y3jh7a Plan Hash: 4165688936 select rowid, livanestesisti FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 10 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 10 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=174 us cost=3 size=141 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: 9jqtpp2z746u7 Plan Hash: 3404995876 SELECT BLOCCHI.DESCRIZIONE FROM TABELLE BLOCCHI, PERSONALEBLOCCHIREPARTI WHERE PERSONALEBLOCCHIREPARTI.BLOCCO = BLOCCHI.PROGRESSIVO AND PERSONALEBLOCCHIREPARTI.PERSONALE = :B1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 60 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 60 0 8 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 1 2 NESTED LOOPS (cr=10 pr=0 pw=0 time=309 us cost=6 size=70 card=2) 2 1 2 NESTED LOOPS (cr=9 pr=0 pw=0 time=261 us cost=6 size=70 card=2) 2 1 2 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=204 us cost=4 size=16 card=2) 2 1 2 INDEX UNIQUE SCAN TABELLE1 (cr=3 pr=0 pw=0 time=44 us cost=0 size=0 card=1)(object id 4328103) 2 1 2 TABLE ACCESS BY INDEX ROWID TABELLE (cr=1 pr=0 pw=0 time=32 us cost=1 size=27 card=1) ******************************************************************************** SQL ID: f67xb69nc55p9 Plan Hash: 1266458310 select progressivo,codicetabella,utcodice,decode(nonattivo,'1',descrizione || ' (NO ACTIVO)', descrizione) as descrizione,nonattivo,copiaprogressivo, dataora,datainizio,datafine from tabelle where progressivo in( select blocco from repartiblocchi where reparto = 14 ) and codicetabella = '33' order by nonattivo,descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.01 0.01 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 16 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 0 16 0 4 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=4 pr=0 pw=0 time=340 us cost=3 size=64 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=195 us cost=2 size=64 card=1) 1 1 1 NESTED LOOPS (cr=3 pr=0 pw=0 time=136 us cost=2 size=64 card=1) 1 1 1 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=80 us cost=1 size=7 card=1)(object id 4328626) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=40 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=1 pr=0 pw=0 time=44 us cost=1 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 9 0.00 0.00 SQL*Net message from client 9 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 KJC: Wait for msg sends to complete 1 0.01 0.01 ******************************************************************************** SQL ID: d0pxsnbz7qkd1 Plan Hash: 1391612914 SELECT Descrizione From CnfgTempi Where Progressivo = 9 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.00 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 12 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.00 0.00 0 12 0 6 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=116 us cost=1 size=30 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=60 us cost=0 size=0 card=1)(object id 4328611) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: 0pkw9r1zsj2sn Plan Hash: 1391612914 SELECT Reparto From CnfgTempi Where Progressivo = 9 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.00 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 12 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.00 0.00 0 12 0 6 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=114 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=56 us cost=0 size=0 card=1)(object id 4328611) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.00 0.00 ******************************************************************************** SQL ID: 5j0cq8td5t57y Plan Hash: 3208097704 SELECT listaattesa.dataprenot,listaattesa.reparto,previsioni.utcodice, previsioni.descrizione,nvl(trunc(listaattesa.dataint) - trunc(listaattesa.dataprenot), 0) AS giorni FROM listaattesa,previsioni WHERE 1=1 AND listaattesa.previsione = previsioni.progressivo(+) AND listaattesa.numero = 82 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 25 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 25 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=153 us cost=3 size=80 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=86 us cost=2 size=37 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=57 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=2 pr=0 pw=0 time=47 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=20 us cost=0 size=0 card=1)(object id 4328856) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.01 0.06 ******************************************************************************** SQL ID: g7d4p50pjth1c Plan Hash: 180166241 SELECT * FROM ( SELECT 'LO' AS TIPO, L.ORDINE, L.ORA, L.PROGRESSIVO, L.DATAINT AS DATASCHEDA, L.SALETTA, L.DISPSALE, P.COGNOME,P.COGNOME2,P.NOME, P.DATANASCITA,P.SESSO, PR.UTCODICE || ' - ' || PR.DESCRIZIONE AS PREVISIONE, NVL(L.DURATA, PR.DURATA) AS DURATA, L.DURATASTANDARD, L.DURATASTANDARDPREVISIONE, L.DURATASTANDARDTIPO, L.DURATASANIFICAZIONE AS LO_DURATASANIFICAZIONE, PR.DURATASANIFICAZIONE AS PREV_DURATASANIFICAZIONE, D.UTCODICE || ' - ' || D.DESCRIZIONE AS DIAGNOSI, (SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = L.POSITIVO) AS DESCPOSITIVO, REGRIC.DESCRIZIONE AS REGRIC, L.PROGLISTAATTESA, L.SOSPESO, L.REPARTO, (SELECT DESCRIZIONE FROM REPARTI WHERE PROGRESSIVO = L.REPARTO) AS DESCREPARTO, (SELECT COUNT(*) FROM INTERVENTI I WHERE I.LISTAOP = L.PROGRESSIVO AND I.DISCONVALIDATO = '0') AS COLLEGAMENTO_INT, L.BRILLANZA, L.TERAPIAINTENSIVAPOSTOP, CPU.DESCRIZIONE AS DESC_CLASSIPRIORITAURGENZA, CPU.COLORE AS COLORE_CLASSIPRIORITAURGENZA, L.LOCKPIANIFICAZIONE, L.LOCKPIANIFICAZIONE_CHI, L.LOCKPIANIFICAZIONE_QUANDO, L.VALIDAPAZIENTE, L.VALIDAPAZIENTE_CHI, L.VALIDAPAZIENTE_QUANDO, L.NOTEDIAGNOSI, L.NOTETIPOINTERVENTO, L.NOSOLOGICO, pkgexpavelco.getequipelistaop(L.PROGRESSIVO, 1, 1) .NOMINATIVO AS PRIMICHIRURGHI, L.ALLERGICO, getListaOpAllergie(l.PROGRESSIVO) AS ALLERGIE, '1' AS STATOOBBLIGATORI FROM LISTAOP L, PAZIENTI P, PREVISIONI PR, DIAGNOSI D, REGIMIRICOVERO REGRIC, CLASSIPRIORITAURGENZA CPU WHERE 1=1 AND L.CODPAZIENTE = P.PROGRESSIVO AND L.PREVISIONEINTERVENTO = PR.PROGRESSIVO AND L.DIAGNOSI = D.PROGRESSIVO (+) AND L.REGIME = REGRIC.ID (+) AND L.CLASSIPRIORITAURGENZA = CPU.PROGRESSIVO (+) AND L.DATAINT BETWEEN to_date('2021-10-21','yyyy-mm-dd') AND to_date('2021-10-21','yyyy-mm-dd') AND L.SOSPESO = '0' AND (L.SALETTA IN (SELECT PROGRESSIVO FROM SALETTE WHERE BLOCCO = 2833 ) OR (L.SALETTA IS NULL AND L.REPARTO IN (SELECT REPARTO FROM REPARTIBLOCCHI WHERE BLOCCO = 2833 ))) ) V ORDER BY SALETTA, DATASCHEDA, ORDINE, COGNOME, COGNOME2, NOME call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.11 0.11 0 69 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.11 0.11 0 70 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=2 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=40 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328413) 0 0 0 SORT AGGREGATE (cr=0 pr=0 pw=0 time=0 us) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=2 size=6 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTI9 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328377) 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=2049 us cost=8 size=580 card=1) 0 0 0 FILTER (cr=1 pr=0 pw=0 time=1887 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=1880 us cost=6 size=580 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=1871 us cost=6 size=580 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1864 us cost=5 size=541 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=1856 us cost=4 size=503 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1848 us cost=3 size=435 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1842 us cost=2 size=338 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=1 pr=0 pw=0 time=1834 us cost=2 size=246 card=1) 0 0 0 INDEX RANGE SCAN LISTAOP3 (cr=1 pr=0 pw=0 time=1798 us cost=1 size=0 card=1)(object id 4328602) 0 0 0 TABLE ACCESS BY INDEX ROWID CLASSIPRIORITAURGENZA (cr=0 pr=0 pw=0 time=0 us cost=0 size=92 card=1) 0 0 0 INDEX UNIQUE SCAN CLASSIPRIORITAURGENZA1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328637) 0 0 0 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=0 pr=0 pw=0 time=0 us cost=1 size=97 card=1) 0 0 0 INDEX UNIQUE SCAN DIAGNOSI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328750) 0 0 0 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=0 pr=0 pw=0 time=0 us cost=1 size=68 card=1) 0 0 0 INDEX UNIQUE SCAN PREVISIONI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328856) 0 0 0 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=0 pr=0 pw=0 time=0 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328094) 0 0 0 INDEX UNIQUE SCAN PAZIENTI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=39 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID SALETTE (cr=0 pr=0 pw=0 time=0 us cost=1 size=7 card=1) 0 0 0 INDEX UNIQUE SCAN SALETTE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328878) 0 0 0 INDEX UNIQUE SCAN REPARTIBLOCCHI2 (cr=0 pr=0 pw=0 time=0 us cost=0 size=7 card=1)(object id 4328626) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 6.98 6.99 gc current block 2-way 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 39wft22dwb9wt Plan Hash: 1391612914 SELECT Reparto From CnfgTempi Where Progressivo = 7 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.00 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 12 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.00 0.00 0 12 0 6 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=115 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=66 us cost=0 size=0 card=1)(object id 4328611) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.02 0.04 ******************************************************************************** SQL ID: b7u6xgnp1vgr0 Plan Hash: 3886774841 select percorso0_.PROGRESSIVO as PROGRESS1_785_, percorso0_.ID_PAZIENTE as ID2_785_, percorso0_.ID_ANAGRAFICA as ID3_785_, percorso0_.LAVC as LAVC785_, percorso0_.LAR as LAR785_, percorso0_.LA as LA785_, percorso0_.LO as LO785_, percorso0_.INTERV as INTERV785_, percorso0_.VPO as VPO785_, percorso0_.VPO_LO as VPO10_785_, percorso0_.VPO_LA as VPO11_785_, percorso0_.VPO_INT as VPO12_785_, percorso0_.PARTI as PARTI785_, percorso0_.IVG as IVG785_, percorso0_.ASP as ASP785_, percorso0_.AVC as AVC785_, percorso0_.SORV_INF as SORV17_785_, percorso0_.RR as RR785_, percorso0_.RIPO as RIPO785_, percorso0_.TUTORE as TUTORE785_ from PERCORSI percorso0_ where percorso0_.INTERV=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 1 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID PERCORSI (cr=1 pr=0 pw=0 time=2019 us cost=2 size=30 card=1) 0 0 0 INDEX RANGE SCAN PERCORSI2 (cr=1 pr=0 pw=0 time=1997 us cost=1 size=0 card=1)(object id 4328839) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.06 0.06 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 3ab9kbdcrzsgj Plan Hash: 2394177910 SELECT PROGRESSIVO FROM CNFGTEMPI WHERE REPARTO = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=1 pr=0 pw=0 time=2028 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN CNFGTEMPI3 (cr=1 pr=0 pw=0 time=2014 us cost=1 size=0 card=1)(object id 4328609) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 4brn4c11crz7c Plan Hash: 1499107076 SELECT GENERALE_CHI,GENERALE_SEM FROM INTERVENTI where PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 12 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 12 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=146 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=60 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.01 0.02 ******************************************************************************** SQL ID: 8h6hv87frhbk4 Plan Hash: 1391612914 SELECT Descrizione From CnfgTempi Where Progressivo = 7 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.00 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 12 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.00 0.00 0 12 0 6 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=101 us cost=1 size=30 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=54 us cost=0 size=0 card=1)(object id 4328611) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: 5h2r5gw6bgcj1 Plan Hash: 4165688936 select rowid, giorni0 FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 8 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.00 0 8 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=186 us cost=3 size=25 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 7q42gu920dqr6 Plan Hash: 1927315028 select integrazio0_.ID as ID20_, integrazio0_.CHIAVEMPI as CHIAVEMPI20_, integrazio0_.CHIAVEMPI_2 as CHIAVEMPI3_20_, integrazio0_.CODICEFISCALE as CODICEFI4_20_, integrazio0_.CODICEFISCALE_CERTIFICATO as CODICEFI5_20_, integrazio0_.TESSERATEAM as TESSERAT6_20_, integrazio0_.TESSERASANITARIA as TESSERAS7_20_, integrazio0_.CODICESTP as CODICESTP20_, integrazio0_.COGNOME as COGNOME20_, integrazio0_.NOME as NOME20_, integrazio0_.DATA_NASCITA as DATA11_20_, integrazio0_.SESSO as SESSO20_, integrazio0_.COMUNENASCITA_DESCR as COMUNEN13_20_, integrazio0_.COMUNENASCITA_CODISTAT as COMUNEN14_20_, integrazio0_.RESIDENZA_INDIRIZZO as RESIDENZA15_20_, integrazio0_.RESIDENZA_CAP as RESIDENZA16_20_, integrazio0_.RESIDENZA_COMUNE_DESCR as RESIDENZA17_20_, integrazio0_.RESIDENZA_COMUNE_CODISTAT as RESIDENZA18_20_, integrazio0_.DOMICILIO_INDIRIZZO as DOMICILIO19_20_, integrazio0_.DOMICILIO_CAP as DOMICILIO20_20_, integrazio0_.DOMICILIO_COMUNE_DESCR as DOMICILIO21_20_, integrazio0_.DOMICILIO_COMUNE_CODISTAT as DOMICILIO22_20_, integrazio0_.TELEFONO1 as TELEFONO23_20_, integrazio0_.TELEFONO2 as TELEFONO24_20_, integrazio0_.STATOCIVILE_CODICE as STATOCI25_20_, integrazio0_.STATOCIVILE_DESCR as STATOCI26_20_, integrazio0_.CITTADINANZA_CODISTAT as CITTADI27_20_, integrazio0_.CITTADINANZA_DESCR as CITTADI28_20_, integrazio0_.DATA_DECESSO as DATA29_20_, integrazio0_.DECEDUTO as DECEDUTO20_, integrazio0_.MADRE_COGNOME as MADRE31_20_, integrazio0_.MADRE_NOME as MADRE32_20_, integrazio0_.MADRE_CODFISCALE as MADRE33_20_, integrazio0_.MADRE_NOSOLOGICO as MADRE34_20_, integrazio0_.MADRE_PARTOGEMELLARE as MADRE35_20_, integrazio0_.MADRE_NUMEROGEMELLI as MADRE36_20_, integrazio0_.ELIMINATO as ELIMINATO20_, integrazio0_.TEAM_DATA_SCADENZA as TEAM38_20_, integrazio0_.AGGIORNAMENTO_DATAORA as AGGIORN39_20_, integrazio0_.CHIAVE_ALTRO as CHIAVE40_20_, integrazio0_.CODICEFISCALE_OLD as CODICEF41_20_, integrazio0_.TESSERASANITARIA_OCCASIONALE as TESSERA42_20_, integrazio0_.TEAM_CIN as TEAM43_20_, integrazio0_.TEAM_NAZIONE as TEAM44_20_, integrazio0_.TEAM_ISTITUZIONE as TEAM45_20_, integrazio0_.PROFESSIONE_CODICE as PROFESS46_20_, integrazio0_.PROFESSIONE_DESCRIZIONE as PROFESS47_20_, integrazio0_.CERTIFICAZIONE as CERTIFI48_20_, integrazio0_.AGGIORNAMENTO_UTENTE as AGGIORN49_20_, integrazio0_.USL_CODICE as USL50_20_, integrazio0_.PERSONA_RIFERIMENTO as PERSONA51_20_ from INTEGRAZIONE_APC_PAZIENTI integrazio0_ where integrazio0_.CHIAVEMPI=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.00 0.00 0 0 0 0 Execute 10 0.01 0.01 0 0 0 0 Fetch 10 0.00 0.00 0 10 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.02 0.02 0 10 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL INTEGRAZIONE_APC_PAZIENTI (cr=1 pr=0 pw=0 time=139 us cost=2 size=1551 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 20 0.00 0.00 SQL*Net message from client 20 0.00 0.01 ******************************************************************************** SQL ID: dy62rs03p0148 Plan Hash: 1391612914 SELECT Descrizione From CnfgTempi Where Progressivo = 3 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.00 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 12 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.00 0.00 0 12 0 6 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=94 us cost=1 size=30 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=47 us cost=0 size=0 card=1)(object id 4328611) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.00 0.00 ******************************************************************************** SQL ID: b2wp3zjnmqqw7 Plan Hash: 1391612914 SELECT Descrizione From CnfgTempi Where Progressivo = 6 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.00 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 12 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.00 0.00 0 12 0 6 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=106 us cost=1 size=30 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=54 us cost=0 size=0 card=1)(object id 4328611) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: 6p1wyb8ytuq60 Plan Hash: 3822599648 SELECT * FROM ORIGINI WHERE INTERVENTO = 95 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.05 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.03 0.05 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=1 pw=0 time=1911 us cost=3 size=96 card=1) 0 0 0 TABLE ACCESS FULL ORIGINI (cr=1 pr=1 pw=0 time=1847 us cost=2 size=96 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 db file sequential read 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 library cache lock 1 0.00 0.00 row cache lock 10 0.00 0.01 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: b2b65zw6rtahy Plan Hash: 1110805932 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '46' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 18 0 26 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.00 0.00 0 18 0 26 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 13 13 13 SORT ORDER BY (cr=9 pr=0 pw=0 time=435 us cost=10 size=627 card=11) 13 13 13 TABLE ACCESS BY INDEX ROWID TABELLE (cr=9 pr=0 pw=0 time=501 us cost=9 size=627 card=11) 14 14 14 INDEX RANGE SCAN TABELLE2 (cr=2 pr=0 pw=0 time=115 us cost=2 size=0 card=14)(object id 4328100) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.04 0.04 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 library cache: mutex X 1 0.00 0.00 ******************************************************************************** SQL ID: 699sbczryqhtu Plan Hash: 1391612914 SELECT Reparto From CnfgTempi Where Progressivo = 3 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.00 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 12 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.00 0.00 0 12 0 6 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=101 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=50 us cost=0 size=0 card=1)(object id 4328611) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: ffyxjqsvqr81d Plan Hash: 2083309492 SELECT * FROM SANGUEINTERVENTI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.03 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.04 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID SANGUEINTERVENTI (cr=1 pr=0 pw=0 time=1902 us cost=1 size=7 card=1) 0 0 0 INDEX UNIQUE SCAN SANGUEINTERVENTI1 (cr=1 pr=0 pw=0 time=1888 us cost=0 size=0 card=1)(object id 4328824) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 gc cr block 2-way 1 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: ahc1kqf39sbr9 Plan Hash: 2549113427 select rowid, TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 95 AND PROGRTEMPO = 6 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=1850 us cost=2 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=1837 us cost=1 size=0 card=1)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 2jfctuquj9t2p Plan Hash: 2740386076 select (max(PROGRESSIVO)+1) as numero from INTRAOP_ANEST call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=1670 us) 1 1 1 INDEX FULL SCAN (MIN/MAX) PK_INTRAOP_ANEST (cr=1 pr=0 pw=0 time=1629 us cost=1 size=3 card=1)(object id 4329090) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr block 2-way 1 0.00 0.00 row cache lock 11 0.01 0.03 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: 8kksfkp7d2s5v Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=317 us cost=4 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 11 0.00 0.00 SQL*Net message from client 11 0.09 0.13 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 28xz5ux2nm64x Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_0' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=220 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=206 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: 2xap2d1jkutjj Plan Hash: 2394020273 SELECT ICD FROM icdinterventi where intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=1 pr=0 pw=0 time=1823 us cost=2 size=8 card=1) 0 0 0 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=1812 us cost=1 size=0 card=1)(object id 4328796) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 gc cr block 2-way 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: ctqdccnbw5t3d Plan Hash: 1391612914 SELECT Reparto From CnfgTempi Where Progressivo = 6 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.00 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 12 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.00 0.00 0 12 0 6 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=93 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=48 us cost=0 size=0 card=1)(object id 4328611) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: 12p0ms2dbuhqj Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 30 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 30 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=305 us cost=4 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: 6mmns5t2j59d7 Plan Hash: 2631152877 select checklistt0_.PROGRESSIVO as PROGRESS1_617_, checklistt0_.PROGCHECKLISTTRACCIATO as PROGCHEC2_617_, checklistt0_.PROGINTERVENTO as PROGINTE3_617_, checklistt0_.CODICEERRORE as CODICEER4_617_, checklistt0_.DESCRIZIONEERRORE as DESCRIZI5_617_, checklistt0_.PROGRESSIVOCAMPO as PROGRESS6_617_, checklistt0_.DESCRIZIONECAMPO as DESCRIZI7_617_, checklistt0_.VALORECAMPO as VALORECA8_617_, checklistt0_.NOTEERRORE as NOTEERRORE617_, checklistt0_.RECORDXMLERRORE as RECORDX10_617_, checklistt0_.CORRETTO as CORRETTO617_, checklistt0_.CORRETTO_CHI as CORRETTO12_617_, checklistt0_.CORRETTO_QUANDO as CORRETTO13_617_ from CHECKLISTTRACCIATOERRORI checklistt0_ where 1=1 and (checklistt0_.PROGINTERVENTO in (:1)) order by checklistt0_.PROGRESSIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 16 0.00 0.00 0 0 0 0 Execute 16 0.03 0.05 0 0 0 0 Fetch 16 0.00 0.00 0 16 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.04 0.05 0 16 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID CHECKLISTTRACCIATOERRORI (cr=1 pr=0 pw=0 time=73 us cost=0 size=14082 card=1) 0 0 0 INDEX FULL SCAN PK_CHECKLISTTRACCIATOERRORI (cr=1 pr=0 pw=0 time=61 us cost=0 size=0 card=1)(object id 4329093) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 34 0.00 0.00 SQL*Net message from client 34 0.08 0.25 SQL*Net break/reset to client 4 0.00 0.00 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 row cache lock 12 0.00 0.01 ******************************************************************************** SQL ID: cv1yvsk48sgj2 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND Convalida = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 14 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 14 0 8 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=7 pr=0 pw=0 time=558 us cost=2 size=24 card=1) 8 8 8 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=272 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.02 0.02 ******************************************************************************** SQL ID: dybvagxxqd25a Plan Hash: 3540948987 select repartilis0_.PERSONALE as PERSONALE2_, repartilis0_.REPARTO as REPARTO2_, repartilis0_.PERSONALE as PERSONALE8_1_, repartilis0_.REPARTO as REPARTO8_1_, reparto1_.PROGRESSIVO as PROGRESS1_10_0_, reparto1_.CODICE as CODICE10_0_, reparto1_.CCOSTO as CCOSTO10_0_, reparto1_.DESCRIZIONE as DESCRIZI4_10_0_, reparto1_.ATTIVO as ATTIVO10_0_, reparto1_.CODMAG as CODMAG10_0_, reparto1_.CODUNITAPRELIEVO as CODUNITA7_10_0_, reparto1_.SIGLACS as SIGLACS10_0_, reparto1_.CODREGIONALE as CODREGIO9_10_0_, reparto1_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_0_ from PERSONALEBLOCCHIREPARTI repartilis0_, REPARTI reparto1_ where repartilis0_.REPARTO=reparto1_.PROGRESSIVO and repartilis0_.PERSONALE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.01 0.01 0 0 0 0 Fetch 2 0.00 0.00 0 24 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 24 0 8 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 NESTED LOOPS (cr=12 pr=0 pw=0 time=620 us cost=6 size=180 card=2) 4 4 4 NESTED LOOPS (cr=8 pr=0 pw=0 time=486 us cost=6 size=180 card=2) 4 4 4 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=322 us cost=4 size=16 card=2) 4 4 4 INDEX UNIQUE SCAN REPARTI1 (cr=2 pr=0 pw=0 time=82 us cost=0 size=0 card=1)(object id 4328413) 4 4 4 TABLE ACCESS BY INDEX ROWID REPARTI (cr=4 pr=0 pw=0 time=84 us cost=1 size=82 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 3fmwjku74f0q3 Plan Hash: 1499107076 SELECT CONVCHIUSURAUFF,CONVCHIUSURAUFF_CHI,CONVCHIUSURAUFF_QUANDO, CONVCHIUSURAUFFTOLTA_CHI,CONVCHIUSURAUFFTOLTA_QUANDO FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 10 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 10 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=107 us cost=1 size=58 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=70 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.02 ******************************************************************************** SQL ID: 6nzr5d8fajb39 Plan Hash: 1499107076 SELECT ListaOp FROM Interventi WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 10 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 10 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=90 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=57 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: 6v3pcw865jmbu Plan Hash: 3702770826 select DISTINCT P.*,null AS DESCRIZIONE from PERSONALE P,PERSONALEBLOCCHIREPARTI where 1=1 AND P.PROGRESSIVO = PERSONALEBLOCCHIREPARTI.PERSONALE (+) AND p.funzione = 2 AND p.presente = 1 AND PERSONALEBLOCCHIREPARTI.blocco = 2833 AND (P.DATAFINE IS NULL OR P.DATAFINE > to_date('2021-10-21','yyyy-mm-dd') ) order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.02 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 88 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.02 0 88 0 10 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 10 10 10 SORT ORDER BY (cr=88 pr=0 pw=0 time=1452 us cost=8 size=70 card=1) 10 10 10 SORT UNIQUE (cr=88 pr=0 pw=0 time=1272 us cost=7 size=70 card=1) 10 10 10 NESTED LOOPS (cr=88 pr=0 pw=0 time=2909 us cost=6 size=70 card=1) 78 78 78 NESTED LOOPS (cr=10 pr=0 pw=0 time=2083 us cost=6 size=70 card=2) 78 78 78 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=502 us cost=4 size=16 card=2) 78 78 78 INDEX UNIQUE SCAN PERSONALE1 (cr=4 pr=0 pw=0 time=280 us cost=0 size=0 card=1)(object id 4329013) 10 10 10 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=78 pr=0 pw=0 time=401 us cost=1 size=62 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 5p53r9ww16arc Plan Hash: 233579607 SELECT P.CHIAVEESTERNA FROM INTERVENTI I, PAZIENTI P WHERE I.CODPAZIENTE = P.PROGRESSIVO AND I.PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 25 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 25 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=148 us cost=2 size=26 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=74 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=49 us cost=0 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=54 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=35 us cost=0 size=0 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 11 0.00 0.00 SQL*Net message from client 11 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: fzxq4dkwct5j6 Plan Hash: 1499107076 SELECT NONOPERATO FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 12 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 12 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=143 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=61 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: dxnvfna62k9g7 Plan Hash: 1499107076 SELECT ListaAttesa FROM Interventi WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 10 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 10 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=98 us cost=1 size=5 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=61 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: fay883wjmrdvw Plan Hash: 3607500118 SELECT LO.DATAINT AS LO_DATAINT, PREOP.DATAVISITA AS PREOP_DATAVISITA, PREOP.VALUTAZIONE AS PREOP_VALUTAZIONE, DECODE(INTERV.DATAINT,NULL, INTERV_LA.DATAINT,INTERV.DATAINT) AS DATAINT_EFF FROM LISTAATTESA LA,LISTAOP LO, PREOP_ANEST PREOP, INTERVENTI INTERV, INTERVENTI INTERV_LA WHERE LA.NUMERO = LO.PROGLISTAATTESA (+) AND LA.NUMERO = PREOP.PROGRCHIAMANTE (+) AND PREOP.CODCHIAMANTE (+) = 3 AND LO.PROGRESSIVO = INTERV.LISTAOP (+) AND (INTERV.DISCONVALIDATO (+) = '0') AND LA.NUMERO = INTERV_LA.LISTAATTESA (+) AND (INTERV_LA.DISCONVALIDATO (+) = '0') AND LA.NUMERO = 82 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.02 0.02 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 10 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.03 0 10 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=398 us cost=5 size=65 card=1) 1 1 1 MERGE JOIN OUTER (cr=5 pr=0 pw=0 time=366 us cost=4 size=51 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=240 us cost=3 size=39 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=172 us cost=2 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=113 us cost=1 size=4 card=1)(object id 4328934) 0 0 0 TABLE ACCESS BY INDEX ROWID PREOP_ANEST (cr=1 pr=0 pw=0 time=45 us cost=1 size=19 card=1) 0 0 0 INDEX UNIQUE SCAN PREOP_ANEST2 (cr=1 pr=0 pw=0 time=32 us cost=0 size=0 card=1)(object id 4328979) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=1 pr=0 pw=0 time=56 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN LISTAOP4 (cr=1 pr=0 pw=0 time=50 us cost=0 size=0 card=1)(object id 4328605) 0 0 0 BUFFER SORT (cr=1 pr=0 pw=0 time=108 us cost=3 size=12 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=1 pr=0 pw=0 time=42 us cost=1 size=12 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=1 pr=0 pw=0 time=34 us cost=0 size=0 card=1)(object id 4328382) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=12 us cost=1 size=14 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTI9 (cr=0 pr=0 pw=0 time=6 us cost=0 size=0 card=1)(object id 4328377) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 5ngu4cap9ck9f Plan Hash: 4119684336 SELECT * FROM TABELLE WHERE CODICETABELLA = 52 AND NONATTIVO = 0 ORDER BY UTCODICE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 30 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 30 0 10 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 10 10 10 SORT ORDER BY (cr=30 pr=0 pw=0 time=1349 us cost=11 size=399 card=7) 10 10 10 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=7174 us cost=10 size=399 card=7) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 2.50 2.50 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: dkgkpbnpxfdkd Plan Hash: 4009073816 SELECT DIAGNOSI.UTCODICE, DIAGNOSI.DESCRIZIONE FROM DIAGNOSIINTERVENTI,DIAGNOSI WHERE DIAGNOSIINTERVENTI.DIAGNOSI = DIAGNOSI.PROGRESSIVO AND DIAGNOSIINTERVENTI.INTERVENTO = 95 ORDER BY DIAGNOSIINTERVENTI.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 15 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 15 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=238 us cost=3 size=108 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=193 us cost=3 size=108 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=2 pr=0 pw=0 time=133 us cost=2 size=11 card=1) 1 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=84 us cost=1 size=0 card=1)(object id 4328627) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=44 us cost=0 size=0 card=1)(object id 4328750) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=1 pr=0 pw=0 time=24 us cost=1 size=97 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.04 0.10 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 9ma50jf8aq9w5 Plan Hash: 3229664127 SELECT VALORE FROM CONFIGURAZIONIWEB WHERE CHIAVE = 'ATTRIBUZIONE_NREGISTRO' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 6 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.01 0 6 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL CONFIGURAZIONIWEB (cr=6 pr=0 pw=0 time=1270 us cost=4 size=44 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 4.29 4.30 ******************************************************************************** SQL ID: bbzfntu66bgsy Plan Hash: 1841761857 SELECT CONVALIDA FROM OBBLIGATORI WHERE CODICE = 'Scopia' AND REPARTO = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.00 0.00 0 0 0 0 Execute 10 0.00 0.00 0 0 0 0 Fetch 10 0.00 0.00 0 10 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.01 0.01 0 10 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=176 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=165 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 20 0.00 0.00 SQL*Net message from client 20 0.00 0.01 ******************************************************************************** SQL ID: 91s34s7pqf6kj Plan Hash: 4165688936 SELECT PASSWORDHASH FROM AVELCO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=215 us cost=3 size=3 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 1km24zndpwzn4 Plan Hash: 1841761857 SELECT CONVALIDA FROM OBBLIGATORI WHERE CODICE = 'Grafia' AND REPARTO = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.00 0.00 0 0 0 0 Execute 10 0.00 0.00 0 0 0 0 Fetch 10 0.00 0.00 0 10 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.00 0.00 0 10 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=154 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=138 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 22 0.00 0.00 SQL*Net message from client 22 0.14 0.67 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 7p7yqzsz2apzz Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 18 0 24 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 18 0 24 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 8 8 8 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=182 us cost=4 size=192 card=8) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 0dxtmgt4zpffx Plan Hash: 1174175866 SELECT * FROM REPARTIBLOCCHI WHERE REPARTO = 14 AND BLOCCO = 2833 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 8 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.00 0 8 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTIBLOCCHI (cr=2 pr=0 pw=0 time=111 us cost=1 size=15 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=57 us cost=0 size=0 card=1)(object id 4328626) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 ******************************************************************************** SQL ID: a7rg135uv8mw9 Plan Hash: 1499107076 SELECT EQUIPE_CHI,EQUIPE_SEM FROM INTERVENTI where PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 8 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.00 0 8 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=100 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=64 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.02 0.04 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 7q3ktw1dhapy7 Plan Hash: 923941986 SELECT * FROM reparti WHERE progressivo = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 10 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 10 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=93 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=44 us cost=0 size=0 card=1)(object id 4328413) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 2.75 8.72 ******************************************************************************** SQL ID: 8rs2bjvhf8vtb Plan Hash: 923941986 select rowid, progressivo,decode(attivo,'0',descrizione || ' (NO ACTIVO)', descrizione) as descrizione,attivo FROM reparti where progressivo = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 10 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 10 0 5 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=83 us cost=1 size=54 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=41 us cost=0 size=0 card=1)(object id 4328413) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: 4n0cch438xph0 Plan Hash: 1955432048 SELECT MOTIVSOMMTERAPIAANTIBIOTICA FROM ALTRIDATI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 10 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 10 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=90 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=48 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 row cache lock 2 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 37bm6ysd82u7p Plan Hash: 2583085818 SELECT VERSIONE FROM ICDVERSIONIPERIODI WHERE TO_DATE('2021-10-21','YYYY-MM-DD') BETWEEN DATA1 AND NVL(DATA2,SYSDATE+3650) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL ICDVERSIONIPERIODI (cr=2 pr=0 pw=0 time=229 us cost=3 size=19 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 11.07 14.27 row cache lock 3 0.00 0.00 ******************************************************************************** SQL ID: 1176xfwbrqhf6 Plan Hash: 3910211908 SELECT * FROM ListaAttesa WHERE numero = 82 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 8 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.01 0.01 0 8 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=166 us cost=2 size=227 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=66 us cost=1 size=0 card=1)(object id 4328934) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net more data to client 4 0.00 0.00 SQL*Net message from client 6 0.01 0.02 ******************************************************************************** SQL ID: ay38crgf0cunj Plan Hash: 3259779267 select blocchilis0_.PERSONALE as PERSONALE4_, blocchilis0_.BLOCCO as BLOCCO4_, blocchilis0_.PERSONALE as PERSONALE8_3_, blocchilis0_.BLOCCO as BLOCCO8_3_, blocco1_.PROGRESSIVO as PROGRESS1_20_0_, blocco1_.UTCODICE as UTCODICE20_0_, blocco1_.DESCRIZIONE as DESCRIZI3_20_0_, blocco1_.NONATTIVO as NONATTIVO20_0_, blocco1_.COPIAPROGRESSIVO as COPIAPRO5_20_0_, blocco1_.DATAORA as DATAORA20_0_, blocco1_.DATAINIZIO as DATAINIZIO20_0_, blocco1_.DATAFINE as DATAFINE20_0_, blocchicco2_.BLOCCO as BLOCCO22_1_, blocchicco2_.SIGLACS as SIGLACS22_1_, blocchicco2_.CCOSTO as CCOSTO22_1_, blocchicco2_.CODMAG as CODMAG22_1_, blocchicco2_.CODUNITAPRELIEVO as CODUNITA5_22_1_, blocchicco2_.CODICECRIL as CODICECRIL22_1_, blocchimai3_.BLOCCO as BLOCCO23_2_, blocchimai3_.PROGRESSIVO as PROGRESS2_23_2_, blocchimai3_.NOMINATIVO as NOMINATIVO23_2_, blocchimai3_.INDIRIZZOMAIL as INDIRIZZ4_23_2_ from PERSONALEBLOCCHIREPARTI blocchilis0_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco1_, BLOCCHICCOSTO blocchicco2_, BLOCCHIMAIL blocchimai3_ where blocchilis0_.BLOCCO=blocco1_.PROGRESSIVO and blocco1_.PROGRESSIVO=blocchicco2_.BLOCCO(+) and blocco1_.PROGRESSIVO= blocchimai3_.BLOCCO(+) and blocchilis0_.PERSONALE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.01 0.01 0 0 0 0 Fetch 2 0.00 0.00 0 12 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 12 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=664 us cost=9 size=720 card=2) 0 0 0 HASH JOIN OUTER (cr=6 pr=0 pw=0 time=652 us cost=8 size=698 card=2) 0 0 0 NESTED LOOPS (cr=6 pr=0 pw=0 time=356 us cost=6 size=130 card=2) 0 0 0 NESTED LOOPS (cr=6 pr=0 pw=0 time=350 us cost=6 size=130 card=2) 4 4 4 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=309 us cost=4 size=16 card=2) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=20 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=0 pr=0 pw=0 time=0 us cost=2 size=284 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=0 pr=0 pw=0 time=0 us cost=1 size=11 card=1) 0 0 0 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328577) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: czr1b69r4haaq Plan Hash: 805254920 SELECT MIN(datascadenza) as TempoMin FROM INTERVENTISETFERRI WHERE progressivointervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.01 0 5 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=105 us) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=70 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=60 us cost=1 size=0 card=1)(object id 4328355) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 11 0.00 0.00 SQL*Net message from client 11 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 88shffby339d6 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND (Convalida IN (2,1,3) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 14 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 14 0 8 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=7 pr=0 pw=0 time=458 us cost=2 size=24 card=1) 8 8 8 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=208 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.13 0.13 ******************************************************************************** SQL ID: arh0dxhdkrp75 Plan Hash: 511315058 select DISTINCT P.*,GetBlocchiPerPersonale(P.Progressivo) AS DESCRIZIONE from PERSONALE P,PERSONALEBLOCCHIREPARTI where 1=1 AND P.PROGRESSIVO = PERSONALEBLOCCHIREPARTI.PERSONALE (+) AND p.funzione = 3 AND p.progressivo in ( 139) order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 8 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 8 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT UNIQUE (cr=17 pr=0 pw=0 time=1960 us cost=6 size=70 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=248 us cost=5 size=140 card=2) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=78 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=39 us cost=0 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=156 us cost=4 size=16 card=2) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.05 0.05 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 95q0vbjyst1hk Plan Hash: 2549113427 select rowid, intervento,tempo FROM tempiinterventi WHERE intervento = 95 AND progrtempo = 9 AND NOT tempo IS NULL call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 9 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 9 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=145 us cost=2 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=97 us cost=1 size=0 card=1)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: b1usmhq1s1rbt Plan Hash: 1499107076 SELECT Ambulatoriale FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 8 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.00 0 8 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=151 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=111 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.00 0.01 ******************************************************************************** SQL ID: fxubbmjkcbwh7 Plan Hash: 2549113427 select rowid, intervento,tempo FROM tempiinterventi WHERE intervento = 95 AND progrtempo = 3 AND NOT tempo IS NULL call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 9 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 9 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=145 us cost=2 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=97 us cost=1 size=0 card=1)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 4j7x8w01syy1g Plan Hash: 3594007497 SELECT * FROM Configurazioni where 1=1 AND Configurazioni.Tipo = 27 AND Configurazioni.Progressivo = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 13 0.00 0.00 0 0 0 0 Execute 13 0.00 0.00 0 0 0 0 Fetch 13 0.00 0.00 0 13 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.01 0.01 0 13 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID CONFIGURAZIONI (cr=1 pr=0 pw=0 time=89 us cost=2 size=9 card=1) 0 0 0 INDEX RANGE SCAN CONFIGURAZIONI3 (cr=1 pr=0 pw=0 time=77 us cost=1 size=0 card=1)(object id 4328117) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 26 0.00 0.00 SQL*Net message from client 26 0.00 0.02 ******************************************************************************** SQL ID: 9gjs789c2pkga Plan Hash: 4101511507 SELECT DESCRIZIONE FROM DESCRIZIONILIVELLI WHERE LIVELLO = 0 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 10 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 10 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=89 us cost=1 size=21 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=46 us cost=0 size=0 card=1)(object id 4328639) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 7514t75r18fnt Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 18 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 18 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=373 us cost=4 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 8rb8fbmfy4xr7 Plan Hash: 672720405 SELECT DISTINCT PROGRESSIVO, NOMINATIVO || DECODE(DATAFINE,NULL,'', DECODE(SIGN(TRUNC(DATAFINE)-TRUNC(sysdate)),0,'',1,'',' (NO ACTIVO)')) AS DESCRIZIONE , DECODE(DATAFINE,NULL,'1',DECODE(SIGN(TRUNC(DATAFINE) -TRUNC(sysdate)),0,'1',1,'1','0')) AS ATTIVO , NOMINATIVO FROM ( SELECT PERSONALE.PROGRESSIVO, PERSONALE.NOMINATIVO, PERSONALE.FUNZIONE, PERSONALE.MATRICOLA, PERSONALE.PRESENTE, PERSONALEBLOCCHIREPARTI.BLOCCO, PERSONALEBLOCCHIREPARTI.REPARTO, PERSONALE.UTENTE, PERSONALE.SPECIALIZZANDO, PERSONALE.SIGLA, PERSONALE.DATAFINE FROM PERSONALE, PERSONALEBLOCCHIREPARTI WHERE PERSONALEBLOCCHIREPARTI.PERSONALE = PERSONALE.PROGRESSIVO (+) ) PERSONALE WHERE 1=1 AND FUNZIONE = 1 AND REPARTO = 14 ORDER BY ATTIVO DESC, NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.02 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 21 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.02 0 21 0 11 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 11 11 11 SORT UNIQUE (cr=21 pr=0 pw=0 time=705 us cost=7 size=96 card=2) 11 11 11 NESTED LOOPS (cr=21 pr=0 pw=0 time=833 us cost=6 size=96 card=2) 11 11 11 NESTED LOOPS (cr=10 pr=0 pw=0 time=608 us cost=6 size=96 card=2) 11 11 11 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=390 us cost=4 size=16 card=2) 11 11 11 INDEX UNIQUE SCAN PERSONALE1 (cr=4 pr=0 pw=0 time=96 us cost=0 size=0 card=1)(object id 4329013) 11 11 11 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=11 pr=0 pw=0 time=125 us cost=1 size=40 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 2.12 2.14 ******************************************************************************** SQL ID: 51qv0k9y010d2 Plan Hash: 1499107076 SELECT NONOPERATO,NONOPERATO_CHI,NONOPERATO_QUANDO,NONOPERATOTOLTA_CHI, NONOPERATOTOLTA_QUANDO FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 10 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 10 0 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=80 us cost=1 size=58 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=48 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.06 0.11 ******************************************************************************** SQL ID: 81tcuxd8r0zar Plan Hash: 3623491777 select paziente0_.PROGRESSIVO as PROGRESS1_186_16_, paziente0_.CITTADINANZA as CITTADIN2_186_16_, paziente0_.CARDIO_CHI as CARDIO3_186_16_, paziente0_.POSIZIONEPROF as POSIZION4_186_16_, paziente0_.COMUNENASCITA as COMUNENA5_186_16_, paziente0_.PROFESSIONE as PROFESSI6_186_16_, paziente0_.STATOCIVILE as STATOCIV7_186_16_, paziente0_.COMUNERESIDENZA as COMUNERE8_186_16_, paziente0_.USL as USL186_16_, paziente0_.MEDICOCHEINVIA as MEDICOC10_186_16_, paziente0_.RAMOATTIVITA as RAMOATT11_186_16_, paziente0_.REGIONEASSISTENZA as REGIONE12_186_16_, paziente0_.TITOLOSTUDIO as TITOLOS13_186_16_, paziente0_.COGNOME as COGNOME186_16_, paziente0_.COGNOME2 as COGNOME15_186_16_, paziente0_.NOME as NOME186_16_, paziente0_.INDIRIZZO as INDIRIZZO186_16_, paziente0_.SESSO as SESSO186_16_, paziente0_.TELEFONO as TELEFONO186_16_, paziente0_.DATANASCITA as DATANAS20_186_16_, paziente0_.CODICESANITARIO as CODICES21_186_16_, paziente0_.NOMEFAMILIARE as NOMEFAM22_186_16_, paziente0_.INDIRIZZOFAMILIARE as INDIRIZ23_186_16_, paziente0_.TELEFONOFAMILIARE as TELEFON24_186_16_, paziente0_.SANGUE as SANGUE186_16_, paziente0_.RH as RH186_16_, paziente0_.CODFISC as CODFISC186_16_, paziente0_.CARDIO_QUANDO as CARDIO28_186_16_, paziente0_.CARDIO_SEM as CARDIO29_186_16_, paziente0_.CHIAVEESTERNA as CHIAVEE30_186_16_, paziente0_.DATAMATRIMONIO as DATAMAT31_186_16_, paziente0_.DOMICILIO as DOMICILIO186_16_, paziente0_.MEF as MEF186_16_, paziente0_.STP as STP186_16_, paziente0_.IDREGIONALE as IDREGIO35_186_16_, paziente0_.SIGLAPAZINS as SIGLAPA36_186_16_, paziente0_.DATAORAPAZINS as DATAORA37_186_16_, paziente0_.DATAVALIDITAMEF as DATAVAL38_186_16_, paziente0_.ENTECERTIFICANTE as ENTECER39_186_16_, paziente0_.CONSENSO_ACQUISITO as CONSENSO40_186_16_, paziente0_.COMUNERESIDENZAESTERO as COMUNER41_186_16_, paziente0_.COMUNENASCITAESTERO as COMUNEN42_186_16_, paziente0_.QUALITACF as QUALITACF186_16_, paziente0_.QUALITACFTRATTI as QUALITA44_186_16_, paziente0_.TEAM_NUMEROTESSERA as TEAM45_186_16_, paziente0_.DOC_CODICE as DOC46_186_16_, paziente0_.DOC_NAZIONERILASCIO as DOC47_186_16_, paziente0_.ES_DNI as ES48_186_16_, paziente0_.ES_NIF as ES49_186_16_, paziente0_.ES_NIE as ES50_186_16_, paziente0_.NUMPASSAPORTO as NUMPASS51_186_16_, paziente0_.NUMTESSSANEUROPEA as NUMTESS52_186_16_, paziente0_.ES_NUMTESSSANARAGONA as ES53_186_16_, paziente0_.ES_NUMSOCIALESICUREZZA as ES54_186_16_, tabelle1_.PROGRESSIVO as PROGRESS1_15_0_, tabelle1_.CODICETABELLA as CODICETA2_15_0_, tabelle1_.UTCODICE as UTCODICE15_0_, tabelle1_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle1_.NONATTIVO as NONATTIVO15_0_, tabelle1_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle1_.DATAORA as DATAORA15_0_, tabelle1_.DATAINIZIO as DATAINIZIO15_0_, tabelle1_.DATAFINE as DATAFINE15_0_, utente2_.SIGLA as SIGLA19_1_, utente2_.UTENTE as UTENTE19_1_, utente2_.LIVELLO as LIVELLO19_1_, utente2_.PASSWORD as PASSWORD19_1_, utente2_.PASSWORD2 as PASSWORD5_19_1_, utente2_.ATTIVO as ATTIVO19_1_, utente2_.ULTIMOACCESSO as ULTIMOAC7_19_1_, utente2_.LINGUA as LINGUA19_1_, utente2_.DATAPASSWORD as DATAPASS9_19_1_, utente2_.CAMBIOPASSWORD as CAMBIOP10_19_1_, utente2_.DATADISATTIVAZIONE as DATADIS11_19_1_, utente2_.DATARIATTIVAZIONE as DATARIA12_19_1_, utente2_.SMARTCARD as SMARTCARD19_1_, utente2_.CODFISC as CODFISC19_1_, utente2_.IGNORAADSI as IGNORAADSI19_1_, utente2_.COGNOME as COGNOME19_1_, utente2_.NOME as NOME19_1_, utente2_.DATAANALYZER_USERNAME as DATAANA18_19_1_, utente2_.DATAANALYZER_PASSWORD as DATAANA19_19_1_, utente2_.ALIASFIRMAREMOTA as ALIASFI20_19_1_, utente2_.INVIATO_O4C as INVIATO21_19_1_, livello3_.LIVELLO as LIVELLO2_2_, livello3_.DESCRIZIONE as DESCRIZI2_2_2_, livello3_.CONSULENTE as CONSULENTE2_2_, tabelle4_.PROGRESSIVO as PROGRESS1_15_3_, tabelle4_.CODICETABELLA as CODICETA2_15_3_, tabelle4_.UTCODICE as UTCODICE15_3_, tabelle4_.DESCRIZIONE as DESCRIZI4_15_3_, tabelle4_.NONATTIVO as NONATTIVO15_3_, tabelle4_.COPIAPROGRESSIVO as COPIAPRO6_15_3_, tabelle4_.DATAORA as DATAORA15_3_, tabelle4_.DATAINIZIO as DATAINIZIO15_3_, tabelle4_.DATAFINE as DATAFINE15_3_, comune5_.PROGRESSIVO as PROGRESS1_16_4_, comune5_.CODICE as CODICE16_4_, comune5_.DESCRIZIONE as DESCRIZI3_16_4_, comune5_.CAP as CAP16_4_, comune5_.PROVINCIA as PROVINCIA16_4_, comune5_.CODICECF as CODICECF16_4_, comune5_.PROGRPROVINCIA as PROGRPRO7_16_4_, comune5_.SOPPRESSO as SOPPRESSO16_4_, provincie6_.PROGRESSIVO as PROGRESS1_18_5_, provincie6_.CODICEISTAT as CODICEIS2_18_5_, provincie6_.DESCRIZIONE as DESCRIZI3_18_5_, provincie6_.PROGRREGIONE as PROGRREG4_18_5_, provincie6_.SIGLA as SIGLA18_5_, tabelle7_.PROGRESSIVO as PROGRESS1_15_6_, tabelle7_.CODICETABELLA as CODICETA2_15_6_, tabelle7_.UTCODICE as UTCODICE15_6_, tabelle7_.DESCRIZIONE as DESCRIZI4_15_6_, tabelle7_.NONATTIVO as NONATTIVO15_6_, tabelle7_.COPIAPROGRESSIVO as COPIAPRO6_15_6_, tabelle7_.DATAORA as DATAORA15_6_, tabelle7_.DATAINIZIO as DATAINIZIO15_6_, tabelle7_.DATAFINE as DATAFINE15_6_, tabelle8_.PROGRESSIVO as PROGRESS1_15_7_, tabelle8_.CODICETABELLA as CODICETA2_15_7_, tabelle8_.UTCODICE as UTCODICE15_7_, tabelle8_.DESCRIZIONE as DESCRIZI4_15_7_, tabelle8_.NONATTIVO as NONATTIVO15_7_, tabelle8_.COPIAPROGRESSIVO as COPIAPRO6_15_7_, tabelle8_.DATAORA as DATAORA15_7_, tabelle8_.DATAINIZIO as DATAINIZIO15_7_, tabelle8_.DATAFINE as DATAFINE15_7_, comune9_.PROGRESSIVO as PROGRESS1_16_8_, comune9_.CODICE as CODICE16_8_, comune9_.DESCRIZIONE as DESCRIZI3_16_8_, comune9_.CAP as CAP16_8_, comune9_.PROVINCIA as PROVINCIA16_8_, comune9_.CODICECF as CODICECF16_8_, comune9_.PROGRPROVINCIA as PROGRPRO7_16_8_, comune9_.SOPPRESSO as SOPPRESSO16_8_, tabelle10_.PROGRESSIVO as PROGRESS1_15_9_, tabelle10_.CODICETABELLA as CODICETA2_15_9_, tabelle10_.UTCODICE as UTCODICE15_9_, tabelle10_.DESCRIZIONE as DESCRIZI4_15_9_, tabelle10_.NONATTIVO as NONATTIVO15_9_, tabelle10_.COPIAPROGRESSIVO as COPIAPRO6_15_9_, tabelle10_.DATAORA as DATAORA15_9_, tabelle10_.DATAINIZIO as DATAINIZIO15_9_, tabelle10_.DATAFINE as DATAFINE15_9_, tabelle11_.PROGRESSIVO as PROGRESS1_15_10_, tabelle11_.CODICETABELLA as CODICETA2_15_10_, tabelle11_.UTCODICE as UTCODICE15_10_, tabelle11_.DESCRIZIONE as DESCRIZI4_15_10_, tabelle11_.NONATTIVO as NONATTIVO15_10_, tabelle11_.COPIAPROGRESSIVO as COPIAPRO6_15_10_, tabelle11_.DATAORA as DATAORA15_10_, tabelle11_.DATAINIZIO as DATAINIZIO15_10_, tabelle11_.DATAFINE as DATAFINE15_10_, tabelle12_.PROGRESSIVO as PROGRESS1_15_11_, tabelle12_.CODICETABELLA as CODICETA2_15_11_, tabelle12_.UTCODICE as UTCODICE15_11_, tabelle12_.DESCRIZIONE as DESCRIZI4_15_11_, tabelle12_.NONATTIVO as NONATTIVO15_11_, tabelle12_.COPIAPROGRESSIVO as COPIAPRO6_15_11_, tabelle12_.DATAORA as DATAORA15_11_, tabelle12_.DATAINIZIO as DATAINIZIO15_11_, tabelle12_.DATAFINE as DATAFINE15_11_, tabelle13_.PROGRESSIVO as PROGRESS1_15_12_, tabelle13_.CODICETABELLA as CODICETA2_15_12_, tabelle13_.UTCODICE as UTCODICE15_12_, tabelle13_.DESCRIZIONE as DESCRIZI4_15_12_, tabelle13_.NONATTIVO as NONATTIVO15_12_, tabelle13_.COPIAPROGRESSIVO as COPIAPRO6_15_12_, tabelle13_.DATAORA as DATAORA15_12_, tabelle13_.DATAINIZIO as DATAINIZIO15_12_, tabelle13_.DATAFINE as DATAFINE15_12_, tabelle14_.PROGRESSIVO as PROGRESS1_15_13_, tabelle14_.CODICETABELLA as CODICETA2_15_13_, tabelle14_.UTCODICE as UTCODICE15_13_, tabelle14_.DESCRIZIONE as DESCRIZI4_15_13_, tabelle14_.NONATTIVO as NONATTIVO15_13_, tabelle14_.COPIAPROGRESSIVO as COPIAPRO6_15_13_, tabelle14_.DATAORA as DATAORA15_13_, tabelle14_.DATAINIZIO as DATAINIZIO15_13_, tabelle14_.DATAFINE as DATAFINE15_13_, utente15_.SIGLA as SIGLA19_14_, utente15_.UTENTE as UTENTE19_14_, utente15_.LIVELLO as LIVELLO19_14_, utente15_.PASSWORD as PASSWORD19_14_, utente15_.PASSWORD2 as PASSWORD5_19_14_, utente15_.ATTIVO as ATTIVO19_14_, utente15_.ULTIMOACCESSO as ULTIMOAC7_19_14_, utente15_.LINGUA as LINGUA19_14_, utente15_.DATAPASSWORD as DATAPASS9_19_14_, utente15_.CAMBIOPASSWORD as CAMBIOP10_19_14_, utente15_.DATADISATTIVAZIONE as DATADIS11_19_14_, utente15_.DATARIATTIVAZIONE as DATARIA12_19_14_, utente15_.SMARTCARD as SMARTCARD19_14_, utente15_.CODFISC as CODFISC19_14_, utente15_.IGNORAADSI as IGNORAADSI19_14_, utente15_.COGNOME as COGNOME19_14_, utente15_.NOME as NOME19_14_, utente15_.DATAANALYZER_USERNAME as DATAANA18_19_14_, utente15_.DATAANALYZER_PASSWORD as DATAANA19_19_14_, utente15_.ALIASFIRMAREMOTA as ALIASFI20_19_14_, utente15_.INVIATO_O4C as INVIATO21_19_14_, comune16_.PROGRESSIVO as PROGRESS1_16_15_, comune16_.CODICE as CODICE16_15_, comune16_.DESCRIZIONE as DESCRIZI3_16_15_, comune16_.CAP as CAP16_15_, comune16_.PROVINCIA as PROVINCIA16_15_, comune16_.CODICECF as CODICECF16_15_, comune16_.PROGRPROVINCIA as PROGRPRO7_16_15_, comune16_.SOPPRESSO as SOPPRESSO16_15_ from PAZIENTI paziente0_, TABELLE tabelle1_, UTENTI utente2_, DESCRIZIONILIVELLI livello3_, TABELLE tabelle4_, COMUNI comune5_, PROVINCIE provincie6_, TABELLE tabelle7_, TABELLE tabelle8_, COMUNI comune9_, TABELLE tabelle10_, TABELLE tabelle11_, TABELLE tabelle12_, TABELLE tabelle13_, TABELLE tabelle14_, UTENTI utente15_, COMUNI comune16_ where paziente0_.CITTADINANZA=tabelle1_.PROGRESSIVO(+) and paziente0_.CARDIO_CHI= utente2_.SIGLA(+) and utente2_.LIVELLO=livello3_.LIVELLO(+) and paziente0_.POSIZIONEPROF=tabelle4_.PROGRESSIVO(+) and paziente0_.COMUNENASCITA=comune5_.PROGRESSIVO(+) and comune5_.PROGRPROVINCIA=provincie6_.PROGRESSIVO(+) and paziente0_.PROFESSIONE=tabelle7_.PROGRESSIVO(+) and paziente0_.STATOCIVILE= tabelle8_.PROGRESSIVO(+) and paziente0_.COMUNERESIDENZA= comune9_.PROGRESSIVO(+) and paziente0_.USL=tabelle10_.PROGRESSIVO(+) and paziente0_.MEDICOCHEINVIA=tabelle11_.PROGRESSIVO(+) and paziente0_.RAMOATTIVITA=tabelle12_.PROGRESSIVO(+) and paziente0_.REGIONEASSISTENZA=tabelle13_.PROGRESSIVO(+) and paziente0_.TITOLOSTUDIO=tabelle14_.PROGRESSIVO(+) and paziente0_.SIGLAPAZINS=utente15_.SIGLA(+) and paziente0_.DOC_NAZIONERILASCIO=comune16_.PROGRESSIVO(+) and paziente0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.07 0.07 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.08 0.08 0 3 0 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=654 us cost=18 size=986 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=616 us cost=17 size=965 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=593 us cost=16 size=941 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=559 us cost=15 size=884 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=525 us cost=14 size=784 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=498 us cost=13 size=727 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=470 us cost=12 size=689 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=446 us cost=11 size=632 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=419 us cost=10 size=575 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=393 us cost=9 size=537 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=368 us cost=8 size=480 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=344 us cost=7 size=423 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=318 us cost=6 size=366 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=285 us cost=5 size=309 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=255 us cost=4 size=252 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=213 us cost=3 size=152 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=146 us cost=2 size=114 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=87 us cost=1 size=0 card=1)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=45 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=32 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=19 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=11 us cost=0 size=0 card=1)(object id 4329020) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=14 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=6 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=17 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=10 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=12 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=11 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=6 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=11 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=6 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=12 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=7 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=13 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=11 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=12 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=6 us cost=0 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=12 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=6 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=11 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4329020) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=15 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID PROVINCIE (cr=0 pr=0 pw=0 time=10 us cost=1 size=24 card=1) 0 0 0 INDEX UNIQUE SCAN PROVINCIE1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328566) 0 0 0 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=0 pr=0 pw=0 time=9 us cost=1 size=21 card=1) 0 0 0 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=0 pr=0 pw=0 time=5 us cost=0 size=0 card=1)(object id 4328639) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net more data to client 4 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 4at4s4fpy7v6n Plan Hash: 3659905649 SELECT * FROM TEMPIICD WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 25 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 5 0.00 0.00 0 6 0 25 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 25 25 25 TABLE ACCESS BY INDEX ROWID TEMPIICD (cr=6 pr=0 pw=0 time=486 us cost=2 size=18 card=1) 25 25 25 INDEX RANGE SCAN TEMPIICD3 (cr=3 pr=0 pw=0 time=202 us cost=1 size=0 card=1)(object id 4328882) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 8gd9thptn3k2b Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_9' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=205 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=193 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: 7px2suftmk79u Plan Hash: 2549113427 select rowid, intervento,tempo FROM tempiinterventi WHERE intervento = 95 AND progrtempo = 6 AND NOT tempo IS NULL call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 9 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 9 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=124 us cost=2 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=82 us cost=1 size=0 card=1)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 6bsma9pf6b193 Plan Hash: 1499107076 SELECT TEMPI_CHI,TEMPI_QUANDO,TEMPI_SEM FROM INTERVENTI where PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=112 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=72 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 9 0.00 0.00 SQL*Net message from client 9 0.00 0.00 SQL*Net break/reset to client 6 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 2jnab7trzzdqh Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_5' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=183 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=170 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: gj2bzc7uug3my Plan Hash: 490733385 SELECT * FROM IcdPrevisioni WHERE Previsione = 369 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 7 0 25 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 5 0.00 0.00 0 7 0 25 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 25 25 25 TABLE ACCESS BY INDEX ROWID ICDPREVISIONI (cr=7 pr=0 pw=0 time=409 us cost=3 size=300 card=25) 25 25 25 INDEX RANGE SCAN ICDPREVISIONI1 (cr=4 pr=0 pw=0 time=150 us cost=2 size=0 card=25)(object id 4328317) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 2mwtfaw7vkmvt Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_4' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=198 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=172 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: budjfyxf3qx6s Plan Hash: 1955432048 SELECT TERAPIAANTITROMBCALZE FROM ALTRIDATI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 8 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.00 0 8 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=97 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=40 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 ******************************************************************************** SQL ID: 7b5zzdk0jrfkr Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_2' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=179 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=166 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: 7zg5w2ns8runf Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_6' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=184 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=172 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.01 0.02 ******************************************************************************** SQL ID: 75npjsnf1hbt3 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_1' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=176 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=160 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: gh1k91tqwv5uk Plan Hash: 995981425 SELECT descrizione FROM cnfgequipe where funzione = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=117 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=51 us cost=0 size=0 card=1)(object id 4328096) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 7 0.00 0.00 SQL*Net message from client 7 3.42 3.51 SQL*Net break/reset to client 2 0.00 0.00 library cache lock 2 0.00 0.00 row cache lock 1 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: 97tanaqbrhxax Plan Hash: 2549113427 select rowid, intervento,tempo FROM tempiinterventi WHERE intervento = 95 AND progrtempo = 7 AND NOT tempo IS NULL call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 9 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 9 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=130 us cost=2 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=89 us cost=1 size=0 card=1)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: d3msw4jsjqv75 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_14' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=176 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=163 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: 0uzzdyb4t2apr Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_7' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=173 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=160 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: 289s93bnjvk4q Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_6' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=170 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=156 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: fzf6su1mrtbmb Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_3' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=172 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=157 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.07 0.08 ******************************************************************************** SQL ID: 3z8gn187q01p0 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_8' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=165 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=152 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: 205s5uf1s31wg Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_4' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=151 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=140 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.04 0.05 ******************************************************************************** SQL ID: 99bnc0ym11dp9 Plan Hash: 1499107076 SELECT ANESTESIA_CHI,ANESTESIA_QUANDO,ANESTESIA_SEM FROM INTERVENTI where PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=98 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=62 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.01 ******************************************************************************** SQL ID: 808npswkb5v15 Plan Hash: 4165688936 select rowid, PRELISTAOP FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=161 us cost=3 size=25 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: cqy3ubu714bxs Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND Convalida = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 18 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 18 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=291 us cost=4 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: aau3jp8ksg20u Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_11' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=156 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=145 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: 53429xx4y6d35 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_5' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=154 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=142 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: adawgkyr5axwu Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_13' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=161 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=149 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.03 0.07 ******************************************************************************** SQL ID: 2rd4k7v2wmbc8 Plan Hash: 1499107076 SELECT CHIRURGO_CHI,CHIRURGO_QUANDO,CHIRURGO_SEM FROM INTERVENTI where PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=103 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=62 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: bg2dx0hu2pap3 Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND Convalida = 3 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 18 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 18 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=284 us cost=4 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 3qpcpphyhpv8m Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_13' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=158 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=146 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: 0c1710h19r5c9 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_9' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=161 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=150 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.04 0.05 ******************************************************************************** SQL ID: apftbhvwwaad0 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_7' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=158 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=146 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: 6ujvz70qfanjx Plan Hash: 2479997560 SELECT COUNT(*) AS TOTICD FROM ICDINTERVENTI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=176 us) 25 25 25 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=228 us cost=1 size=3 card=1)(object id 4328796) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net break/reset to client 6 0.00 0.00 SQL*Net message to client 7 0.00 0.00 SQL*Net message from client 7 0.00 0.01 ******************************************************************************** SQL ID: 27bypyp7uyxcn Plan Hash: 1391612914 SELECT idtempo From CnfgTempi Where Progressivo = 6 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=103 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=53 us cost=0 size=0 card=1)(object id 4328611) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.01 0.05 ******************************************************************************** SQL ID: 7accmt0xrf51z Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_10' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=154 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=143 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 11 0.00 0.00 SQL*Net message from client 11 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: cwz4y8j9zbp6v Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_1' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=169 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=156 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: 11nrxncta6yt8 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_2' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=151 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=139 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: c6n613adsv5zv Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_3' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=145 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=134 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: d2vz141g5dxza Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_12' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=148 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=135 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: 5nz0917u9r4ac Plan Hash: 1391612914 SELECT idtempo From CnfgTempi Where Progressivo = 7 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=98 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=52 us cost=0 size=0 card=1)(object id 4328611) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.02 0.05 ******************************************************************************** SQL ID: 1v5288q6mb58s Plan Hash: 3616902813 SELECT * FROM pazienti WHERE Progressivo = 85 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.01 0.01 0 6 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=160 us cost=2 size=114 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=74 us cost=1 size=0 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net more data to client 2 0.00 0.00 SQL*Net message from client 6 0.02 0.02 ******************************************************************************** SQL ID: 9ym5fj45sfupt Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_8' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=144 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=128 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.01 0.01 ******************************************************************************** SQL ID: f6rj36dmt0k7r Plan Hash: 1391612914 SELECT idtempo From CnfgTempi Where Progressivo = 3 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=98 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=50 us cost=0 size=0 card=1)(object id 4328611) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.11 0.15 ******************************************************************************** SQL ID: 13bus2dpf70hx Plan Hash: 3779891269 SELECT DISTINCT P.PROGRESSIVO AS PROGPERSONALE, GetBlocchiPerPersonale(P.Progressivo) AS DESCBLOCCOREPARTO FROM PERSONALE P,PERSONALEBLOCCHIREPARTI PBR WHERE P.PROGRESSIVO = PBR.PERSONALE (+) AND P.FUNZIONE = '3' AND P.PROGRESSIVO IN (139) AND NOT EXISTS (SELECT '1' FROM PERSONALEBLOCCHIREPARTI WHERE PERSONALEBLOCCHIREPARTI.PERSONALE = P.PROGRESSIVO AND PERSONALEBLOCCHIREPARTI.BLOCCO IN (2833) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.02 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.02 0 5 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT UNIQUE (cr=5 pr=0 pw=0 time=940 us cost=10 size=23 card=1) 0 0 0 HASH JOIN OUTER (cr=5 pr=0 pw=0 time=888 us cost=9 size=23 card=1) 0 0 0 NESTED LOOPS ANTI (cr=5 pr=0 pw=0 time=411 us cost=5 size=15 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=130 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=63 us cost=0 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=3 pr=0 pw=0 time=261 us cost=4 size=8 card=1) 0 0 0 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=16 card=2) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.03 0.05 ******************************************************************************** SQL ID: 1s3avjmqk6fp8 Plan Hash: 3633797475 SELECT PROGRESSIVO FROM PERSONALE WHERE SIGLA = 'XX' AND FUNZIONE = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 12 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 12 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL PERSONALE (cr=6 pr=0 pw=0 time=410 us cost=4 size=17 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 12t7h1zkrr3sr Plan Hash: 1499107076 SELECT ALTRI_CHI,ALTRI_QUANDO,ALTRI_SEM FROM INTERVENTI where PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=88 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=53 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 0rc1qhga4vqc2 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_15' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=166 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=153 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.02 0.03 ******************************************************************************** SQL ID: 5pbf14sj2vds9 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_10' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=142 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=131 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: d9a4mjh7npwjg Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_0' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=145 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=134 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** SQL ID: 8zv1098farrd7 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_15' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=150 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=138 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.03 0.04 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 3jxhbn0z1ap2h Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 1 AND Reparto = 14 AND UPPER(Codice) = 'CIA_12' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=143 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=131 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: c5h04j7gsagma Plan Hash: 1499107076 SELECT PrelievoOrgano FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=91 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=57 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 1.63 1.78 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 ******************************************************************************** SQL ID: 3yr2sjdfhu0jv Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_14' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=140 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=128 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 11 0.00 0.00 SQL*Net message from client 11 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: a0bws2bjd88gn Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 3 AND Reparto = 14 AND UPPER(Codice) = 'CIA_11' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=140 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=128 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: 5p625dqr5fkjr Plan Hash: 1391612914 SELECT idtempo From CnfgTempi Where Progressivo = 9 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=90 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=45 us cost=0 size=0 card=1)(object id 4328611) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.03 0.06 ******************************************************************************** SQL ID: 8h2vvfzusg6kb Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 12 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 12 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=356 us cost=4 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 8dd0q96h8bbnb Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND (Convalida IN (-1,1,3) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 7 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=7 pr=0 pw=0 time=765 us cost=2 size=24 card=1) 8 8 8 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=441 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: dym7dfgsk3x4j Plan Hash: 1942594229 select * from repartiequipe req,cnfgequipe ceq where req.funzione = ceq.funzione and req.reparto = 14 and req.funzione = 2 order by req.funzione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 8 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 8 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=143 us cost=2 size=27 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=79 us cost=1 size=19 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=48 us cost=0 size=0 card=1)(object id 4328096) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTIEQUIPE (cr=2 pr=0 pw=0 time=45 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIEQUIPE1 (cr=1 pr=0 pw=0 time=26 us cost=0 size=0 card=1)(object id 4328154) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 SQL*Net break/reset to client 12 0.00 0.00 ******************************************************************************** SQL ID: bk0dqpnkyt0q8 Plan Hash: 995981425 SELECT descrizione FROM cnfgequipe where funzione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=77 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=42 us cost=0 size=0 card=1)(object id 4328096) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.02 0.03 SQL*Net break/reset to client 8 0.00 0.00 ******************************************************************************** SQL ID: fk1hx7xujkawu Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_6' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=185 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=172 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.07 0.07 ******************************************************************************** SQL ID: 77zm6bnj7j48u Plan Hash: 4165688936 select rowid, POSTLISTAOP FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=131 us cost=3 size=25 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 5fn9q9xsrvq6u Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 6 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 6 0 8 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 8 8 8 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=241 us cost=4 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: cvvhw137ha002 Plan Hash: 1942594229 select * from repartiequipe req,cnfgequipe ceq where req.funzione = ceq.funzione and req.reparto = 14 and req.funzione = 7 order by req.funzione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 8 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 8 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=146 us cost=2 size=27 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=76 us cost=1 size=19 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=42 us cost=0 size=0 card=1)(object id 4328096) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTIEQUIPE (cr=2 pr=0 pw=0 time=50 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIEQUIPE1 (cr=1 pr=0 pw=0 time=29 us cost=0 size=0 card=1)(object id 4328154) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 SQL*Net break/reset to client 16 0.00 0.00 ******************************************************************************** SQL ID: cwh4xm7btx9gc Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_14' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=201 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=190 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: f8ftr3rw1bx15 Plan Hash: 1499107076 SELECT USORECROOM FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 4 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=108 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=66 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.01 ******************************************************************************** SQL ID: 95gcgyh2883ur Plan Hash: 1499107076 SELECT USOCIA FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=79 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=51 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.01 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: bsqkzkbx4a52k Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND (Convalida IN (-1) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 14 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 14 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=7 pr=0 pw=0 time=338 us cost=2 size=24 card=1) 8 8 8 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=258 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.01 ******************************************************************************** SQL ID: 8dd0q96h8bbnb Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND (Convalida IN (-1,1,3) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 12 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 12 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=322 us cost=4 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 75m3jc153adna Plan Hash: 283620644 select rowid, TIPOINT FROM TIPIINTERVENTI WHERE INTERVENTO = 95 AND ( ROWID = :rowid5 ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY USER ROWID TIPIINTERVENTI (cr=1 pr=0 pw=0 time=112 us cost=1 size=3 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.03 0.06 ******************************************************************************** SQL ID: 8mram3pky573p Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_6' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=216 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=199 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: f9q9kd07xd9xp Plan Hash: 995981425 select cnfgequipe0_.FUNZIONE as FUNZIONE0_0_, cnfgequipe0_.DESCRIZIONE as DESCRIZI2_0_0_ from CNFGEQUIPE cnfgequipe0_ where cnfgequipe0_.FUNZIONE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.01 0 0 0 0 Fetch 2 0.00 0.00 0 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 4 0 2 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=94 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=51 us cost=0 size=0 card=1)(object id 4328096) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 7vsnnmz4wxt2x Plan Hash: 2602133715 SELECT COUNT(intequipe.codpersonale) AS NumChirurghi FROM intequipe,personale WHERE intequipe.codpersonale = personale.progressivo AND chkprimo = '1' AND personale.funzione = '1' AND progrintervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 8 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 8 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=8 pr=0 pw=0 time=443 us) 1 1 1 NESTED LOOPS (cr=8 pr=0 pw=0 time=397 us cost=3 size=17 card=1) 4 4 4 NESTED LOOPS (cr=4 pr=0 pw=0 time=344 us cost=3 size=17 card=1) 4 4 4 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=2 pr=0 pw=0 time=215 us cost=2 size=10 card=1) 5 5 5 INDEX RANGE SCAN INTEQUIPE3 (cr=1 pr=0 pw=0 time=95 us cost=1 size=0 card=1)(object id 4328955) 4 4 4 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=64 us cost=0 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=4 pr=0 pw=0 time=67 us cost=1 size=7 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 8p1tz367j35ht Plan Hash: 3373210357 select utente0_.SIGLA as SIGLA433_4_, utente0_.UTENTE as UTENTE433_4_, utente0_.LIVELLO as LIVELLO433_4_, utente0_.PASSWORD as PASSWORD433_4_, utente0_.PASSWORD2 as PASSWORD5_433_4_, utente0_.ATTIVO as ATTIVO433_4_, utente0_.ULTIMOACCESSO as ULTIMOAC7_433_4_, utente0_.LINGUA as LINGUA433_4_, utente0_.DATAPASSWORD as DATAPASS9_433_4_, utente0_.CAMBIOPASSWORD as CAMBIOP10_433_4_, utente0_.DATADISATTIVAZIONE as DATADIS11_433_4_, utente0_.DATARIATTIVAZIONE as DATARIA12_433_4_, utente0_.SMARTCARD as SMARTCARD433_4_, utente0_.CODFISC as CODFISC433_4_, utente0_.IGNORAADSI as IGNORAADSI433_4_, utente0_.COGNOME as COGNOME433_4_, utente0_.NOME as NOME433_4_, utente0_.SESSO as SESSO433_4_, utente0_.DATANASCITA as DATANAS19_433_4_, utente0_.COMUNENASCITA as COMUNEN20_433_4_, utente0_.TELEFONO as TELEFONO433_4_, utente0_.CODICEESTERNO as CODICEE22_433_4_, utente0_.MAIL as MAIL433_4_, utente0_.IMMAGINE as IMMAGINE433_4_, utente0_.IMMAGINETIPO as IMMAGIN25_433_4_, utente0_.INVIATO_O4C as INVIATO26_433_4_, livello1_.LIVELLO as LIVELLO442_0_, livello1_.DESCRIZIONE as DESCRIZI2_442_0_, livello1_.CONSULENTE as CONSULENTE442_0_, comune2_.PROGRESSIVO as PROGRESS1_572_1_, comune2_.CODICE as CODICE572_1_, comune2_.DESCRIZIONE as DESCRIZI3_572_1_, comune2_.CAP as CAP572_1_, comune2_.PROVINCIA as PROVINCIA572_1_, comune2_.CODICECF as CODICECF572_1_, comune2_.PROGRPROVINCIA as PROGRPRO7_572_1_, comune2_.SOPPRESSO as SOPPRESSO572_1_, provincie3_.PROGRESSIVO as PROGRESS1_574_2_, provincie3_.CODICEISTAT as CODICEIS2_574_2_, provincie3_.DESCRIZIONE as DESCRIZI3_574_2_, provincie3_.PROGRREGIONE as PROGRREG4_574_2_, provincie3_.SIGLA as SIGLA574_2_, regioni4_.PROGRESSIVO as PROGRESS1_428_3_, regioni4_.UTCODICE as UTCODICE428_3_, regioni4_.DESCRIZIONE as DESCRIZI4_428_3_, regioni4_.NONATTIVO as NONATTIVO428_3_, regioni4_.COPIAPROGRESSIVO as COPIAPRO6_428_3_, regioni4_.DATAORA as DATAORA428_3_, regioni4_.DATAINIZIO as DATAINIZIO428_3_, regioni4_.DATAFINE as DATAFINE428_3_ from UTENTI utente0_, DESCRIZIONILIVELLI livello1_, COMUNI comune2_, PROVINCIE provincie3_, TABELLE regioni4_ where utente0_.LIVELLO=livello1_.LIVELLO and utente0_.COMUNENASCITA=comune2_.PROGRESSIVO(+) and comune2_.PROGRPROVINCIA= provincie3_.PROGRESSIVO(+) and provincie3_.PROGRREGIONE= regioni4_.PROGRESSIVO(+) and utente0_.SIGLA=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.01 0.01 0 0 0 0 Fetch 2 0.00 0.00 0 8 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 8 0 2 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=192 us cost=5 size=240 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=168 us cost=4 size=183 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=150 us cost=3 size=159 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=98 us cost=2 size=138 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID UTENTI (cr=2 pr=0 pw=0 time=74 us cost=1 size=100 card=1) 1 1 1 INDEX UNIQUE SCAN UTENTI1 (cr=1 pr=0 pw=0 time=38 us cost=0 size=0 card=1)(object id 4329020) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=12 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=6 us cost=0 size=0 card=1)(object id 4328217) 1 1 1 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=42 us cost=1 size=21 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=15 us cost=0 size=0 card=1)(object id 4328639) 0 0 0 TABLE ACCESS BY INDEX ROWID PROVINCIE (cr=0 pr=0 pw=0 time=8 us cost=1 size=24 card=1) 0 0 0 INDEX UNIQUE SCAN PROVINCIE1 (cr=0 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 4328566) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=6 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 5 0.00 0.00 SQL*Net more data to client 2 0.00 0.00 SQL*Net message from client 5 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: cytkj0ytftanb Plan Hash: 4165688936 select rowid, ICDCODIFICADRG FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 4 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=132 us cost=3 size=15 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 5 0.00 0.00 SQL*Net message from client 5 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: bg2dx0hu2pap3 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND Convalida = 3 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 14 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 14 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=7 pr=0 pw=0 time=294 us cost=2 size=24 card=1) 8 8 8 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=188 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 3t5b0p8p8fgqj Plan Hash: 3976356461 select rowid, Intervento FROM AltriDati WHERE Intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=51 us cost=0 size=15 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 3afv9r525884p Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_0' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=205 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=182 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 2x0gvusz7rwkb Plan Hash: 995981425 SELECT descrizione FROM cnfgequipe where funzione = 3 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=81 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=45 us cost=0 size=0 card=1)(object id 4328096) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 4.67 4.68 SQL*Net break/reset to client 4 0.05 0.05 ******************************************************************************** SQL ID: 0vrpznhcn91hg Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_2' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=178 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=163 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 0yqs627vkf814 Plan Hash: 3798878895 SELECT intervento FROM esamirichiestipv where intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.02 0.02 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.02 0.02 0 5 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL ESAMIRICHIESTIPV (cr=1 pr=0 pw=0 time=113 us cost=2 size=13 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 11 0.00 0.00 SQL*Net message from client 11 0.00 0.00 row cache lock 7 0.00 0.01 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: cqy3ubu714bxs Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND Convalida = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 14 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 14 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=7 pr=0 pw=0 time=307 us cost=2 size=24 card=1) 8 8 8 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=188 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 5na1dux6hyu6z Plan Hash: 995981425 SELECT descrizione FROM cnfgequipe where funzione = 7 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 6 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=72 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=41 us cost=0 size=0 card=1)(object id 4328096) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 6.31 6.32 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 1f1z8d3gqhtku Plan Hash: 1499107076 SELECT NOSOLOGICO FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 4 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=140 us cost=1 size=55 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=88 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 22u3wtd0dtny0 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_13' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=178 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=165 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 24hy6ax4cvs7d Plan Hash: 1174175866 SELECT TEMPI_REAL_TIME FROM REPARTIBLOCCHI WHERE REPARTO = 14 AND BLOCCO = 2833 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 4 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTIBLOCCHI (cr=2 pr=0 pw=0 time=108 us cost=1 size=10 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=56 us cost=0 size=0 card=1)(object id 4328626) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: cbqkrw82tjmzt Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_1' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=189 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=168 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: d3q6p0x4jy62s Plan Hash: 1110805932 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '226' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 3 0 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 3 3 3 SORT ORDER BY (cr=3 pr=0 pw=0 time=298 us cost=5 size=114 card=2) 3 3 3 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=175 us cost=4 size=114 card=2) 3 3 3 INDEX RANGE SCAN TABELLE2 (cr=2 pr=0 pw=0 time=99 us cost=2 size=0 card=3)(object id 4328100) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.02 0.02 ******************************************************************************** SQL ID: 6au7ar07gzkt1 Plan Hash: 4165688936 select rowid, OreScadenzaInt FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=231 us cost=3 size=25 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 6v62530vgpgtk Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_8' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=173 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=160 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 77wfts45bjccp Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_0' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=178 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=161 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: fqpr8ypx60kms Plan Hash: 2141847458 select rowid, PROGRESSIVO, CODICE, CCOSTO, DECODE(ATTIVO,'0',DESCRIZIONE || ' (NO ACTIVO)', DESCRIZIONE) AS DESCRIZIONE, PROGREPARTO, ATTIVO FROM REPARTIDEGENZA WHERE 1=1 AND ( attivo = '1' ) ORDER BY ATTIVO DESC, DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 19 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 0 19 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 19 19 19 SORT ORDER BY (cr=2 pr=0 pw=0 time=390 us cost=3 size=551 card=19) 19 19 19 TABLE ACCESS BY INDEX ROWID REPARTIDEGENZA (cr=2 pr=0 pw=0 time=217 us cost=2 size=551 card=19) 19 19 19 INDEX RANGE SCAN REPARTIDEGENZA4 (cr=1 pr=0 pw=0 time=102 us cost=1 size=0 card=19)(object id 4328782) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 row cache lock 11 0.00 0.02 ******************************************************************************** SQL ID: dm5995vz2audw Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_10' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=173 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=161 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 6wurf6y01wcny Plan Hash: 1942594229 select * from repartiequipe req,cnfgequipe ceq where req.funzione = ceq.funzione and req.reparto = 14 and req.funzione = 3 order by req.funzione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 8 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 8 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=138 us cost=2 size=27 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=78 us cost=1 size=19 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=46 us cost=0 size=0 card=1)(object id 4328096) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTIEQUIPE (cr=2 pr=0 pw=0 time=42 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIEQUIPE1 (cr=1 pr=0 pw=0 time=25 us cost=0 size=0 card=1)(object id 4328154) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.01 0.02 SQL*Net break/reset to client 4 0.02 0.02 ******************************************************************************** SQL ID: 4k7z97r5227k1 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_5' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=170 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=157 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 8d8gwzxwm3f6j Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_3' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=152 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=139 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: cnm8wgsnumy33 Plan Hash: 1499107076 SELECT CHIRURGO_SEM From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=188 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=97 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 9ypcja54q2vb8 Plan Hash: 524631280 select paziente0_.PROGRESSIVO as col_0_0_ from PAZIENTI paziente0_ where paziente0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 7 0.00 0.00 0 0 0 0 Execute 7 0.00 0.00 0 0 0 0 Fetch 7 0.00 0.00 0 14 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 14 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=72 us cost=1 size=5 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 15 0.00 0.00 SQL*Net message from client 15 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 4uh75ac50g2jz Plan Hash: 3779891269 SELECT DISTINCT P.PROGRESSIVO AS PROGPERSONALE, GetBlocchiPerPersonale(P.Progressivo) AS DESCBLOCCOREPARTO FROM PERSONALE P,PERSONALEBLOCCHIREPARTI PBR WHERE P.PROGRESSIVO = PBR.PERSONALE (+) AND P.FUNZIONE = '7' AND P.PROGRESSIVO IN (138) AND NOT EXISTS (SELECT '1' FROM PERSONALEBLOCCHIREPARTI WHERE PERSONALEBLOCCHIREPARTI.PERSONALE = P.PROGRESSIVO AND PERSONALEBLOCCHIREPARTI.BLOCCO IN (2833) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.03 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.03 0.03 0 4 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT UNIQUE (cr=4 pr=0 pw=0 time=637 us cost=10 size=23 card=1) 0 0 0 HASH JOIN OUTER (cr=4 pr=0 pw=0 time=584 us cost=9 size=23 card=1) 0 0 0 NESTED LOOPS ANTI (cr=4 pr=0 pw=0 time=246 us cost=5 size=15 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=100 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=52 us cost=0 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=2 pr=0 pw=0 time=133 us cost=4 size=8 card=1) 0 0 0 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=16 card=2) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net break/reset to client 6 0.00 0.00 SQL*Net message to client 5 0.00 0.00 SQL*Net message from client 5 0.01 0.02 ******************************************************************************** SQL ID: caqkpzysar6k0 Plan Hash: 3061940591 SELECT LAR.* FROM LISTAATTESARIATTIVAZIONE LAR,LISTAATTESA LA WHERE LA.NUMERO = LAR.NUMERO AND LA.SOSPESO <> 2 AND LAR.RIATTIVA_MODALITA IS NULL AND LAR.DATARIATTIVAZIONE <= to_date('2021-10-21','yyyy-mm-dd') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.01 0.02 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.02 0 8 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=148 us cost=3 size=44 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=136 us cost=3 size=44 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESARIATTIVAZIONE (cr=2 pr=0 pw=0 time=130 us cost=2 size=37 card=1) 2 2 2 INDEX RANGE SCAN LISTAATTESARIATTIVAZIONE2 (cr=1 pr=0 pw=0 time=76 us cost=1 size=0 card=2)(object id 4328262) 0 0 0 INDEX UNIQUE SCAN LISTAATTESA1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328934) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=0 pr=0 pw=0 time=0 us cost=1 size=7 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 ******************************************************************************** SQL ID: 09my59r2caj20 Plan Hash: 3910211908 select rowid, NoteTipoIntervento FROM ListaAttesa WHERE Numero = 82 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 4 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 4 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=4 pr=0 pw=0 time=318 us cost=2 size=227 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=79 us cost=1 size=0 card=1)(object id 4328934) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 3 0.06 0.07 ******************************************************************************** SQL ID: cv1yvsk48sgj2 Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND Convalida = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 6 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 6 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=251 us cost=4 size=96 card=4) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 1132gfqk88utt Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_9' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=159 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=144 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 3wpkh4ggw4pqh Plan Hash: 3604293928 SELECT INTEQUIPESCOPIE.PROGPERSONALE, NVL(INTEQUIPESCOPIE.PROGALTRESCOPIE, INTEQUIPESCOPIE.PROGALTRIDATI) AS PROGRESSIVO, INTEQUIPESCOPIE.DISTANZASCOPIA, INTEQUIPESCOPIE.TEMPOSCOPIA, NVL(ALTRESCOPIE.CONTATORE,0) AS CONTATORE FROM INTEQUIPESCOPIE, PERSONALE, ALTRESCOPIE WHERE 1=1 AND INTEQUIPESCOPIE.PROGPERSONALE = PERSONALE.PROGRESSIVO AND INTEQUIPESCOPIE.PROGALTRESCOPIE = ALTRESCOPIE.PROGRESSIVO (+) AND INTEQUIPESCOPIE.PROGINTERVENTO = 95 AND PERSONALE.FUNZIONE = 2 ORDER BY INTEQUIPESCOPIE.PROGPERSONALE, CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=204 us cost=2 size=101 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=139 us cost=1 size=101 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=132 us cost=1 size=101 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=126 us cost=0 size=94 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPESCOPIE (cr=1 pr=0 pw=0 time=119 us cost=0 size=68 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE5 (cr=1 pr=0 pw=0 time=108 us cost=0 size=0 card=1)(object id 4328450) 0 0 0 TABLE ACCESS BY INDEX ROWID ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=0 size=26 card=1) 0 0 0 INDEX UNIQUE SCAN PK_ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328143) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329013) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=0 us cost=1 size=7 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.01 ******************************************************************************** SQL ID: cuq5w2mdd4sdx Plan Hash: 3779891269 SELECT DISTINCT P.PROGRESSIVO AS PROGPERSONALE, GetBlocchiPerPersonale(P.Progressivo) AS DESCBLOCCOREPARTO FROM PERSONALE P,PERSONALEBLOCCHIREPARTI PBR WHERE P.PROGRESSIVO = PBR.PERSONALE (+) AND P.FUNZIONE = '2' AND P.PROGRESSIVO IN (11) AND NOT EXISTS (SELECT '1' FROM PERSONALEBLOCCHIREPARTI WHERE PERSONALEBLOCCHIREPARTI.PERSONALE = P.PROGRESSIVO AND PERSONALEBLOCCHIREPARTI.BLOCCO IN (2833) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 5 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT UNIQUE (cr=5 pr=0 pw=0 time=613 us cost=10 size=23 card=1) 0 0 0 HASH JOIN OUTER (cr=5 pr=0 pw=0 time=574 us cost=9 size=23 card=1) 0 0 0 NESTED LOOPS ANTI (cr=5 pr=0 pw=0 time=293 us cost=5 size=15 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=97 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=54 us cost=0 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=3 pr=0 pw=0 time=183 us cost=4 size=8 card=1) 0 0 0 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=16 card=2) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 ******************************************************************************** SQL ID: a74t5qmps0zx1 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_7' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=151 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=137 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 0fzm0batz2j0s Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_2' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=165 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=153 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 8ssn4b77j0jw8 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_14' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=174 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=163 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.03 0.03 ******************************************************************************** SQL ID: fk4k6fc5wudwk Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_7' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=152 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=141 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 0cwuhpkqxcugb Plan Hash: 2577190442 SELECT P.PROGRESSIVO, P.UTCODICE, P.DESCRIZIONE, P.DURATA, P.FLACONI, P.NGIORNI, P.REGIME, P.PROTESI, P.ANESTESIA, P.INUSO, P.NGIORNIPOSTINT, P.PRIORITA, (SELECT COUNT(*) FROM VMAX59 WHERE PREVISIONE = P.PROGRESSIVO) AS NUMICD9, (SELECT COUNT(*) FROM VMAX61 WHERE PREVISIONE = P.PROGRESSIVO) AS NUMPRESIDI, PRI.DESCRIZIONE AS DESCPRIORITA, P.ESCLUDICHECKLIST, P.DURATASANIFICAZIONE, P.GARANZIA, GARANZIA.DESCRIZIONE AS DESCGARANZIA FROM PREVISIONI P, PRIORITA PRI, TABELLE GARANZIA WHERE 1=1 AND P.PRIORITA = PRI.PROGRESSIVO (+) AND P.GARANZIA = GARANZIA.PROGRESSIVO (+) AND P.PROGRESSIVO IN ( 369 ) ORDER BY P.UTCODICE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.03 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 10 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.03 0 10 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=2 pr=0 pw=0 time=95 us) 25 25 25 INDEX RANGE SCAN ICDPREVISIONI1 (cr=2 pr=0 pw=0 time=80 us cost=2 size=44 card=11)(object id 4328317) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=58 us) 0 0 0 INDEX RANGE SCAN PRESIDIPREVISIONI1 (cr=1 pr=0 pw=0 time=47 us cost=0 size=13 card=1)(object id 4328876) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=169 us cost=3 size=131 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=135 us cost=2 size=95 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=2 pr=0 pw=0 time=86 us cost=1 size=68 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=48 us cost=0 size=0 card=1)(object id 4328856) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=34 us cost=1 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=21 us cost=0 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID PRIORITA (cr=2 pr=0 pw=0 time=23 us cost=1 size=36 card=1) 1 1 1 INDEX UNIQUE SCAN PRIORITA1 (cr=1 pr=0 pw=0 time=11 us cost=0 size=0 card=1)(object id 4328718) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 0xmprps7k2py7 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_5' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=154 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=141 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 0f2tn4rtqdh9u Plan Hash: 4165688936 select rowid, SSElastomero FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=215 us cost=3 size=141 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 8uk4yrtc6b84s Plan Hash: 1499107076 SELECT BLOCCO FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 4 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=101 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=57 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: ffk50tcxtxqth Plan Hash: 4165688936 SELECT TCHIR1 FROM AVELCO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=230 us cost=3 size=13 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 row cache lock 5 0.00 0.01 ******************************************************************************** SQL ID: 4k3f0hv3b3f3g Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_13' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=155 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=143 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 6p3r8nw1fdr3x Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_4' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=152 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=140 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 60p3pc4y7qna5 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_8' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=150 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=138 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 8ay5b7j8hb7rz Plan Hash: 806745218 select rowid, NOTERISVEGLIO FROM POSTOP_ANEST WHERE PROGRESSIVO = 91 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID POSTOP_ANEST (cr=2 pr=0 pw=0 time=170 us cost=1 size=14 card=1) 1 1 1 INDEX UNIQUE SCAN PK_POSTOP_ANEST (cr=1 pr=0 pw=0 time=67 us cost=0 size=0 card=1)(object id 4328314) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 8x5ha3fxn4j0g Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41553 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=94 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.02 0.02 ******************************************************************************** SQL ID: 1zdq6730ukd4p Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41559 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=92 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: dm3ds5w7ff77j Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_1' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=151 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=137 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 607f5jzv0jm2j Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_10' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=147 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=135 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 352grb0am6445 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_3' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=150 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=138 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 8tnvj2ymk376c Plan Hash: 1430153213 SELECT idaccconnessioni,stringa,priorita,1 AS ordine FROM accconnessioni WHERE preferenziale = '1' AND programma = 8 AND linguaggio = 1 UNION SELECT idaccconnessioni,stringa,priorita,2 AS ordine FROM accconnessioni WHERE idaccconnessioni = -1 AND programma = 8 AND linguaggio = 1 UNION SELECT idaccconnessioni,stringa,priorita,3 AS ordine FROM accconnessioni WHERE preferenziale = '0' AND programma = 8 AND linguaggio = 1 AND idaccconnessioni <> -1 ORDER BY ordine ASC,priorita ASC call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 5 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 5 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT UNIQUE (cr=5 pr=0 pw=0 time=387 us cost=8 size=348 card=3) 1 1 1 UNION-ALL (cr=5 pr=0 pw=0 time=278 us) 1 1 1 TABLE ACCESS BY INDEX ROWID ACCCONNESSIONI (cr=2 pr=0 pw=0 time=126 us cost=2 size=117 card=1) 1 1 1 INDEX RANGE SCAN ACCCONNESSIONI2 (cr=1 pr=0 pw=0 time=82 us cost=1 size=0 card=1)(object id 4328810) 0 0 0 TABLE ACCESS BY INDEX ROWID ACCCONNESSIONI (cr=1 pr=0 pw=0 time=42 us cost=1 size=114 card=1) 0 0 0 INDEX UNIQUE SCAN ACCCONNESSIONI1 (cr=1 pr=0 pw=0 time=33 us cost=0 size=0 card=1)(object id 4328811) 0 0 0 TABLE ACCESS BY INDEX ROWID ACCCONNESSIONI (cr=2 pr=0 pw=0 time=55 us cost=2 size=117 card=1) 1 1 1 INDEX RANGE SCAN ACCCONNESSIONI2 (cr=1 pr=0 pw=0 time=36 us cost=1 size=0 card=1)(object id 4328810) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.35 0.35 ******************************************************************************** SQL ID: f2y7rqn2cudqh Plan Hash: 2960174351 select (max(PROGRESSIVO)+1) as numero from POSTOP_ANEST call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=188 us) 1 1 1 INDEX FULL SCAN (MIN/MAX) PK_POSTOP_ANEST (cr=1 pr=0 pw=0 time=135 us cost=1 size=3 card=1)(object id 4328314) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: d9dag1xctaqqt Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_9' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=147 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=135 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: fypxw4nxyx07z Plan Hash: 1499107076 SELECT CEC_SEM From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=172 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=87 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: dy78q4gtbppzh Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41535 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=100 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.16 0.16 ******************************************************************************** SQL ID: byjyrup08zw4d Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_12' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=152 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=138 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 9s4qkhg2jt2j7 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_7' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=220 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=208 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 7kqh2aq59tsks Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41555 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=85 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.02 0.02 ******************************************************************************** SQL ID: 9nwyst6r6j07s Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41557 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=85 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 4khrvf7h2gvxs Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_15' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=147 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=133 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 5xd7twb0fmu1j Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41533 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=95 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 0qk42rwamz47h Plan Hash: 1942594229 select * from repartiequipe req,cnfgequipe ceq where req.funzione = ceq.funzione and req.reparto = 14 and req.funzione = 1 order by req.funzione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.01 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 8 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.01 0 8 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=100 us cost=2 size=27 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=48 us cost=1 size=19 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=28 us cost=0 size=0 card=1)(object id 4328096) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTIEQUIPE (cr=2 pr=0 pw=0 time=36 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIEQUIPE1 (cr=1 pr=0 pw=0 time=22 us cost=0 size=0 card=1)(object id 4328154) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 SQL*Net break/reset to client 12 0.00 0.00 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: 173k67j4u1629 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_11' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=145 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=132 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: b7z8ccw1pu8w4 Plan Hash: 1072942911 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'lista_attesa' AND UPPER(COL_NAME) = 'LA_CHIAVEESTERNA' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 4 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 4 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID SETUPGRIGLIEWEB (cr=4 pr=0 pw=0 time=352 us cost=3 size=49 card=1) 1 1 1 INDEX RANGE SCAN PK_SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=306 us cost=2 size=0 card=1)(object id 4328183) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.82 0.82 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 80zq6cqp2pj4m Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_12' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=146 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=131 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: cyp2gjc35gvqc Plan Hash: 1499107076 SELECT Prelievoorgano FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=209 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=168 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: cmqs70g2n2f48 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND (Convalida IN (-1,1,2,3) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 7 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 7 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=7 pr=0 pw=0 time=345 us cost=2 size=24 card=1) 8 8 8 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=163 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 0wf3wnbfwrzjb Plan Hash: 1499107076 SELECT AMBULATORIALE,PRELIEVOORGANO FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 4 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=84 us cost=1 size=9 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=50 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 080mqvf14a0da Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_13' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=204 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=190 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.02 0.02 ******************************************************************************** SQL ID: 9sumrvp7w3p9n Plan Hash: 862861938 select tabelle0_.PROGRESSIVO as PROGRESS1_15_0_, tabelle0_.CODICETABELLA as CODICETA2_15_0_, tabelle0_.UTCODICE as UTCODICE15_0_, tabelle0_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle0_.NONATTIVO as NONATTIVO15_0_, tabelle0_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle0_.DATAORA as DATAORA15_0_, tabelle0_.DATAINIZIO as DATAINIZIO15_0_, tabelle0_.DATAFINE as DATAFINE15_0_ from TABELLE tabelle0_ where tabelle0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=156 us cost=2 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=78 us cost=1 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: bk1pz5a9wynsq Plan Hash: 1201041653 SELECT intervento FROM lab_esamirichiesti where statorecord <> 'E' and intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.01 0 5 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID LAB_ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=82 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN LAB_ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=70 us cost=1 size=0 card=1)(object id 4328169) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.26 0.28 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 4s4q6a8us6nwb Plan Hash: 3910211908 SELECT diagnosi FROM LISTAATTESA where numero = 82 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=206 us cost=2 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=164 us cost=1 size=0 card=1)(object id 4328934) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 1gfx4wv6shfmd Plan Hash: 1110805932 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '228' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 SORT ORDER BY (cr=3 pr=0 pw=0 time=255 us cost=5 size=171 card=3) 4 4 4 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=160 us cost=4 size=171 card=3) 4 4 4 INDEX RANGE SCAN TABELLE2 (cr=2 pr=0 pw=0 time=97 us cost=2 size=0 card=4)(object id 4328100) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: g4xy3jazbyuqt Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE Convalida = 2 AND Reparto = 14 AND UPPER(Codice) = 'CIA_11' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=140 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=127 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: dnbm557z61v74 Plan Hash: 3604293928 SELECT INTEQUIPESCOPIE.PROGPERSONALE, NVL(INTEQUIPESCOPIE.PROGALTRESCOPIE, INTEQUIPESCOPIE.PROGALTRIDATI) AS PROGRESSIVO, INTEQUIPESCOPIE.DISTANZASCOPIA, INTEQUIPESCOPIE.TEMPOSCOPIA, NVL(ALTRESCOPIE.CONTATORE,0) AS CONTATORE FROM INTEQUIPESCOPIE, PERSONALE, ALTRESCOPIE WHERE 1=1 AND INTEQUIPESCOPIE.PROGPERSONALE = PERSONALE.PROGRESSIVO AND INTEQUIPESCOPIE.PROGALTRESCOPIE = ALTRESCOPIE.PROGRESSIVO (+) AND INTEQUIPESCOPIE.PROGINTERVENTO = 95 AND PERSONALE.FUNZIONE = 7 ORDER BY INTEQUIPESCOPIE.PROGPERSONALE, CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=175 us cost=2 size=101 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=111 us cost=1 size=101 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=104 us cost=1 size=101 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=97 us cost=0 size=94 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPESCOPIE (cr=1 pr=0 pw=0 time=89 us cost=0 size=68 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE5 (cr=1 pr=0 pw=0 time=75 us cost=0 size=0 card=1)(object id 4328450) 0 0 0 TABLE ACCESS BY INDEX ROWID ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=0 size=26 card=1) 0 0 0 INDEX UNIQUE SCAN PK_ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328143) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329013) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=0 us cost=1 size=7 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 5w003zkma5ppz Plan Hash: 1394455219 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND (Convalida IN (-1,1) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 6 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=416 us cost=4 size=24 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: bapx1aurg781u Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41567 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=88 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 485npr9q2m6rz Plan Hash: 3604293928 SELECT INTEQUIPESCOPIE.PROGPERSONALE, NVL(INTEQUIPESCOPIE.PROGALTRESCOPIE, INTEQUIPESCOPIE.PROGALTRIDATI) AS PROGRESSIVO, INTEQUIPESCOPIE.DISTANZASCOPIA, INTEQUIPESCOPIE.TEMPOSCOPIA, NVL(ALTRESCOPIE.CONTATORE,0) AS CONTATORE FROM INTEQUIPESCOPIE, PERSONALE, ALTRESCOPIE WHERE 1=1 AND INTEQUIPESCOPIE.PROGPERSONALE = PERSONALE.PROGRESSIVO AND INTEQUIPESCOPIE.PROGALTRESCOPIE = ALTRESCOPIE.PROGRESSIVO (+) AND INTEQUIPESCOPIE.PROGINTERVENTO = 95 AND PERSONALE.FUNZIONE = 1 ORDER BY INTEQUIPESCOPIE.PROGPERSONALE, CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=185 us cost=2 size=101 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=103 us cost=1 size=101 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=93 us cost=1 size=101 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=88 us cost=0 size=94 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPESCOPIE (cr=1 pr=0 pw=0 time=83 us cost=0 size=68 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE5 (cr=1 pr=0 pw=0 time=70 us cost=0 size=0 card=1)(object id 4328450) 0 0 0 TABLE ACCESS BY INDEX ROWID ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=0 size=26 card=1) 0 0 0 INDEX UNIQUE SCAN PK_ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328143) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329013) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=0 us cost=1 size=7 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: fhz7ysskd75bt Plan Hash: 1970219185 SELECT DIAGNINT.*,DIAGN.UTCODICE,DIAGN.DESCRIZIONE FROM INTERVENTI INT, DIAGNOSIINTERVENTI DIAGNINT, DIAGNOSI DIAGN WHERE INT.PROGRESSIVO = DIAGNINT.INTERVENTO AND DIAGNINT.DIAGNOSI = DIAGN.PROGRESSIVO AND INT.PROGRESSIVO = 95 ORDER BY DIAGNINT.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 6 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 6 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=6 pr=0 pw=0 time=230 us cost=3 size=111 card=1) 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=182 us cost=3 size=111 card=1) 1 1 1 NESTED LOOPS (cr=3 pr=0 pw=0 time=144 us cost=2 size=14 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=50 us cost=0 size=3 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=2 pr=0 pw=0 time=85 us cost=2 size=11 card=1) 1 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=47 us cost=1 size=0 card=1)(object id 4328627) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=30 us cost=0 size=0 card=1)(object id 4328750) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=1 pr=0 pw=0 time=29 us cost=1 size=97 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 row cache lock 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 4ay7frs28syq6 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_15' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=124 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=115 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 1.73 2.72 ******************************************************************************** SQL ID: 15t959k65kbj7 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_4' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=128 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=117 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 304sp68kchjv1 Plan Hash: 1499107076 SELECT ALTRI_SEM From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=147 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=73 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 586tp1yn1abxx Plan Hash: 1499107076 SELECT GENERALE_SEM From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=144 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=83 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: f2z89k38sp6zv Plan Hash: 2394020273 SELECT * FROM ICDINTERVENTI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 10 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 10 10 10 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=2 pr=0 pw=0 time=261 us cost=2 size=11 card=1) 10 10 10 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=139 us cost=1 size=0 card=1)(object id 4328796) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: gsj2rqnmynmh6 Plan Hash: 931465255 select profilassi0_.PROGLISTAATTESA as PROGLIST2_4_, profilassi0_.PROGRESSIVO as PROGRESS1_4_, profilassi0_.PROGRESSIVO as PROGRESS1_131_3_, profilassi0_.PROGLISTAATTESA as PROGLIST2_131_3_, profilassi0_.CONTATORE as CONTATORE131_3_, profilassi0_.TERAPIAANTIBIOTICA as TERAPIAA4_131_3_, profilassi0_.DOSAGGIO as DOSAGGIO131_3_, profilassi0_.UNITAMISURA as UNITAMIS6_131_3_, profilassi0_.VIADISOMMINISTRAZIONE as VIADISOM7_131_3_, tabelle1_.PROGRESSIVO as PROGRESS1_15_0_, tabelle1_.CODICETABELLA as CODICETA2_15_0_, tabelle1_.UTCODICE as UTCODICE15_0_, tabelle1_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle1_.NONATTIVO as NONATTIVO15_0_, tabelle1_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle1_.DATAORA as DATAORA15_0_, tabelle1_.DATAINIZIO as DATAINIZIO15_0_, tabelle1_.DATAFINE as DATAFINE15_0_, tabelle2_.PROGRESSIVO as PROGRESS1_15_1_, tabelle2_.CODICETABELLA as CODICETA2_15_1_, tabelle2_.UTCODICE as UTCODICE15_1_, tabelle2_.DESCRIZIONE as DESCRIZI4_15_1_, tabelle2_.NONATTIVO as NONATTIVO15_1_, tabelle2_.COPIAPROGRESSIVO as COPIAPRO6_15_1_, tabelle2_.DATAORA as DATAORA15_1_, tabelle2_.DATAINIZIO as DATAINIZIO15_1_, tabelle2_.DATAFINE as DATAFINE15_1_, tabelle3_.PROGRESSIVO as PROGRESS1_15_2_, tabelle3_.CODICETABELLA as CODICETA2_15_2_, tabelle3_.UTCODICE as UTCODICE15_2_, tabelle3_.DESCRIZIONE as DESCRIZI4_15_2_, tabelle3_.NONATTIVO as NONATTIVO15_2_, tabelle3_.COPIAPROGRESSIVO as COPIAPRO6_15_2_, tabelle3_.DATAORA as DATAORA15_2_, tabelle3_.DATAINIZIO as DATAINIZIO15_2_, tabelle3_.DATAFINE as DATAFINE15_2_ from LISTAATTESAPROFANTIBIOTICA profilassi0_, TABELLE tabelle1_, TABELLE tabelle2_, TABELLE tabelle3_ where profilassi0_.TERAPIAANTIBIOTICA= tabelle1_.PROGRESSIVO and profilassi0_.UNITAMISURA=tabelle2_.PROGRESSIVO(+) and profilassi0_.VIADISOMMINISTRAZIONE=tabelle3_.PROGRESSIVO(+) and profilassi0_.PROGLISTAATTESA=:1 order by profilassi0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.02 0.02 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.03 0 2 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=238 us cost=5 size=262 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=112 us cost=4 size=262 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=102 us cost=3 size=205 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=96 us cost=2 size=148 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESAPROFANTIBIOTICA (cr=1 pr=0 pw=0 time=89 us cost=1 size=91 card=1) 0 0 0 INDEX RANGE SCAN LSTAATTPROFANTIBIOTICA2 (cr=1 pr=0 pw=0 time=78 us cost=1 size=0 card=1)(object id 4328303) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.01 0.02 ******************************************************************************** SQL ID: 4b3pfw2vyc6wu Plan Hash: 3604293928 SELECT INTEQUIPESCOPIE.PROGPERSONALE, NVL(INTEQUIPESCOPIE.PROGALTRESCOPIE, INTEQUIPESCOPIE.PROGALTRIDATI) AS PROGRESSIVO, INTEQUIPESCOPIE.DISTANZASCOPIA, INTEQUIPESCOPIE.TEMPOSCOPIA, NVL(ALTRESCOPIE.CONTATORE,0) AS CONTATORE FROM INTEQUIPESCOPIE, PERSONALE, ALTRESCOPIE WHERE 1=1 AND INTEQUIPESCOPIE.PROGPERSONALE = PERSONALE.PROGRESSIVO AND INTEQUIPESCOPIE.PROGALTRESCOPIE = ALTRESCOPIE.PROGRESSIVO (+) AND INTEQUIPESCOPIE.PROGINTERVENTO = 95 AND PERSONALE.FUNZIONE = 3 ORDER BY INTEQUIPESCOPIE.PROGPERSONALE, CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=170 us cost=2 size=101 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=107 us cost=1 size=101 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=98 us cost=1 size=101 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=91 us cost=0 size=94 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPESCOPIE (cr=1 pr=0 pw=0 time=84 us cost=0 size=68 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE5 (cr=1 pr=0 pw=0 time=71 us cost=0 size=0 card=1)(object id 4328450) 0 0 0 TABLE ACCESS BY INDEX ROWID ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=0 size=26 card=1) 0 0 0 INDEX UNIQUE SCAN PK_ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328143) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329013) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=0 us cost=1 size=7 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 5bhuyx08nc231 Plan Hash: 1110805932 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '146' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 SORT ORDER BY (cr=3 pr=0 pw=0 time=220 us cost=4 size=114 card=2) 2 2 2 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=135 us cost=3 size=114 card=2) 2 2 2 INDEX RANGE SCAN TABELLE2 (cr=2 pr=0 pw=0 time=90 us cost=2 size=0 card=2)(object id 4328100) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 2xxduvmp4vm24 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_12' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=180 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=166 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 5259rzuatjxzj Plan Hash: 1955432048 select rowid, elezurg FROM AltriDati WHERE Intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=3 pr=0 pw=0 time=232 us cost=1 size=28 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=64 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 ******************************************************************************** SQL ID: 086xzqjxsv9wf Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41561 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=69 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: b8n2wy8f663vf Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_8' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=168 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=154 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: gv2grz2xqjqqk Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41563 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=67 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: dv166d3ha2pq4 Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41539 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=83 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: aagksxksfyx3k Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_15' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=190 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=172 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 5 0.00 0.00 SQL*Net message from client 5 4.03 5.72 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 02xn9f5v0xkw3 Plan Hash: 1499107076 SELECT CODPAZIENTE FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=131 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=80 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 00r0dbtmw5q51 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_10' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=160 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=149 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 5fwk7skv4z3fx Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41543 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=72 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: ch9kkubvdwa9d Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41529 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=68 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.09 0.09 ******************************************************************************** SQL ID: ckbtku0rujngs Plan Hash: 3886774841 SELECT TUTORE FROM PERCORSI WHERE INTERV = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID PERCORSI (cr=3 pr=0 pw=0 time=259 us cost=2 size=15 card=1) 1 1 1 INDEX RANGE SCAN PERCORSI2 (cr=1 pr=0 pw=0 time=81 us cost=1 size=0 card=1)(object id 4328839) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: fahzv9vvdha4d Plan Hash: 1499107076 select rowid, tdiagnosi1 FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=91 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=59 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 9yyusrdvm78a7 Plan Hash: 4165688936 select rowid, flag3 FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=155 us cost=3 size=25 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 6xmwmt5tvgkqw Plan Hash: 2789299873 select rowid, NOTE FROM INTRAOP_ANEST WHERE PROGRESSIVO = 91 AND ( ROWID = :rowid2 ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY USER ROWID INTRAOP_ANEST (cr=1 pr=0 pw=0 time=83 us cost=1 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 ******************************************************************************** SQL ID: 5bumr1t0wvasp Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41537 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=77 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: c5kp1pswyxqax Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41549 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=67 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 27g7s0sqjqjb5 Plan Hash: 3152255095 SELECT a.Progressivo, a.UtCodice, a.Descrizione AS DescDiagnosi, DECODE(Tabelle.Descrizione,Null,'','['||Tabelle.Descrizione||'] ') ||a.Descrizione AS Descrizione, a.Sinonimo, (SELECT COUNT(*) FROM ICDDIAGNOSI WHERE DIAGNOSI = a.PROGRESSIVO) AS ICDASSOCIATI FROM Diagnosi a,Tabelle WHERE Tabelle.Progressivo(+) = a.Famiglia AND A.PROGRESSIVO IN ( 35111 ) ORDER BY A.UTCODICE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 4 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 4 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=71 us) 0 0 0 INDEX RANGE SCAN ICDDIAGNOSI3 (cr=1 pr=0 pw=0 time=47 us cost=0 size=13 card=1)(object id 4328754) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=106 us cost=2 size=129 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=3 pr=0 pw=0 time=72 us cost=2 size=102 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=50 us cost=1 size=0 card=1)(object id 4328750) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=15 us cost=0 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=8 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 21w530up29cpy Plan Hash: 1499107076 SELECT SBLOCCOTEMPI_CHI FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=113 us cost=1 size=20 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=71 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: g4jchuf0h4t8h Plan Hash: 1499107076 SELECT EQUIPE_SEM From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=122 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=76 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 19rtcjxkj1t4n Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41527 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=78 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 7u4n645p35ud4 Plan Hash: 1499107076 SELECT CHIRURGO_CHI,CHIRURGO_SEM FROM INTERVENTI where PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=98 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=60 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.02 0.02 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 1g7byj6g3k4ub Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_5' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=166 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=152 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 1v8xg9cwzdq9d Plan Hash: 1031984594 SELECT VERSIONE FROM DIAGNOSIVERSIONIPERIODI WHERE TO_DATE('2021-10-21','YYYY-MM-DD') BETWEEN DATA1 AND NVL(DATA2,SYSDATE +3000) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIVERSIONIPERIODI (cr=2 pr=0 pw=0 time=176 us cost=2 size=32 card=2) 1 1 1 INDEX RANGE SCAN DIAGNOSIVERSIONIPERIODI3 (cr=1 pr=0 pw=0 time=80 us cost=1 size=0 card=2)(object id 4328490) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 1u3rhcgpazjv2 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_0' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=160 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=146 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 08rwacd83j2q1 Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41565 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=78 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: fc078hvn5bnf2 Plan Hash: 1499107076 SELECT IMPIANTI_SEM From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=114 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=68 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 5r7dygt2xuasj Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_14' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=155 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=142 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 4ft2dun7qvxay Plan Hash: 2802801336 SELECT * FROM CNFGTEMPI WHERE FLAGICD = -1 AND REPARTO IS NULL call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=140 us cost=2 size=106 card=2) 2 2 2 INDEX RANGE SCAN CNFGTEMPI2 (cr=1 pr=0 pw=0 time=82 us cost=1 size=0 card=2)(object id 4328610) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 84m2xy703jp5c Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_2' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=150 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=140 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 9xrjx217sudtj Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41541 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=63 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 5xmthqwvbg0zt Plan Hash: 3616902813 SELECT progressivo,telefono FROM pazienti WHERE progressivo = 85 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=164 us cost=2 size=114 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=79 us cost=1 size=0 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.43 0.43 ******************************************************************************** SQL ID: ggpkdzx8umaxs Plan Hash: 1955432048 SELECT tempoBrillanza FROM altridati where intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=87 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=46 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 006br76r1tg8f Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_11' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=151 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=139 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 3b5bvdw3cnw1y Plan Hash: 1499107076 SELECT NOSOLOGICO,NOSOLOGICOVALIDATO FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=143 us cost=1 size=58 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=85 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 2yh1ctq4jzu58 Plan Hash: 1460783360 select indaginidi0_.PROGLISTAATTESA as PROGLIST1_2_, indaginidi0_.ProgListaAttesa as ProgList1_2_, indaginidi0_.PROGINDAGINIDIAGNOSTICHE as PROGINDA2_2_, indaginidi0_.ProgListaAttesa as ProgList1_128_1_, indaginidi0_.PROGINDAGINIDIAGNOSTICHE as PROGINDA2_128_1_, indaginidi0_.PROGLISTAATTESA as PROGLIST1_128_1_, indaginidi0_.CONTATORE as CONTATORE128_1_, tabelle1_.PROGRESSIVO as PROGRESS1_15_0_, tabelle1_.CODICETABELLA as CODICETA2_15_0_, tabelle1_.UTCODICE as UTCODICE15_0_, tabelle1_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle1_.NONATTIVO as NONATTIVO15_0_, tabelle1_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle1_.DATAORA as DATAORA15_0_, tabelle1_.DATAINIZIO as DATAINIZIO15_0_, tabelle1_.DATAFINE as DATAFINE15_0_ from LISTAATTESAINDAGINIDIAGN indaginidi0_, TABELLE tabelle1_ where indaginidi0_.PROGINDAGINIDIAGNOSTICHE=tabelle1_.PROGRESSIVO and indaginidi0_.PROGLISTAATTESA=:1 order by indaginidi0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 2 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=206 us cost=1 size=96 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=117 us cost=0 size=96 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=110 us cost=0 size=96 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESAINDAGINIDIAGN (cr=1 pr=0 pw=0 time=96 us cost=0 size=39 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESAINDAGINIDIAGN1 (cr=1 pr=0 pw=0 time=82 us cost=0 size=0 card=1)(object id 4328952) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=0 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.02 0.02 ******************************************************************************** SQL ID: 1cya9513f5nya Plan Hash: 1007213691 select utente0_.SIGLA as SIGLA19_1_, utente0_.UTENTE as UTENTE19_1_, utente0_.LIVELLO as LIVELLO19_1_, utente0_.PASSWORD as PASSWORD19_1_, utente0_.PASSWORD2 as PASSWORD5_19_1_, utente0_.ATTIVO as ATTIVO19_1_, utente0_.ULTIMOACCESSO as ULTIMOAC7_19_1_, utente0_.LINGUA as LINGUA19_1_, utente0_.DATAPASSWORD as DATAPASS9_19_1_, utente0_.CAMBIOPASSWORD as CAMBIOP10_19_1_, utente0_.DATADISATTIVAZIONE as DATADIS11_19_1_, utente0_.DATARIATTIVAZIONE as DATARIA12_19_1_, utente0_.SMARTCARD as SMARTCARD19_1_, utente0_.CODFISC as CODFISC19_1_, utente0_.IGNORAADSI as IGNORAADSI19_1_, utente0_.COGNOME as COGNOME19_1_, utente0_.NOME as NOME19_1_, utente0_.DATAANALYZER_USERNAME as DATAANA18_19_1_, utente0_.DATAANALYZER_PASSWORD as DATAANA19_19_1_, utente0_.ALIASFIRMAREMOTA as ALIASFI20_19_1_, utente0_.INVIATO_O4C as INVIATO21_19_1_, livello1_.LIVELLO as LIVELLO2_0_, livello1_.DESCRIZIONE as DESCRIZI2_2_0_, livello1_.CONSULENTE as CONSULENTE2_0_ from UTENTI utente0_, DESCRIZIONILIVELLI livello1_ where utente0_.LIVELLO= livello1_.LIVELLO and utente0_.SIGLA=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 4 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 4 0 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=170 us cost=2 size=121 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID UTENTI (cr=2 pr=0 pw=0 time=99 us cost=1 size=100 card=1) 1 1 1 INDEX UNIQUE SCAN UTENTI1 (cr=1 pr=0 pw=0 time=65 us cost=0 size=0 card=1)(object id 4329020) 1 1 1 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=47 us cost=1 size=21 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=18 us cost=0 size=0 card=1)(object id 4328639) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: c0cakj028my78 Plan Hash: 3910211908 SELECT Lateralita FROM listaattesa where numero = 82 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=86 us cost=2 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=50 us cost=1 size=0 card=1)(object id 4328934) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.17 0.22 ******************************************************************************** SQL ID: 24cnt9w5rc880 Plan Hash: 4124653646 select e.*, p.nominativo,p.funzione,p.presente,p.specializzando,p.datafine, sub.nominativo as subNominativo,ceq.descrizione as descFunz, (select ies.distanzascopia from intequipescopie ies where ies.progintervento = e.progrintervento and ies.progaltridati = e.progrintervento and ies.progpersonale = e.codpersonale) as ies_distanzascopia from intequipe e,personale p, personale sub,cnfgequipe ceq where p.funzione = ceq.funzione and e.codpersonale = p.progressivo and e.subentratoA = sub.progressivo (+) and e.progrintervento = 95 AND P.FUNZIONE = 1 AND E.CHKPRIMO = 1 order by p.funzione,e.chkprimo desc,e.contatore call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.14 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.03 0.14 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=0 size=42 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE6 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328448) 0 0 0 SORT ORDER BY (cr=3 pr=0 pw=0 time=374 us cost=6 size=131 card=1) 0 0 0 NESTED LOOPS (cr=3 pr=0 pw=0 time=266 us cost=5 size=131 card=1) 0 0 0 NESTED LOOPS (cr=3 pr=0 pw=0 time=255 us cost=5 size=131 card=1) 0 0 0 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=249 us cost=4 size=86 card=1) 0 0 0 NESTED LOOPS (cr=3 pr=0 pw=0 time=244 us cost=3 size=58 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=140 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=105 us cost=0 size=0 card=1)(object id 4328096) 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=1 pr=0 pw=0 time=92 us cost=2 size=41 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPE3 (cr=1 pr=0 pw=0 time=64 us cost=1 size=0 card=1)(object id 4328955) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=0 us cost=1 size=28 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329013) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329013) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=0 us cost=1 size=45 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.01 ******************************************************************************** SQL ID: f6rgf24z92vgt Plan Hash: 1955432048 SELECT STAMPATO FROM ALTRIDATI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=113 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=62 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: c1ujqbkmqww7u Plan Hash: 1499107076 select intervento0_.LISTAATTESA as col_0_0_ from INTERVENTI intervento0_ where intervento0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=108 us cost=1 size=5 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=68 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.01 ******************************************************************************** SQL ID: 069knvpzkzn30 Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41551 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=57 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: bj62609r8m27p Plan Hash: 2479997560 SELECT COUNT(*) AS CONTATORE FROM ICDINTERVENTI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=149 us) 25 25 25 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=197 us cost=1 size=3 card=1)(object id 4328796) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.22 0.23 ******************************************************************************** SQL ID: atg906sfhpb5u Plan Hash: 4165688936 select rowid, Anestesia FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=112 us cost=3 size=25 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 4b2vqsaqqzv5y Plan Hash: 498581402 select blocchi0_.SIGLA as SIGLA4_, blocchi0_.BLOCCO as BLOCCO4_, blocchi0_.SIGLA as SIGLA13_3_, blocchi0_.BLOCCO as BLOCCO13_3_, blocco1_.PROGRESSIVO as PROGRESS1_20_0_, blocco1_.UTCODICE as UTCODICE20_0_, blocco1_.DESCRIZIONE as DESCRIZI3_20_0_, blocco1_.NONATTIVO as NONATTIVO20_0_, blocco1_.COPIAPROGRESSIVO as COPIAPRO5_20_0_, blocco1_.DATAORA as DATAORA20_0_, blocco1_.DATAINIZIO as DATAINIZIO20_0_, blocco1_.DATAFINE as DATAFINE20_0_, blocchicco2_.BLOCCO as BLOCCO22_1_, blocchicco2_.SIGLACS as SIGLACS22_1_, blocchicco2_.CCOSTO as CCOSTO22_1_, blocchicco2_.CODMAG as CODMAG22_1_, blocchicco2_.CODUNITAPRELIEVO as CODUNITA5_22_1_, blocchicco2_.CODICECRIL as CODICECRIL22_1_, blocchimai3_.BLOCCO as BLOCCO23_2_, blocchimai3_.PROGRESSIVO as PROGRESS2_23_2_, blocchimai3_.NOMINATIVO as NOMINATIVO23_2_, blocchimai3_.INDIRIZZOMAIL as INDIRIZZ4_23_2_ from UTENTIBLOCCHI blocchi0_, ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco1_, BLOCCHICCOSTO blocchicco2_, BLOCCHIMAIL blocchimai3_ where blocchi0_.BLOCCO=blocco1_.PROGRESSIVO and blocco1_.PROGRESSIVO= blocchicco2_.BLOCCO(+) and blocco1_.PROGRESSIVO=blocchimai3_.BLOCCO(+) and blocchi0_.SIGLA=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.01 0.01 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 2 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=344 us cost=6 size=366 card=1) 0 0 0 HASH JOIN OUTER (cr=2 pr=0 pw=0 time=331 us cost=5 size=355 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=83 us cost=3 size=71 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=76 us cost=3 size=71 card=1) 0 0 0 INDEX RANGE SCAN UTENTIBLOCCHI1 (cr=2 pr=0 pw=0 time=71 us cost=2 size=14 card=1)(object id 4328107) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=0 pr=0 pw=0 time=0 us cost=2 size=284 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=0 pr=0 pw=0 time=0 us cost=1 size=11 card=1) 0 0 0 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328577) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 2xcjy6p2zx1fp Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_1' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=146 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=135 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: gdssgabtb3fdu Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_6' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=150 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=136 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.01 0.01 ******************************************************************************** SQL ID: 10ktg2qqtdavg Plan Hash: 1499107076 SELECT PRESIDI_SEM From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=108 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=63 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 880x652zfz52w Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41569 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=56 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 19g5pgu6mbdk9 Plan Hash: 1499107076 SELECT previsione FROM interventi WHERE progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=111 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=65 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 4m4zydu5vcxr5 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_9' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=140 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=129 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: agu1q8sr9u87w Plan Hash: 3963308622 select * from accquery where programma = 8 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ACCQUERY (cr=2 pr=0 pw=0 time=95 us cost=1 size=3 card=1) 1 1 1 INDEX UNIQUE SCAN ACCQUERY1 (cr=1 pr=0 pw=0 time=52 us cost=0 size=0 card=1)(object id 4328686) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 37v7bk7aq49zk Plan Hash: 1955432048 SELECT brillanza FROM altridati where intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=128 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=70 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 9ufy6s7agksjp Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41547 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=70 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 5svv82tfrrxf5 Plan Hash: 1499107076 SELECT ATTO_SEM From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=132 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=76 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 115pxftzyvtvn Plan Hash: 2489050665 select procedures0_.PROGLA as PROGLA3_, procedures0_.ICD as ICD3_, procedures0_.CONTATORE as CONTATORE3_, procedures0_.PROGLA as PROGLA127_2_, procedures0_.ICD as ICD127_2_, procedures0_.CONTATORE as CONTATORE127_2_, icd9cm1_.PROGRESSIVO as PROGRESS1_5_0_, icd9cm1_.INIZIO as INIZIO5_0_, icd9cm1_.FINE as FINE5_0_, icd9cm1_.ICD as ICD5_0_, icd9cm1_.DESCRIZIONE as DESCRIZI5_5_0_, icd9cm1_.LIVELLOCHIRURGIA as LIVELLOC6_5_0_, icd9cm1_.TABELLA as TABELLA5_0_, icd9cm1_.SINONIMO as SINONIMO5_0_, icdximpian2_.ICD as ICD31_1_, icdximpian2_.IMPIANTI as IMPIANTI31_1_, icdximpian2_.ANCAGINOCCHIO as ANCAGINO3_31_1_, icdximpian2_.REVISIONE as REVISIONE31_1_ from ICDLISTAATTESA procedures0_, ICD9CM icd9cm1_, ICDXIMPIANTI icdximpian2_ where procedures0_.ICD=icd9cm1_.PROGRESSIVO and icd9cm1_.PROGRESSIVO= icdximpian2_.ICD(+) and procedures0_.PROGLA=:1 order by procedures0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.01 0.01 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.02 0 2 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=168 us cost=3 size=141 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=90 us cost=2 size=141 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=79 us cost=2 size=119 card=1) 0 0 0 INDEX RANGE SCAN PK_ICDLISTAATTESA1 (cr=1 pr=0 pw=0 time=74 us cost=1 size=12 card=1)(object id 4328714) 0 0 0 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=0 pr=0 pw=0 time=0 us cost=1 size=107 card=1) 0 0 0 INDEX UNIQUE SCAN ICD9CM1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328949) 0 0 0 TABLE ACCESS BY INDEX ROWID ICDXIMPIANTI (cr=0 pr=0 pw=0 time=0 us cost=0 size=22 card=1) 0 0 0 INDEX UNIQUE SCAN ICDXIMPIANTI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328404) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 7php72h3btz09 Plan Hash: 1499107076 SELECT CIAHTML5 FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=92 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=58 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 row cache lock 48 0.00 0.07 ******************************************************************************** SQL ID: gv71q2zns6rkv Plan Hash: 2747864275 SELECT progressivo FROM Configurazioni where Configurazioni.Tipo = 27 AND Configurazioni.Progressivo = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.00 0.00 0 5 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX RANGE SCAN CONFIGURAZIONI3 (cr=1 pr=0 pw=0 time=60 us cost=1 size=6 card=1)(object id 4328117) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 ******************************************************************************** SQL ID: d333dn0jxnrav Plan Hash: 470650111 select diagnosise0_.PROGLA as PROGLA3_, diagnosise0_.DIAGNOSI as DIAGNOSI3_, diagnosise0_.CONTATORE as CONTATORE3_, diagnosise0_.PROGLA as PROGLA126_2_, diagnosise0_.DIAGNOSI as DIAGNOSI126_2_, diagnosise0_.CONTATORE as CONTATORE126_2_, diagnosi1_.PROGRESSIVO as PROGRESS1_173_0_, diagnosi1_.FAMIGLIA as FAMIGLIA173_0_, diagnosi1_.UTCODICE as UTCODICE173_0_, diagnosi1_.DESCRIZIONE as DESCRIZI4_173_0_, diagnosi1_.SINONIMO as SINONIMO173_0_, diagnosi1_.CODICEEXT as CODICEEXT173_0_, tabelle2_.PROGRESSIVO as PROGRESS1_15_1_, tabelle2_.CODICETABELLA as CODICETA2_15_1_, tabelle2_.UTCODICE as UTCODICE15_1_, tabelle2_.DESCRIZIONE as DESCRIZI4_15_1_, tabelle2_.NONATTIVO as NONATTIVO15_1_, tabelle2_.COPIAPROGRESSIVO as COPIAPRO6_15_1_, tabelle2_.DATAORA as DATAORA15_1_, tabelle2_.DATAINIZIO as DATAINIZIO15_1_, tabelle2_.DATAFINE as DATAFINE15_1_ from DIAGNOSILISTAATTESA diagnosise0_, DIAGNOSI diagnosi1_, TABELLE tabelle2_ where diagnosise0_.DIAGNOSI=diagnosi1_.PROGRESSIVO and diagnosi1_.FAMIGLIA= tabelle2_.PROGRESSIVO(+) and diagnosise0_.PROGLA=:1 order by diagnosise0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.01 0.01 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 2 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=185 us cost=1 size=198 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=88 us cost=0 size=198 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=80 us cost=0 size=141 card=1) 0 0 0 INDEX RANGE SCAN PK_DIAGNOSILISTAATTESA1 (cr=1 pr=0 pw=0 time=72 us cost=0 size=39 card=1)(object id 4328514) 0 0 0 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=0 pr=0 pw=0 time=0 us cost=0 size=102 card=1) 0 0 0 INDEX UNIQUE SCAN DIAGNOSI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328750) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=0 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.01 0.01 ******************************************************************************** SQL ID: fvgjpr139h248 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_4' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=140 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=130 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 52m974337fc2k Plan Hash: 1007199262 select materialit0_.PROGLISTAATTESA as PROGLIST1_2_, materialit0_.ProgListaAttesa as ProgList1_2_, materialit0_.PROGMATERIALITABELLARI as PROGMATE2_2_, materialit0_.ProgListaAttesa as ProgList1_129_1_, materialit0_.PROGMATERIALITABELLARI as PROGMATE2_129_1_, materialit0_.PROGLISTAATTESA as PROGLIST1_129_1_, materialit0_.CONTATORE as CONTATORE129_1_, tabelle1_.PROGRESSIVO as PROGRESS1_15_0_, tabelle1_.CODICETABELLA as CODICETA2_15_0_, tabelle1_.UTCODICE as UTCODICE15_0_, tabelle1_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle1_.NONATTIVO as NONATTIVO15_0_, tabelle1_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle1_.DATAORA as DATAORA15_0_, tabelle1_.DATAINIZIO as DATAINIZIO15_0_, tabelle1_.DATAFINE as DATAFINE15_0_ from LISTAATTESAMATERIALITAB materialit0_, TABELLE tabelle1_ where materialit0_.PROGMATERIALITABELLARI=tabelle1_.PROGRESSIVO and materialit0_.PROGLISTAATTESA=:1 order by materialit0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.01 0.02 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 2 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=186 us cost=1 size=96 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=101 us cost=0 size=96 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=90 us cost=0 size=96 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESAMATERIALITAB (cr=1 pr=0 pw=0 time=82 us cost=0 size=39 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESAMATERIALITAB1 (cr=1 pr=0 pw=0 time=70 us cost=0 size=0 card=1)(object id 4328393) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=0 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 52j0bj0xf7skq Plan Hash: 1094058786 select rowid, NOTERISVEGLIO FROM POSTOP_ANEST WHERE PROGRESSIVO = 91 AND ( ROWID = :rowid2 ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY USER ROWID POSTOP_ANEST (cr=1 pr=0 pw=0 time=67 us cost=1 size=14 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: cgq4mjyz949fd Plan Hash: 2583018900 select fattoripri0_.NUMERO as NUMERO2_, fattoripri0_.PROGFATTOREPRIORITA as PROGFATT2_2_, fattoripri0_.NUMERO as NUMERO118_1_, fattoripri0_.PROGFATTOREPRIORITA as PROGFATT2_118_1_, fattoripri1_.PROGRESSIVO as PROGRESS1_26_0_, fattoripri1_.DESCRIZIONE as DESCRIZI2_26_0_, fattoripri1_.VALORE as VALORE26_0_, fattoripri1_.GRUPPO as GRUPPO26_0_ from LISTAATTESAALTRIFATTORI fattoripri0_, FATTORIPRIORITA fattoripri1_ where fattoripri0_.PROGFATTOREPRIORITA=fattoripri1_.PROGRESSIVO and fattoripri0_.NUMERO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.01 0.01 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 2 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=136 us cost=0 size=1067 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=124 us cost=0 size=1067 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESAALTRIFATTORI1 (cr=1 pr=0 pw=0 time=117 us cost=0 size=26 card=1)(object id 4328445) 0 0 0 INDEX UNIQUE SCAN FATTORIPRIORITA1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328787) 0 0 0 TABLE ACCESS BY INDEX ROWID FATTORIPRIORITA (cr=0 pr=0 pw=0 time=0 us cost=0 size=1041 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.02 0.02 ******************************************************************************** SQL ID: d7dz676htr9hq Plan Hash: 1110805932 select progressivo,codicetabella,utcodice,decode(nonattivo,'1',descrizione || ' (NO ACTIVO)', descrizione) as descrizione,nonattivo,copiaprogressivo, dataora,datainizio,datafine from tabelle where codicetabella = '33' order by nonattivo,descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 5 0 7 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 5 0 7 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 7 7 7 SORT ORDER BY (cr=5 pr=0 pw=0 time=219 us cost=7 size=399 card=7) 7 7 7 TABLE ACCESS BY INDEX ROWID TABELLE (cr=5 pr=0 pw=0 time=126 us cost=6 size=399 card=7) 7 7 7 INDEX RANGE SCAN TABELLE2 (cr=2 pr=0 pw=0 time=72 us cost=2 size=0 card=7)(object id 4328100) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 library cache lock 1 0.06 0.06 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 10nstfbh9hb5v Plan Hash: 1990843182 select rowid, tdiagnosi1 FROM INTERVENTI WHERE PROGRESSIVO = 95 AND ( ROWID = :rowid2 ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY USER ROWID INTERVENTI (cr=1 pr=0 pw=0 time=81 us cost=1 size=18 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: 2jmfrkh7bmp02 Plan Hash: 1938141473 select rowid, NOTE FROM INTRAOP_ANEST WHERE PROGRESSIVO = 91 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=2 pr=0 pw=0 time=126 us cost=1 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN PK_INTRAOP_ANEST (cr=1 pr=0 pw=0 time=81 us cost=0 size=0 card=1)(object id 4329090) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 row cache lock 5 0.00 0.01 ******************************************************************************** SQL ID: 9r3r3dd6auhc9 Plan Hash: 2881684557 SELECT Min(Tempo) AS T FROM TempiInterventi WHERE Intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=2 pr=0 pw=0 time=127 us) 0 0 0 FIRST ROW (cr=2 pr=0 pw=0 time=75 us cost=2 size=8 card=1) 0 0 0 INDEX RANGE SCAN (MIN/MAX) TEMPIINTERVENTI5 (cr=2 pr=0 pw=0 time=70 us cost=2 size=8 card=1)(object id 4328462) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 1f48hcya06p8s Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_3' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=132 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=122 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 9c7cwxn5fq19f Plan Hash: 568321878 select (max(PROGRESSIVO)+1) as numero from INTERVENTI call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=118 us) 1 1 1 INDEX FULL SCAN (MIN/MAX) INTERVENTI1 (cr=1 pr=0 pw=0 time=77 us cost=1 size=3 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 1.48 1.48 ******************************************************************************** SQL ID: 4pc5n4jyax7pc Plan Hash: 1105961691 select malattiemu0_.PROGLISTAATTESA as PROGLIST1_2_, malattiemu0_.MALATTIA as MALATTIA2_, malattiemu0_.PROGLISTAATTESA as PROGLIST1_116_1_, malattiemu0_.MALATTIA as MALATTIA116_1_, malattiemu0_.CONTATORE as CONTATORE116_1_, tabelle1_.PROGRESSIVO as PROGRESS1_15_0_, tabelle1_.CODICETABELLA as CODICETA2_15_0_, tabelle1_.UTCODICE as UTCODICE15_0_, tabelle1_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle1_.NONATTIVO as NONATTIVO15_0_, tabelle1_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle1_.DATAORA as DATAORA15_0_, tabelle1_.DATAINIZIO as DATAINIZIO15_0_, tabelle1_.DATAFINE as DATAFINE15_0_ from LSTATTMALATTIE malattiemu0_, TABELLE tabelle1_ where malattiemu0_.MALATTIA= tabelle1_.PROGRESSIVO and malattiemu0_.PROGLISTAATTESA=:1 order by malattiemu0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.01 0.01 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 2 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=174 us cost=3 size=96 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=94 us cost=2 size=96 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=84 us cost=2 size=96 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LSTATTMALATTIE (cr=1 pr=0 pw=0 time=78 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN LSTATTMALATTIE3 (cr=1 pr=0 pw=0 time=68 us cost=1 size=0 card=1)(object id 4328554) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 4zsk2bsw0x0yw Plan Hash: 4165688936 select rowid, SSPompaAnalgesia FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=120 us cost=3 size=141 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 9nh9nzz4r32w5 Plan Hash: 1499107076 SELECT CONVANESTESIA,CONVCHIRURGIA,CONVINFERMIERI,STAMPATO,BLOCCO,ANNO, REPARTO,PROGRREPARTO,DATAINT FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=114 us cost=1 size=38 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=64 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.23 0.23 ******************************************************************************** SQL ID: d9gbwsuskq75a Plan Hash: 1499107076 SELECT TEMPI_SEM From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=108 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=58 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 2xnvv6p76ju54 Plan Hash: 1499107076 SELECT MMEDIA_SEM From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=101 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=57 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 2fa0hx69k6968 Plan Hash: 1499107076 SELECT CodPaziente FROM Interventi WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=93 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=57 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: f34pgf8dvn0dn Plan Hash: 1499107076 SELECT BLOCCO,REPARTO,USOCIA,CIAHTML5 FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=101 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=63 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 5r02xdn881azv Plan Hash: 689585187 select disponibil0_.PROGRESSIVO as PROGRESS1_734_, disponibil0_.BLOCCO as BLOCCO734_, disponibil0_.ORARIO_INIZIO as ORARIO3_734_, disponibil0_.ORARIO_FINE as ORARIO4_734_, disponibil0_.DURATASANIFICAZIONE as DURATASA5_734_ from DISPONIBILITABLOCCHI disponibil0_, TABELLE blocco1_ where disponibil0_.BLOCCO=blocco1_.PROGRESSIVO(+) and disponibil0_.BLOCCO=:1 order by blocco1_.DESCRIZIONE asc, disponibil0_.ORARIO_INIZIO asc call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.04 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.04 0 2 0 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID DISPONIBILITABLOCCHI (cr=2 pr=0 pw=0 time=82 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN DISPONIBILITABLOCCHI2 (cr=1 pr=0 pw=0 time=45 us cost=0 size=0 card=1)(object id 4328734) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.01 0.01 library cache pin 1 0.02 0.02 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: c2a4ss2jr82p8 Plan Hash: 1499107076 SELECT BLOCCATO From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=110 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=66 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 1gh7405s3b0qq Plan Hash: 1499107076 SELECT regime FROM interventi WHERE progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=82 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=49 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 7mw87w1h87xq7 Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41523 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=59 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.84 0.84 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: bhcf5srp4u8ny Plan Hash: 127684407 SELECT * FROM LISTAATTESACHIAMATAPAZIENTE WHERE NUMERO = 82 ORDER BY PROGRESSIVO DESC call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.01 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.01 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=193 us cost=3 size=121 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESACHIAMATAPAZIENTE (cr=1 pr=0 pw=0 time=102 us cost=2 size=121 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESACHIAMATAPAZIENTE2 (cr=1 pr=0 pw=0 time=90 us cost=1 size=0 card=1)(object id 4328467) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 27ggmxxugj17u Plan Hash: 640970365 SELECT * FROM TABELLE WHERE CODICETABELLA = 16 AND UTCODICE LIKE '%@3193@%' AND PROGRESSIVO IN (0,3193) ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 5 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 5 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=5 pr=0 pw=0 time=273 us cost=4 size=57 card=1) 0 0 0 INLIST ITERATOR (cr=5 pr=0 pw=0 time=201 us) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=5 pr=0 pw=0 time=182 us cost=3 size=57 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=4 pr=0 pw=0 time=106 us cost=2 size=0 card=2)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 2.71 2.71 ******************************************************************************** SQL ID: btk2a0yj5um70 Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41525 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=72 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 3c9kg6s37ycb6 Plan Hash: 712045016 SELECT TIPOICD FROM ICDVERSIONIPERIODI WHERE VERSIONE = '2' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ICDVERSIONIPERIODI (cr=2 pr=0 pw=0 time=92 us cost=1 size=10 card=1) 1 1 1 INDEX UNIQUE SCAN ICDVERSIONIPERIODI1 (cr=1 pr=0 pw=0 time=48 us cost=0 size=0 card=1)(object id 4328869) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 5kdt76v27d7d5 Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41531 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=67 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: b5nurbcgd2g0u Plan Hash: 1955432048 SELECT * FROM ALTRIDATI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=104 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=45 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net more data to client 1 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 row cache lock 8 0.01 0.02 ******************************************************************************** SQL ID: 5qf46x93kfc57 Plan Hash: 1499107076 SELECT TEMPI_CHI,TEMPI_SEM FROM INTERVENTI where PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=97 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=57 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: djdhncmjjq8c9 Plan Hash: 3292814411 SELECT STADIAZIONECONDENSATA FROM DIAGNOSI WHERE PROGRESSIVO = 35111 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=3 pr=0 pw=0 time=106 us cost=2 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=66 us cost=1 size=0 card=1)(object id 4328750) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: cw562q0k3k5vq Plan Hash: 1499107076 SELECT TEMPI_SEM FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=101 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=60 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 1s1uzjka1mb5u Plan Hash: 1499107076 SELECT ANESTESIA_SEM From interventi Where progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=113 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=63 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 2db8vc7cr2ssd Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_13' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=211 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=200 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: cu2s9f1qr1sf4 Plan Hash: 2611167014 select allergie0_.NUMERO as NUMERO3_, allergie0_.ALLERGIA as ALLERGIA3_, allergie0_.NUMERO as NUMERO124_2_, allergie0_.ALLERGIA as ALLERGIA124_2_, allergie0_.CONTATORE as CONTATORE124_2_, allergie0_.REAZIONE_DESC as REAZIONE4_124_2_, allergie0_.GRAVITA_ID as GRAVITA5_124_2_, tabelle1_.PROGRESSIVO as PROGRESS1_15_0_, tabelle1_.CODICETABELLA as CODICETA2_15_0_, tabelle1_.UTCODICE as UTCODICE15_0_, tabelle1_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle1_.NONATTIVO as NONATTIVO15_0_, tabelle1_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle1_.DATAORA as DATAORA15_0_, tabelle1_.DATAINIZIO as DATAINIZIO15_0_, tabelle1_.DATAFINE as DATAFINE15_0_, tabelle2_.PROGRESSIVO as PROGRESS1_15_1_, tabelle2_.CODICETABELLA as CODICETA2_15_1_, tabelle2_.UTCODICE as UTCODICE15_1_, tabelle2_.DESCRIZIONE as DESCRIZI4_15_1_, tabelle2_.NONATTIVO as NONATTIVO15_1_, tabelle2_.COPIAPROGRESSIVO as COPIAPRO6_15_1_, tabelle2_.DATAORA as DATAORA15_1_, tabelle2_.DATAINIZIO as DATAINIZIO15_1_, tabelle2_.DATAFINE as DATAFINE15_1_ from LISTAATTESAALLERGIE allergie0_, TABELLE tabelle1_, TABELLE tabelle2_ where allergie0_.ALLERGIA=tabelle1_.PROGRESSIVO and allergie0_.GRAVITA_ID= tabelle2_.PROGRESSIVO(+) and allergie0_.NUMERO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.02 0.02 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 2 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=104 us cost=3 size=125 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=90 us cost=2 size=68 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESAALLERGIE (cr=1 pr=0 pw=0 time=84 us cost=1 size=11 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESAALLERGIE1 (cr=1 pr=0 pw=0 time=74 us cost=0 size=0 card=1)(object id 4328555) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 45g7vfs3f909f Plan Hash: 233579607 SELECT P.SANGUE,P.RH FROM INTERVENTI I,PAZIENTI P WHERE 1=1 AND I.CODPAZIENTE = P.PROGRESSIVO AND I.PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 5 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 5 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=141 us cost=2 size=39 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=80 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=54 us cost=0 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=43 us cost=1 size=31 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=28 us cost=0 size=0 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 library cache lock 1 0.00 0.00 row cache lock 12 0.00 0.01 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: b50cuj7azs7fg Plan Hash: 96837372 select rowid, TIPOINT FROM TIPIINTERVENTI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID TIPIINTERVENTI (cr=2 pr=0 pw=0 time=93 us cost=1 size=3 card=1) 1 1 1 INDEX UNIQUE SCAN TIPIINTERVENTI1 (cr=1 pr=0 pw=0 time=43 us cost=0 size=0 card=1)(object id 4328500) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.02 0.02 ******************************************************************************** SQL ID: 1km24zndpwzn4 Plan Hash: 2457741068 SELECT CONVALIDA FROM OBBLIGATORI WHERE CODICE = 'Grafia' AND REPARTO = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=73 us cost=1 size=24 card=1) 0 0 0 INDEX UNIQUE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=57 us cost=0 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.07 0.15 ******************************************************************************** SQL ID: 7sfq5syq8k7rx Plan Hash: 2810904991 select rowid, icd FROM icdversioni WHERE icd = 41545 AND versione = 2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=2 pr=0 pw=0 time=67 us cost=1 size=8 card=1)(object id 4328916) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 4td1p2bhyq6w0 Plan Hash: 2471080873 SELECT tipologia FROM regimiricovero WHERE id = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=2 pr=0 pw=0 time=71 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=1 pr=0 pw=0 time=36 us cost=0 size=0 card=1)(object id 4328094) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: a2gvza5qcjrqx Plan Hash: 1499107076 SELECT ListaAttesa FROM Interventi WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=96 us cost=1 size=5 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=53 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 6nt3fmkm032d5 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_0' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=202 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=190 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 404bvggx67usg Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_3' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=191 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=175 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: f05mhfky0pz5y Plan Hash: 1499107076 SELECT ANESTESIA_CHI,ANESTESIA_SEM FROM INTERVENTI where PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=82 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=55 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: bbzfntu66bgsy Plan Hash: 2457741068 SELECT CONVALIDA FROM OBBLIGATORI WHERE CODICE = 'Scopia' AND REPARTO = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=68 us cost=1 size=24 card=1) 0 0 0 INDEX UNIQUE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=52 us cost=0 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: a2dcfac4qq0xr Plan Hash: 2147720067 select allergeni0_.NUMERO as NUMERO4_, allergeni0_.PROGALLERGENE as PROGALLE2_4_, allergeni0_.NUMERO as NUMERO125_3_, allergeni0_.PROGALLERGENE as PROGALLE2_125_3_, allergeni0_.REAZIONE_DESC as REAZIONE3_125_3_, allergeni0_.GRAVITA_ID as GRAVITA4_125_3_, allergene1_.ID as ID208_0_, allergene1_.CODICE as CODICE208_0_, allergene1_.DESCRIZIONE as DESCRIZI3_208_0_, allergene1_.SISTEMACODIFICA as SISTEMAC4_208_0_, allergene1_.ALLERGENE_TIPO_ID as ALLERGENE5_208_0_, allergene1_.CODICE_2 as CODICE6_208_0_, allergene1_.DESCRIZIONE_2 as DESCRIZI7_208_0_, allergene1_.SISTEMACODIFICA_2 as SISTEMAC8_208_0_, tabelle2_.PROGRESSIVO as PROGRESS1_15_1_, tabelle2_.CODICETABELLA as CODICETA2_15_1_, tabelle2_.UTCODICE as UTCODICE15_1_, tabelle2_.DESCRIZIONE as DESCRIZI4_15_1_, tabelle2_.NONATTIVO as NONATTIVO15_1_, tabelle2_.COPIAPROGRESSIVO as COPIAPRO6_15_1_, tabelle2_.DATAORA as DATAORA15_1_, tabelle2_.DATAINIZIO as DATAINIZIO15_1_, tabelle2_.DATAFINE as DATAFINE15_1_, tabelle3_.PROGRESSIVO as PROGRESS1_15_2_, tabelle3_.CODICETABELLA as CODICETA2_15_2_, tabelle3_.UTCODICE as UTCODICE15_2_, tabelle3_.DESCRIZIONE as DESCRIZI4_15_2_, tabelle3_.NONATTIVO as NONATTIVO15_2_, tabelle3_.COPIAPROGRESSIVO as COPIAPRO6_15_2_, tabelle3_.DATAORA as DATAORA15_2_, tabelle3_.DATAINIZIO as DATAINIZIO15_2_, tabelle3_.DATAFINE as DATAFINE15_2_ from LISTAATTESAALLERGENI allergeni0_, ALLERGENI allergene1_, TABELLE tabelle2_, TABELLE tabelle3_ where allergeni0_.PROGALLERGENE=allergene1_.ID and allergene1_.ALLERGENE_TIPO_ID=tabelle2_.PROGRESSIVO(+) and allergeni0_.GRAVITA_ID=tabelle3_.PROGRESSIVO(+) and allergeni0_.NUMERO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.02 0.02 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.03 0 2 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=93 us cost=2 size=2206 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=81 us cost=1 size=2149 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=76 us cost=0 size=2092 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESAALLERGENI (cr=1 pr=0 pw=0 time=69 us cost=0 size=2041 card=1) 0 0 0 INDEX RANGE SCAN PK_LISTAATTESAALLERGENI1 (cr=1 pr=0 pw=0 time=58 us cost=0 size=0 card=1)(object id 4328789) 0 0 0 TABLE ACCESS BY INDEX ROWID ALLERGENI (cr=0 pr=0 pw=0 time=0 us cost=0 size=51 card=1) 0 0 0 INDEX UNIQUE SCAN PK_ALLERGENI (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328773) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=57 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328103) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: b1vvr2hwr2p0x Plan Hash: 1499107076 SELECT ListaOp FROM Interventi WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=82 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=53 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 4p61s0x80p32f Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_10' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=182 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=171 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 ******************************************************************************** SQL ID: 4aga2cnvv3993 Plan Hash: 3910211908 select rowid, previsione FROM ListaAttesa WHERE Numero = 82 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=82 us cost=2 size=29 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=52 us cost=1 size=0 card=1)(object id 4328934) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.34 0.34 ******************************************************************************** SQL ID: 5w003zkma5ppz Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE UPPER(Codice) LIKE 'TEMPO%' AND Reparto = 14 AND (Convalida IN (-1,1) ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 7 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=7 pr=0 pw=0 time=199 us cost=2 size=24 card=1) 8 8 8 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=135 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 45h8t2ct0ptnh Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_5' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=178 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=165 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 15taxxvkvgcwm Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_9' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=176 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=164 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.10 0.11 ******************************************************************************** SQL ID: 5s60gfj1jf1yq Plan Hash: 962973987 SELECT PROTESI FROM PREVISIONI WHERE PROGRESSIVO = 369 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=2 pr=0 pw=0 time=86 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=45 us cost=0 size=0 card=1)(object id 4328856) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 8ur69u7qpu18q Plan Hash: 1775252237 SELECT FG.IDGRAFICI, FG.X, FG.Y, FG.YMIN, FG.YMAX, FG.XMIN, FG.XMAX, G.DESCRIZIONE, G.COLOR, G.LINEWIDTH, G.LINETYPE, G.DECIMALI, FG.NOTE, G.SCALA_HTML5 FROM FARMA_GRAFICI FG, GRAFICI G WHERE FG.IDGRAFICI = G.ID AND G.TABELLARE = '0' AND FG.IDEXT = 95 UNION SELECT RRG.IDGRAFICI, RRG.X, RRG.Y, RRG.YMIN, RRG.YMAX, RRG.XMIN, RRG.XMAX, G.DESCRIZIONE, G.COLOR, G.LINEWIDTH, G.LINETYPE, G.DECIMALI, RRG.NOTE, G.SCALA_HTML5 FROM RECROOM_GRAFICI RRG, GRAFICI G WHERE RRG.IDGRAFICI = G.ID AND RRG.PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 95) AND G.TABELLARE = '0' ORDER BY IDGRAFICI,X,Y call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.02 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.02 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT UNIQUE (cr=2 pr=0 pw=0 time=238 us cost=8 size=2264 card=2) 0 0 0 UNION-ALL (cr=2 pr=0 pw=0 time=187 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=70 us cost=2 size=1132 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=65 us cost=2 size=1132 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_GRAFICI (cr=1 pr=0 pw=0 time=61 us cost=1 size=1094 card=1) 0 0 0 INDEX RANGE SCAN FARMA_GRAFICI3 (cr=1 pr=0 pw=0 time=53 us cost=1 size=0 card=1)(object id 4328712) 0 0 0 INDEX UNIQUE SCAN GRAFICI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328284) 0 0 0 TABLE ACCESS BY INDEX ROWID GRAFICI (cr=0 pr=0 pw=0 time=0 us cost=1 size=38 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=93 us cost=3 size=1132 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=89 us cost=3 size=1132 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICI (cr=1 pr=0 pw=0 time=85 us cost=2 size=1094 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=0 pr=0 pw=0 time=0 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328085) 0 0 0 INDEX UNIQUE SCAN GRAFICI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328284) 0 0 0 TABLE ACCESS BY INDEX ROWID GRAFICI (cr=0 pr=0 pw=0 time=0 us cost=1 size=38 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.04 0.04 ******************************************************************************** SQL ID: gh0uwfrhn1kbp Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_2' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=183 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=169 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: fg1snf6fy5ptf Plan Hash: 1397536226 select repartipar0_.PROGRESSIVOBLOCCO as PROGRESS2_1_, repartipar0_.PROGRESSIVO as PROGRESS1_1_, reparto1_.PROGRESSIVO as PROGRESS1_10_0_, reparto1_.CODICE as CODICE10_0_, reparto1_.CCOSTO as CCOSTO10_0_, reparto1_.DESCRIZIONE as DESCRIZI4_10_0_, reparto1_.ATTIVO as ATTIVO10_0_, reparto1_.CODMAG as CODMAG10_0_, reparto1_.CODUNITAPRELIEVO as CODUNITA7_10_0_, reparto1_.SIGLACS as SIGLACS10_0_, reparto1_.CODREGIONALE as CODREGIO9_10_0_, reparto1_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_0_ from REPARTIPARTI repartipar0_, REPARTI reparto1_ where repartipar0_.PROGRESSIVO= reparto1_.PROGRESSIVO(+) and repartipar0_.PROGRESSIVOBLOCCO in (:1, :2) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 2 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=134 us cost=0 size=108 card=1) 0 0 0 INLIST ITERATOR (cr=1 pr=0 pw=0 time=124 us) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIPARTI (cr=1 pr=0 pw=0 time=84 us cost=0 size=26 card=1) 0 0 0 INDEX RANGE SCAN REPARTIPARTI2 (cr=1 pr=0 pw=0 time=65 us cost=0 size=0 card=1)(object id 4328111) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTI (cr=0 pr=0 pw=0 time=0 us cost=0 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4328413) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: g00g7cbyshb9t Plan Hash: 2181298276 SELECT i.progressivo,(SELECT tempo FROM tempiinterventi WHERE intervento = i.progressivo AND progrtempo = 3 AND tempo IS NOT NULL) inizio,(SELECT tempo FROM tempiinterventi WHERE intervento = i.progressivo AND progrtempo = 9 AND tempo IS NOT NULL) fine FROM interventi i WHERE i.saletta = 10 AND i.disconvalidato = '0' AND i.dataint = to_date('2021-10-21','yyyy-mm-dd') AND i.progressivo <> 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=2 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328463) 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=2 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328463) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=195 us cost=2 size=16 card=1) 1 1 1 INDEX RANGE SCAN INTERVENTI3 (cr=1 pr=0 pw=0 time=81 us cost=1 size=0 card=1)(object id 4328376) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.09 0.17 ******************************************************************************** SQL ID: 08j2y5jhj7k1s Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_1' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=166 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=154 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.78 0.79 ******************************************************************************** SQL ID: 2ah1k2hymn8ha Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_7' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=173 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=160 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: bg1jja1v2b5qr Plan Hash: 1499107076 SELECT SALETTA FROM INTERVENTI WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=78 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=53 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 43wxddfpgmr3x Plan Hash: 115287802 SELECT ProgrReparto FROM Interventi WHERE Progressivo <> 95 AND Reparto = 14 AND ProgrReparto = -95 AND Anno = 2021 AND Blocco = 2833 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 BITMAP CONVERSION TO ROWIDS (cr=2 pr=0 pw=0 time=234 us cost=0 size=18 card=1) 0 0 0 BITMAP MINUS (cr=2 pr=0 pw=0 time=217 us) 1 1 1 BITMAP CONVERSION FROM ROWIDS (cr=1 pr=0 pw=0 time=130 us) 1 1 1 INDEX RANGE SCAN INTERVENTI2 (cr=1 pr=0 pw=0 time=99 us cost=0 size=0 card=1)(object id 4328379) 1 1 1 BITMAP CONVERSION FROM ROWIDS (cr=1 pr=0 pw=0 time=66 us) 1 1 1 INDEX RANGE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=52 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: d8cs6f9h2cf95 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_11' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=168 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=156 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** *** 2021-10-21 12:14:00.281 SELECT UsoCIA FROM Interventi WHERE Pr call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 0 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=78 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=52 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: d44ckfgx2a0ya Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_15' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=163 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=151 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.43 0.43 ******************************************************************************** SQL ID: g56qu6zkv83fm Plan Hash: 3910211908 SELECT CODPAZIENTE FROM LISTAATTESA WHERE NUMERO = 82 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=77 us cost=2 size=9 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=52 us cost=1 size=0 card=1)(object id 4328934) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: gd1m4729k29p6 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_12' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=150 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=139 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: c2dpd42j9200b Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_14' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=152 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=138 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: ghvhddhtbuvr0 Plan Hash: 2549113427 select rowid, TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 95 AND PROGRTEMPO = 7 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=100 us cost=2 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=85 us cost=1 size=0 card=1)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.17 0.18 SQL*Net break/reset to client 12 0.00 0.00 ******************************************************************************** SQL ID: 723duzumky88t Plan Hash: 199058961 SELECT * FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = 95 ORDER BY ORDINE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.03 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.03 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=123 us cost=2 size=394 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=68 us cost=1 size=394 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=57 us cost=1 size=0 card=1)(object id 4328355) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 row cache lock 11 0.00 0.01 ******************************************************************************** SQL ID: bhp1yvg4arc24 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_4' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=130 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=120 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 2fbkka3chwfac Plan Hash: 1390625731 select rowid, ICD FROM ICDLISTAATTESA WHERE PROGLA = 82 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=137 us cost=2 size=12 card=1) 0 0 0 INDEX RANGE SCAN PK_ICDLISTAATTESA1 (cr=1 pr=0 pw=0 time=76 us cost=1 size=12 card=1)(object id 4328714) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: b2tj32s9m87h7 Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_6' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=130 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=119 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 84xttx546mg9u Plan Hash: 3987657845 SELECT TempiInterventi.Tempo FROM CnfgTempi, TempiInterventi WHERE CnfgTempi.Progressivo = TempiInterventi.ProgrTempo AND TempiInterventi.Progrtempo = (SELECT TAnest1 FROM Avelco) AND TempiInterventi.Intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 2 0 0 Fetch 1 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 4 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=4 pr=0 pw=0 time=300 us cost=2 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=4 pr=0 pw=0 time=286 us cost=1 size=0 card=1)(object id 4328463) 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=160 us cost=3 size=13 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 75b7rfm6dq1cb Plan Hash: 3616902813 SELECT COGNOME,COGNOME2,NOME FROM PAZIENTI WHERE PROGRESSIVO = 85 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=70 us cost=2 size=29 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=46 us cost=1 size=0 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 1.49 1.49 ******************************************************************************** SQL ID: bc33b1k87n2wh Plan Hash: 1841761857 select rowid, UPPER(Codice) AS Codice FROM Obbligatori WHERE (Convalida IN (-1,1,2,3) ) AND Reparto = 14 AND UPPER(Codice) = 'CIA_8' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=121 us cost=2 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=113 us cost=1 size=0 card=1)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: bcgkna2y4knhy Plan Hash: 1499107076 SELECT ALTRI_CHI,ALTRI_SEM FROM INTERVENTI where PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=67 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=0 size=0 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 9s2pa599wyy54 Plan Hash: 1823741976 select rowid, INTERVENTO FROM ANESTESIA WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX UNIQUE SCAN ANESTESIA1 (cr=1 pr=0 pw=0 time=67 us cost=0 size=7 card=1)(object id 4328440) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 07np4d9azz1vg Plan Hash: 2009463489 select rowid, DIAGNOSI FROM DIAGNOSILISTAATTESA WHERE PROGLA = 82 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=126 us cost=1 size=51 card=1) 0 0 0 INDEX RANGE SCAN PK_DIAGNOSILISTAATTESA1 (cr=1 pr=0 pw=0 time=69 us cost=0 size=51 card=1)(object id 4328514) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 7z6y163qy3fs1 Plan Hash: 2026145250 SELECT PROGRESSIVO FROM ALTRESCOPIE WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=105 us cost=2 size=26 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: fwy6n7f4qjuqc Plan Hash: 2035021956 SELECT * FROM DIL_DATI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL DIL_DATI (cr=1 pr=0 pw=0 time=115 us cost=2 size=29 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 89u14sqa0frfp Plan Hash: 3910211908 SELECT CODPAZIENTE,IDPERCORSO FROM LISTAATTESA WHERE NUMERO = 82 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=50 us cost=2 size=36 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=30 us cost=1 size=0 card=1)(object id 4328934) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 library cache pin 32 0.08 0.14 library cache lock 31 0.11 0.18 row cache lock 46 0.00 0.10 KJC: Wait for msg sends to complete 4 0.08 0.16 ******************************************************************************** SQL ID: 229c1adn7tuau Plan Hash: 59350479 SELECT ENTRATA FROM RECROOM WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=1 pr=0 pw=0 time=121 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=1 pr=0 pw=0 time=106 us cost=1 size=0 card=1)(object id 4328085) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 2sm8xushyp0r1 Plan Hash: 3789608841 SELECT PROGRESSIVO FROM POSTOP_ANEST WHERE PROGRINTERVENTI = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_ANEST (cr=1 pr=0 pw=0 time=96 us cost=2 size=6 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=82 us cost=1 size=0 card=1)(object id 4328313) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 4v7yknxapmuuq Plan Hash: 1020994630 SELECT progrintervento FROM intequipe where progrintervento = 95 and temposcopia >0 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=1 pr=0 pw=0 time=95 us cost=2 size=16 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPE3 (cr=1 pr=0 pw=0 time=83 us cost=1 size=0 card=1)(object id 4328955) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 2bcq169mgy4d9 Plan Hash: 3987657845 SELECT TempiInterventi.Tempo FROM CnfgTempi, TempiInterventi WHERE CnfgTempi.Progressivo = TempiInterventi.ProgrTempo AND TempiInterventi.Progrtempo = (SELECT TAnest2 FROM Avelco) AND TempiInterventi.Intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 2 0 0 Fetch 1 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 4 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=4 pr=0 pw=0 time=215 us cost=2 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=4 pr=0 pw=0 time=198 us cost=1 size=0 card=1)(object id 4328463) 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=113 us cost=3 size=13 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 row cache lock 8 0.00 0.02 ******************************************************************************** SQL ID: cd1cf3r4gk6gh Plan Hash: 2115174012 select rowid, ATTO FROM ANESTESIA WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID ANESTESIA (cr=1 pr=0 pw=0 time=69 us cost=1 size=7 card=1) 0 0 0 INDEX UNIQUE SCAN ANESTESIA1 (cr=1 pr=0 pw=0 time=55 us cost=0 size=0 card=1)(object id 4328440) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 1.79 1.79 ******************************************************************************** SQL ID: av3ngxp7qsd37 Plan Hash: 852464663 SELECT * FROM TABELLE WHERE CODICETABELLA = 52 AND 1 = 2 ORDER BY UTCODICE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 0 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=0 pr=0 pw=0 time=85 us) 0 0 0 FILTER (cr=0 pr=0 pw=0 time=10 us) 0 0 0 TABLE ACCESS FULL TABELLE (cr=0 pr=0 pw=0 time=0 us cost=10 size=741 card=13) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net break/reset to client 2 0.00 0.00 SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 9.19 9.21 ******************************************************************************** SQL ID: 41nt61gubtpg2 Plan Hash: 3369833102 SELECT MOTIVOCAMBIOPRIORITA FROM LISTAATTESAPRIORITA WHERE NUMERO = 82 AND PROGRESSIVO = (SELECT MAX(PROGRESSIVO) FROM LISTAATTESAPRIORITA WHERE NUMERO = 82 AND MOTIVOCAMBIOPRIORITA IS NOT NULL) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 6 0 0 Fetch 2 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 6 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=3 pr=0 pw=0 time=4626 us cost=2 size=21 card=1) 0 0 0 INDEX UNIQUE SCAN LISTAATTESAPRIORITA1 (cr=3 pr=0 pw=0 time=4611 us cost=1 size=0 card=1)(object id 4328864) 1 1 1 SORT AGGREGATE (cr=3 pr=0 pw=0 time=4560 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=3 pr=0 pw=0 time=4478 us cost=2 size=21 card=1) 1 1 1 INDEX RANGE SCAN LISTAATTESAPRIORITA2 (cr=2 pr=0 pw=0 time=3192 us cost=1 size=0 card=1)(object id 4328863) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 2 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 row cache lock 12 0.00 0.03 ******************************************************************************** SQL ID: ag9aja31sd0tr Plan Hash: 2549113427 SELECT PROGRTEMPO,TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 95 AND TEMPO IS NOT NULL ORDER BY PROGRTEMPO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=80 us cost=3 size=22 card=2) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=70 us cost=2 size=0 card=4)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 4p9ccj70d3zf4 Plan Hash: 1339350642 SELECT Progressivo FROM Preop_Anest WHERE CodChiamante = 1 AND ProgrChiamante = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.01 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID PREOP_ANEST (cr=1 pr=0 pw=0 time=70 us cost=1 size=10 card=1) 0 0 0 INDEX UNIQUE SCAN PREOP_ANEST2 (cr=1 pr=0 pw=0 time=55 us cost=0 size=0 card=1)(object id 4328979) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 ******************************************************************************** SQL ID: buy4awx39t3g7 Plan Hash: 1641808512 SELECT NOMINATIVO FROM PERSONALE WHERE PROGRESSIVO = (SELECT FIRMAINFERMIERESALA FROM ALTRIDATI WHERE INTERVENTO = 95) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 2 0 0 Fetch 1 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=130 us cost=1 size=28 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=112 us cost=0 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=90 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=51 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.03 0.03 ******************************************************************************** SQL ID: 1wng0rhcd8fss Plan Hash: 4289574232 SELECT REPARTO FROM INTRAOP_CONFIG WHERE REPARTO = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX RANGE SCAN INTRAOP_CONFIG1 (cr=1 pr=0 pw=0 time=51 us cost=0 size=13 card=1)(object id 4328959) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 28p46rsyckjc4 Plan Hash: 2747864275 SELECT Configurazioni.Progressivo AS NReparti FROM Configurazioni WHERE Configurazioni.Tipo = 28 AND Configurazioni.Progressivo = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX RANGE SCAN CONFIGURAZIONI3 (cr=1 pr=0 pw=0 time=68 us cost=1 size=6 card=1)(object id 4328117) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: azb78ryjjs27t Plan Hash: 4228710233 SELECT * FROM POSTOP_DATI WHERE PROGRPOSTOP = (SELECT PROGRESSIVO FROM POSTOP_ANEST WHERE PROGRINTERVENTI = 95 ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.04 0.07 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 1 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.04 0.07 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=100 us cost=1 size=194 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=83 us cost=1 size=0 card=1)(object id 4328121) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_ANEST (cr=1 pr=0 pw=0 time=62 us cost=2 size=6 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=54 us cost=1 size=0 card=1)(object id 4328313) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 row cache lock 20 0.00 0.03 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: dsjsq92s4yb5j Plan Hash: 4285797066 SELECT PROGRPROTOCOLLO FROM POSTOP_PROTOCOLLI WHERE PROGRPOSTOP = (SELECT PROGRESSIVO FROM POSTOP_ANEST WHERE PROGRINTERVENTI = 95 ) ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.04 0.05 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 1 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.04 0.05 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=154 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_PROTOCOLLI1 (cr=1 pr=0 pw=0 time=104 us cost=0 size=39 card=1)(object id 4328407) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_ANEST (cr=1 pr=0 pw=0 time=83 us cost=2 size=6 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=71 us cost=1 size=0 card=1)(object id 4328313) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.04 0.04 ******************************************************************************** SQL ID: 1pwus3cv4swnx Plan Hash: 1353630787 SELECT PROGRESSIVO FROM INTERVENTI WHERE CODPAZIENTE = 85 AND DATAINT BETWEEN to_date('2021-10-20', 'yyyy-mm-dd') AND to_date('2021-10-22','yyyy-mm-dd') AND NONOPERATO = '0' AND DISCONVALIDATO = '0' AND BLOCCO = 2833 AND REPARTO = 14 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=1 pr=0 pw=0 time=66 us cost=2 size=28 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTI3 (cr=1 pr=0 pw=0 time=56 us cost=1 size=0 card=1)(object id 4328376) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 ******************************************************************************** SQL ID: 7qg5rrb751sb6 Plan Hash: 1988754987 select certificaz0_.PAZIENTE as PAZIENTE1_, certificaz0_.PROGRESSIVO as PROGRESS1_1_, certificaz0_.PROGRESSIVO as PROGRESS1_188_0_, certificaz0_.PAZIENTE as PAZIENTE188_0_, certificaz0_.TIPOCERTIFICAZIONE as TIPOCERT3_188_0_, certificaz0_.DATAVALIDITA as DATAVALI4_188_0_ from PAZIENTICERTIFICAZIONI certificaz0_ where certificaz0_.PAZIENTE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID PAZIENTICERTIFICAZIONI (cr=1 pr=0 pw=0 time=67 us cost=1 size=48 card=1) 0 0 0 INDEX RANGE SCAN PAZIENTICERTIFICAZIONI2 (cr=1 pr=0 pw=0 time=53 us cost=1 size=0 card=1)(object id 4328794) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ latch free 1 0.00 0.00 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 5bwpyyfp6zup2 Plan Hash: 1213243052 SELECT * FROM POSTOP_ANEST PA,POSTOP_PRESCRIZ PP WHERE PA.PROGRESSIVO = PP.PROGRPOSTOP (+) AND PROGRINTERVENTI = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.04 0.06 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.04 0.06 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=78 us cost=2 size=30 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_ANEST (cr=1 pr=0 pw=0 time=67 us cost=2 size=14 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=54 us cost=1 size=0 card=1)(object id 4328313) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_PRESCRIZ (cr=0 pr=0 pw=0 time=0 us cost=0 size=16 card=1) 0 0 0 INDEX UNIQUE SCAN PK_POSTOP_PRESCRIZ (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329003) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.07 0.07 SQL*Net break/reset to client 2 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 11 0.00 0.02 ******************************************************************************** SQL ID: g1mry28n0g9an Plan Hash: 234762480 SELECT PROGRESSIVO,SCADENZA,STAMPATO FROM INTRAOP_ANEST WHERE CODCHIAMANTE = 1 AND PROGRCHIAMANTE = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=1 pr=0 pw=0 time=57 us cost=1 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=42 us cost=0 size=0 card=1)(object id 4329091) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 ******************************************************************************** SQL ID: 334td58yctz74 Plan Hash: 1641808512 SELECT NOMINATIVO FROM PERSONALE WHERE PROGRESSIVO = (SELECT FIRMASTRUM FROM ALTRIDATI WHERE INTERVENTO = 95) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 2 0 0 Fetch 1 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=110 us cost=1 size=28 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=96 us cost=0 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=80 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=44 us cost=0 size=0 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: a66a86d8hbymf Plan Hash: 457094436 select paziente0_.PROGRESSIVO as PROGRESS1_566_, paziente0_.CITTADINANZA as CITTADIN2_566_, paziente0_.POSIZIONEPROF as POSIZION3_566_, paziente0_.COMUNENASCITA as COMUNENA4_566_, paziente0_.PROFESSIONE as PROFESSI5_566_, paziente0_.STATOCIVILE as STATOCIV6_566_, paziente0_.COMUNERESIDENZA as COMUNERE7_566_, paziente0_.USL as USL566_, paziente0_.MEDICOCHEINVIA as MEDICOCH9_566_, paziente0_.RAMOATTIVITA as RAMOATT10_566_, paziente0_.REGIONEASSISTENZA as REGIONE11_566_, paziente0_.TITOLOSTUDIO as TITOLOS12_566_, paziente0_.COGNOME as COGNOME566_, paziente0_.COGNOME2 as COGNOME14_566_, paziente0_.NOME as NOME566_, paziente0_.INDIRIZZO as INDIRIZZO566_, paziente0_.SESSO as SESSO566_, paziente0_.TELEFONO as TELEFONO566_, paziente0_.DATANASCITA as DATANAS19_566_, paziente0_.CODICESANITARIO as CODICES20_566_, paziente0_.NOMEFAMILIARE as NOMEFAM21_566_, paziente0_.INDIRIZZOFAMILIARE as INDIRIZ22_566_, paziente0_.TELEFONOFAMILIARE as TELEFON23_566_, paziente0_.SANGUE as SANGUE566_, paziente0_.RH as RH566_, paziente0_.CODFISC as CODFISC566_, paziente0_.CARDIO_QUANDO as CARDIO27_566_, paziente0_.CARDIO_SEM as CARDIO28_566_, paziente0_.CHIAVEESTERNA as CHIAVEE29_566_, paziente0_.DATAMATRIMONIO as DATAMAT30_566_, paziente0_.DOMICILIO as DOMICILIO566_, paziente0_.MEF as MEF566_, paziente0_.STP as STP566_, paziente0_.IDREGIONALE as IDREGIO34_566_, paziente0_.SIGLAPAZINS as SIGLAPA35_566_, paziente0_.DATAORAPAZINS as DATAORA36_566_, paziente0_.COMMENTO as COMMENTO566_, paziente0_.CONSENSO_ACQUISITO as CONSENSO38_566_, paziente0_.DATAVALIDITAMEF as DATAVAL39_566_, paziente0_.ENTECERTIFICANTE as ENTECER40_566_, paziente0_.COMUNERESIDENZAESTERO as COMUNER41_566_, paziente0_.COMUNENASCITAESTERO as COMUNEN42_566_, paziente0_.QUALITACF as QUALITACF566_, paziente0_.QUALITACFTRATTI as QUALITA44_566_, paziente0_.TEAM_NUMEROTESSERA as TEAM45_566_, paziente0_.DOC_CODICE as DOC46_566_, paziente0_.DOC_NAZIONERILASCIO as DOC47_566_, paziente0_.ES_DNI as ES48_566_, paziente0_.ES_NIF as ES49_566_, paziente0_.ES_NIE as ES50_566_, paziente0_.NUMPASSAPORTO as NUMPASS51_566_, paziente0_.NUMTESSSANEUROPEA as NUMTESS52_566_, paziente0_.ES_NUMTESSSANARAGONA as ES53_566_, paziente0_.ES_NUMSOCIALESICUREZZA as ES54_566_ from PAZIENTI paziente0_ where paziente0_.CHIAVEESTERNA=:1 order by paziente0_.PROGRESSIVO asc call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 3 0 0 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=3 pr=0 pw=0 time=73 us cost=5 size=114 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=40 us cost=4 size=114 card=1) 0 0 0 INDEX RANGE SCAN PAZIENTI6 (cr=3 pr=0 pw=0 time=35 us cost=3 size=0 card=1)(object id 4328403) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net more data to client 1 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 2k7rgy1maswfm Plan Hash: 234762480 SELECT PROGRESSIVO FROM INTRAOP_ANEST WHERE PROGRCHIAMANTE = 95 AND CODCHIAMANTE = '1' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=1 pr=0 pw=0 time=48 us cost=1 size=9 card=1) 0 0 0 INDEX UNIQUE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=36 us cost=0 size=0 card=1)(object id 4329091) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: d24tj9c5bps04 Plan Hash: 0 ALTER SESSION SET CURSOR_SHARING = EXACT call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1492 0.08 0.08 0 0 0 0 Execute 1492 0.23 0.23 0 0 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2984 0.32 0.32 0 0 0 0 Misses in library cache during parse: 0 Parsing user id: 190 Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1492 0.00 0.02 SQL*Net message from client 1492 0.58 6.66 ******************************************************************************** SQL ID: f8n9hh8nvjrm6 Plan Hash: 1183906171 UPDATE UTENTICONNESSI SET USCITA = SYSDATE WHERE PROGRESSIVO = 1803 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 12 0.00 0.00 0 0 0 0 Execute 12 0.00 0.01 0 24 24 12 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 24 24 12 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 10 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE UTENTICONNESSI (cr=2 pr=0 pw=0 time=428 us) 1 1 1 INDEX UNIQUE SCAN PK_UTENTICONNESSI (cr=2 pr=0 pw=0 time=55 us cost=1 size=13 card=1)(object id 4328499) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ log file sync 12 0.06 0.17 SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 136.10 192.00 gc current grant busy 1 0.00 0.00 ******************************************************************************** SQL ID: 6c4y95j6r6jmz Plan Hash: 734943673 DELETE POLLING WHERE TABELLA = 'INTERVENTI' AND CHIAVE = 'PROGRESSIVO' AND VALORE = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 24 0.02 0.03 0 0 0 0 Execute 24 0.02 0.02 0 25 115 23 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.05 0.05 0 25 115 23 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POLLING (cr=1 pr=0 pw=0 time=765 us) 1 1 1 INDEX SKIP SCAN POLLING1 (cr=1 pr=0 pw=0 time=290 us cost=1 size=49 card=1)(object id 4328704) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ log file sync 23 0.07 0.29 SQL*Net message to client 24 0.00 0.00 SQL*Net message from client 24 0.33 0.45 gc cr block 2-way 1 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: 4qn38awd0vr8y Plan Hash: 0 INSERT INTO POLLING (TABELLA,CHIAVE,VALORE,ISTANTE,MACCHINA) VALUES ('INTERVENTI','PROGRESSIVO',95,(SYSDATE+(60/86400)),'172.18.59.237') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 25 0.00 0.00 0 0 0 0 Execute 25 0.02 0.03 2 25 172 25 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 50 0.03 0.04 2 25 172 25 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=1660 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ db file sequential read 2 0.00 0.00 log file sync 25 0.06 0.31 SQL*Net message to client 25 0.00 0.00 SQL*Net message from client 25 0.02 0.08 gc current block 2-way 2 0.00 0.00 gc current grant busy 1 0.00 0.00 gc current grant 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: bcnh3z85ar6kz Plan Hash: 1183906171 UPDATE UTENTICONNESSI SET USCITA = SYSDATE WHERE PROGRESSIVO = 1804 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 39 0.01 0.01 0 0 0 0 Execute 39 0.02 0.02 0 78 78 39 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 78 0.03 0.03 0 78 78 39 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 19 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE UTENTICONNESSI (cr=2 pr=0 pw=0 time=405 us) 1 1 1 INDEX UNIQUE SCAN PK_UTENTICONNESSI (cr=2 pr=0 pw=0 time=52 us cost=1 size=13 card=1)(object id 4328499) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ log file sync 39 0.10 0.54 SQL*Net message to client 39 0.00 0.00 SQL*Net message from client 39 21.28 63.74 ******************************************************************************** SQL ID: 69dj2bcb7sdyg Plan Hash: 2832457903 UPDATE ALTRIDATI SET UNITAMISURADAP = NULL, DAPSTANDARD = NULL WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 14 0.00 0.00 0 0 0 0 Execute 14 0.00 0.00 0 14 14 14 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 28 0.01 0.01 0 14 14 14 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=274 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=47 us cost=0 size=29 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 14 0.00 0.00 SQL*Net message from client 14 0.01 0.03 ******************************************************************************** SQL ID: 7m2xp8x96yhsk Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = '1' WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 4 4 4 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.01 0.01 0 4 4 4 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=284 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=44 us cost=0 size=16 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: ffsf44d8m8gs0 Plan Hash: 499323837 UPDATE INTERVENTI SET REPARTO = '14',REPARTODEGENZA = NULL,SALETTA = '10', CARTELLACLINICA = NULL,NOSOLOGICO = NULL,LIBERA_PROFESSIONE = '0',REGIME = '1',NONOPERATO = '0' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.01 0.01 0 0 0 0 Execute 8 0.00 0.00 0 8 41 8 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.02 0.02 0 8 41 8 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=469 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=49 us cost=0 size=117 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 ******************************************************************************** SQL ID: 765ry9pjyqza2 Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = '1',DATAURG = NULL,ORAURG = NULL,TIPOURGENZA = NULL,LATERALITA = NULL,INTRAOP = NULL,TERAPIAANTITROMBOTICA = NULL, NOTETERAPIAANTITROMBOTICA = NULL,TERAPIAANTIBIOTICA = NULL, NOTETERAPIAANTIBIOTICA = NULL,PROFILASSIANTIALLERGICA = NULL, NOTEPROFILASSIANTIALLERGICA = NULL,DESTINAZIONE = '3232' WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 6 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 6 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=367 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=51 us cost=0 size=43 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 62buk1zg760wb Plan Hash: 499323837 UPDATE INTERVENTI SET LIBERA_PROFESSIONE = '0',AMBULATORIALE = '0', PRELIEVOORGANO = '0',ETA = '52 A',REGIME = '1',NOSOLOGICOVALIDATO = '0', NOSOLOGICO = NULL,NUMEROSTORIACLINICA = '82009',NUMEROEPISODIOAMB = NULL, CARTELLACLINICA = NULL,REPARTODEGENZA = NULL,DATAINT = TO_DATE('2021-10-21', 'YYYY-MM-DD'),TUSCORE = NULL,EUROSCORE = NULL,REPARTO = '14', NONOPERATOMOTIVAZIONE = NULL,SALETTA = '10',MINIINVASIVA = NULL, TIPOMINIINVASIVA = NULL,CONVERSIONELAPARO = NULL,REPARTODEGENZADESTINAZIONE = NULL,STRUTTURAPROVENIENZA = NULL,REPARTOALLETTAGGIO = NULL,SOLVENTE = '0', NONOPERATO = '0',OSCURAMENTO = NULL,ANNO = 2021 WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.02 0 0 0 0 Execute 5 0.00 2.59 0 6 27 5 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 10 0.02 2.61 0 6 27 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=517808 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=65 us cost=0 size=300 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 5 0.00 0.00 SQL*Net message from client 5 0.00 0.00 enq: TX - row lock contention 1 2.58 2.58 ******************************************************************************** SQL ID: 28u24s20m896x Plan Hash: 499323837 UPDATE Interventi SET CONVCHIRURGIA = '1',CONVCHIRURGIA_CHI = 'XX', CONVCHIRURGIA_QUANDO = SYSDATE WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=418 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=48 us cost=0 size=32 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 8u8fk9nq80qth Plan Hash: 0 insert into PAZIENTI (CITTADINANZA, POSIZIONEPROF, COMUNENASCITA, PROFESSIONE, STATOCIVILE, COMUNERESIDENZA, USL, MEDICOCHEINVIA, RAMOATTIVITA, REGIONEASSISTENZA, TITOLOSTUDIO, COGNOME, COGNOME2, NOME, INDIRIZZO, SESSO, TELEFONO, DATANASCITA, CODICESANITARIO, NOMEFAMILIARE, INDIRIZZOFAMILIARE, TELEFONOFAMILIARE, SANGUE, RH, CODFISC, CARDIO_QUANDO, CARDIO_SEM, CHIAVEESTERNA, DATAMATRIMONIO, DOMICILIO, MEF, STP, IDREGIONALE, SIGLAPAZINS, DATAORAPAZINS, COMMENTO, CONSENSO_ACQUISITO, DATAVALIDITAMEF, ENTECERTIFICANTE, COMUNERESIDENZAESTERO, COMUNENASCITAESTERO, QUALITACF, QUALITACFTRATTI, TEAM_NUMEROTESSERA, DOC_CODICE, DOC_NAZIONERILASCIO, ES_DNI, ES_NIF, ES_NIE, NUMPASSAPORTO, NUMTESSSANEUROPEA, ES_NUMTESSSANARAGONA, ES_NUMSOCIALESICUREZZA, PROGRESSIVO) values (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31, :32, :33, :34, :35, :36, :37, :38, :39, :40, :41, :42, :43, :44, :45, :46, :47, :48, :49, :50, :51, :52, :53, :54) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 7 0.00 0.00 0 0 0 0 Execute 7 0.22 1.01 9 7 111 7 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 14 0.23 1.01 9 7 111 7 Misses in library cache during parse: 1 Misses in library cache during execute: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=2 pw=0 time=116918 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net more data from client 7 0.00 0.00 gc current grant 2-way 5 0.00 0.00 db file sequential read 9 0.53 0.67 SQL*Net message to client 7 0.00 0.00 SQL*Net message from client 7 0.05 0.10 gc current grant busy 1 0.00 0.00 library cache lock 8 0.07 0.08 library cache pin 8 0.00 0.01 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: 78h0cffg1au6m Plan Hash: 1624403105 update PAZIENTI set CITTADINANZA=:1, POSIZIONEPROF=:2, COMUNENASCITA=:3, PROFESSIONE=:4, STATOCIVILE=:5, COMUNERESIDENZA=:6, USL=:7, MEDICOCHEINVIA= :8, RAMOATTIVITA=:9, REGIONEASSISTENZA=:10, TITOLOSTUDIO=:11, COGNOME=:12, COGNOME2=:13, NOME=:14, INDIRIZZO=:15, SESSO=:16, TELEFONO=:17, DATANASCITA= :18, CODICESANITARIO=:19, NOMEFAMILIARE=:20, INDIRIZZOFAMILIARE=:21, TELEFONOFAMILIARE=:22, SANGUE=:23, RH=:24, CODFISC=:25, CARDIO_QUANDO=:26, CARDIO_SEM=:27, CHIAVEESTERNA=:28, DATAMATRIMONIO=:29, DOMICILIO=:30, MEF= :31, STP=:32, IDREGIONALE=:33, SIGLAPAZINS=:34, DATAORAPAZINS=:35, COMMENTO= :36, CONSENSO_ACQUISITO=:37, DATAVALIDITAMEF=:38, ENTECERTIFICANTE=:39, COMUNERESIDENZAESTERO=:40, COMUNENASCITAESTERO=:41, QUALITACF=:42, QUALITACFTRATTI=:43, TEAM_NUMEROTESSERA=:44, DOC_CODICE=:45, DOC_NAZIONERILASCIO=:46, ES_DNI=:47, ES_NIF=:48, ES_NIE=:49, NUMPASSAPORTO= :50, NUMTESSSANEUROPEA=:51, ES_NUMTESSSANARAGONA=:52, ES_NUMSOCIALESICUREZZA=:53 where PROGRESSIVO=:54 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.10 0.10 0 6 12 3 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.10 0.10 0 6 12 3 Misses in library cache during parse: 1 Misses in library cache during execute: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE PAZIENTI (cr=2 pr=0 pw=0 time=1477 us) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=51 us cost=1 size=114 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net more data from client 4 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 gc current grant busy 1 0.00 0.00 row cache lock 3 0.00 0.00 ******************************************************************************** SQL ID: 0qpcb3dfdb7wh Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = NULL WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 4 4 4 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.00 0.01 0 4 4 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=260 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=42 us cost=0 size=16 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 292skr195nb9n Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = NULL,DATAURG = NULL,ORAURG = NULL, TIPOURGENZA = NULL,LATERALITA = NULL,INTRAOP = NULL,TERAPIAANTITROMBOTICA = NULL,NOTETERAPIAANTITROMBOTICA = NULL,TERAPIAANTIBIOTICA = NULL, NOTETERAPIAANTIBIOTICA = NULL,PROFILASSIANTIALLERGICA = NULL, NOTEPROFILASSIANTIALLERGICA = NULL,DESTINAZIONE = '3232' WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=308 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=48 us cost=0 size=43 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 7w37jgjhc69u6 Plan Hash: 499323837 UPDATE INTERVENTI SET GENERALE_SEM = '0' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 4 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 4 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=325 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=51 us cost=0 size=6 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 ******************************************************************************** SQL ID: 51zwk2v5vy3s3 Plan Hash: 499323837 UPDATE INTERVENTI SET CHIRURGO_CHI = 'XX',CHIRURGO_QUANDO = to_date('2021-10-21 12:11:15','yyyy-mm-dd hh24:mi:ss'),CHIRURGO_SEM = '1' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=475 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=58 us cost=0 size=32 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: bjtsgzu5jm7nh Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (95,23,'1',to_date('2021-10-21', 'yyyy-MM-dd'),null,to_date('2021-10-21', 'yyyy-MM-dd'),null,null,null,'1','0',null,'1','0',null,'0','0') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.01 1 3 27 3 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.02 1 3 27 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=6225 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: augwjf47xxp35 Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (95,120,'0',to_date('2021-10-21', 'yyyy-MM-dd'),null,to_date('2021-10-21', 'yyyy-MM-dd'),null,null,null,'1','0',null,'2','0',null,'0','0') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 3 24 3 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 24 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=579 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: fxpw28j35kmh3 Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (95,11,'1',to_date('2021-10-21', 'yyyy-MM-dd'),null,to_date('2021-10-21', 'yyyy-MM-dd'),null,null,null,'1','0',null,'3','0',null,'0','0') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 3 24 3 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 24 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=521 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: 8pnav8q7x8t7b Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (95,139,'1',to_date('2021-10-21', 'yyyy-MM-dd'),null,to_date('2021-10-21', 'yyyy-MM-dd'),null,null,null,'1','0',null,'4','0',null,'0','0') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 3 24 3 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 24 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=578 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: amyzh37u9c5pb Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (95,138,'1',to_date('2021-10-21', 'yyyy-MM-dd'),null,to_date('2021-10-21', 'yyyy-MM-dd'),null,null,null,'1','0',null,'5','0',null,'0','0') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 3 24 3 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 24 3 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=522 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 5 0.00 0.00 SQL*Net message from client 5 0.00 0.00 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 110v7qvx930zb Plan Hash: 898648052 DELETE FROM INTEQUIPESCOPIE WHERE PROGINTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.01 0 0 0 0 Execute 5 0.00 0.09 1 5 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 10 0.01 0.10 1 5 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTEQUIPESCOPIE (cr=1 pr=0 pw=0 time=18376 us) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE5 (cr=1 pr=0 pw=0 time=18308 us cost=0 size=65 card=1)(object id 4328450) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.02 0.03 SQL*Net break/reset to client 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.08 0.08 library cache lock 1 0.02 0.02 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 571d116u0gvmj Plan Hash: 3902522327 DELETE FROM INTEQUIPE WHERE PROGRINTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.03 0 0 0 0 Execute 4 0.00 0.00 0 4 56 15 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.01 0.03 0 4 56 15 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTEQUIPE (cr=1 pr=0 pw=0 time=838 us) 5 4 5 INDEX RANGE SCAN INTEQUIPE3 (cr=1 pr=0 pw=0 time=90 us cost=1 size=20 card=1)(object id 4328955) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 8b33bf04yrp4g Plan Hash: 499323837 UPDATE interventi SET chirurghiuniti = '0' WHERE progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 4 4 4 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.01 0.01 0 4 4 4 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=316 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=66 us cost=0 size=6 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 1a4y1yzc23tdd Plan Hash: 499323837 UPDATE Interventi SET CONVINFERMIERI = '1',CONVINFERMIERI_CHI = 'XX', CONVINFERMIERI_QUANDO = SYSDATE WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=492 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=56 us cost=0 size=32 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 89g8vw8j9apfh Plan Hash: 2832457903 UPDATE ALTRIDATI SET terapiaantitrombcalze = null, terapiaantitrombcalzeapplic = null, terapiaantitrombcalzeapplicsal = null where intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 5 10 5 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 10 0.00 0.01 0 5 10 5 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=446 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=50 us cost=0 size=12 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ log file sync 5 0.02 0.06 SQL*Net message to client 5 0.00 0.00 SQL*Net message from client 5 0.06 0.24 ******************************************************************************** SQL ID: 05n5213zzyw63 Plan Hash: 0 INSERT INTO INTERVENTI (RICAMB,CODICE,CODPAZIENTE,DATAINT,BLOCCO,ANNO, SALETTA,USOCIA,REPARTO,PROGRESSIVO,PROGRREPARTO) VALUES ('R','95','85',TO_DATE('2021-10-21','YYYY-MM-DD'),'2833','2021','10','1',14, 95,-95) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.60 1.17 0 0 0 0 Execute 1 0.03 0.08 2 4 32 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.63 1.25 2 4 32 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=4 pr=2 pw=0 time=21679 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 26 0.00 0.04 db file sequential read 2 0.00 0.00 gc current grant busy 2 0.00 0.01 gc current block 2-way 2 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 3 0.00 0.00 ******************************************************************************** SQL ID: c9bjdf67uxzpv Plan Hash: 0 INSERT INTO ALTRIDATI (INTERVENTO) VALUES (95) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.03 0 0 0 0 Execute 1 0.00 0.01 2 4 7 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.02 0.04 2 4 7 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=4 pr=2 pw=0 time=11904 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 1 0.00 0.00 db file sequential read 2 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: fkrs56h78pxf1 Plan Hash: 2128910494 UPDATE interventi SET codpaziente = 85,listaattesa = 82,regime = (SELECT regime FROM listaattesa WHERE numero = 82),previsione = (SELECT previsione FROM listaattesa WHERE numero = 82),tdiagnosi1 = (SELECT notediagnosi FROM listaattesa WHERE numero = 82), NOSOLOGICO = (SELECT NOSOLOGICO FROM listaattesa WHERE numero = 82), NosologicoValidato = (SELECT NosologicoValidato FROM listaattesa WHERE numero = 82),Repartodegenza = (SELECT Repartodegenza FROM listaattesa WHERE numero = 82),SOLVENTE = (SELECT SOLVENTE FROM listaattesa WHERE numero = 82) ,LIBERA_PROFESSIONE = (SELECT LIBERA_PROFESSIONE FROM listaattesa WHERE numero = 82),MINIINVASIVA = (SELECT MINIINVASIVA FROM LISTAATTESA WHERE NUMERO = 82),TIPOMINIINVASIVA = (SELECT TIPOMINIINVASIVA FROM LISTAATTESA WHERE NUMERO = 82),NUMEROEPISODIOAMB = (SELECT NUMEROEPISODIOAMB FROM LISTAATTESA WHERE NUMERO = 82),NUMEROSTORIACLINICA = (SELECT NUMEROSTORIACLINICA FROM LISTAATTESA WHERE NUMERO = 82), TELEFONORIFERIMENTOEPISODIO = (SELECT TELEFONORIFERIMENTOEPISODIO FROM LISTAATTESA WHERE NUMERO = 82),STRUTTURAPROVENIENZA = (SELECT STRUTTURAPROVENIENZA FROM LISTAATTESA WHERE NUMERO = 82) WHERE progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.02 0 0 0 0 Execute 1 0.00 0.00 0 44 15 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.02 0.02 0 44 15 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=44 pr=0 pw=0 time=3809 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=56 us cost=0 size=392 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=62 us cost=2 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=33 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=24 us cost=2 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=15 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=20 us cost=2 size=227 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=13 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=19 us cost=2 size=56 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=11 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=24 us cost=2 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=15 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=21 us cost=2 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=12 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=28 us cost=2 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=18 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=21 us cost=2 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=9 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=16 us cost=2 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=7 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=15 us cost=2 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=7 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=14 us cost=2 size=56 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=7 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=13 us cost=2 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=6 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=14 us cost=2 size=206 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=7 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=14 us cost=2 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=8 us cost=1 size=0 card=1)(object id 4328934) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant 2-way 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: dxvrx1dkrnsx1 Plan Hash: 2335991257 UPDATE listaattesa SET dataint = to_date('2021-10-21','yyyy-mm-dd') WHERE numero = 82 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 3 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 3 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE LISTAATTESA (cr=5 pr=0 pw=0 time=11964 us) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=69 us cost=2 size=227 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=46 us cost=1 size=0 card=1)(object id 4328934) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant busy 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 7mvdgn9m7px6z Plan Hash: 0 INSERT INTO TipiInterventi (Intervento, TipoInt) VALUES (95,'EXERESIS') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.09 0 0 0 0 Execute 1 0.00 0.01 1 1 7 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.02 0.11 1 1 7 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=1 pw=0 time=8728 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 1 0.00 0.00 gc current block 2-way 2 0.00 0.00 db file sequential read 1 0.00 0.00 gc current grant busy 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: c2nqw708ytca5 Plan Hash: 0 INSERT INTO DiagnosiInterventi (Contatore,Intervento,Diagnosi) VALUES (1,95,'35111') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.01 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.01 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=10356 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 1 0.00 0.00 gc current block 2-way 2 0.00 0.00 gc current grant busy 2 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 6myph757m08f9 Plan Hash: 2832457903 UPDATE AltriDati SET UsoCec = '1' WHERE Intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=317 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=44 us cost=0 size=6 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: gwq5wk7v64ht9 Plan Hash: 2832457903 UPDATE AltriDati SET Destinazione = null WHERE Intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=364 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=42 us cost=0 size=16 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 3fzuruymd8r24 Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41571,1) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.03 0 1 11 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.03 0 1 11 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=23220 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 1 0.00 0.00 gc current block 2-way 3 0.00 0.00 gc current grant busy 2 0.01 0.01 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 78rkq716u7dah Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41569,2) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=682 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 84xzvydvp6pgx Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41567,3) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=544 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: d0774y78g4161 Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41565,4) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=592 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 1qu687jcg2nda Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41563,5) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=639 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 59bvuf4tmbvgc Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41561,6) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=2774 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant busy 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 1bdswz14h8ab2 Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41559,7) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=509 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 99fvnh5hdkhgc Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41557,8) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=744 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 9wcxn7y3r2pj7 Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41555,9) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=2396 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant busy 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.03 0.03 ******************************************************************************** SQL ID: bcsrms13vkgky Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41553,10) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=885 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 3pn8qqny5yhmg Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41551,11) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=2767 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant busy 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 9k76hqtr62dhy Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41549,12) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=624 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 0frhaxxpcbm2u Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41547,13) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=751 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.05 0.05 ******************************************************************************** SQL ID: f5355zyb395j1 Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41545,14) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=732 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 1qj2237u623cu Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41543,15) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=696 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: fvt3p67u5km8n Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41541,16) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=599 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: bau71hb6ctwna Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41539,17) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=649 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 38vj0gw9sn2s3 Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41537,18) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=644 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: actxqpruc7tkh Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41535,19) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=775 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: bz2jjp3rhkjnr Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41533,20) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=723 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 3d11krsv6daqj Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41531,21) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=593 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.01 0.01 ******************************************************************************** SQL ID: b8sgpj6x3vh0y Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41529,22) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=581 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: fanzsc39sm23u Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41527,23) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=498 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: dqn9hvr5dv3wu Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41525,24) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=621 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 2cc45atj6r5kz Plan Hash: 0 INSERT INTO IcdInterventi (Intervento,Icd,Contatore) VALUES (95,41523,25) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=618 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 08f1m215tazb2 Plan Hash: 2832457903 UPDATE altridati SET protesi = '0' WHERE intervento = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=331 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=40 us cost=0 size=6 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 4nh7a7nwk8j3g Plan Hash: 1624403105 update PAZIENTI set CITTADINANZA=:1, CARDIO_CHI=:2, POSIZIONEPROF=:3, COMUNENASCITA=:4, PROFESSIONE=:5, STATOCIVILE=:6, COMUNERESIDENZA=:7, USL= :8, MEDICOCHEINVIA=:9, RAMOATTIVITA=:10, REGIONEASSISTENZA=:11, TITOLOSTUDIO=:12, COGNOME=:13, COGNOME2=:14, NOME=:15, INDIRIZZO=:16, SESSO= :17, TELEFONO=:18, DATANASCITA=:19, CODICESANITARIO=:20, NOMEFAMILIARE=:21, INDIRIZZOFAMILIARE=:22, TELEFONOFAMILIARE=:23, SANGUE=:24, RH=:25, CODFISC= :26, CARDIO_QUANDO=:27, CARDIO_SEM=:28, CHIAVEESTERNA=:29, DATAMATRIMONIO= :30, DOMICILIO=:31, MEF=:32, STP=:33, IDREGIONALE=:34, SIGLAPAZINS=:35, DATAORAPAZINS=:36, DATAVALIDITAMEF=:37, ENTECERTIFICANTE=:38, CONSENSO_ACQUISITO=:39, COMUNERESIDENZAESTERO=:40, COMUNENASCITAESTERO=:41, QUALITACF=:42, QUALITACFTRATTI=:43, TEAM_NUMEROTESSERA=:44, DOC_CODICE=:45, DOC_NAZIONERILASCIO=:46, ES_DNI=:47, ES_NIF=:48, ES_NIE=:49, NUMPASSAPORTO= :50, NUMTESSSANEUROPEA=:51, ES_NUMTESSSANARAGONA=:52, ES_NUMSOCIALESICUREZZA=:53 where PROGRESSIVO=:54 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.04 0.06 1 2 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.04 0.06 1 2 10 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE PAZIENTI (cr=2 pr=1 pw=0 time=26107 us) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=93 us cost=1 size=114 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net more data from client 1 0.00 0.00 gc current grant busy 1 0.00 0.00 db file sequential read 1 0.02 0.02 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 6b8stfhyzu6hn Plan Hash: 1624403105 UPDATE pazienti SET Commento = NULL WHERE Progressivo = 85 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 4 4 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 4 4 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE PAZIENTI (cr=2 pr=0 pw=0 time=168 us) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=65 us cost=1 size=8 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: c56h3gb5rm9mz Plan Hash: 499323837 UPDATE INTERVENTI SET SIGLAUTENTE = 'XX' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=565 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=60 us cost=0 size=20 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ log file sync 1 0.01 0.01 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 8xxqswnq8h694 Plan Hash: 2100448940 update PERCORSI set ID_PAZIENTE=:1, ID_ANAGRAFICA=:2, LAVC=:3, LAR=:4, LA=:5, LO=:6, INTERV=:7, VPO=:8, VPO_LO=:9, VPO_LA=:10, VPO_INT=:11, PARTI=:12, IVG=:13, ASP=:14, AVC=:15, SORV_INF=:16, RR=:17, RIPO=:18, TUTORE=:19 where PROGRESSIVO=:20 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.02 0.15 1 2 4 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.02 0.15 1 2 4 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE PERCORSI (cr=2 pr=1 pw=0 time=138211 us) 1 1 1 INDEX UNIQUE SCAN PK_PERCORSI (cr=2 pr=1 pw=0 time=129901 us cost=1 size=30 card=1)(object id 4328841) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.12 0.12 gc current grant busy 2 0.00 0.00 gc current block 2-way 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 83p093srzsas6 Plan Hash: 499323837 UPDATE INTERVENTI SET GENERALE_CHI = 'XX',GENERALE_QUANDO = to_date('2021-10-21 12:10:44','yyyy-mm-dd hh24:mi:ss'),GENERALE_SEM = '1' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=561 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=67 us cost=0 size=32 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 7v30d2ra7agx3 Plan Hash: 1624403105 UPDATE PAZIENTI SET SIGLAPAZINS = 'XX' ,DATAORAPAZINS = sysdate WHERE PROGRESSIVO = 85 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 2 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 2 2 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE PAZIENTI (cr=2 pr=0 pw=0 time=375 us) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=68 us cost=1 size=31 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 6c4y95j6r6jmz Plan Hash: 2374902355 DELETE POLLING WHERE TABELLA = 'INTERVENTI' AND CHIAVE = 'PROGRESSIVO' AND VALORE = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 10 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 10 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POLLING (cr=1 pr=0 pw=0 time=469 us) 1 1 1 INDEX UNIQUE SCAN POLLING1 (cr=1 pr=0 pw=0 time=60 us cost=0 size=49 card=1)(object id 4328704) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ log file sync 2 0.01 0.02 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: bmfjhtbpj5x73 Plan Hash: 718217191 DELETE FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.01 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=114 us) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=52 us cost=1 size=39 card=1)(object id 4328355) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: dkwstwz54xtyx Plan Hash: 499323837 UPDATE INTERVENTI SET PREVISIONE = 369,tdiagnosi1 = null WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 4 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 4 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=433 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=57 us cost=0 size=10 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: cjsy5qs9c94vu Plan Hash: 3091320449 DELETE FROM TIPIINTERVENTI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE TIPIINTERVENTI (cr=1 pr=0 pw=0 time=488 us) 1 1 1 INDEX UNIQUE SCAN TIPIINTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=0 size=3 card=1)(object id 4328500) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 5bpkxwt9k8684 Plan Hash: 0 INSERT INTO TIPIINTERVENTI (INTERVENTO,TIPOINT) VALUES (95,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 6 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 6 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=376 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: b91mqxwpb3zbn Plan Hash: 980058976 DELETE FROM DIAGNOSIINTERVENTI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE DIAGNOSIINTERVENTI (cr=1 pr=0 pw=0 time=628 us) 1 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=77 us cost=1 size=11 card=1)(object id 4328627) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: a8qyrn00ncb2v Plan Hash: 0 INSERT INTO DIAGNOSIINTERVENTI (INTERVENTO,DIAGNOSI,CONTATORE) VALUES (95,35111,1) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 8 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 8 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=347 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 486fn7v6mp6ra Plan Hash: 3247088227 DELETE FROM ICDINTERVENTI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 2 79 25 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 2 79 25 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE ICDINTERVENTI (cr=2 pr=0 pw=0 time=2235 us) 25 25 25 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=380 us cost=1 size=11 card=1)(object id 4328796) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 0q0wxacrjga43 Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,1,41571,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=582 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 1prsu9hgs0vuh Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,2,41569,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=485 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: a0367dpt7rmp7 Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,3,41567,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=552 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 0vnucqf74762h Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,4,41565,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=492 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: dnktv6d3xu2y1 Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,5,41563,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=403 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: dt8hqtgqr7p0a Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,6,41561,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=444 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: c3grqqxpxkky8 Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,7,41559,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=724 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 7f2q4w9p92adj Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,8,41557,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=653 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 0qn4zh9ypkqrs Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,9,41555,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=651 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 2mf7h6bdm7m93 Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,10,41553,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 11 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 11 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=556 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 5x0f0593f2mwf Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,11,41551,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=452 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 3y6za2pbtxb31 Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,12,41549,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=492 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 2hf4du7afj0kk Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,13,41547,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=592 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 87r5g0hbk6yg6 Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,14,41545,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=484 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 3dbghynf204bw Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,15,41543,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=739 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 6vghpazzu1vm5 Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,16,41541,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=627 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 5ng8vay82d0aa Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,17,41539,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=510 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 2utvuq8m5k33q Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,18,41537,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=575 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 6tswqnr7ucphq Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,19,41535,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=503 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.03 0.03 ******************************************************************************** SQL ID: fwrh549cu4rtq Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,20,41533,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=447 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 09c219utp69a5 Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,21,41531,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=384 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 1nd55g9b41jus Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,22,41529,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=540 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 4fv28wbm09h1r Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,23,41527,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=488 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: cwqgztm7fuzm1 Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,24,41525,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=560 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 5xyactgyw89t3 Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (2,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=401 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: csn9uqrnm65jm Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (3,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=470 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: c8ppatumu2wgk Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (4,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=439 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 3tpmru99zx7dt Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (5,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=500 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 4s3z7d9humbsp Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (6,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=410 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: fg3ssjascdvyc Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (7,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=391 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: ct01gsnk1cxn8 Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (8,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=400 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 6wxpxa9pg7p4c Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (9,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=372 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 3w8uqzssgk8by Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (10,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=366 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: gv1qq0dk5nggu Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (11,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=434 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 1kkh04fujq2za Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (12,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=431 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: fbdra5zkty3m3 Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (13,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=500 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 2f390td4umk3r Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (14,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=558 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: fpg7g8hg7ncb0 Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (15,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=556 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: a063n9wp0m4mf Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (16,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=526 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 0m63yay59fwz8 Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (17,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=473 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: cj5t5hq2s4079 Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (18,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=413 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: bb6nb0n8cpaw1 Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (19,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=337 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 9kz8vsh9pjv19 Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (20,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=375 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: ffy503r775z3q Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (21,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=367 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: bm187nz74w02c Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (22,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=468 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: a2mpyzdmwjkrk Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (23,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=377 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: bb1uaygygyty4 Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (24,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=556 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: a3st7cttxqrwc Plan Hash: 1175921634 update (select rowid, TIPOINT FROM TIPIINTERVENTI WHERE INTERVENTO = 95 ) set TIPOINT = :rowid3 WHERE ROWID = :rowid4 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE TIPIINTERVENTI (cr=1 pr=0 pw=0 time=317 us) 1 1 1 TABLE ACCESS BY USER ROWID TIPIINTERVENTI (cr=1 pr=0 pw=0 time=61 us cost=1 size=3 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: a63u245u8t4m9 Plan Hash: 181322875 UPDATE TEMPIICD SET INIZIO = (SELECT TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 95 AND PROGRTEMPO = 6) WHERE INTERVENTO = 95 AND CONTATORE = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.00 0 7 2 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 7 2 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE TEMPIICD (cr=4 pr=0 pw=0 time=409 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=91 us cost=1 size=15 card=1)(object id 4328882) 0 0 1 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=80 us cost=2 size=11 card=1) 0 0 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=55 us cost=1 size=0 card=1)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 4p23zck3b3au0 Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (95,25,41523,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=383 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: db8hxhptcz4yb Plan Hash: 499323837 UPDATE INTERVENTI SET STADIAZIONECONDENSATA = NULL WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 1 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 1 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=261 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=62 us cost=0 size=16 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.03 0.03 ******************************************************************************** SQL ID: 35ftprwfpckxt Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (25,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 2 12 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 12 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=392 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.03 0.04 ******************************************************************************** SQL ID: cqhk8z36ghtq0 Plan Hash: 499323837 UPDATE INTERVENTI SET CHIRURGO_SEM = '0' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=397 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=63 us cost=0 size=6 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 82pwd2qufmvv7 Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (1,95,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.11 3 2 14 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.12 3 2 14 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=2 pw=0 time=57936 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ db file sequential read 3 0.10 0.11 gc current grant busy 1 0.00 0.00 SQL*Net message to client 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 7h6x9g060sjr4 Plan Hash: 499323837 UPDATE INTERVENTI SET ALTRI_CHI = 'XX',ALTRI_QUANDO = to_date('2021-10-21 12:11:30','yyyy-mm-dd hh24:mi:ss'),ALTRI_SEM = '1' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=437 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=51 us cost=0 size=32 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: a8wz45vmm1k7r Plan Hash: 3254839537 DELETE FROM ALTRESCOPIE WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE ALTRESCOPIE (cr=1 pr=0 pw=0 time=72 us) 0 0 0 TABLE ACCESS FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=63 us cost=2 size=65 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 3zrhwxzw1ykzt Plan Hash: 163990605 UPDATE INTEQUIPE SET PRESENZASCOPIA = '0', DISTANZASCOPIA = null, TEMPOSCOPIA = 0 WHERE PROGRINTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTEQUIPE (cr=1 pr=0 pw=0 time=61 us) 0 0 0 INDEX RANGE SCAN INTEQUIPE3 (cr=1 pr=0 pw=0 time=51 us cost=1 size=22 card=1)(object id 4328955) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: dy01bvx4zy0w5 Plan Hash: 2832457903 UPDATE ALTRIDATI SET letto = null,contagarze = null,protesi = '0', perditeematiche = null,millilitrisng = null,drenagginumero = null,drenaggi = null,piastraneutra = null,elettrodoneutrosede = null,catetere = null, catetere_posizione = null,catetere_tipo = null,diuresiiniziale = null, diuresifinale = null,accessovenoso = null,laccio = null,minutilaccio = null, segmento = null,ammdiag = null,accesso = null,ceceffettuata = null,posiz = null,brillanza = null,radiograf = null,scopiagrafianoneffettuata = '0', reintervento = '0',gesso = '0',sng = '0',laser = '0',bancaosso = '0', immunoprofilassiantid = '0',uoanestesia = null,kvbrillanza = null, mabrillanza = null,tempobrillanza = null,scopiatipoampl = null,grafiamas = null,grafiakv = null,grafiama = null,grafias = null,grafianproiez = null, firmastrum = null,sterilnote = null,notebrillanza = null,dapbrillanza = null,confermasterilita = null,conteggiostruminiz = null,confermastrumfin = null,valutazione = null,sterilizzazione = null,conteggioaghi = null, firmainfermieresala = null,scopiamezzocontrasto = null, scopiamezzocontrastoquantita = null,grafiamezzocontrasto = null, grafiamezzocontrastoquantita = null,orarioesecuzionebrillanza = null, grafiaunita = '0',seduta = null,unitabrillanza = 'S',NOTE = null WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=326 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=37 us cost=0 size=43 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.12 0.12 ******************************************************************************** SQL ID: cyyp3gnpjuz4h Plan Hash: 718217191 DELETE FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=150 us) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=63 us cost=1 size=39 card=1)(object id 4328355) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: f0udy9zmr9vr0 Plan Hash: 1851274751 DELETE FROM ALTREGRAFIE WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE ALTREGRAFIE (cr=1 pr=0 pw=0 time=81 us) 0 0 0 INDEX RANGE SCAN PK_ALTREGRAFIE (cr=1 pr=0 pw=0 time=72 us cost=0 size=39 card=1)(object id 4328724) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.04 0.04 ******************************************************************************** SQL ID: 7wy5gnqpth23x Plan Hash: 960495090 DELETE FROM POSIZIONIMULTIPLE WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POSIZIONIMULTIPLE (cr=1 pr=0 pw=0 time=63 us) 0 0 0 INDEX RANGE SCAN POSIZIONIMULTIPLE1 (cr=1 pr=0 pw=0 time=54 us cost=0 size=39 card=1)(object id 4328881) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 2hpg508dghqk5 Plan Hash: 3061595985 DELETE FROM SANGUEINTERVENTI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.01 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE SANGUEINTERVENTI (cr=1 pr=0 pw=0 time=2013 us) 0 0 0 INDEX UNIQUE SCAN SANGUEINTERVENTI1 (cr=1 pr=0 pw=0 time=1999 us cost=0 size=3 card=1)(object id 4328824) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 9f1pp9xzmybga Plan Hash: 0 INSERT INTO SANGUEINTERVENTI (INTERVENTO,FLACONI,TRASFUSIONI,EMODERIVATI, EMATICO,PREDEPOSITO,FLACONICHK) VALUES (95,null,null,0,null,0,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.04 4 4 7 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.04 4 4 7 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=4 pr=4 pw=0 time=41867 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ db file sequential read 4 0.03 0.03 gc current grant busy 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.11 0.11 ******************************************************************************** SQL ID: 8823977ru0v43 Plan Hash: 1555757685 DELETE FROM ORIGINI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE ORIGINI (cr=1 pr=0 pw=0 time=105 us) 0 0 0 TABLE ACCESS FULL ORIGINI (cr=1 pr=0 pw=0 time=93 us cost=2 size=26 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.02 0.02 ******************************************************************************** SQL ID: 5n7p5f4bnp4ds Plan Hash: 953135584 DELETE FROM EMODERIVATI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE EMODERIVATI (cr=1 pr=0 pw=0 time=106 us) 0 0 0 TABLE ACCESS FULL EMODERIVATI (cr=1 pr=0 pw=0 time=94 us cost=2 size=26 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 74zdgqgpxhw6h Plan Hash: 1075310950 DELETE FROM INTERVENTI_RECUPEROEMATICO WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTERVENTI_RECUPEROEMATICO (cr=1 pr=0 pw=0 time=134 us) 0 0 0 INDEX RANGE SCAN INTERVENTI_RECUPEROEMATICO2 (cr=1 pr=0 pw=0 time=66 us cost=1 size=52 card=1)(object id 4328550) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: cgnwxxas2k0sh Plan Hash: 2832457903 UPDATE ALTRIDATI SET CONTAMINATO = null WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 1 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 1 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=268 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=54 us cost=0 size=16 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 5qfkmub66kzjw Plan Hash: 499323837 UPDATE INTERVENTI SET ALTRI_SEM = '0' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=335 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=46 us cost=0 size=6 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 8tbcvd8md3rwd Plan Hash: 1977623155 UPDATE TEMPIICD SET FINE = (SELECT TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 95 AND PROGRTEMPO = 7) WHERE INTERVENTO = 95 AND CONTATORE = (SELECT MAX(CONTATORE) FROM TEMPIICD WHERE INTERVENTO = 95) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 9 2 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 9 2 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE TEMPIICD (cr=4 pr=0 pw=0 time=336 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=2 pr=0 pw=0 time=135 us cost=1 size=15 card=1)(object id 4328882) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=102 us) 1 1 1 FIRST ROW (cr=1 pr=0 pw=0 time=65 us cost=1 size=6 card=1) 1 1 1 INDEX RANGE SCAN (MIN/MAX) TEMPIICD3 (cr=1 pr=0 pw=0 time=60 us cost=1 size=6 card=1)(object id 4328882) 0 0 1 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=54 us cost=2 size=11 card=1) 0 0 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=37 us cost=1 size=0 card=1)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: b9jq3ycm64mk9 Plan Hash: 499323837 UPDATE INTERVENTI SET ANESTESIA_CHI = 'XX',ANESTESIA_QUANDO = to_date('2021-10-21 12:11:41','yyyy-mm-dd hh24:mi:ss'),ANESTESIA_SEM = '1' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=380 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=51 us cost=0 size=32 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 13xu9xcqpxazz Plan Hash: 0 INSERT INTO INTRAOP_ANEST (RISCALDAMENTO, SERVIZIOANESTESIA, DIURESI, PERDITE, ASA, RISCHIOOPERATORIO, RICTERAPIAINTENSIVA, PESO, ALTEZZA, ASAE, TIPOVENTMECCH, FR, TV, PEEP, FGF, FIO2, ET, COMARCK, TIPOVENT, VAP, ESITOINTUB, NOTE, TIPOINTUB, DIAMETROINTUB, MASCHERA, PROGRFARMACI, PROGRCHIAMANTE, CODCHIAMANTE, SIGLASALVA, DATAORASALVA, PROGRESSIVO) VALUES (NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 95, 95, 1, 'XX', TO_DATE('2021-10-21 12:11:00','YYYY-MM-DD HH24:MI:SS'), 91) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.11 0.14 0 0 0 0 Execute 1 0.01 0.21 3 4 11 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.12 0.36 3 4 11 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=4 pr=3 pw=0 time=173879 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 5 0.00 0.00 KJC: Wait for msg sends to complete 2 0.01 0.02 db file sequential read 3 0.09 0.16 gc current block 2-way 1 0.00 0.00 gc current grant busy 2 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.18 0.18 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 66d5hwgkxa3fg Plan Hash: 2842439740 DELETE FROM INTRAOP_MONITOR WHERE PROGRINTRAOP = 91 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.03 0 0 0 0 Execute 1 0.00 0.01 1 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.02 0.04 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTRAOP_MONITOR (cr=1 pr=1 pw=0 time=17527 us) 0 0 0 INDEX RANGE SCAN INTRAOP_MONITOR3 (cr=1 pr=1 pw=0 time=17443 us cost=1 size=26 card=1)(object id 4328438) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 62tbqvqw2vvm4 Plan Hash: 698881089 DELETE FROM INTRAOP_UTENTI WHERE PROGRINTRAOP = 91 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.01 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.01 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTRAOP_UTENTI (cr=1 pr=0 pw=0 time=79 us) 0 0 0 INDEX RANGE SCAN INTRAOP_UTENTI1 (cr=1 pr=0 pw=0 time=67 us cost=1 size=21 card=1)(object id 4328182) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 6083ja9ku8qp2 Plan Hash: 0 INSERT INTO INTRAOP_UTENTI (PROGRINTRAOP,UTENTEABILITANTE,UTENTEABILITATO) VALUES (91,'XX','XX') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.02 4 4 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.03 4 4 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=4 pr=4 pw=0 time=26604 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ db file sequential read 4 0.02 0.02 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 row cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: a4rhyrw5madwg Plan Hash: 1366998100 DELETE FROM INTRAOP_CATETERI WHERE PROGRINTRAOP = 91 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.04 1 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.06 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTRAOP_CATETERI (cr=1 pr=1 pw=0 time=48712 us) 0 0 0 INDEX RANGE SCAN INTRAOP_CATETERI3 (cr=1 pr=1 pw=0 time=48627 us cost=1 size=26 card=1)(object id 4328574) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.04 0.04 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 row cache lock 4 0.00 0.00 ******************************************************************************** SQL ID: 2arv9jn7yzjrn Plan Hash: 459529811 update (select rowid, NOTE FROM INTRAOP_ANEST WHERE PROGRESSIVO = 91 ) set NOTE = :rowid0 WHERE ROWID = :rowid1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTRAOP_ANEST (cr=1 pr=0 pw=0 time=405 us) 1 1 1 TABLE ACCESS BY USER ROWID INTRAOP_ANEST (cr=1 pr=0 pw=0 time=78 us cost=1 size=57 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 0vuwxqhbuazdp Plan Hash: 1754034629 DELETE FROM INTRAOP_TECNICHE WHERE PROGRINTRAOP = 91 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.03 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.03 0.03 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTRAOP_TECNICHE (cr=1 pr=0 pw=0 time=124 us) 0 0 0 INDEX RANGE SCAN INTRAOP_TECNICHE3 (cr=1 pr=0 pw=0 time=62 us cost=1 size=12 card=1)(object id 4328665) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: cx4b5dxfb1jdu Plan Hash: 0 INSERT INTO INTRAOP_TECNICHE (PROGRESSIVO,PROGRINTRAOP,TIPO,TREELEVEL) VALUES (92,91,'3193','0') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.01 4 4 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.01 4 4 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=4 pr=4 pw=0 time=10777 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ db file sequential read 4 0.00 0.00 gc current grant 2-way 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 18z699g8qjb09 Plan Hash: 0 INSERT INTO ANESTESIA (INTERVENTO,ATTO) VALUES (95,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 3 4 7 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.01 3 4 7 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=4 pr=3 pw=0 time=4945 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 1 0.00 0.00 db file sequential read 3 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 row cache lock 6 0.00 0.01 ******************************************************************************** SQL ID: 4xacjs491mm9y Plan Hash: 2481745080 DELETE FROM INTRAOP_COMPLICANZE WHERE PROGRINTRAOP = 91 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.02 0.03 0 0 0 0 Execute 1 0.00 0.02 1 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.02 0.05 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTRAOP_COMPLICANZE (cr=1 pr=1 pw=0 time=17924 us) 0 0 0 INDEX RANGE SCAN INTRAOP_COMPLICANZE3 (cr=1 pr=1 pw=0 time=17801 us cost=1 size=39 card=1)(object id 4328153) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 1 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.11 0.11 ******************************************************************************** SQL ID: 41mnpx5cck0mr Plan Hash: 2777622666 DELETE FROM FARMA_VALUES WHERE IDEXT = 95 AND IDFARMACI IN (SELECT ID FROM FARMACI WHERE NOTIMELINE = 0) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE FARMA_VALUES (cr=1 pr=0 pw=0 time=143 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=78 us cost=2 size=45 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=71 us cost=2 size=45 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_VALUES (cr=1 pr=0 pw=0 time=67 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN FARMA_VALUES3 (cr=1 pr=0 pw=0 time=57 us cost=1 size=0 card=1)(object id 4328531) 0 0 0 INDEX UNIQUE SCAN FARMACI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329005) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMACI (cr=0 pr=0 pw=0 time=0 us cost=1 size=6 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 3xp2kx78uzhak Plan Hash: 2777622666 DELETE FROM FARMA_VALUES WHERE IDEXT = 95 AND IDFARMACI IN (SELECT ID FROM FARMACI WHERE NOTIMELINE = 1) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE FARMA_VALUES (cr=1 pr=0 pw=0 time=196 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=128 us cost=2 size=45 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=122 us cost=2 size=45 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_VALUES (cr=1 pr=0 pw=0 time=119 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN FARMA_VALUES3 (cr=1 pr=0 pw=0 time=112 us cost=1 size=0 card=1)(object id 4328531) 0 0 0 INDEX UNIQUE SCAN FARMACI1 (cr=0 pr=0 pw=0 time=0 us cost=0 size=0 card=1)(object id 4329005) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMACI (cr=0 pr=0 pw=0 time=0 us cost=1 size=6 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 0cx6hzhbguc5d Plan Hash: 1057232436 DELETE FROM INTRAOP_GRAFICITABELLARI WHERE IDEXT = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.01 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.02 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTRAOP_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=56 us) 0 0 0 INDEX RANGE SCAN INTRAOP_GRAFICITABELLARI2 (cr=1 pr=0 pw=0 time=48 us cost=1 size=39 card=1)(object id 4328389) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 1 0.01 0.01 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 3z0pqjvjd180k Plan Hash: 3686183619 UPDATE INTRAOP_GRAFICITABELLARI SET XMIN = to_date('1899-12-30 00:00:00', 'yyyy-MM-dd hh24:mi:ss'), XMAX = to_date('1899-12-30 23:00:00','yyyy-MM-dd hh24:mi:ss') WHERE IDEXT = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTRAOP_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=38 us) 0 0 0 INDEX RANGE SCAN INTRAOP_GRAFICITABELLARI2 (cr=1 pr=0 pw=0 time=28 us cost=1 size=31 card=1)(object id 4328389) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: fmz5w44cc4xt1 Plan Hash: 1607470415 DELETE FROM FARMA_GRAFICI WHERE IDEXT = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE FARMA_GRAFICI (cr=1 pr=0 pw=0 time=91 us) 0 0 0 INDEX RANGE SCAN FARMA_GRAFICI3 (cr=1 pr=0 pw=0 time=49 us cost=1 size=26 card=1)(object id 4328712) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 18bmgq43wnztd Plan Hash: 1614955936 DELETE FROM INTRAOP_OSTETRICIA WHERE PROGRINTRAOP = 91 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.01 1 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.02 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTRAOP_OSTETRICIA (cr=1 pr=1 pw=0 time=17595 us) 0 0 0 INDEX UNIQUE SCAN PK_INTRAOP_OSTETRICIA (cr=1 pr=1 pw=0 time=17584 us cost=0 size=13 card=1)(object id 4328418) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 row cache lock 5 0.00 0.00 ******************************************************************************** SQL ID: 8682vnwrtmcnt Plan Hash: 3091637417 DELETE FROM INTRAOP_DATIFIGLIO WHERE PROGRINTRAOP = 91 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.02 0 0 0 0 Execute 1 0.00 0.06 1 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.08 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTRAOP_DATIFIGLIO (cr=1 pr=1 pw=0 time=66140 us) 0 0 0 INDEX RANGE SCAN INTRAOP_DATIFIGLIO3 (cr=1 pr=1 pw=0 time=66058 us cost=1 size=26 card=1)(object id 4328726) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.06 0.06 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: ftad2gqbkh6z8 Plan Hash: 0 INSERT INTO POSTOP_ANEST (PROGRLISTAOP,NOTERISVEGLIO,PROGRINTERVENTI, PROGRESSIVO) VALUES (0,NULL,95,91) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.01 4 4 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.01 4 4 9 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=4 pr=4 pw=0 time=7839 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 2 0.00 0.00 db file sequential read 4 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: gk7tmdrz5nkrn Plan Hash: 3091702242 DELETE FROM POSTOP_PRESCRIZ WHERE PROGRPOSTOP = 91 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 1 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.01 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POSTOP_PRESCRIZ (cr=1 pr=1 pw=0 time=7621 us) 0 0 0 INDEX UNIQUE SCAN PK_POSTOP_PRESCRIZ (cr=1 pr=1 pw=0 time=7609 us cost=0 size=13 card=1)(object id 4329003) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 438vsyyxq78tr Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 91 AND IDTABELLA = 47 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.01 1 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.01 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POSTOP_DATI (cr=1 pr=1 pw=0 time=11262 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=1 pw=0 time=11199 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=1 pw=0 time=11189 us cost=1 size=0 card=1)(object id 4328121) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 78tpujkhkvdv3 Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 91 AND IDTABELLA = 48 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POSTOP_DATI (cr=1 pr=0 pw=0 time=165 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=88 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=78 us cost=1 size=0 card=1)(object id 4328121) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: c8xfm7dzpfbtv Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 91 AND IDTABELLA = 0 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POSTOP_DATI (cr=1 pr=0 pw=0 time=102 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=59 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=51 us cost=1 size=0 card=1)(object id 4328121) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 77yy3qab4vh9n Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 91 AND IDTABELLA = 18 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POSTOP_DATI (cr=1 pr=0 pw=0 time=97 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=56 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=49 us cost=1 size=0 card=1)(object id 4328121) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 8c6n1s5pmnx6t Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 91 AND IDTABELLA = 50 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POSTOP_DATI (cr=1 pr=0 pw=0 time=122 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=69 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=61 us cost=1 size=0 card=1)(object id 4328121) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 2fzx56btkuq6j Plan Hash: 1390207539 DELETE FROM POSTOP_PROTOCOLLI WHERE PROGRPOSTOP = 91 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.02 1 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.02 1 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POSTOP_PROTOCOLLI (cr=1 pr=1 pw=0 time=20517 us) 0 0 0 INDEX RANGE SCAN POSTOP_PROTOCOLLI1 (cr=1 pr=1 pw=0 time=20503 us cost=0 size=39 card=1)(object id 4328407) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: djpzpt197xjh2 Plan Hash: 369232681 UPDATE POSTOP_ANEST SET Elastomero = '0' WHERE PROGRINTERVENTI = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 1 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 1 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE POSTOP_ANEST (cr=1 pr=0 pw=0 time=252 us) 1 1 1 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=68 us cost=1 size=6 card=1)(object id 4328313) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 886ga39x4pp39 Plan Hash: 3315877487 UPDATE INTRAOP_ANEST SET SCADENZA = to_date('2021-10-25 12:11:44', 'yyyy-mm-dd hh24:mi:ss') , SCADENZACIA_CHI = '#YY#' WHERE Progressivo = 91 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTRAOP_ANEST (cr=1 pr=0 pw=0 time=411 us) 1 1 1 INDEX UNIQUE SCAN PK_INTRAOP_ANEST (cr=1 pr=0 pw=0 time=114 us cost=0 size=29 card=1)(object id 4329090) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: fht9grurycs1d Plan Hash: 499323837 UPDATE INTERVENTI SET ANESTESIA_SEM = '0' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=329 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=48 us cost=0 size=6 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 5 0.00 0.00 SQL*Net message from client 5 0.00 0.00 SQL*Net break/reset to client 8 0.00 0.00 ******************************************************************************** SQL ID: 99fx545rtqbx3 Plan Hash: 499323837 UPDATE INTERVENTI SET TEMPI_CHI = 'XX',TEMPI_QUANDO = to_date('2021-10-21 12:11:57','yyyy-mm-dd hh24:mi:ss'),TEMPI_SEM = '1' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=383 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=51 us cost=0 size=32 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 3x7gmkbj9951b Plan Hash: 2388153138 DELETE FROM TEMPIICD WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 78 25 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 78 25 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE TEMPIICD (cr=1 pr=0 pw=0 time=2593 us) 25 25 25 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=413 us cost=1 size=6 card=1)(object id 4328882) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 3fkxxfc1ckhqa Plan Hash: 960338009 DELETE FROM TEMPIINTERVENTI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.02 0 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.02 0 2 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=164 us) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=81 us cost=2 size=44 card=4)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 2 0.00 0.00 KJC: Wait for msg sends to complete 1 0.01 0.01 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 4gkx0py8j0gzr Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (95,null,1,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.03 4 1 12 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.03 4 1 12 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=4 pw=0 time=34974 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ db file sequential read 4 0.01 0.02 gc current block 2-way 1 0.00 0.00 gc current grant 2-way 3 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 0xjk60xgsupfw Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (95,to_date('2021-10-21 09:00:00','yyyy-MM-dd hh24:mi:ss'),3,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 12 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.01 0 1 12 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=4668 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 1 0.00 0.00 gc current grant busy 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: dzqc4sptuvwgq Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (95,null,4,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=691 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: cwwqbtg2gf2q9 Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (95,to_date('2021-10-21 09:20:00','yyyy-MM-dd hh24:mi:ss'),6,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 12 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 12 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=620 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: bknhat00sfmaq Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (95,to_date('2021-10-21 10:20:00','yyyy-MM-dd hh24:mi:ss'),7,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 12 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 12 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=837 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 7rc60yjzvsmtd Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (95,null,8,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=647 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 7b9sv3h59ykdr Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (95,to_date('2021-10-21 10:30:00','yyyy-MM-dd hh24:mi:ss'),9,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 1 1 12 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 1 1 12 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=1 pw=0 time=4585 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.01 0.01 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: 4spyk4j9vprq4 Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (95,null,10,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 10 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=773 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: gsth8a89ukhp3 Plan Hash: 788056787 UPDATE TEMPIINTERVENTI SET PRIMOULTIMO = 'I' WHERE INTERVENTO = 95 AND PROGRTEMPO = 3 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 2 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.01 0 2 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=4891 us) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=79 us cost=1 size=8 card=1)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 1 0.00 0.00 gc current grant busy 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: c30tgkhqhpph6 Plan Hash: 788056787 UPDATE TEMPIINTERVENTI SET PRIMOULTIMO = 'F' WHERE INTERVENTO = 95 AND PROGRTEMPO = 9 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 2 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 2 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=728 us) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=114 us cost=1 size=8 card=1)(object id 4328463) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 8sx25b2y7bjvu Plan Hash: 1874876866 UPDATE TEMPIICD SET INIZIO = to_date('2021-10-21 09:20:00','yyyy-MM-dd hh24:mi:ss') WHERE INTERVENTO = 95 AND CONTATORE = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 1 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 1 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE TEMPIICD (cr=1 pr=0 pw=0 time=324 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=83 us cost=1 size=15 card=1)(object id 4328882) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 8mp9ags1jahaw Plan Hash: 1874876866 UPDATE TEMPIICD SET FINE = to_date('2021-10-21 10:20:00','yyyy-MM-dd hh24:mi:ss') WHERE INTERVENTO = 95 AND CONTATORE = 25 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 1 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 1 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE TEMPIICD (cr=1 pr=0 pw=0 time=274 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=75 us cost=1 size=15 card=1)(object id 4328882) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 library cache lock 1 0.00 0.00 library cache pin 1 0.02 0.02 SQL*Net break/reset to client 2 0.06 0.06 ******************************************************************************** SQL ID: 2pbqu7hsf4ns1 Plan Hash: 1624403105 UPDATE PAZIENTI SET SANGUE = 0, RH = 0,SIGLAPAZINS = 'XX' ,DATAORAPAZINS = sysdate WHERE PROGRESSIVO = 85 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 2 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 2 2 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE PAZIENTI (cr=2 pr=0 pw=0 time=342 us) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=54 us cost=1 size=57 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 8hqfvjk1a4gjb Plan Hash: 2306072036 UPDATE RECROOM SET ENTRATA = (SELECT TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 95 AND PROGRTEMPO IN (SELECT TPAZOUT FROM AVELCO)) WHERE INTERVENTO = 95 AND ENTRATA IS NULL call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.01 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE RECROOM (cr=1 pr=0 pw=0 time=76 us) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=1 pr=0 pw=0 time=65 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=1 pr=0 pw=0 time=56 us cost=1 size=0 card=1)(object id 4328085) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=0 us cost=6 size=24 card=1) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=0 us cost=6 size=24 card=1) 0 0 0 SORT UNIQUE (cr=0 pr=0 pw=0 time=0 us cost=3 size=13 card=1) 0 0 0 TABLE ACCESS FULL AVELCO (cr=0 pr=0 pw=0 time=0 us cost=3 size=13 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328463) 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=2 size=11 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 row cache lock 2 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 4yr5ttdfta4dq Plan Hash: 2067956132 DELETE FROM DIL_DATI WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.04 0 0 0 0 Execute 1 0.00 0.00 0 1 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.03 0.04 0 1 0 0 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE DIL_DATI (cr=1 pr=0 pw=0 time=88 us) 0 0 0 TABLE ACCESS FULL DIL_DATI (cr=1 pr=0 pw=0 time=79 us cost=2 size=26 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 4c2nbpsp6ndnq Plan Hash: 499323837 UPDATE INTERVENTI SET TEMPI_SEM = '0' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=453 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=57 us cost=0 size=6 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: bf8njwdw5wymk Plan Hash: 499323837 UPDATE INTERVENTI SET EQUIPE_CHI = 'XX',EQUIPE_QUANDO = to_date('2021-10-21 12:12:20','yyyy-mm-dd hh24:mi:ss'),EQUIPE_SEM = '1' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=479 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=59 us cost=0 size=32 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 60fkswgyzh68t Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (95,23,'1',to_date('2021-10-21', 'yyyy-MM-dd'),null,to_date('2021-10-21', 'yyyy-MM-dd'),null,null,null,'1',0,null,'1','0',null,'0','0') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.01 3 1 11 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.02 3 1 11 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=3 pw=0 time=17701 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ db file sequential read 3 0.01 0.01 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: g96y4sv2mmv50 Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (95,120,'0',to_date('2021-10-21', 'yyyy-MM-dd'),null,to_date('2021-10-21', 'yyyy-MM-dd'),null,null,null,'1',0,null,'2','0',null,'0','0') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 8 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 8 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=567 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: f2y8c19156ct0 Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (95,11,'1',to_date('2021-10-21', 'yyyy-MM-dd'),null,to_date('2021-10-21', 'yyyy-MM-dd'),null,null,null,'1',0,null,'3','0',null,'0','0') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 8 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 8 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=587 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 5t26yyxmjcyx7 Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (95,139,'1',to_date('2021-10-21', 'yyyy-MM-dd'),null,to_date('2021-10-21', 'yyyy-MM-dd'),null,null,null,'1',0,null,'4','0',null,'0','0') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 8 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 8 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=511 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 5q7jz4ukr0tuz Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (95,138,'1',to_date('2021-10-21', 'yyyy-MM-dd'),null,to_date('2021-10-21', 'yyyy-MM-dd'),null,null,null,'1',0,null,'5','0',null,'0','0') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 8 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 8 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=498 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 73kvrrk1v8kxn Plan Hash: 499323837 UPDATE Interventi SET CONVANESTESIA = '1',CONVANESTESIA_CHI = 'XX', CONVANESTESIA_QUANDO = SYSDATE WHERE Progressivo = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=533 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=78 us cost=0 size=32 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 3t0y7dff4tz54 Plan Hash: 499323837 UPDATE INTERVENTI SET EQUIPE_SEM = '0' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=376 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=52 us cost=0 size=6 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 86ss1yn0617jk Plan Hash: 3300323478 update (select rowid, tdiagnosi1 FROM INTERVENTI WHERE PROGRESSIVO = 95 ) set TDIAGNOSI1 = :rowid0 WHERE ROWID = :rowid1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=314 us) 1 1 1 TABLE ACCESS BY USER ROWID INTERVENTI (cr=1 pr=0 pw=0 time=71 us cost=1 size=18 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 2tn08bca7qzk7 Plan Hash: 499323837 UPDATE INTERVENTI SET GENERALE_CHI = 'XX',GENERALE_QUANDO = to_date('2021-10-21 12:13:43','yyyy-mm-dd hh24:mi:ss'),GENERALE_SEM = '1' WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=409 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=52 us cost=0 size=32 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: a6ubdhmx15p57 Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = NULL,DATAURG = NULL,ORAURG = NULL, TIPOURGENZA = NULL,LATERALITA = NULL,INTRAOP = NULL,TERAPIAANTITROMBOTICA = NULL,NOTETERAPIAANTITROMBOTICA = NULL,TERAPIAANTIBIOTICA = NULL, NOTETERAPIAANTIBIOTICA = NULL,PROFILASSIANTIALLERGICA = NULL, NOTEPROFILASSIANTIALLERGICA = NULL,DESTINAZIONE = NULL WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 1 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 1 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=234 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=43 us cost=0 size=43 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: bj11m18uxvrqx Plan Hash: 499323837 UPDATE INTERVENTI SET ProgrReparto = -95, siglautente = 'XX', datautente = to_date('2021-10-21','yyyy-mm-dd') , orautente = to_date('1899-12-30 12:14:12','yyyy-MM-dd hh24:mi:ss') WHERE PROGRESSIVO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=342 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=50 us cost=0 size=53 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 7r3x90wh3cf3c Plan Hash: 0 insert into HL7IN (DATAORA, CODE, EVENT, STRUCTURE, HL7PIPE, HL7XML, HL7XMLRESPONSE, NOMEPAZIENTE, COGNOMEPAZIENTE, CODFISCALEPAZIENTE, NOSOLOGICO, ESITO, ID) values (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.00 0.00 0 0 0 0 Execute 10 0.11 0.20 2 10 104 10 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 20 0.11 0.21 2 10 104 10 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=1 time=12267 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net more data from client 14 0.00 0.00 SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 db file sequential read 2 0.04 0.06 library cache pin 1 0.02 0.02 ******************************************************************************** SQL ID: bf3ss1n8atmb3 Plan Hash: 284318357 update HL7IN set DATAORA=:1, CODE=:2, EVENT=:3, STRUCTURE=:4, HL7PIPE=:5, HL7XML=:6, HL7XMLRESPONSE=:7, NOMEPAZIENTE=:8, COGNOMEPAZIENTE=:9, CODFISCALEPAZIENTE=:10, NOSOLOGICO=:11, ESITO=:12 where ID=:13 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.00 0.00 0 0 0 0 Execute 10 0.11 0.11 0 20 66 10 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 20 0.12 0.12 0 20 66 10 Misses in library cache during parse: 1 Misses in library cache during execute: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE HL7IN (cr=2 pr=0 pw=1 time=3631 us) 1 1 1 INDEX UNIQUE SCAN PK_HL7IN (cr=2 pr=0 pw=0 time=61 us cost=1 size=1475 card=1)(object id 4329032) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net more data from client 17 0.00 0.00 SQL*Net message to client 10 0.00 0.00 SQL*Net message from client 10 0.09 0.15 ******************************************************************************** SQL ID: 445p8h82uqvxf Plan Hash: 1624403105 UPDATE PAZIENTI SET TELEFONO = :B1 WHERE PAZIENTI.PROGRESSIVO= :B2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 2 1 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 2 1 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE PAZIENTI (cr=2 pr=0 pw=0 time=2877 us) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=57 us cost=1 size=114 card=1)(object id 4328402) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant busy 1 0.00 0.00 ******************************************************************************** SQL ID: grmkubjkfx9z6 Plan Hash: 369232681 UPDATE POSTOP_ANEST SET PompaAnalg = '0' WHERE PROGRINTERVENTI = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 1 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 1 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE POSTOP_ANEST (cr=1 pr=0 pw=0 time=289 us) 1 1 1 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=79 us cost=1 size=6 card=1)(object id 4328313) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 0ms208750pbpw Plan Hash: 3721364834 update (select rowid, NOTERISVEGLIO FROM POSTOP_ANEST WHERE PROGRESSIVO = 91 ) set NOTERISVEGLIO = :rowid0 WHERE ROWID = :rowid1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 2 1 Misses in library cache during parse: 1 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE POSTOP_ANEST (cr=1 pr=0 pw=0 time=313 us) 1 1 1 TABLE ACCESS BY USER ROWID POSTOP_ANEST (cr=1 pr=0 pw=0 time=65 us cost=1 size=14 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 57zc6zb75x03q Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = '1',DATAURG = NULL,ORAURG = NULL,LATERALITA = NULL,INTRAOP = NULL,TERAPIAANTITROMBOTICA = NULL,NOTETERAPIAANTITROMBOTICA = NULL,TERAPIAANTIBIOTICA = NULL,NOTETERAPIAANTIBIOTICA = NULL, PROFILASSIANTIALLERGICA = NULL,NOTEPROFILASSIANTIALLERGICA = NULL, DESTINAZIONE = '3232',TIPOURGENZA = NULL WHERE INTERVENTO = 95 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 1 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 1 3 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=384 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=47 us cost=0 size=43 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8335 10.62 12.84 0 610 0 0 Execute 8335 9.44 14.45 63 588 2324 436 Fetch 11046 21.40 25.26 173 134521 10 48579 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27716 41.48 52.56 236 135719 2334 49015 Misses in library cache during parse: 1003 Misses in library cache during execute: 115 Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 21425 0.00 0.36 SQL*Net message from client 21422 7003.38 8670.97 library cache lock 236 0.11 0.88 library cache pin 237 0.08 0.75 SQL*Net more data from client 336 0.00 0.04 SQL*Net break/reset to client 512 0.10 0.67 SQL*Net more data to client 651 0.00 0.05 row cache lock 743 0.07 1.59 gc current block 2-way 221 0.16 0.97 latch free 48 0.00 0.06 KJC: Wait for msg sends to complete 26 0.08 0.29 log file sync 220 0.26 3.15 db file sequential read 228 0.53 4.20 Disk file operations I/O 5 0.00 0.00 gc cr grant 2-way 90 0.08 0.32 latch: ges resource hash list 1 0.00 0.00 gc cr block 2-way 26 0.00 0.03 db file scattered read 2 0.00 0.00 gc current grant 2-way 14 0.00 0.01 gc current grant busy 25 0.01 0.05 library cache: mutex X 1 0.00 0.00 enq: TM - contention 45 0.01 0.09 gc cr multi block request 20 0.00 0.03 gc current block congested 1 0.00 0.00 enq: TX - row lock contention 1 2.58 2.58 direct path write 2 0.22 0.27 OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1207 0.42 0.59 0 0 0 0 Execute 5491 5.47 5.56 0 78 53 23 Fetch 7905 1.04 1.39 11 14435 0 5113 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 14603 6.93 7.56 11 14513 53 5136 Misses in library cache during parse: 52 Misses in library cache during execute: 50 Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 7 0.00 0.00 SQL*Net message from client 7 0.00 0.00 library cache lock 18 0.00 0.03 library cache pin 19 0.00 0.02 SQL*Net break/reset to client 14 0.00 0.00 row cache lock 44 0.00 0.05 gc current block 2-way 36 0.12 0.17 db file sequential read 11 0.05 0.14 gc cr grant 2-way 5 0.05 0.06 gc current grant busy 1 0.00 0.00 cursor: pin S 1 0.00 0.00 3186 user SQL statements in session. 168 internal SQL statements in session. 3354 SQL statements in session. ******************************************************************************** Trace file: quirofanos_23102021.trc Trace file compatibility: 11.1.0.7 Sort options: fchela 12 sessions in tracefile. 15621 user SQL statements in trace file. 782 internal SQL statements in trace file. 3354 SQL statements in trace file. 906 unique SQL statements in trace file. 213702 lines in trace file. 47923396 elapsed seconds in trace file.