TKPROF: Release 11.2.0.4.0 - Development on Thu Nov 18 17:06:48 2021 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. Trace file: quirofanos_18112021.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, 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, Distinct Tabelle.Progressivo, Tabelle.UtCodice, Tabelle.Descrizione From Tabelle, RepartiPrevisioni Where RepartiPrevisioni.Gruppo = Tabelle.Progressivo And RepartiPrevisioni.Reparto = 14 And Tabelle.CodiceTabella = 97 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-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))), 0,'1 mes', -1,DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)/12), 0,TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC( to_date('2021-11-18','yyyy-mm-dd') -PAZIENTI.DATANASCITA), 1,'1 día',TRUNC( to_date('2021-11-18','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 = 182049 Error encountered: ORA-00918 -------------------------------------------------------------------------------- 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.Disconvalidato = '0' AND Interventi.DATAINT >= to_date('2021-10-19', 'yyyy-MM-dd') AND Interventi.DATAINT <= to_date('2021-11-18', '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 -------------------------------------------------------------------------------- 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 = 96 Error encountered: ORA-00918 -------------------------------------------------------------------------------- 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, 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-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))), 0,'1 mes', -1,DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)/12), 0,TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC( to_date('2021-11-18','yyyy-mm-dd') -PAZIENTI.DATANASCITA), 1,'1 día',TRUNC( to_date('2021-11-18','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 = 2651 Error encountered: ORA-00918 -------------------------------------------------------------------------------- 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 = 96 ORDER BY CNFGTEMPI.IDTEMPO,TEMPIINTERVENTI.TEMPO 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 = 96 ORDER BY ICDINTERVENTI.CONTATORE Error encountered: ORA-00918 -------------------------------------------------------------------------------- UPDATE INTERVENTI SET DILATAZIONE = '000000000000' WHERE INTERVENTO = 96 Error encountered: ORA-00904 -------------------------------------------------------------------------------- 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 = 96 order by p.funzione,e.chkprimo desc,e.contatore Error encountered: ORA-00918 -------------------------------------------------------------------------------- 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 = 96 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 and req.funzione = 1 order by req.funzione Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM AVELCO Error encountered: ORA-00936 -------------------------------------------------------------------------------- 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 = 96 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM INTERVENTI WHERE PROGRESSIVO = 96 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM ALTRIDATI WHERE INTERVENTO = 96 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = 96 ORDER BY ORDINE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM SANGUEINTERVENTI WHERE INTERVENTO = 96 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 = 96 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM ORIGINI WHERE INTERVENTO = 96 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM EMODERIVATI WHERE INTERVENTO = 96 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM INTERVENTI_RECUPEROEMATICO WHERE INTERVENTO = 96 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM ALTRESCOPIE WHERE INTERVENTO = 96 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM ALTREGRAFIE WHERE INTERVENTO = 96 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM POSIZIONIMULTIPLE WHERE INTERVENTO = 96 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- 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 = 96 AND P.FUNZIONE = 1 AND E.CHKPRIMO = 1 order by p.funzione,e.chkprimo desc,e.contatore Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM TABELLE WHERE CODICETABELLA IN (52,16,23) ORDER BY CODICETABELLA Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM INTRAOP_TECNICHE WHERE PROGRINTRAOP = 93 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-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))), 0,'1 mes', -1,DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)/12), 0,TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC( to_date('2021-11-18','yyyy-mm-dd') -PAZIENTI.DATANASCITA), 1,'1 día',TRUNC( to_date('2021-11-18','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 = 59611 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 = 97 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 = 97 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM INTERVENTI WHERE PROGRESSIVO = 97 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, i.dataint,s.utcodice codice_saletta,s.descrizione saletta,p.cognome,p.nome,(SELECT tempo FROM tempiinterventi WHERE intervento = i.progressivo AND progrtempo = 3) tempo1,(SELECT tempo FROM tempiinterventi WHERE intervento = i.progressivo AND progrtempo = 9) tempo2 FROM interventi i,pazienti p,salette s WHERE i.codpaziente = p.progressivo AND i.saletta = s.progressivo AND i.progressivo IN (96) Error encountered: ORA-00918 -------------------------------------------------------------------------------- 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 = 97 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 ALTRIDATI WHERE INTERVENTO = 97 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = 97 ORDER BY ORDINE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM SANGUEINTERVENTI WHERE INTERVENTO = 97 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 = 97 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM ORIGINI WHERE INTERVENTO = 97 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM EMODERIVATI WHERE INTERVENTO = 97 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM INTERVENTI_RECUPEROEMATICO WHERE INTERVENTO = 97 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM ALTRESCOPIE WHERE INTERVENTO = 97 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM ALTREGRAFIE WHERE INTERVENTO = 97 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM POSIZIONIMULTIPLE WHERE INTERVENTO = 97 ORDER BY CONTATORE Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, P.COGNOME || ' ' || P.NOME AS NOME, P.DATANASCITA, TABBLOCCO.DESCRIZIONE AS DESCBLOCCO, R.DESCRIZIONE AS DESCREPARTO, TABGRUPPILA.DESCRIZIONE AS GRUPPOLISTA, L.DATAPRENOT, PR.DESCRIZIONE AS TIPOINTERVENTO, L.DATARIC, L.SOSPESO, MOTIVOSOSPENSIONE.DESCRIZIONE AS MOTIVOSOSPENSIONE FROM INTERVENTI INTERV, INTERVENTI INTERV_LA, LISTAOP LO, LISTAATTESA L, PREVISIONI PR, PAZIENTI P, TABELLE TABBLOCCO, TABELLE TABGRUPPILA, TABELLE MOTIVOSOSPENSIONE, REPARTI R WHERE L.PREVISIONE = PR.PROGRESSIVO (+) AND L.CODPAZIENTE = P.PROGRESSIVO AND L.REPARTO = R.PROGRESSIVO (+) AND L.NUMERO = LO.PROGLISTAATTESA (+) AND LO.PROGRESSIVO = INTERV.LISTAOP (+) AND (INTERV.DISCONVALIDATO (+) = '0') AND L.NUMERO = INTERV_LA.LISTAATTESA (+) AND (INTERV_LA.DISCONVALIDATO (+) = '0') AND L.BLOCCO = TABBLOCCO.PROGRESSIVO (+) AND L.GRUPPOLISTAATTESA = TABGRUPPILA.PROGRESSIVO (+) AND L.MOTIVOSOSPENSIONE = MOTIVOSOSPENSIONE.PROGRESSIVO (+) AND INTERV.DATAINT IS NULL AND INTERV_LA.DATAINT IS NULL AND L.CODPAZIENTE = 187559 ORDER BY L.DATAPRENOT DESC Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM vMax4 WHERE 1=1 AND PROGRESSIVO IN ( 23 ) ORDER BY NOMINATIVO Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, NULL AS SELEZIONE, 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, NVL(P.DURATA, 0) + NVL(P.DURATASANIFICAZIONE, 0) AS DURATATOTALE, 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.INUSO = '1' AND P.PROGRESSIVO IN (SELECT PREVISIONE FROM REPARTIPREVISIONI WHERE REPARTO = 14) ORDER BY P.UTCODICE 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 ( 171 ) ORDER BY P.UTCODICE Error encountered: ORA-00918 -------------------------------------------------------------------------------- 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-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))), 0,'1 mes', -1,DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)/12), 0,TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC( to_date('2021-11-18','yyyy-mm-dd') -PAZIENTI.DATANASCITA), 1,'1 día',TRUNC( to_date('2021-11-18','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 = 187559 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 DiagnosiVersioni,Diagnosi a,Tabelle WHERE Tabelle.Progressivo(+) = a.Famiglia And DiagnosiVersioni.Diagnosi = a.Progressivo AND A.UTCODICE LIKE 'D17.9' AND A.SINONIMO = '0' AND VERSIONE = 2 ORDER BY A.UTCODICE Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM vMax4 WHERE 1=1 AND FUNZIONE = 1 AND PRESENTE = '1' AND PROGRREPARTO = 14 AND (DATAFINE >= TO_DATE('2021-11-18','YYYY-MM-DD') OR DATAFINE IS NULL) ORDER BY NOMINATIVO Error encountered: ORA-00936 -------------------------------------------------------------------------------- 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 (14) AND L.DATAPRENOT >= to_date('2021-10-19', 'yyyy-MM-dd') AND L.DATAPRENOT <= to_date('2021-11-18', '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, COMUNIRES.CODICE AS COMUNIRES_COD, COMUNIRES.DESCRIZIONE AS COMUNIRES_DESC, COMUNIRES.CAP AS COMUNIRES_CAP, COMUNIRES.PROVINCIA AS COMUNIRES_PROV, DOC_NAZIONERILASCIO.CODICE AS DOC_NAZIONERILASCIO_COD, DOC_NAZIONERILASCIO.DESCRIZIONE AS DOC_NAZIONERILASCIO_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 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, COMUNI DOC_NAZIONERILASCIO 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.DOC_NAZIONERILASCIO = DOC_NAZIONERILASCIO.PROGRESSIVO (+) AND PAZIENTI.COGNOME LIKE 'PRU%' ORDER BY PAZIENTI.COGNOME,PAZIENTI.NOME Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM vMax4 WHERE 1=1 AND FUNZIONE = 1 AND SIGLA LIKE 'XX' AND PRESENTE = '1' AND (DATAFINE >= TO_DATE('2021-11-18','YYYY-MM-DD') OR DATAFINE IS NULL) ORDER BY NOMINATIVO 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 = 96 ORDER BY DIAGNINT.CONTATORE Error encountered: ORA-00918 -------------------------------------------------------------------------------- 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 = 96 AND IA.CODCHIAMANTE (+) = 1 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM POSTOP_ANEST PA,POSTOP_PRESCRIZ PP WHERE PA.PROGRESSIVO = PP.PROGRPOSTOP (+) AND PROGRINTERVENTI = 96 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM POSTOP_DATI WHERE PROGRPOSTOP = (SELECT PROGRESSIVO FROM POSTOP_ANEST WHERE PROGRINTERVENTI = 96 ) 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 = 96 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 = 96 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 = 96 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 = 96 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 = 96 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 = 96) 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 = 96 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 = 96) 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 = 96 AND F.NOTIMELINE = 0 UNION SELECT MIN(FG.X) AS X,MAX(FG.X) AS Y FROM FARMA_GRAFICI FG WHERE FG.IDEXT = 96 UNION SELECT MIN(INIZIO) AS X,MAX(FINE) AS Y FROM EVENTIMONITORAGGIO WHERE INTERVENTO = 96 UNION SELECT MIN(INIZIO) AS X,MAX(INIZIO) AS Y FROM EVENTIMONITORAGGIO WHERE INTERVENTO = 96 UNION SELECT MIN(FG.X1) AS X,MAX(FG.X2) AS Y FROM INTRAOP_GRAFICITABELLARI FG WHERE FG.IDEXT = 96 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 1 = 2 ORDER BY UTCODICE 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 = 96 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 DiagnosiVersioni,Diagnosi a,Tabelle WHERE Tabelle.Progressivo(+) = a.Famiglia And DiagnosiVersioni.Diagnosi = a.Progressivo AND VERSIONE = 2 ORDER BY A.UTCODICE Error encountered: ORA-00918 -------------------------------------------------------------------------------- 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 = 97 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 = 97 ORDER BY ICDINTERVENTI.CONTATORE 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 = 97 AND P.FUNZIONE = 1 AND E.CHKPRIMO = 1 order by p.funzione,e.chkprimo desc,e.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 DiagnosiVersioni,Diagnosi a,Tabelle WHERE Tabelle.Progressivo(+) = a.Famiglia And DiagnosiVersioni.Diagnosi = a.Progressivo AND A.UTCODICE LIKE 'D17.0' AND A.SINONIMO = '0' AND VERSIONE = 2 ORDER BY A.UTCODICE 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 ( 14834 ) ORDER BY A.UTCODICE Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, ICD9CM.PROGRESSIVO,ICD9CM.ICD AS INIZIO,ICD9CM.ICD AS FINE,ICD9CM.ICD,ICD9CM.ICD || ' ' || ICD9CM.DESCRIZIONE AS DESCRIZIONE FROM ICD9CM,ICDVERSIONI WHERE ICD9CM.PROGRESSIVO = ICDVERSIONI.ICD AND ICDVERSIONI.VERSIONE = 2 AND ICD9CM.TABELLA = 0 ORDER BY INIZIO Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, P.COGNOME || ' ' || P.NOME AS NOME, P.DATANASCITA, TABBLOCCO.DESCRIZIONE AS DESCBLOCCO, R.DESCRIZIONE AS DESCREPARTO, TABGRUPPILA.DESCRIZIONE AS GRUPPOLISTA, L.DATAPRENOT, PR.DESCRIZIONE AS TIPOINTERVENTO, L.DATARIC, L.SOSPESO, MOTIVOSOSPENSIONE.DESCRIZIONE AS MOTIVOSOSPENSIONE FROM INTERVENTI INTERV, INTERVENTI INTERV_LA, LISTAOP LO, LISTAATTESA L, PREVISIONI PR, PAZIENTI P, TABELLE TABBLOCCO, TABELLE TABGRUPPILA, TABELLE MOTIVOSOSPENSIONE, REPARTI R WHERE L.PREVISIONE = PR.PROGRESSIVO (+) AND L.CODPAZIENTE = P.PROGRESSIVO AND L.REPARTO = R.PROGRESSIVO (+) AND L.NUMERO = LO.PROGLISTAATTESA (+) AND LO.PROGRESSIVO = INTERV.LISTAOP (+) AND (INTERV.DISCONVALIDATO (+) = '0') AND L.NUMERO = INTERV_LA.LISTAATTESA (+) AND (INTERV_LA.DISCONVALIDATO (+) = '0') AND L.BLOCCO = TABBLOCCO.PROGRESSIVO (+) AND L.GRUPPOLISTAATTESA = TABGRUPPILA.PROGRESSIVO (+) AND L.MOTIVOSOSPENSIONE = MOTIVOSOSPENSIONE.PROGRESSIVO (+) AND INTERV.DATAINT IS NULL AND INTERV_LA.DATAINT IS NULL AND L.CODPAZIENTE = 182049 ORDER BY L.DATAPRENOT DESC Error encountered: ORA-00918 -------------------------------------------------------------------------------- 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 = 97 AND IA.CODCHIAMANTE (+) = 1 Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM POSTOP_ANEST PA,POSTOP_PRESCRIZ PP WHERE PA.PROGRESSIVO = PP.PROGRPOSTOP (+) AND PROGRINTERVENTI = 97 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM POSTOP_DATI WHERE PROGRPOSTOP = (SELECT PROGRESSIVO FROM POSTOP_ANEST WHERE PROGRINTERVENTI = 97 ) 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 = 97 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 = 97 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 = 97 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 = 97 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 = 97 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 = 97) 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 = 97 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 = 97) 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 = 97 AND F.NOTIMELINE = 0 UNION SELECT MIN(FG.X) AS X,MAX(FG.X) AS Y FROM FARMA_GRAFICI FG WHERE FG.IDEXT = 97 UNION SELECT MIN(INIZIO) AS X,MAX(FINE) AS Y FROM EVENTIMONITORAGGIO WHERE INTERVENTO = 97 UNION SELECT MIN(INIZIO) AS X,MAX(INIZIO) AS Y FROM EVENTIMONITORAGGIO WHERE INTERVENTO = 97 UNION SELECT MIN(FG.X1) AS X,MAX(FG.X2) AS Y FROM INTRAOP_GRAFICITABELLARI FG WHERE FG.IDEXT = 97 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, 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 = 97 ORDER BY CNFGTEMPI.IDTEMPO,TEMPIINTERVENTI.TEMPO Error encountered: ORA-00918 -------------------------------------------------------------------------------- UPDATE INTERVENTI SET DILATAZIONE = '000000000000' WHERE INTERVENTO = 97 Error encountered: ORA-00904 -------------------------------------------------------------------------------- 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 = 97 order by p.funzione,e.chkprimo desc,e.contatore Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, COUNT(intequipe.codpersonale) AS NumChirurghi FROM intequipe,personale WHERE intequipe.codpersonale = personale.progressivo AND chkprimo = '1' AND personale.funzione = '1' AND progrintervento = 97 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 ( 14849 ) ORDER BY A.UTCODICE Error encountered: ORA-00918 -------------------------------------------------------------------------------- select rowid, * FROM INTRAOP_MONITOR WHERE PROGRINTRAOP = 93 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM INTRAOP_CATETERI WHERE PROGRINTRAOP = 93 ORDER BY TIPO Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM INTRAOP_COMPLICANZE WHERE PROGRINTRAOP = 93 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM INTRAOP_OSTETRICIA WHERE PROGRINTRAOP = 93 Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM INTRAOP_DATIFIGLIO WHERE PROGRINTRAOP = 93 ORDER BY PROGRESSIVO Error encountered: ORA-00936 -------------------------------------------------------------------------------- select rowid, * FROM INTRAOP_UTENTI WHERE PROGRINTRAOP = 93 Error encountered: ORA-00936 ******************************************************************************** SQL ID: 729d4gkg36ktf Plan Hash: 2100795115 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, COMUNIRES.CODICE AS COMUNIRES_COD, COMUNIRES.DESCRIZIONE AS COMUNIRES_DESC, COMUNIRES.CAP AS COMUNIRES_CAP, COMUNIRES.PROVINCIA AS COMUNIRES_PROV, DOC_NAZIONERILASCIO.CODICE AS DOC_NAZIONERILASCIO_COD, DOC_NAZIONERILASCIO.DESCRIZIONE AS DOC_NAZIONERILASCIO_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 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, COMUNI DOC_NAZIONERILASCIO 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.DOC_NAZIONERILASCIO = DOC_NAZIONERILASCIO.PROGRESSIVO (+) AND PAZIENTI.COGNOME LIKE 'PRU%' ORDER BY PAZIENTI.COGNOME,PAZIENTI.NOME call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.60 0.60 0 4 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 88 2.76 5.55 4534 10332 0 86 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 92 3.37 6.15 4534 10336 0 86 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 ---------- ---------- ---------- --------------------------------------------------- 43 43 43 SORT ORDER BY (cr=5166 pr=2267 pw=0 time=2766684 us cost=1417 size=593352 card=1107) 43 43 43 HASH JOIN RIGHT OUTER (cr=5166 pr=2267 pw=0 time=2768490 us cost=1416 size=593352 card=1107) 2687 2687 2687 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=1376 us cost=10 size=94045 card=2687) 43 43 43 HASH JOIN RIGHT OUTER (cr=5136 pr=2267 pw=0 time=2761184 us cost=1406 size=517032 card=1032) 2687 2687 2687 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2064 us cost=10 size=94045 card=2687) 43 43 43 HASH JOIN RIGHT OUTER (cr=5106 pr=2267 pw=0 time=2752800 us cost=1396 size=447826 card=961) 2687 2687 2687 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=1108 us cost=10 size=94045 card=2687) 43 43 43 HASH JOIN RIGHT OUTER (cr=5076 pr=2267 pw=0 time=2744528 us cost=1386 size=386176 card=896) 2687 2687 2687 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=1037 us cost=10 size=94045 card=2687) 43 43 43 HASH JOIN RIGHT OUTER (cr=5046 pr=2267 pw=0 time=2736568 us cost=1375 size=330660 card=835) 2687 2687 2687 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=1365 us cost=10 size=94045 card=2687) 43 43 43 HASH JOIN RIGHT OUTER (cr=5016 pr=2267 pw=0 time=2728684 us cost=1365 size=280858 card=778) 2687 2687 2687 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=1333 us cost=10 size=94045 card=2687) 43 43 43 HASH JOIN RIGHT OUTER (cr=4986 pr=2267 pw=0 time=2720712 us cost=1355 size=236350 card=725) 2687 2687 2687 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=1312 us cost=10 size=94045 card=2687) 43 43 43 HASH JOIN RIGHT OUTER (cr=4956 pr=2267 pw=0 time=2713240 us cost=1345 size=196716 card=676) 2687 2687 2687 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=855 us cost=10 size=94045 card=2687) 43 43 43 HASH JOIN RIGHT OUTER (cr=4926 pr=2267 pw=0 time=2705432 us cost=1335 size=161280 card=630) 2687 2687 2687 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=1920 us cost=10 size=94045 card=2687) 43 43 43 HASH JOIN OUTER (cr=4896 pr=2267 pw=0 time=2695796 us cost=1325 size=129727 card=587) 43 43 43 HASH JOIN OUTER (cr=4846 pr=2267 pw=0 time=2706780 us cost=1308 size=110356 card=587) 43 43 43 HASH JOIN OUTER (cr=4796 pr=2267 pw=0 time=2676550 us cost=1292 size=90985 card=587) 43 43 43 TABLE ACCESS FULL PAZIENTI (cr=4746 pr=2243 pw=0 time=29146 us cost=1276 size=75136 card=587) 8133 8133 8133 TABLE ACCESS FULL COMUNI (cr=50 pr=24 pw=0 time=12012 us cost=16 size=208656 card=7728) 8133 8133 8133 TABLE ACCESS FULL COMUNI (cr=50 pr=0 pw=0 time=3174 us cost=16 size=255024 card=7728) 8133 8133 8133 TABLE ACCESS FULL COMUNI (cr=50 pr=0 pw=0 time=3160 us cost=16 size=255024 card=7728) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 90 0.00 0.00 SQL*Net more data to client 2 0.00 0.00 SQL*Net message from client 90 0.12 0.25 gc cr multi block request 300 0.24 1.45 gc current block 2-way 7 0.00 0.00 gc cr block 2-way 2 0.00 0.00 db file scattered read 169 0.07 1.01 db file parallel read 27 0.19 0.88 gc current grant 2-way 17 0.01 0.03 gc cr grant 2-way 4 0.00 0.00 db file sequential read 19 0.00 0.03 gc current grant congested 1 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 1168 0.19 0.20 0 0 0 0 Execute 1168 1.30 1.30 0 0 0 0 Fetch 1168 4.67 4.67 0 25696 0 1168 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3504 6.17 6.18 0 25696 0 1168 Misses in library cache during parse: 2 Misses in library cache during execute: 3 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 SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=3897 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 2337 0.00 0.03 SQL*Net message from client 2337 0.18 4.05 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: bh8s1tcswzqs5 Plan Hash: 557105937 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 DiagnosiVersioni,Diagnosi a,Tabelle WHERE Tabelle.Progressivo(+) = a.Famiglia And DiagnosiVersioni.Diagnosi = a.Progressivo AND VERSIONE = 2 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 7194 4.41 4.65 210 11665 0 71933 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 7196 4.42 4.66 210 11665 0 71933 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 71933 71933 71933 SORT AGGREGATE (cr=1 pr=0 pw=0 time=248970 us) 0 0 0 INDEX RANGE SCAN ICDDIAGNOSI3 (cr=1 pr=0 pw=0 time=65836 us cost=1 size=13 card=1)(object id 4328754) 71933 71933 71933 SORT ORDER BY (cr=11665 pr=210 pw=0 time=2681638 us cost=2632 size=10150336 card=73024) 71933 71933 71933 NESTED LOOPS (cr=11664 pr=210 pw=0 time=1669085 us cost=373 size=10150336 card=73024) 84368 84368 84368 NESTED LOOPS OUTER (cr=1292 pr=0 pw=0 time=547657 us cost=369 size=11230892 card=85732) 84368 84368 84368 TABLE ACCESS FULL DIAGNOSI (cr=1292 pr=0 pw=0 time=233934 us cost=368 size=8744664 card=85732) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=205798 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=88337 us cost=1 size=0 card=1)(object id 4328103) 71933 71933 71933 INDEX UNIQUE SCAN DIAGNOSIVERSIONI1 (cr=10372 pr=210 pw=0 time=792313 us cost=1 size=8 card=1)(object id 4328370) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 7195 0.00 0.05 SQL*Net message from client 7195 0.47 11.88 db file sequential read 210 0.01 0.17 gc cr grant 2-way 98 0.01 0.13 SQL*Net more data to client 3273 0.00 0.27 ******************************************************************************** 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 990 0.19 0.20 0 0 0 0 Execute 990 0.68 0.68 0 0 0 0 Fetch 990 3.56 3.56 0 21780 0 990 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2970 4.44 4.45 0 21780 0 990 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=3955 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 1980 0.00 0.03 SQL*Net message from client 1980 0.46 5.71 ******************************************************************************** SQL ID: bc1m8ks8tg27p Plan Hash: 3798724088 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 (14) AND L.DATAPRENOT >= to_date('2021-10-19', 'yyyy-MM-dd') AND L.DATAPRENOT <= to_date('2021-11-18', '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.23 0.25 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 334 3.08 3.18 1 6036 0 330 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 342 3.32 3.44 1 6036 0 330 Misses in library cache during parse: 1 Optimizer mode: RULE 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 BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=29 us) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=16 us)(object id 4328577) 82 82 83 SORT AGGREGATE (cr=12 pr=0 pw=0 time=6194 us) 82 82 83 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=12 pr=0 pw=0 time=2184 us) 82 82 83 INDEX RANGE SCAN LISTAATTESAPRIORITA2 (cr=8 pr=0 pw=0 time=1418 us)(object id 4328863) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=14 us) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=6 us)(object id 4329013) 82 82 83 SORT GROUP BY (cr=27 pr=0 pw=0 time=13275 us) 82 82 83 NESTED LOOPS OUTER (cr=27 pr=0 pw=0 time=7119 us) 82 82 83 NESTED LOOPS OUTER (cr=27 pr=0 pw=0 time=5995 us) 82 82 83 NESTED LOOPS OUTER (cr=24 pr=0 pw=0 time=4663 us) 82 82 83 NESTED LOOPS (cr=21 pr=0 pw=0 time=3302 us) 82 82 83 INDEX UNIQUE SCAN LISTAATTESA1 (cr=9 pr=0 pw=0 time=878 us)(object id 4328934) 82 82 83 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=12 pr=0 pw=0 time=1938 us) 82 82 83 INDEX RANGE SCAN LISTAATTESAPRIORITA2 (cr=8 pr=0 pw=0 time=1076 us)(object id 4328863) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=3 pr=0 pw=0 time=931 us) 0 0 0 INDEX RANGE SCAN LISTAOP4 (cr=3 pr=0 pw=0 time=643 us)(object id 4328605) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=3 pr=0 pw=0 time=874 us) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=3 pr=0 pw=0 time=582 us)(object id 4328382) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=550 us) 0 0 0 INDEX RANGE SCAN INTERVENTI9 (cr=0 pr=0 pw=0 time=310 us)(object id 4328377) 8 8 8 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=12 pr=0 pw=0 time=278 us) 8 8 8 INDEX UNIQUE SCAN PERSONALE1 (cr=4 pr=0 pw=0 time=134 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 83 SORT AGGREGATE (cr=676 pr=0 pw=0 time=647634 us) 82 82 83 NESTED LOOPS (cr=98 pr=0 pw=0 time=5507 us) 82 82 83 NESTED LOOPS (cr=16 pr=0 pw=0 time=3560 us) 82 82 83 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=12 pr=0 pw=0 time=2161 us) 82 82 83 INDEX RANGE SCAN LISTAATTESAPRIORITA2 (cr=8 pr=0 pw=0 time=1293 us)(object id 4328863) 82 82 83 INDEX UNIQUE SCAN PRIORITA1 (cr=4 pr=0 pw=0 time=607 us)(object id 4328718) 82 82 83 TABLE ACCESS BY INDEX ROWID PRIORITA (cr=82 pr=0 pw=0 time=1150 us) 4 4 4 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=6 pr=0 pw=0 time=183 us) 4 4 4 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=2 pr=0 pw=0 time=97 us)(object id 4328094) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESARIATTIVAZIONE (cr=3 pr=0 pw=0 time=1825 us) 0 0 0 INDEX RANGE SCAN LISTAATTESARIATTIVAZIONE3 (cr=3 pr=0 pw=0 time=1297 us)(object id 4328261) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESARIATTIVAZIONE (cr=3 pr=0 pw=0 time=988 us) 0 0 0 INDEX RANGE SCAN LISTAATTESARIATTIVAZIONE3 (cr=3 pr=0 pw=0 time=673 us)(object id 4328261) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESARIATTIVAZIONE (cr=3 pr=0 pw=0 time=918 us) 0 0 0 INDEX RANGE SCAN LISTAATTESARIATTIVAZIONE3 (cr=3 pr=0 pw=0 time=648 us)(object id 4328261) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESARIATTIVAZIONE (cr=3 pr=0 pw=0 time=827 us) 0 0 0 INDEX RANGE SCAN LISTAATTESARIATTIVAZIONE3 (cr=3 pr=0 pw=0 time=571 us)(object id 4328261) 0 0 0 COUNT STOPKEY (cr=82 pr=0 pw=0 time=3347 us) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=82 pr=0 pw=0 time=2442 us) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=82 pr=0 pw=0 time=2140 us)(object id 4328382) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=947 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LSTATTPROTESI (cr=1 pr=0 pw=0 time=483 us) 0 0 0 INDEX UNIQUE SCAN LSTATTPROTESI1 (cr=1 pr=0 pw=0 time=209 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=4254 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=82 pr=0 pw=0 time=3945 us)(object id 4328103) 0 0 0 COUNT STOPKEY (cr=82 pr=0 pw=0 time=3106 us) 0 0 0 FILTER (cr=82 pr=0 pw=0 time=2574 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LSTATTMALATTIE (cr=82 pr=0 pw=0 time=2305 us) 0 0 0 INDEX RANGE SCAN LSTATTMALATTIE3 (cr=82 pr=0 pw=0 time=1992 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 83 SORT AGGREGATE (cr=3 pr=0 pw=0 time=2008 us) 0 0 0 INDEX RANGE SCAN LISTAATTESACHIAMATAPAZIENTE2 (cr=3 pr=0 pw=0 time=1173 us)(object id 4328467) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=12 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=5 us)(object id 4328103) 82 82 83 SORT AGGREGATE (cr=3 pr=0 pw=0 time=2215 us) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=3 pr=0 pw=0 time=1351 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=64 us) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=37 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=5 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=102 us) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=88 us)(object id 4328103) 2 2 2 TABLE ACCESS BY INDEX ROWID TABELLE (cr=6 pr=0 pw=0 time=80 us) 2 2 2 INDEX UNIQUE SCAN TABELLE1 (cr=4 pr=0 pw=0 time=47 us)(object id 4328103) 82 82 83 SORT ORDER BY (cr=2699 pr=0 pw=0 time=1433883 us cost=0 size=0 card=0) 82 82 83 NESTED LOOPS OUTER (cr=1135 pr=0 pw=0 time=98114 us) 82 82 83 NESTED LOOPS OUTER (cr=1135 pr=0 pw=0 time=97120 us) 82 82 83 NESTED LOOPS OUTER (cr=1135 pr=0 pw=0 time=96484 us) 82 82 83 FILTER (cr=1135 pr=0 pw=0 time=95707 us) 82 82 83 NESTED LOOPS OUTER (cr=1135 pr=0 pw=0 time=51901 us) 82 82 83 FILTER (cr=1132 pr=0 pw=0 time=93796 us) 82 82 83 NESTED LOOPS OUTER (cr=1132 pr=0 pw=0 time=51863 us) 82 82 83 NESTED LOOPS OUTER (cr=1129 pr=0 pw=0 time=91259 us) 82 82 83 NESTED LOOPS OUTER (cr=1124 pr=0 pw=0 time=90514 us) 82 82 83 NESTED LOOPS OUTER (cr=1118 pr=0 pw=0 time=88512 us) 82 82 83 NESTED LOOPS OUTER (cr=1028 pr=0 pw=0 time=85221 us) 82 82 83 NESTED LOOPS OUTER (cr=1028 pr=0 pw=0 time=84530 us) 82 82 83 NESTED LOOPS OUTER (cr=1028 pr=0 pw=0 time=83868 us) 82 82 83 NESTED LOOPS (cr=1028 pr=0 pw=0 time=83045 us) 82 82 83 NESTED LOOPS (cr=859 pr=0 pw=0 time=79264 us) 82 82 83 NESTED LOOPS OUTER (cr=773 pr=0 pw=0 time=77284 us) 82 82 83 NESTED LOOPS OUTER (cr=604 pr=0 pw=0 time=74643 us) 82 82 83 NESTED LOOPS OUTER (cr=604 pr=0 pw=0 time=73843 us) 82 82 83 NESTED LOOPS OUTER (cr=513 pr=0 pw=0 time=72081 us) 82 82 83 NESTED LOOPS OUTER (cr=513 pr=0 pw=0 time=71388 us) 82 82 83 NESTED LOOPS OUTER (cr=422 pr=0 pw=0 time=68793 us) 82 82 83 NESTED LOOPS OUTER (cr=422 pr=0 pw=0 time=67962 us) 82 82 83 NESTED LOOPS OUTER (cr=355 pr=0 pw=0 time=65019 us) 82 82 83 NESTED LOOPS OUTER (cr=355 pr=0 pw=0 time=64035 us) 82 82 83 NESTED LOOPS OUTER (cr=268 pr=0 pw=0 time=61688 us) 82 82 83 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=182 pr=0 pw=0 time=57821 us) 798 798 799 INDEX RANGE SCAN LISTAATTESA2 (cr=3 pr=0 pw=0 time=2273 us)(object id 4328940) 82 82 83 TABLE ACCESS BY INDEX ROWID PRIORITA (cr=86 pr=0 pw=0 time=2856 us) 82 82 83 INDEX UNIQUE SCAN PRIORITA1 (cr=4 pr=0 pw=0 time=1040 us)(object id 4328718) 82 82 83 TABLE ACCESS BY INDEX ROWID REPARTI (cr=86 pr=0 pw=0 time=1585 us) 82 82 83 INDEX UNIQUE SCAN REPARTI1 (cr=4 pr=0 pw=0 time=684 us)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIDEGENZA (cr=0 pr=0 pw=0 time=601 us) 0 0 0 INDEX UNIQUE SCAN REPARTIDEGENZA1 (cr=0 pr=0 pw=0 time=339 us)(object id 4328781) 58 58 58 TABLE ACCESS BY INDEX ROWID TABELLE (cr=67 pr=0 pw=0 time=1343 us) 58 58 58 INDEX UNIQUE SCAN TABELLE1 (cr=9 pr=0 pw=0 time=734 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=548 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=283 us)(object id 4328103) 82 82 83 TABLE ACCESS BY INDEX ROWID TABELLE (cr=91 pr=0 pw=0 time=1996 us) 82 82 83 INDEX UNIQUE SCAN TABELLE1 (cr=9 pr=0 pw=0 time=722 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=529 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=287 us)(object id 4328103) 82 82 83 TABLE ACCESS BY INDEX ROWID TABELLE (cr=91 pr=0 pw=0 time=1291 us) 82 82 83 INDEX UNIQUE SCAN TABELLE1 (cr=9 pr=0 pw=0 time=647 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=515 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=279 us)(object id 4328103) 82 82 83 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=169 pr=0 pw=0 time=2191 us) 82 82 83 INDEX UNIQUE SCAN DIAGNOSI1 (cr=86 pr=0 pw=0 time=1473 us)(object id 4328750) 82 82 83 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=86 pr=0 pw=0 time=1646 us) 82 82 83 INDEX UNIQUE SCAN PREVISIONI1 (cr=4 pr=0 pw=0 time=709 us)(object id 4328856) 82 82 83 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=169 pr=0 pw=0 time=2463 us) 82 82 83 INDEX UNIQUE SCAN PAZIENTI1 (cr=86 pr=0 pw=0 time=1413 us)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=538 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=255 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=481 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=231 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=456 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=251 us)(object id 4328103) 81 81 81 TABLE ACCESS BY INDEX ROWID COMUNI (cr=90 pr=0 pw=0 time=1595 us) 81 81 81 INDEX UNIQUE SCAN COMUNI1 (cr=9 pr=0 pw=0 time=948 us)(object id 4328217) 2 2 2 TABLE ACCESS BY INDEX ROWID PREOP_ANEST (cr=6 pr=0 pw=0 time=945 us) 2 2 2 INDEX UNIQUE SCAN PREOP_ANEST2 (cr=4 pr=0 pw=0 time=686 us)(object id 4328979) 2 2 2 TABLE ACCESS BY INDEX ROWID TABELLE (cr=5 pr=0 pw=0 time=538 us) 2 2 2 INDEX UNIQUE SCAN TABELLE1 (cr=3 pr=0 pw=0 time=312 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=3 pr=0 pw=0 time=1089 us) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=3 pr=0 pw=0 time=831 us)(object id 4328382) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=3 pr=0 pw=0 time=1040 us) 0 0 0 INDEX RANGE SCAN LISTAOP4 (cr=3 pr=0 pw=0 time=777 us)(object id 4328605) 0 0 0 TABLE ACCESS BY INDEX ROWID PREOP_ANEST (cr=0 pr=0 pw=0 time=474 us) 0 0 0 INDEX UNIQUE SCAN PREOP_ANEST2 (cr=0 pr=0 pw=0 time=254 us)(object id 4328979) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=460 us) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=229 us)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=481 us) 0 0 0 INDEX RANGE SCAN INTERVENTI9 (cr=0 pr=0 pw=0 time=264 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 339 0.00 0.00 SQL*Net more data to client 8 0.00 0.00 SQL*Net message from client 339 2.14 8.03 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 gc current block 2-way 30 0.06 0.10 gc current block congested 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: b01dagx0zvn2q Plan Hash: 1186365202 SELECT COUNT(*) AS TOT_RIGHE FROM (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, COMUNIRES.CODICE AS COMUNIRES_COD, COMUNIRES.DESCRIZIONE AS COMUNIRES_DESC, COMUNIRES.CAP AS COMUNIRES_CAP, COMUNIRES.PROVINCIA AS COMUNIRES_PROV, DOC_NAZIONERILASCIO.CODICE AS DOC_NAZIONERILASCIO_COD, DOC_NAZIONERILASCIO.DESCRIZIONE AS DOC_NAZIONERILASCIO_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 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, COMUNI DOC_NAZIONERILASCIO 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.DOC_NAZIONERILASCIO = DOC_NAZIONERILASCIO.PROGRESSIVO (+) AND PAZIENTI.COGNOME LIKE 'PRU%' ) V 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 1.46 2.91 749 2278 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 1.50 2.95 749 2278 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1139 pr=374 pw=0 time=1455124 us) 43 43 43 INDEX FAST FULL SCAN PAZIENTI3 (cr=1139 pr=374 pw=0 time=1111724 us cost=316 size=4696 card=587)(object id 4328400) 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.10 0.10 gc current block 2-way 3 0.02 0.03 gc cr multi block request 150 0.06 0.57 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 db file sequential read 79 0.01 0.21 db file scattered read 151 0.04 0.63 gc cr grant 2-way 41 0.09 0.13 gc cr block 2-way 3 0.00 0.00 db file parallel read 16 0.02 0.07 ******************************************************************************** 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 273 0.06 0.06 0 0 0 0 Execute 273 0.02 0.02 0 0 0 0 Fetch 6825 1.52 1.52 0 8190 0 66612 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 7371 1.61 1.62 0 8190 0 66612 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 35 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 244 244 244 TABLE ACCESS FULL CONFIGURAZIONIWEB (cr=30 pr=0 pw=0 time=548 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 7100 0.00 0.05 SQL*Net message from client 7100 0.17 8.45 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 54pxadxp4gprk Plan Hash: 1872340403 SELECT ICD9CM.PROGRESSIVO, ICD9CM.ICD, ICD9CM.DESCRIZIONE, ICD9CM.TABELLA, ( 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,ICDVERSIONI WHERE ICD9CM.PROGRESSIVO = ICDVERSIONI.ICD AND ICDVERSIONI.VERSIONE = 2 AND (UPPER(ICD9CM.DESCRIZIONE) LIKE '%LISIS%' AND UPPER(ICD9CM.DESCRIZIONE) LIKE '%%') AND ICD9CM.TABELLA IN (2,3) ORDER BY ICD9CM.ICD 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 8 1.10 1.46 1327 2798 0 76 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 1.12 1.48 1327 2798 0 76 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 ---------- ---------- ---------- --------------------------------------------------- 38 38 38 SORT AGGREGATE (cr=38 pr=4 pw=0 time=29766 us) 0 0 0 NESTED LOOPS (cr=38 pr=4 pw=0 time=29406 us cost=112 size=27192 card=1133) 0 0 0 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=38 pr=4 pw=0 time=29220 us cost=111 size=17472 card=1092) 0 0 0 BITMAP CONVERSION TO ROWIDS (cr=38 pr=4 pw=0 time=28762 us) 0 0 0 BITMAP AND (cr=38 pr=4 pw=0 time=28608 us) 38 38 38 BITMAP CONVERSION FROM ROWIDS (cr=30 pr=3 pw=0 time=24014 us) 38 38 38 SORT ORDER BY (cr=30 pr=3 pw=0 time=23736 us) 38 38 38 INDEX RANGE SCAN ICD9CM4 (cr=30 pr=3 pw=0 time=22419 us cost=2 size=0 card=21832)(object id 4328948) 0 0 0 BITMAP CONVERSION FROM ROWIDS (cr=8 pr=0 pw=0 time=4326 us) 0 0 0 INDEX RANGE SCAN ICD9CM3 (cr=8 pr=0 pw=0 time=4232 us cost=21 size=0 card=21832)(object id 4328947) 0 0 0 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=8 card=1)(object id 4328916) 38 38 38 SORT ORDER BY (cr=1399 pr=664 pw=0 time=731132 us cost=374 size=26442 card=226) 38 38 38 NESTED LOOPS (cr=1361 pr=660 pw=0 time=617380 us cost=373 size=26442 card=226) 38 38 38 TABLE ACCESS FULL ICD9CM (cr=1323 pr=658 pw=0 time=602106 us cost=372 size=23653 card=217) 38 38 38 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=38 pr=2 pw=0 time=28999 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 10 0.00 0.00 SQL*Net message from client 10 0.03 0.07 gc current block 2-way 14 0.00 0.02 gc cr multi block request 56 0.02 0.21 gc cr grant 2-way 11 0.01 0.03 db file sequential read 13 0.01 0.04 db file scattered read 25 0.03 0.19 db file parallel read 2 0.00 0.00 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: 83fqmczm4d1z6 Plan Hash: 557105937 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 DiagnosiVersioni,Diagnosi a,Tabelle WHERE Tabelle.Progressivo(+) = a.Famiglia And DiagnosiVersioni.Diagnosi = a.Progressivo AND A.UTCODICE LIKE 'D17.9' AND A.SINONIMO = '0' AND VERSIONE = 2 ORDER BY A.UTCODICE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.03 0.04 0 179 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.58 0.84 1277 3885 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.61 0.89 1277 4064 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 AGGREGATE (cr=1 pr=0 pw=0 time=7079 us) 0 0 0 INDEX RANGE SCAN ICDDIAGNOSI3 (cr=1 pr=0 pw=0 time=7047 us cost=1 size=13 card=1)(object id 4328754) 1 1 1 SORT ORDER BY (cr=1295 pr=426 pw=0 time=281426 us cost=373 size=139 card=1) 1 1 1 NESTED LOOPS (cr=1294 pr=425 pw=0 time=274164 us cost=372 size=139 card=1) 1 1 1 NESTED LOOPS OUTER (cr=1292 pr=425 pw=0 time=266603 us cost=371 size=131 card=1) 1 1 1 TABLE ACCESS FULL DIAGNOSI (cr=1292 pr=425 pw=0 time=266566 us cost=370 size=102 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=19 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=9 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 INDEX UNIQUE SCAN DIAGNOSIVERSIONI1 (cr=2 pr=1 pw=0 time=7543 us cost=1 size=8 card=1)(object id 4328370) 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 2.84 5.49 db file sequential read 6 0.01 0.04 db file scattered read 27 0.04 0.16 gc cr grant 2-way 3 0.00 0.00 gc cr multi block request 48 0.02 0.16 gc current block 2-way 6 0.00 0.00 ******************************************************************************** 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 736 0.13 0.13 0 0 0 0 Execute 736 0.52 0.52 0 0 0 0 Fetch 736 0.82 0.82 0 4416 0 643 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2208 1.48 1.48 0 4416 0 643 Misses in library cache during parse: 3 Misses in library cache during execute: 3 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 27 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL CONFIGURAZIONIORMAADMIN (cr=6 pr=0 pw=0 time=868 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 1474 0.00 0.01 SQL*Net message from client 1474 0.16 2.12 SQL*Net break/reset to client 4 0.01 0.01 SQL*Net more data from client 2 0.00 0.00 library cache: mutex X 1 0.00 0.00 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: 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 28 0.04 0.04 0 0 0 0 Execute 28 0.73 0.74 0 0 0 0 Fetch 28 0.50 0.55 1 2159 0 28 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 84 1.29 1.35 1 2159 0 28 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: 20 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=77 pr=0 pw=0 time=20181 us cost=67 size=3960 card=1) 1 1 1 HASH JOIN OUTER (cr=77 pr=0 pw=0 time=20143 us cost=66 size=3939 card=1) 1 1 1 HASH JOIN OUTER (cr=71 pr=0 pw=0 time=18540 us cost=61 size=3839 card=1) 1 1 1 HASH JOIN OUTER (cr=65 pr=0 pw=0 time=17378 us cost=57 size=3739 card=1) 1 1 1 HASH JOIN OUTER (cr=59 pr=0 pw=0 time=16241 us cost=53 size=3639 card=1) 1 1 1 HASH JOIN OUTER (cr=53 pr=0 pw=0 time=14898 us cost=49 size=3539 card=1) 1 1 1 HASH JOIN OUTER (cr=47 pr=0 pw=0 time=12965 us cost=45 size=3439 card=1) 1 1 1 HASH JOIN OUTER (cr=46 pr=0 pw=0 time=11412 us cost=43 size=3155 card=1) 1 1 1 HASH JOIN OUTER (cr=40 pr=0 pw=0 time=8490 us cost=39 size=3055 card=1) 1 1 1 MERGE JOIN OUTER (cr=34 pr=0 pw=0 time=5448 us cost=35 size=2955 card=1) 1 1 1 MERGE JOIN OUTER (cr=33 pr=0 pw=0 time=4492 us cost=34 size=2899 card=1) 1 1 1 NESTED LOOPS OUTER (cr=32 pr=0 pw=0 time=3501 us cost=33 size=2081 card=1) 1 1 1 NESTED LOOPS OUTER (cr=26 pr=0 pw=0 time=2631 us cost=29 size=1981 card=1) 1 1 1 NESTED LOOPS OUTER (cr=24 pr=0 pw=0 time=2606 us cost=28 size=1921 card=1) 1 1 1 NESTED LOOPS OUTER (cr=24 pr=0 pw=0 time=2590 us cost=27 size=1861 card=1) 1 1 1 NESTED LOOPS OUTER (cr=24 pr=0 pw=0 time=2573 us cost=26 size=1823 card=1) 1 1 1 NESTED LOOPS OUTER (cr=24 pr=0 pw=0 time=2558 us cost=25 size=1763 card=1) 1 1 1 NESTED LOOPS OUTER (cr=24 pr=0 pw=0 time=2544 us cost=24 size=1703 card=1) 1 1 1 NESTED LOOPS OUTER (cr=22 pr=0 pw=0 time=2506 us cost=23 size=1665 card=1) 1 1 1 NESTED LOOPS OUTER (cr=22 pr=0 pw=0 time=2491 us cost=22 size=1605 card=1) 1 1 1 NESTED LOOPS OUTER (cr=22 pr=0 pw=0 time=2475 us cost=21 size=1545 card=1) 1 1 1 NESTED LOOPS OUTER (cr=22 pr=0 pw=0 time=2460 us cost=20 size=1485 card=1) 1 1 1 NESTED LOOPS OUTER (cr=22 pr=0 pw=0 time=2447 us cost=19 size=1425 card=1) 1 1 1 NESTED LOOPS OUTER (cr=22 pr=0 pw=0 time=2429 us cost=18 size=1365 card=1) 1 1 1 NESTED LOOPS OUTER (cr=22 pr=0 pw=0 time=2412 us cost=17 size=1327 card=1) 1 1 1 NESTED LOOPS OUTER (cr=22 pr=0 pw=0 time=2396 us cost=16 size=1245 card=1) 1 1 1 NESTED LOOPS OUTER (cr=20 pr=0 pw=0 time=2366 us cost=15 size=1234 card=1) 1 1 1 NESTED LOOPS OUTER (cr=20 pr=0 pw=0 time=2350 us cost=14 size=1198 card=1) 1 1 1 NESTED LOOPS OUTER (cr=17 pr=0 pw=0 time=2298 us cost=13 size=1138 card=1) 1 1 1 NESTED LOOPS OUTER (cr=17 pr=0 pw=0 time=2281 us cost=12 size=1078 card=1) 1 1 1 NESTED LOOPS OUTER (cr=14 pr=0 pw=0 time=2239 us cost=11 size=1018 card=1) 1 1 1 NESTED LOOPS OUTER (cr=11 pr=0 pw=0 time=1764 us cost=10 size=890 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=1729 us cost=9 size=808 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=1710 us cost=8 size=779 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=1620 us cost=7 size=719 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=1600 us cost=6 size=651 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=985 us cost=5 size=624 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=970 us cost=4 size=565 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=952 us cost=3 size=505 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=931 us cost=2 size=445 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=529 us cost=1 size=402 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=51 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=384 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=25 us cost=1 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=11 us cost=1 size=60 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=1 size=60 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 REGIMIRICOVERO (cr=0 pr=0 pw=0 time=7 us cost=1 size=59 card=1) 0 0 0 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=0 pr=0 pw=0 time=4 us cost=1 size=0 card=1)(object id 4328094) 1 1 1 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=604 us cost=1 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN SALETTE1 (cr=1 pr=0 pw=0 time=16 us cost=1 size=0 card=1)(object id 4328878) 0 0 0 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=0 pr=0 pw=0 time=10 us cost=1 size=68 card=1) 0 0 0 INDEX UNIQUE SCAN PREVISIONI1 (cr=0 pr=0 pw=0 time=6 us cost=1 size=0 card=1)(object id 4328856) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=79 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=18 us cost=1 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=4 us cost=1 size=0 card=1)(object id 4328781) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=25 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=13 us cost=1 size=0 card=1)(object id 4328413) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=465 us cost=1 size=128 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=23 us cost=1 size=0 card=1)(object id 4328402) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=29 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=18 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=1 size=60 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) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=38 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=10 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID PRIORITA (cr=0 pr=0 pw=0 time=8 us cost=1 size=36 card=1) 0 0 0 INDEX UNIQUE SCAN PRIORITA1 (cr=0 pr=0 pw=0 time=4 us cost=1 size=0 card=1)(object id 4328718) 1 1 1 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=20 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=10 us cost=1 size=0 card=1)(object id 4328577) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTI (cr=0 pr=0 pw=0 time=7 us cost=1 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=3 us cost=1 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=1 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=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=6 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=6 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=7 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=7 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID COMUNI (cr=2 pr=0 pw=0 time=24 us cost=1 size=38 card=1) 1 1 1 INDEX UNIQUE SCAN COMUNI1 (cr=1 pr=0 pw=0 time=12 us cost=1 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=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=6 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=1 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=5 us cost=1 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=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=2 pr=0 pw=0 time=15 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=1 pr=0 pw=0 time=9 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=326 us cost=4 size=100 card=1) 0 0 0 BUFFER SORT (cr=1 pr=0 pw=0 time=976 us cost=30 size=818 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID ENDONOTE (cr=1 pr=0 pw=0 time=887 us cost=1 size=818 card=1) 0 0 0 INDEX RANGE SCAN ENDONOTE2 (cr=1 pr=0 pw=0 time=881 us cost=1 size=0 card=1)(object id 4328629) 1 1 1 BUFFER SORT (cr=2 pr=0 pw=0 time=938 us cost=34 size=56 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=2 pr=0 pw=0 time=886 us cost=1 size=56 card=1) 1 1 1 INDEX RANGE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=403 us cost=1 size=0 card=1)(object id 4329091) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=2465 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=2287 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=62 us cost=2 size=284 card=1) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=2788 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=1797 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=1669 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=1851 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=2587 us cost=4 size=17800 card=178) 0 0 0 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=0 pr=0 pw=0 time=19 us cost=1 size=21 card=1) 0 0 0 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=0 pr=0 pw=0 time=9 us cost=1 size=0 card=1)(object id 4328639) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 SQL*Net message to client 57 0.00 0.00 SQL*Net more data to client 280 0.00 0.01 SQL*Net message from client 57 0.08 0.44 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 gc cr block 2-way 23 0.00 0.02 SQL*Net break/reset to client 2 0.00 0.00 row cache lock 4 0.00 0.00 gc current block 2-way 4 0.01 0.01 ******************************************************************************** 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 66 0.02 0.02 0 0 0 0 Execute 66 0.00 0.00 0 0 0 0 Fetch 1650 0.39 0.39 0 1980 0 16104 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 1782 0.42 0.42 0 1980 0 16104 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 37 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 244 244 244 TABLE ACCESS FULL CONFIGURAZIONIWEB (cr=30 pr=0 pw=0 time=477 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 1719 0.00 0.01 SQL*Net message from client 1719 0.10 2.45 SQL*Net break/reset to client 6 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.Disconvalidato = '0' AND Interventi.DATAINT >= to_date('2021-10-19', 'yyyy-MM-dd') AND Interventi.DATAINT <= to_date('2021-11-18', '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.06 0.06 0 4 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 4 0.03 0.26 22 44 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.10 0.32 22 48 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=7 pr=3 pw=0 time=32845 us cost=2 size=109 card=1) 1 1 1 NESTED LOOPS (cr=6 pr=3 pw=0 time=32780 us cost=2 size=109 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=4 pr=2 pw=0 time=11587 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=3 pr=1 pw=0 time=9686 us cost=1 size=0 card=1)(object id 4328627) 3 3 3 SORT AGGREGATE (cr=2 pr=1 pw=0 time=9556 us) 1 1 1 FIRST ROW (cr=2 pr=1 pw=0 time=9490 us cost=1 size=6 card=1) 1 1 1 INDEX RANGE SCAN (MIN/MAX) DIAGNOSIINTERVENTI3 (cr=2 pr=1 pw=0 time=9475 us cost=1 size=6 card=1)(object id 4328627) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=1 pw=0 time=21170 us cost=1 size=0 card=1)(object id 4328750) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=1 pr=0 pw=0 time=32 us cost=1 size=98 card=1) 3 3 3 SORT AGGREGATE (cr=1 pr=1 pw=0 time=25393 us) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=1 pw=0 time=25348 us cost=1 size=13 card=1)(object id 4328540) 3 3 3 SORT AGGREGATE (cr=1 pr=1 pw=0 time=7576 us) 0 0 0 INDEX RANGE SCAN REPERTIINTERVENTI2 (cr=1 pr=1 pw=0 time=7529 us cost=1 size=13 card=1)(object id 4328316) 1 1 1 NESTED LOOPS (cr=7 pr=4 pw=0 time=44247 us cost=2 size=120 card=1) 1 1 1 NESTED LOOPS (cr=6 pr=3 pw=0 time=32897 us cost=2 size=120 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=4 pr=2 pw=0 time=17342 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=3 pr=1 pw=0 time=5067 us cost=1 size=0 card=1)(object id 4328796) 3 3 3 SORT AGGREGATE (cr=2 pr=1 pw=0 time=4921 us) 1 1 1 FIRST ROW (cr=2 pr=1 pw=0 time=4869 us cost=1 size=6 card=1) 1 1 1 INDEX RANGE SCAN (MIN/MAX) ICDINTERVENTI3 (cr=2 pr=1 pw=0 time=4856 us cost=1 size=6 card=1)(object id 4328796) 1 1 1 INDEX UNIQUE SCAN ICD9CM1 (cr=2 pr=1 pw=0 time=15528 us cost=1 size=0 card=1)(object id 4328949) 1 1 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=1 pr=1 pw=0 time=11319 us cost=1 size=109 card=1) 0 0 0 COUNT STOPKEY (cr=3 pr=0 pw=0 time=184 us) 0 0 0 TABLE ACCESS BY INDEX ROWID ATTIINTERVENTI (cr=3 pr=0 pw=0 time=139 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=3 pr=0 pw=0 time=121 us cost=1 size=0 card=1)(object id 4328540) 3 3 3 SORT ORDER BY (cr=44 pr=22 pw=0 time=262090 us cost=8 size=434 card=1) 3 3 3 NESTED LOOPS OUTER (cr=25 pr=13 pw=0 time=179997 us cost=7 size=434 card=1) 3 3 3 NESTED LOOPS OUTER (cr=25 pr=13 pw=0 time=179948 us cost=6 size=426 card=1) 3 3 3 NESTED LOOPS (cr=25 pr=13 pw=0 time=179871 us cost=5 size=418 card=1) 3 3 3 NESTED LOOPS OUTER (cr=17 pr=11 pw=0 time=121921 us cost=4 size=366 card=1) 3 3 3 NESTED LOOPS OUTER (cr=12 pr=7 pw=0 time=86500 us cost=3 size=323 card=1) 3 3 3 NESTED LOOPS OUTER (cr=9 pr=5 pw=0 time=70331 us cost=2 size=311 card=1) 3 3 3 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=4 pr=4 pw=0 time=53281 us cost=1 size=286 card=1) 3 3 3 INDEX RANGE SCAN INTERVENTI3 (cr=1 pr=1 pw=0 time=18442 us cost=1 size=0 card=1)(object id 4328376) 3 3 3 TABLE ACCESS BY INDEX ROWID SALETTE (cr=5 pr=1 pw=0 time=17005 us cost=1 size=25 card=1) 3 3 3 INDEX UNIQUE SCAN SALETTE1 (cr=2 pr=1 pw=0 time=16896 us cost=1 size=0 card=1)(object id 4328878) 1 1 1 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=3 pr=2 pw=0 time=16122 us cost=1 size=12 card=1) 1 1 1 INDEX RANGE SCAN PROGR_COD_CHIAMANTE (cr=2 pr=1 pw=0 time=13445 us cost=1 size=0 card=1)(object id 4329091) 3 3 3 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=5 pr=4 pw=0 time=30068 us cost=1 size=43 card=1) 3 3 3 INDEX UNIQUE SCAN ALTRIDATI1 (cr=2 pr=1 pw=0 time=13937 us cost=1 size=0 card=1)(object id 4329001) 3 3 3 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=8 pr=2 pw=0 time=33854 us cost=1 size=52 card=1) 3 3 3 INDEX UNIQUE SCAN PAZIENTI1 (cr=5 pr=2 pw=0 time=31782 us cost=1 size=0 card=1)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=0 pr=0 pw=0 time=45 us cost=1 size=8 card=1) 0 0 0 INDEX UNIQUE SCAN LISTAOP1 (cr=0 pr=0 pw=0 time=23 us cost=1 size=0 card=1)(object id 4328601) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=0 pr=0 pw=0 time=27 us cost=1 size=8 card=1) 0 0 0 INDEX UNIQUE SCAN LISTAOP1 (cr=0 pr=0 pw=0 time=14 us cost=1 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 5 0.00 0.00 SQL*Net more data to client 1 0.00 0.00 SQL*Net message from client 5 1.21 1.21 gc cr grant 2-way 16 0.01 0.02 db file sequential read 22 0.02 0.20 gc cr block 2-way 1 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 460 0.07 0.08 0 0 0 0 Execute 460 0.31 0.31 0 0 0 0 Fetch 957 0.24 0.24 0 2371 0 5431 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 1877 0.64 0.64 0 2371 0 5431 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: 34 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 11 13 80 TABLE ACCESS BY INDEX ROWID LIVELLI (cr=5 pr=0 pw=0 time=205 us cost=1 size=77 card=11) 11 13 80 INDEX RANGE SCAN LIVELLI2 (cr=3 pr=0 pw=0 time=109 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 1417 0.00 0.01 SQL*Net message from client 1417 0.33 2.59 row cache lock 3 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: a66a86d8hbymf Plan Hash: 3864796785 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 38 0.01 0.01 0 0 0 0 Execute 38 0.04 0.04 0 0 0 0 Fetch 59 0.04 0.21 15 135 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 135 0.10 0.27 15 135 0 21 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: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 1 1 SORT ORDER BY (cr=4 pr=0 pw=0 time=5186 us cost=3 size=128 card=1) 0 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=4 pr=0 pw=0 time=5070 us cost=2 size=128 card=1) 0 1 1 INDEX RANGE SCAN PAZIENTI9 (cr=3 pr=0 pw=0 time=4578 us cost=2 size=0 card=1)(object id 5612552) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 97 0.00 0.00 SQL*Net more data to client 38 0.00 0.00 SQL*Net message from client 97 0.05 0.17 gc cr block 2-way 7 0.00 0.00 gc current block 2-way 7 0.00 0.00 db file sequential read 15 0.03 0.15 gc cr grant 2-way 7 0.00 0.00 latch free 1 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: g6zmfj303tgut Plan Hash: 1499107076 SELECT ambulatoriale FROM interventi where progressivo = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 102 0.02 0.02 0 0 0 0 Execute 102 0.01 0.01 0 0 0 0 Fetch 102 0.06 0.20 0 204 0 102 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 306 0.10 0.24 0 204 0 102 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=1492 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=189 us cost=1 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 204 0.00 0.00 SQL*Net message from client 204 0.03 0.32 gc cr block 2-way 20 0.04 0.11 gc current block 2-way 19 0.00 0.02 ******************************************************************************** SQL ID: 6kcqm6bwby5m3 Plan Hash: 687825646 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 60 0.01 0.01 0 0 0 0 Execute 60 0.25 0.25 0 0 0 0 Fetch 120 0.15 0.15 0 1320 0 600 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 240 0.42 0.42 0 1320 0 600 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: 28 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 10 10 10 HASH JOIN OUTER (cr=22 pr=0 pw=0 time=2368 us cost=15 size=4620 card=10) 10 10 10 HASH JOIN OUTER (cr=16 pr=0 pw=0 time=1345 us cost=11 size=3620 card=10) 10 10 10 HASH JOIN OUTER (cr=14 pr=0 pw=0 time=873 us cost=8 size=3510 card=10) 10 10 10 NESTED LOOPS OUTER (cr=13 pr=0 pw=0 time=719 us cost=6 size=670 card=10) 10 10 10 INLIST ITERATOR (cr=3 pr=0 pw=0 time=389 us) 10 10 10 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=3 pr=0 pw=0 time=140 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=192 us cost=1 size=60 card=1) 10 10 10 INDEX UNIQUE SCAN TABELLE1 (cr=9 pr=0 pw=0 time=78 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=66 us cost=2 size=284 card=1) 7 7 7 TABLE ACCESS FULL BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=78 us cost=3 size=77 card=7) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=1906 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 184 0.00 0.00 SQL*Net message from client 184 0.10 0.31 SQL*Net break/reset to client 8 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: bp12n9hsdczjy Plan Hash: 557105937 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 DiagnosiVersioni,Diagnosi a,Tabelle WHERE Tabelle.Progressivo(+) = a.Famiglia And DiagnosiVersioni.Diagnosi = a.Progressivo AND A.UTCODICE LIKE 'D17.0' AND A.SINONIMO = '0' AND VERSIONE = 2 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.14 0.14 0 1295 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.15 0.15 0 1295 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=55 us) 0 0 0 INDEX RANGE SCAN ICDDIAGNOSI3 (cr=1 pr=0 pw=0 time=31 us cost=1 size=13 card=1)(object id 4328754) 1 1 1 SORT ORDER BY (cr=1295 pr=0 pw=0 time=148751 us cost=373 size=139 card=1) 1 1 1 NESTED LOOPS (cr=1294 pr=0 pw=0 time=148518 us cost=372 size=139 card=1) 1 1 1 NESTED LOOPS OUTER (cr=1292 pr=0 pw=0 time=148428 us cost=371 size=131 card=1) 1 1 1 TABLE ACCESS FULL DIAGNOSI (cr=1292 pr=0 pw=0 time=148335 us cost=370 size=102 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=21 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=10 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 INDEX UNIQUE SCAN DIAGNOSIVERSIONI1 (cr=2 pr=0 pw=0 time=42 us cost=1 size=8 card=1)(object id 4328370) 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.02 0.03 SQL*Net break/reset to client 10 0.07 0.07 ******************************************************************************** SQL ID: bxya7kx8123rg 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-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA))), 0,'1 mes', -1, DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA)/12), 0,TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC( to_date('2021-11-18','yyyy-mm-dd') -PAZIENTI.DATANASCITA), 1,'1 día', TRUNC( to_date('2021-11-18','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 = 2651 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 42 0.16 0.17 0 6 0 0 Execute 42 0.00 0.00 0 0 0 0 Fetch 84 0.05 0.14 1 714 0 42 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 168 0.23 0.32 1 720 0 42 Misses in library cache during parse: 3 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 (cr=0 pr=0 pw=0 time=18 us cost=3 size=64 card=1) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=13 us cost=2 size=35 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=10 us cost=1 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=1 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=29 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) 1 1 1 NESTED LOOPS (cr=8 pr=0 pw=0 time=293 us cost=3 size=64 card=1) 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=258 us cost=2 size=35 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID COMUNI (cr=3 pr=0 pw=0 time=32 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN COMUNI1 (cr=2 pr=0 pw=0 time=17 us cost=1 size=0 card=1)(object id 4328217) 1 1 1 TABLE ACCESS BY INDEX ROWID PROVINCIE (cr=2 pr=0 pw=0 time=221 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN PROVINCIE1 (cr=1 pr=0 pw=0 time=109 us cost=1 size=0 card=1)(object id 4328566) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=25 us cost=1 size=29 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=14 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=5410 us cost=12 size=509 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=5422 us cost=11 size=474 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=5404 us cost=10 size=439 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=5388 us cost=9 size=404 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=5370 us cost=8 size=369 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=5353 us cost=7 size=334 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=5290 us cost=6 size=299 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=5272 us cost=5 size=264 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=5257 us cost=4 size=229 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=5240 us cost=3 size=194 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=5216 us cost=2 size=161 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=3634 us cost=1 size=128 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=2762 us cost=1 size=0 card=1)(object id 4328402) 1 1 1 TABLE ACCESS BY INDEX ROWID COMUNI (cr=3 pr=0 pw=0 time=1565 us cost=1 size=33 card=1) 1 1 1 INDEX UNIQUE SCAN COMUNI1 (cr=2 pr=0 pw=0 time=1535 us cost=1 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=14 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=7 us cost=1 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=35 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=1 size=35 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=8 us cost=1 size=35 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=37 us cost=1 size=35 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=30 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=1 size=35 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=8 us cost=1 size=35 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=7 us cost=1 size=35 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=7 us cost=1 size=35 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=7 us cost=1 size=35 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) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 128 0.00 0.00 SQL*Net more data to client 42 0.00 0.00 SQL*Net message from client 128 0.37 2.53 gc cr block 2-way 9 0.00 0.01 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 gc current block 2-way 7 0.05 0.05 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.02 0.02 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: 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 20 0.00 0.00 0 0 0 0 Execute 20 0.01 0.01 0 0 0 0 Fetch 20 0.00 0.13 0 40 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 60 0.03 0.16 0 40 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: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=9971 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 40 0.00 0.00 SQL*Net message from client 40 0.00 0.03 gc cr block 2-way 8 0.11 0.12 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 8nbtp084nruwh Plan Hash: 1078060654 SELECT NULL AS SELEZIONE, 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, NVL(P.DURATA, 0) + NVL(P.DURATASANIFICAZIONE, 0) AS DURATATOTALE, 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.INUSO = '1' AND P.PROGRESSIVO IN (SELECT PREVISIONE FROM REPARTIPREVISIONI WHERE REPARTO = 14) ORDER BY P.UTCODICE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.09 0.13 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 16 0.04 0.11 3 1036 0 152 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 20 0.13 0.25 3 1036 0 152 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 ---------- ---------- ---------- --------------------------------------------------- 76 76 76 SORT AGGREGATE (cr=53 pr=2 pw=0 time=40534 us) 662 662 662 INDEX RANGE SCAN ICDPREVISIONI1 (cr=53 pr=2 pw=0 time=40030 us cost=1 size=44 card=11)(object id 4328317) 76 76 76 SORT AGGREGATE (cr=1 pr=0 pw=0 time=1448 us) 0 0 0 INDEX RANGE SCAN PRESIDIPREVISIONI1 (cr=1 pr=0 pw=0 time=1204 us cost=1 size=13 card=1)(object id 4328876) 76 76 76 SORT ORDER BY (cr=518 pr=2 pw=0 time=56448 us cost=8 size=420 card=3) 76 76 76 NESTED LOOPS (cr=464 pr=0 pw=0 time=25310 us cost=7 size=420 card=3) 220 220 220 NESTED LOOPS OUTER (cr=455 pr=0 pw=0 time=19886 us cost=6 size=399 card=3) 220 220 220 NESTED LOOPS OUTER (cr=228 pr=0 pw=0 time=15208 us cost=5 size=208 card=2) 220 220 220 TABLE ACCESS FULL PREVISIONI (cr=6 pr=0 pw=0 time=6889 us cost=4 size=136 card=2) 218 218 218 TABLE ACCESS BY INDEX ROWID PRIORITA (cr=222 pr=0 pw=0 time=2050 us cost=1 size=36 card=1) 218 218 218 INDEX UNIQUE SCAN PRIORITA1 (cr=4 pr=0 pw=0 time=787 us cost=1 size=0 card=1)(object id 4328718) 218 218 218 TABLE ACCESS BY INDEX ROWID TABELLE (cr=227 pr=0 pw=0 time=1704 us cost=1 size=29 card=1) 218 218 218 INDEX UNIQUE SCAN TABELLE1 (cr=9 pr=0 pw=0 time=678 us cost=1 size=0 card=1)(object id 4328103) 76 76 76 INDEX UNIQUE SCAN REPARTIPREVISIONI1 (cr=9 pr=0 pw=0 time=2706 us cost=1 size=7 card=1)(object id 4328969) 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 2.98 5.69 gc current block 2-way 10 0.00 0.01 gc cr grant 2-way 3 0.00 0.00 db file sequential read 3 0.05 0.05 SQL*Net break/reset to client 4 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 460 0.07 0.08 0 0 0 0 Execute 460 0.32 0.40 0 0 0 0 Fetch 472 0.11 0.11 0 472 0 144 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 1392 0.51 0.60 0 472 0 144 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: 34 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 4 INDEX SKIP SCAN LIVELLISTAMPE1 (cr=1 pr=0 pw=0 time=224 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 934 0.00 0.01 SQL*Net message from client 934 0.12 1.66 SQL*Net break/reset to client 4 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.07 0.07 row cache lock 5 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 45 0.01 0.02 0 0 0 0 Execute 45 0.01 0.02 0 0 0 0 Fetch 45 0.08 0.10 0 0 45 45 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 135 0.12 0.15 0 0 45 45 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=8648 us) 1 1 1 FAST DUAL (cr=0 pr=0 pw=0 time=7 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 row cache lock 46 0.00 0.02 SQL*Net message to client 90 0.00 0.00 SQL*Net message from client 90 0.10 0.49 log file sync 41 0.13 0.24 library cache pin 3 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 445 0.08 0.08 0 0 0 0 Execute 445 0.29 0.29 0 0 0 0 Fetch 445 0.10 0.10 0 890 0 445 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 1335 0.48 0.49 0 890 0 445 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: 31 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=72 us cost=1 size=21 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 892 0.00 0.00 SQL*Net message from client 892 0.10 1.44 SQL*Net break/reset to client 4 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 73 0.01 0.01 0 0 0 0 Execute 73 0.05 0.05 0 0 0 0 Fetch 127 0.10 0.10 0 219 0 635 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 273 0.18 0.18 0 219 0 635 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: 24 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 10 10 10 HASH JOIN OUTER (cr=3 pr=0 pw=0 time=1180 us cost=4 size=890 card=10) 10 10 10 INDEX SKIP SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=216 us cost=1 size=70 card=10)(object id 4328626) 15 15 15 TABLE ACCESS FULL REPARTI (cr=2 pr=0 pw=0 time=133 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 202 0.00 0.00 SQL*Net message from client 202 0.02 0.23 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 KJC: Wait for msg sends to complete 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** 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 16 0.00 0.00 0 0 0 0 Execute 16 0.01 0.02 0 0 0 0 Fetch 127 0.09 0.09 0 352 0 1184 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 159 0.11 0.12 0 352 0 1184 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: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 150 72 150 SORT ORDER BY (cr=22 pr=0 pw=0 time=3877 us cost=9 size=1302 card=21) 150 72 150 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=1689 us cost=8 size=1302 card=21) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 145 0.00 0.00 SQL*Net message from client 145 0.09 0.30 library cache lock 5 0.00 0.00 library cache pin 5 0.00 0.00 SQL*Net break/reset to client 4 0.01 0.01 row cache lock 3 0.03 0.03 ******************************************************************************** SQL ID: g7quz0x6mbmb0 Plan Hash: 1499107076 SELECT prelievoorgano FROM interventi where progressivo = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 102 0.02 0.02 0 0 0 0 Execute 102 0.00 0.00 0 0 0 0 Fetch 102 0.04 0.09 0 204 0 102 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 306 0.08 0.12 0 204 0 102 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=545 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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 204 0.00 0.00 SQL*Net message from client 204 0.01 0.21 gc cr block 2-way 19 0.01 0.05 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: ctac1tu46aqtb Plan Hash: 4165688936 select rowid, PASSWORDHASH FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 271 0.05 0.05 0 0 0 0 Execute 271 0.02 0.02 0 0 0 0 Fetch 271 0.09 0.09 0 542 0 271 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 813 0.17 0.17 0 542 0 271 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 35 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=152 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 543 0.00 0.00 SQL*Net message from client 543 0.11 1.34 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: dn2currb2z4v2 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 (+) = 96 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 (+) = 96 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 (+) = 96 AND CT.REPARTO IS NULL ORDER BY CT.IDTEMPO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.06 0.06 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.02 0.09 5 137 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.09 0.15 5 137 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 ---------- ---------- ---------- --------------------------------------------------- 4 4 4 COUNT STOPKEY (cr=16 pr=0 pw=0 time=180 us) 4 4 4 VIEW (cr=16 pr=0 pw=0 time=154 us cost=2 size=40 card=1) 4 4 4 FILTER (cr=16 pr=0 pw=0 time=142 us) 4 4 4 NESTED LOOPS OUTER (cr=16 pr=0 pw=0 time=128 us cost=2 size=59 card=1) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=64 us cost=1 size=53 card=1) 10 10 10 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=36 us cost=1 size=0 card=8)(object id 4328611) 0 2 4 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=8 pr=0 pw=0 time=48 us cost=1 size=6 card=1)(object id 4328463) 4 4 4 COUNT STOPKEY (cr=18 pr=0 pw=0 time=185 us) 4 4 4 VIEW (cr=18 pr=0 pw=0 time=154 us cost=2 size=22 card=1) 4 4 4 FILTER (cr=18 pr=0 pw=0 time=142 us) 4 4 4 NESTED LOOPS OUTER (cr=18 pr=0 pw=0 time=130 us cost=2 size=40 card=1) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=64 us cost=1 size=29 card=1) 10 10 10 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=38 us cost=1 size=0 card=8)(object id 4328611) 0 2 4 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=10 pr=0 pw=0 time=54 us cost=1 size=11 card=1) 0 2 4 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=8 pr=0 pw=0 time=36 us cost=1 size=0 card=1)(object id 4328463) 4 4 4 COUNT STOPKEY (cr=8 pr=0 pw=0 time=122 us) 4 4 4 VIEW (cr=8 pr=0 pw=0 time=102 us cost=1 size=26 card=1) 4 4 4 FILTER (cr=8 pr=0 pw=0 time=93 us) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=80 us cost=1 size=53 card=1) 17 17 17 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=44 us cost=1 size=0 card=8)(object id 4328611) 4 4 4 COUNT STOPKEY (cr=8 pr=0 pw=0 time=104 us) 4 4 4 VIEW (cr=8 pr=0 pw=0 time=86 us cost=1 size=26 card=1) 4 4 4 FILTER (cr=8 pr=0 pw=0 time=74 us) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=61 us cost=1 size=53 card=1) 10 10 10 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=38 us cost=1 size=0 card=8)(object id 4328611) 4 4 4 COUNT STOPKEY (cr=8 pr=0 pw=0 time=177 us) 4 4 4 VIEW (cr=8 pr=0 pw=0 time=146 us cost=1 size=26 card=1) 4 4 4 FILTER (cr=8 pr=0 pw=0 time=134 us) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=118 us cost=1 size=53 card=1) 10 10 10 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=66 us cost=1 size=0 card=8)(object id 4328611) 8 8 8 SORT ORDER BY (cr=68 pr=2 pw=0 time=45302 us cost=7 size=600 card=8) 8 8 8 HASH JOIN OUTER (cr=10 pr=2 pw=0 time=43928 us cost=6 size=600 card=8) 8 8 8 MERGE JOIN OUTER (cr=4 pr=1 pw=0 time=23352 us cost=4 size=512 card=8) 8 8 8 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=1 pw=0 time=23072 us cost=1 size=424 card=8) 8 8 8 INDEX FULL SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=14385 us cost=1 size=0 card=8)(object id 4328611) 0 4 8 SORT JOIN (cr=2 pr=0 pw=0 time=149 us cost=3 size=44 card=4) 0 4 8 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=76 us cost=2 size=44 card=4) 0 4 8 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=52 us cost=1 size=0 card=4)(object id 4328463) 93 93 93 VIEW index$_join$_015 (cr=6 pr=2 pw=0 time=19708 us cost=2 size=1001 card=91) 93 93 93 HASH JOIN (cr=6 pr=2 pw=0 time=19657 us) 93 93 93 INDEX FAST FULL SCAN INTERVENTI1 (cr=3 pr=0 pw=0 time=4626 us cost=1 size=1001 card=91)(object id 4328375) 93 93 93 INDEX FAST FULL SCAN INTERVENTI13 (cr=3 pr=1 pw=0 time=10087 us cost=1 size=1001 card=91)(object id 4328380) 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 grant 2-way 4 0.01 0.01 db file sequential read 5 0.01 0.04 gc current block 2-way 3 0.00 0.00 ******************************************************************************** SQL ID: 19nc0uk4k7689 Plan Hash: 1955432048 SELECT stampato From altridati Where intervento = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 32 0.01 0.01 0 0 0 0 Execute 32 0.00 0.00 0 0 0 0 Fetch 32 0.02 0.09 0 64 0 32 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 96 0.03 0.10 0 64 0 32 Misses in library cache during parse: 2 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 ALTRIDATI (cr=2 pr=0 pw=0 time=3829 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=47 us cost=1 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 64 0.00 0.00 SQL*Net message from client 64 0.00 0.05 gc cr block 2-way 7 0.00 0.01 gc current block 2-way 5 0.04 0.05 ******************************************************************************** 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 1112 0.19 0.20 0 0 0 0 Execute 1112 1.22 1.22 0 0 0 0 Fetch 1112 0.09 0.08 0 1112 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3336 1.51 1.52 0 1112 0 0 Misses in library cache during parse: 4 Misses in library cache during execute: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 40 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 FILTER (cr=1 pr=0 pw=0 time=84 us) 0 0 0 TABLE ACCESS BY INDEX ROWID CONFIGURAZIONI (cr=1 pr=0 pw=0 time=68 us cost=1 size=9 card=1) 0 0 0 INDEX RANGE SCAN CONFIGURAZIONI3 (cr=1 pr=0 pw=0 time=60 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 2224 0.00 0.02 SQL*Net message from client 2224 0.30 3.43 latch free 1 0.00 0.00 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: 27k09f1a7ubpy Plan Hash: 2549113427 select rowid, intervento,tempo FROM tempiinterventi WHERE intervento = 97 AND progrtempo = 3 AND NOT tempo 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.08 0 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.09 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 TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=89297 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=87053 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 cr block 2-way 2 0.08 0.08 ******************************************************************************** SQL ID: 5cq6bmtq605m8 Plan Hash: 441434969 select intraopane0_.PROGINTRAOP as PROGINTR1_511_, intraopane0_.SPONTANEA as SPONTANEA511_, intraopane0_.MANUALE as MANUALE511_, intraopane0_.MECCANICA as MECCANICA511_, intraopane0_.FR as FR511_, intraopane0_.TV as TV511_, intraopane0_.PEEP as PEEP511_, intraopane0_.FGF as FGF511_, intraopane0_.TIPOVENT as TIPOVENT511_, intraopane0_.TIPOVENTID as TIPOVENTID511_ from INTRAOP_VENTILAZIONI intraopane0_, TABELLE tipoventil1_ where intraopane0_.TIPOVENTID=tipoventil1_.PROGRESSIVO(+) and intraopane0_.PROGINTRAOP=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.05 0.08 0 0 0 0 Fetch 3 0.00 0.08 1 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.06 0.17 1 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_VENTILAZIONI (cr=1 pr=0 pw=0 time=29710 us cost=1 size=216 card=1) 0 0 0 INDEX UNIQUE SCAN PK_VENTILAZIONI (cr=1 pr=0 pw=0 time=29666 us cost=1 size=0 card=1)(object id 4328723) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 21 0.00 0.02 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.05 0.06 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.08 0.08 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: 6tbha8skzy277 Plan Hash: 1101800615 SELECT ICD9CM.PROGRESSIVO,ICD9CM.ICD AS INIZIO,ICD9CM.ICD AS FINE,ICD9CM.ICD, ICD9CM.ICD || ' ' || ICD9CM.DESCRIZIONE AS DESCRIZIONE FROM ICD9CM,ICDVERSIONI WHERE ICD9CM.PROGRESSIVO = ICDVERSIONI.ICD AND ICDVERSIONI.VERSIONE = 2 AND ICD9CM.TABELLA = 0 ORDER BY INIZIO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.03 0.06 0 67 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.08 5 24 0 34 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.04 0.15 5 91 0 34 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 ---------- ---------- ---------- --------------------------------------------------- 17 17 17 SORT ORDER BY (cr=12 pr=2 pw=0 time=43842 us cost=3 size=3627 card=31) 17 17 17 NESTED LOOPS (cr=12 pr=2 pw=0 time=44665 us cost=2 size=3627 card=31) 17 17 17 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=3 pr=2 pw=0 time=31081 us cost=1 size=3270 card=30) 17 17 17 INDEX RANGE SCAN ICD9CM3 (cr=2 pr=1 pw=0 time=6962 us cost=1 size=0 card=30)(object id 4328947) 17 17 17 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=9 pr=1 pw=0 time=12724 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 7 0.00 0.00 SQL*Net message from client 7 10.75 10.79 gc current block 2-way 5 0.00 0.00 row cache lock 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 db file sequential read 5 0.04 0.07 gc cr grant 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 9649mfy1a1csy Plan Hash: 2881684557 SELECT MIN(tempo) as TempoMin FROM tempiinterventi WHERE intervento = 96 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.08 2 8 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.08 2 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 SORT AGGREGATE (cr=2 pr=0 pw=0 time=20272 us) 0 0 1 FIRST ROW (cr=2 pr=0 pw=0 time=20242 us cost=1 size=8 card=1) 0 0 1 INDEX RANGE SCAN (MIN/MAX) TEMPIINTERVENTI5 (cr=2 pr=0 pw=0 time=20236 us cost=1 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 8 0.00 0.00 SQL*Net message from client 8 0.05 0.06 gc cr grant 2-way 2 0.00 0.00 db file sequential read 2 0.07 0.07 ******************************************************************************** SQL ID: 6q8cafczg0p7j Plan Hash: 1201041653 SELECT intervento FROM lab_esamirichiesti where statorecord <> 'E' and intervento = 96 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.08 1 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.08 1 4 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 TABLE ACCESS BY INDEX ROWID LAB_ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=20214 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN LAB_ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=20189 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 9 0.00 0.00 SQL*Net message from client 9 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.07 0.07 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: 145uvk7wzp8fa 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 = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 24 0.10 0.10 0 0 0 0 Execute 24 0.00 0.00 0 0 0 0 Fetch 47 0.01 0.07 0 168 0 24 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 95 0.12 0.18 0 168 0 24 Misses in library cache during parse: 3 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=7 pr=0 pw=0 time=4859 us cost=6 size=573 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=4853 us cost=5 size=530 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=4827 us cost=4 size=527 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=4789 us cost=3 size=472 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=4770 us cost=2 size=445 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=606 us cost=1 size=402 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=45 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=4149 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=21 us cost=1 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIDEGENZA (cr=0 pr=0 pw=0 time=10 us cost=1 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTIDEGENZA1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328781) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=24 us cost=1 size=55 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=16 us cost=1 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID TIPIINTERVENTI (cr=1 pr=0 pw=0 time=17 us cost=1 size=3 card=1) 0 0 0 INDEX UNIQUE SCAN TIPIINTERVENTI1 (cr=1 pr=0 pw=0 time=13 us cost=1 size=0 card=1)(object id 4328500) 0 0 0 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=0 pr=0 pw=0 time=6 us cost=1 size=43 card=1) 0 0 0 INDEX UNIQUE SCAN PREVISIONI1 (cr=0 pr=0 pw=0 time=4 us cost=1 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 73 0.00 0.00 SQL*Net more data to client 96 0.00 0.00 SQL*Net message from client 73 0.20 1.31 SQL*Net break/reset to client 4 0.00 0.00 gc cr block 2-way 2 0.05 0.06 gc current block 2-way 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 129 0.02 0.02 0 0 0 0 Execute 129 0.09 0.09 0 0 0 0 Fetch 129 0.06 0.07 3 473 0 107 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 387 0.17 0.19 3 473 0 107 Misses in library cache during parse: 2 Misses in library cache during execute: 4 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 FULL CONFIGURAZIONIORMAADMIN (cr=3 pr=0 pw=0 time=580 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 262 0.00 0.00 SQL*Net message from client 262 0.10 0.39 gc current block 2-way 3 0.00 0.00 SQL*Net break/reset to client 8 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 db file sequential read 3 0.01 0.01 ******************************************************************************** SQL ID: f4n4w4pxyjg6j Plan Hash: 4050473124 SELECT NUMERO,PROGREPARTO FROM LISTAATTESARICOVERI WHERE PROGRESSIVOLA = :B1 AND STATORECORD = 0 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.02 0.03 0 0 0 0 Fetch 2 0.01 0.07 29 61 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.11 29 61 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL LISTAATTESARICOVERI (cr=30 pr=14 pw=0 time=36734 us cost=10 size=33 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 7 0.00 0.01 db file sequential read 1 0.00 0.00 db file scattered read 4 0.01 0.02 gc cr multi block request 3 0.02 0.03 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 87hdj901snfhw Plan Hash: 4165688936 SELECT tipoaccettazione FROM avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 218 0.04 0.04 0 0 0 0 Execute 218 0.02 0.02 0 0 0 0 Fetch 218 0.07 0.07 0 436 0 218 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 654 0.13 0.14 0 436 0 218 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 38 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=146 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 440 0.00 0.00 SQL*Net message from client 440 4.29 83.59 SQL*Net break/reset to client 8 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 latch free 1 0.00 0.00 library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 ******************************************************************************** SQL ID: 94f0jakrpvk42 Plan Hash: 3020851364 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 16 0.00 0.00 0 0 0 0 Execute 16 0.02 0.03 0 0 0 0 Fetch 288 0.07 0.07 0 624 0 2768 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 320 0.10 0.11 0 624 0 2768 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: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 173 173 173 INLIST ITERATOR (cr=39 pr=0 pw=0 time=1140 us) 173 173 173 TABLE ACCESS BY INDEX ROWID LIVELLI (cr=39 pr=0 pw=0 time=779 us cost=2 size=1211 card=173) 173 173 173 INDEX RANGE SCAN LIVELLI2 (cr=21 pr=0 pw=0 time=365 us cost=1 size=0 card=173)(object id 4328805) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 304 0.00 0.00 SQL*Net message from client 304 0.01 0.31 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.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 2 0.00 0.00 0 0 0 0 Execute 2 0.05 0.06 0 0 0 0 Fetch 2 0.00 0.07 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.05 0.13 1 2 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=35569 us cost=4 size=430 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=35558 us cost=3 size=406 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=35554 us cost=2 size=368 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID DETTAGLIPRESIDI (cr=1 pr=0 pw=0 time=35548 us cost=1 size=308 card=1) 0 0 0 INDEX UNIQUE SCAN DETTAGLIPRESIDI1 (cr=1 pr=0 pw=0 time=35538 us cost=1 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=60 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 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=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=24 card=1) 0 0 0 INDEX UNIQUE SCAN PROVINCIE1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328566) 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc cr grant 2-way 1 0.01 0.01 db file sequential read 1 0.04 0.04 row cache lock 10 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** 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 83 0.02 0.02 0 0 0 0 Execute 83 0.09 0.09 0 0 0 0 Fetch 83 0.07 0.07 0 664 0 83 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 249 0.19 0.19 0 664 0 83 Misses in library cache during parse: 3 Misses in library cache during execute: 3 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 39 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=672 us cost=8 size=243 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=646 us cost=7 size=183 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=629 us cost=6 size=159 card=1) 1 1 1 NESTED LOOPS (cr=8 pr=0 pw=0 time=609 us cost=5 size=121 card=1) 1 1 1 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=540 us cost=4 size=100 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=58 us cost=1 size=21 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=31 us cost=1 size=0 card=1)(object id 4328639) 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=1 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=1 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=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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 166 0.00 0.00 SQL*Net more data to client 83 0.00 0.00 SQL*Net message from client 166 0.03 0.27 row cache lock 1 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 15 0.01 0.01 0 0 0 0 Execute 15 0.00 0.00 0 0 0 0 Fetch 15 0.00 0.07 1 30 0 15 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.02 0.08 1 30 0 15 Misses in library cache during parse: 4 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 ICDVERSIONIPERIODI (cr=2 pr=0 pw=0 time=7499 us cost=1 size=10 card=1) 1 1 1 INDEX UNIQUE SCAN ICDVERSIONIPERIODI1 (cr=1 pr=0 pw=0 time=7472 us cost=1 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 34 0.00 0.00 SQL*Net message from client 34 1.69 3.41 latch free 1 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.06 0.06 library cache lock 4 0.00 0.00 library cache pin 4 0.00 0.00 SQL*Net break/reset to client 8 0.00 0.00 gc current block 2-way 1 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 24 0.00 0.00 0 0 0 0 Execute 24 0.05 0.12 0 0 0 0 Fetch 24 0.01 0.06 4 122 0 44 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 72 0.07 0.19 4 122 0 44 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: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 3 2 3 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=7433 us cost=4 size=186 card=1) 3 2 3 TABLE ACCESS FULL CHECKLISTRCCONF (cr=2 pr=0 pw=0 time=3203 us cost=3 size=159 card=1) 3 2 3 TABLE ACCESS BY INDEX ROWID CHECKLISTRCSCHEDE (cr=3 pr=0 pw=0 time=4155 us cost=1 size=27 card=1) 3 2 3 INDEX UNIQUE SCAN CHECKLISTRCSCHEDE1 (cr=1 pr=0 pw=0 time=2599 us cost=1 size=0 card=1)(object id 4328792) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 2 0.01 0.01 library cache pin 2 0.00 0.00 row cache lock 5 0.02 0.05 SQL*Net message to client 49 0.00 0.00 SQL*Net message from client 49 2.23 4.04 db file sequential read 4 0.01 0.03 gc cr grant 2-way 1 0.01 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: 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 14 0.01 0.01 0 0 0 0 Execute 14 0.00 0.00 0 0 0 0 Fetch 14 0.06 0.06 0 420 0 28 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 42 0.08 0.08 0 420 0 28 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 ---------- ---------- ---------- --------------------------------------------------- 2 2 2 SORT ORDER BY (cr=30 pr=0 pw=0 time=4062 us cost=11 size=60 card=1) 2 2 2 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2488 us cost=10 size=60 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 0.00 0.02 library cache: mutex X 1 0.00 0.00 ******************************************************************************** SQL ID: csv6wbzc9zx79 Plan Hash: 4027062392 select datiattoca0_.DEFIB as col_0_0_, datiattoca0_.DIAGNOSI as col_1_0_, datiattoca0_.ECOTRANS as col_2_0_, datiattoca0_.ELETTRODIADX as col_3_0_, datiattoca0_.ELETTRODIADXTEXT as col_4_0_, datiattoca0_.ELETTRODIVDX as col_5_0_, datiattoca0_.ELETTRODIVDXTEXT as col_6_0_, datiattoca0_.IABPCAUSE as col_7_0_, datiattoca0_.IABPPALLONCINO as col_8_0_, datiattoca0_.IABPVIA as col_9_0_, datiattoca0_.JOULE as col_10_0_, datiattoca0_.MAMMARIADX as col_11_0_, datiattoca0_.MAMMARIADXTEXT as col_12_0_, datiattoca0_.MAMMARIASX as col_13_0_, datiattoca0_.MAMMARIASXTEXT as col_14_0_, datiattoca0_.MEDIASTINICO as col_15_0_, datiattoca0_.NUMSCARICHE as col_16_0_, datiattoca0_.PATOLOGIA as col_17_0_, datiattoca0_.PERICARDICO as col_18_0_, datiattoca0_.PLEURICODX as col_19_0_, datiattoca0_.PLEURICOSX as col_20_0_, datiattoca0_.RADIALEDX as col_21_0_, datiattoca0_.RADIALEDXTEXT as col_22_0_, datiattoca0_.RADIALESX as col_23_0_, datiattoca0_.RADIALESXTEXT as col_24_0_, datiattoca0_.SAFENECTOMIADX as col_25_0_, datiattoca0_.SAFENECTOMIADXTEXT as col_26_0_, datiattoca0_.SAFENECTOMIASX as col_27_0_, datiattoca0_.SAFENECTOMIASXTEXT as col_28_0_, datiattoca0_.TIPOINTERVENTO as col_29_0_, datiattoca0_.NOTE as col_30_0_ from DATIATTOCARDIO datiattoca0_ where datiattoca0_.INTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.05 0.12 0 0 0 0 Fetch 3 0.00 0.06 1 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.06 0.19 1 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID DATIATTOCARDIO (cr=1 pr=0 pw=0 time=22444 us cost=1 size=20135 card=1) 0 0 0 INDEX RANGE SCAN DATIATTOCARDIO2 (cr=1 pr=0 pw=0 time=22427 us cost=1 size=0 card=1)(object id 4328444) 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 message from client 6 0.00 0.02 gc cr grant 2-way 1 0.05 0.05 db file sequential read 1 0.00 0.00 row cache lock 35 0.01 0.06 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 6nugszhj08wwb Plan Hash: 1499107076 SELECT reparto From interventi Where progressivo = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 64 0.01 0.01 0 0 0 0 Execute 64 0.00 0.00 0 0 0 0 Fetch 64 0.02 0.06 0 128 0 64 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 192 0.04 0.08 0 128 0 64 Misses in library cache during parse: 2 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=747 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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 131 0.00 0.00 SQL*Net message from client 131 0.07 0.19 SQL*Net break/reset to client 6 0.00 0.00 gc current block 2-way 3 0.00 0.00 gc cr block 2-way 3 0.03 0.03 ******************************************************************************** SQL ID: 1gwr54f08ap0v 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 = 96 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 = 96 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 = 96 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 = 96) AND G.TABELLARE = '1' ORDER BY DESCRIZIONE, X1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.10 0.13 0 510 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.06 4 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.11 0.19 4 518 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 SORT ORDER BY (cr=4 pr=2 pw=0 time=30367 us cost=13 size=932 card=4) 0 0 0 UNION-ALL (cr=4 pr=2 pw=0 time=30294 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=6756 us cost=2 size=121 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=6750 us cost=2 size=121 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=6744 us cost=1 size=91 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_GRAFICITABELLARI2 (cr=1 pr=0 pw=0 time=6731 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=1 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=0 pw=0 time=12184 us cost=2 size=99 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=12178 us cost=2 size=99 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_GRAFICI (cr=1 pr=0 pw=0 time=12172 us cost=1 size=66 card=1) 0 0 0 INDEX RANGE SCAN FARMA_GRAFICI3 (cr=1 pr=0 pw=0 time=12164 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=1 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=0 pw=0 time=5562 us cost=4 size=147 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=5556 us cost=4 size=147 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=5552 us cost=3 size=117 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=5545 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=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=1 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=0 pw=0 time=5690 us cost=3 size=99 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=5685 us cost=3 size=99 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICI (cr=1 pr=0 pw=0 time=5680 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=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 gc cr grant 2-way 2 0.00 0.00 db file sequential read 4 0.02 0.04 SQL*Net break/reset to client 4 0.00 0.00 row cache lock 1 0.00 0.00 gc current block 2-way 4 0.00 0.00 ******************************************************************************** SQL ID: 5afr5y79rx2g4 Plan Hash: 1499107076 SELECT prelievoorgano FROM interventi where progressivo = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 60 0.01 0.01 0 0 0 0 Execute 60 0.00 0.00 0 0 0 0 Fetch 60 0.02 0.05 0 120 0 60 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 180 0.04 0.08 0 120 0 60 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=3841 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=46 us cost=1 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 120 0.00 0.00 SQL*Net message from client 120 0.04 0.17 gc cr block 2-way 8 0.02 0.03 ******************************************************************************** SQL ID: 4999nbbas40zj Plan Hash: 2544507596 select strutturad0_.PROGRESSIVO as PROGRESS1_787_, strutturad0_.CODICE as CODICE787_, strutturad0_.DESCRIZIONE as DESCRIZI3_787_, strutturad0_.TIPOLOGIAISTITUTO as TIPOLOGI4_787_ from STRUTTURADESTINAZIONE strutturad0_ order by strutturad0_.DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.01 0.05 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 210 0.05 0.05 0 30 0 2082 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 222 0.07 0.11 0 30 0 2082 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 347 347 347 SORT ORDER BY (cr=5 pr=0 pw=0 time=4664 us cost=5 size=21514 card=347) 347 347 347 TABLE ACCESS FULL STRUTTURADESTINAZIONE (cr=5 pr=0 pw=0 time=382 us cost=4 size=21514 card=347) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 216 0.00 0.00 SQL*Net message from client 216 0.05 0.24 ******************************************************************************** SQL ID: 995c1ffxvfj5c Plan Hash: 1499107076 SELECT reparto From interventi Where progressivo = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 38 0.01 0.01 0 0 0 0 Execute 38 0.00 0.00 0 0 0 0 Fetch 38 0.01 0.05 0 76 0 38 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 114 0.03 0.07 0 76 0 38 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 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=595 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=58 us cost=1 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 77 0.00 0.00 SQL*Net message from client 77 0.00 0.05 SQL*Net break/reset to client 2 0.00 0.00 gc cr block 2-way 5 0.03 0.04 gc current block 2-way 1 0.00 0.00 ******************************************************************************** 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 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 6 0.01 0.05 8 104 0 40 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 10 0.02 0.06 8 104 0 40 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 ---------- ---------- ---------- --------------------------------------------------- 20 20 20 NESTED LOOPS OUTER (cr=52 pr=4 pw=0 time=20350 us cost=13 size=2860 card=20) 20 20 20 NESTED LOOPS (cr=50 pr=4 pw=0 time=9947 us cost=12 size=2420 card=20) 20 20 20 TABLE ACCESS BY INDEX ROWID ICDPREVISIONI (cr=6 pr=0 pw=0 time=329 us cost=2 size=240 card=20) 20 20 20 INDEX RANGE SCAN ICDPREVISIONI1 (cr=4 pr=0 pw=0 time=155 us cost=1 size=0 card=20)(object id 4328317) 20 20 20 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=44 pr=4 pw=0 time=16004 us cost=1 size=109 card=1) 20 20 20 INDEX UNIQUE SCAN ICD9CM1 (cr=24 pr=2 pw=0 time=10946 us cost=1 size=0 card=1)(object id 4328949) 0 0 0 TABLE ACCESS BY INDEX ROWID ICDXIMPIANTI (cr=2 pr=0 pw=0 time=10280 us cost=1 size=22 card=1) 0 0 0 INDEX UNIQUE SCAN ICDXIMPIANTI1 (cr=2 pr=0 pw=0 time=10228 us cost=1 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 8 0.00 0.00 SQL*Net message from client 8 0.13 0.15 gc cr grant 2-way 8 0.00 0.00 db file sequential read 8 0.01 0.03 ******************************************************************************** SQL ID: 5x6jv3a79taq0 Plan Hash: 3382396010 SELECT DESCRIZIONE FROM ICDINTERVENTI,ICD9CM WHERE ICDINTERVENTI.ICD = ICD9CM.PROGRESSIVO AND ICDINTERVENTI.INTERVENTO = 97 AND CONTATORE = 1 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.00 0.05 0 63 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.02 0.07 0 63 0 11 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 ---------- ---------- ---------- --------------------------------------------------- 0 1 1 NESTED LOOPS (cr=3 pr=0 pw=0 time=4652 us cost=2 size=120 card=1) 0 1 1 NESTED LOOPS (cr=3 pr=0 pw=0 time=4618 us cost=2 size=120 card=1) 0 1 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=2 pr=0 pw=0 time=4579 us cost=1 size=11 card=1) 0 1 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=4273 us cost=1 size=0 card=1)(object id 4328796) 0 1 1 INDEX UNIQUE SCAN ICD9CM1 (cr=1 pr=0 pw=0 time=31 us cost=1 size=0 card=1)(object id 4328949) 0 1 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=1 pr=0 pw=0 time=19 us cost=1 size=109 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.01 0.04 SQL*Net break/reset to client 12 0.00 0.00 gc cr block 2-way 4 0.04 0.04 ******************************************************************************** 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 7 0.00 0.00 0 0 0 0 Execute 7 0.01 0.01 0 0 0 0 Fetch 11 0.01 0.05 6 25 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 25 0.02 0.06 6 25 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 0 1 SORT ORDER BY (cr=3 pr=1 pw=0 time=11351 us cost=3 size=128 card=1) 1 0 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=1 pw=0 time=11230 us cost=2 size=128 card=1) 1 0 1 INDEX RANGE SCAN PAZIENTI6 (cr=3 pr=1 pw=0 time=11200 us cost=2 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 18 0.00 0.00 SQL*Net more data to client 7 0.00 0.00 SQL*Net message from client 18 0.01 0.03 gc cr grant 2-way 5 0.00 0.00 db file sequential read 6 0.02 0.03 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 9dwvurvjaysc6 Plan Hash: 179564330 select this_.PROGRESSIVO as PROGRESS1_20_3_, this_.UTCODICE as UTCODICE20_3_, this_.DESCRIZIONE as DESCRIZI3_20_3_, this_.NONATTIVO as NONATTIVO20_3_, this_.COPIAPROGRESSIVO as COPIAPRO5_20_3_, this_.DATAORA as DATAORA20_3_, this_.DATAINIZIO as DATAINIZIO20_3_, this_.DATAFINE as DATAFINE20_3_, blocchicco2_.BLOCCO as BLOCCO22_0_, blocchicco2_.SIGLACS as SIGLACS22_0_, blocchicco2_.CCOSTO as CCOSTO22_0_, blocchicco2_.CODMAG as CODMAG22_0_, blocchicco2_.CODUNITAPRELIEVO as CODUNITA5_22_0_, blocchicco2_.CODICECRIL as CODICECRIL22_0_, utente3_.SIGLA as SIGLA19_1_, utente3_.UTENTE as UTENTE19_1_, utente3_.LIVELLO as LIVELLO19_1_, utente3_.PASSWORD as PASSWORD19_1_, utente3_.PASSWORD2 as PASSWORD5_19_1_, utente3_.ATTIVO as ATTIVO19_1_, utente3_.ULTIMOACCESSO as ULTIMOAC7_19_1_, utente3_.LINGUA as LINGUA19_1_, utente3_.DATAPASSWORD as DATAPASS9_19_1_, utente3_.CAMBIOPASSWORD as CAMBIOP10_19_1_, utente3_.DATADISATTIVAZIONE as DATADIS11_19_1_, utente3_.DATARIATTIVAZIONE as DATARIA12_19_1_, utente3_.SMARTCARD as SMARTCARD19_1_, utente3_.CODFISC as CODFISC19_1_, utente3_.IGNORAADSI as IGNORAADSI19_1_, utente3_.COGNOME as COGNOME19_1_, utente3_.NOME as NOME19_1_, utente3_.DATAANALYZER_USERNAME as DATAANA18_19_1_, utente3_.DATAANALYZER_PASSWORD as DATAANA19_19_1_, utente3_.ALIASFIRMAREMOTA as ALIASFI20_19_1_, utente3_.INVIATO_O4C as INVIATO21_19_1_, blocchimai4_.BLOCCO as BLOCCO23_2_, blocchimai4_.PROGRESSIVO as PROGRESS2_23_2_, blocchimai4_.NOMINATIVO as NOMINATIVO23_2_, blocchimai4_.INDIRIZZOMAIL as INDIRIZZ4_23_2_ from ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) this_, BLOCCHICCOSTO blocchicco2_, UTENTI utente3_, BLOCCHIMAIL blocchimai4_ where this_.PROGRESSIVO=blocchicco2_.BLOCCO(+) and blocchicco2_.SIGLACS= utente3_.SIGLA(+) and this_.PROGRESSIVO=blocchimai4_.BLOCCO(+) order by this_.NONATTIVO asc, this_.DESCRIZIONE asc call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.01 0.01 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.05 0.05 0 234 0 42 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.07 0.07 0 234 0 42 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 7 7 7 SORT ORDER BY (cr=39 pr=0 pw=0 time=8550 us cost=20 size=15470 card=34) 7 7 7 HASH JOIN OUTER (cr=39 pr=0 pw=0 time=8290 us cost=19 size=15470 card=34) 7 7 7 HASH JOIN RIGHT OUTER (cr=33 pr=0 pw=0 time=6619 us cost=15 size=12070 card=34) 7 7 7 TABLE ACCESS FULL BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=116 us cost=3 size=77 card=7) 7 7 7 HASH JOIN OUTER (cr=31 pr=0 pw=0 time=5372 us cost=12 size=11696 card=34) 7 7 7 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2414 us cost=10 size=2040 card=34) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=59 us cost=2 size=284 card=1) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=2139 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 message from client 12 0.00 0.01 ******************************************************************************** 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 28 0.02 0.02 0 0 0 0 Execute 28 0.50 0.67 0 0 0 0 Fetch 28 0.02 0.05 1 28 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 84 0.56 0.75 1 28 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: 20 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2194 us cost=28 size=4842 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2182 us cost=27 size=4782 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2178 us cost=26 size=4722 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2174 us cost=25 size=4662 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2169 us cost=24 size=4602 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2165 us cost=23 size=4542 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2160 us cost=22 size=4482 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2156 us cost=21 size=4422 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2150 us cost=20 size=4362 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=2147 us cost=19 size=4351 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=1828 us cost=17 size=4067 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1822 us cost=16 size=4007 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1818 us cost=15 size=3947 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=1815 us cost=14 size=3926 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1650 us cost=10 size=3826 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1647 us cost=9 size=3744 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=1643 us cost=8 size=3610 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1426 us cost=6 size=3584 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1423 us cost=5 size=3545 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1420 us cost=4 size=3343 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1416 us cost=3 size=2284 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1413 us cost=2 size=1225 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID MOVIMENTI (cr=1 pr=0 pw=0 time=1405 us cost=1 size=1132 card=1) 0 0 0 INDEX RANGE SCAN MOVIMENTI4 (cr=1 pr=0 pw=0 time=1394 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=1 size=93 card=1) 0 0 0 INDEX RANGE SCAN GIACENZE4 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=1059 card=1) 0 0 0 INDEX UNIQUE SCAN ARTICOLI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=1059 card=1) 0 0 0 INDEX UNIQUE SCAN ARTICOLI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=202 card=1) 0 0 0 INDEX UNIQUE SCAN FORNITORI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328741) 0 0 0 INDEX RANGE SCAN IMPIANTIEMODINAMICA1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=134 card=1) 0 0 0 INDEX UNIQUE SCAN RRIAPPROVVIGIONAMENTO1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 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=1 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=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 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=1 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=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 6 0.00 0.00 library cache pin 6 0.00 0.00 SQL*Net message to client 57 0.00 0.00 SQL*Net more data to client 140 0.00 0.01 SQL*Net message from client 57 0.01 0.07 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 row cache lock 76 0.01 0.16 gc current block 2-way 1 0.00 0.00 SQL*Net break/reset to client 2 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 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.05 1 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.05 1 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 CNFGTEMPI (cr=1 pr=0 pw=0 time=17125 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN CNFGTEMPI3 (cr=1 pr=0 pw=0 time=17112 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.03 0.03 gc current block 2-way 1 0.01 0.01 ******************************************************************************** SQL ID: bhp2b4gzaru8q Plan Hash: 1956571996 SELECT NVL(MAX(NUMERO),0)+1 FROM LISTAATTESARICOVERI WHERE REPARTO = (SELECT REPARTO FROM LISTAATTESA WHERE NUMERO = :B1 ) 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 6 0 0 Fetch 2 0.01 0.05 5 16 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.06 5 22 0 2 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=11 pr=2 pw=0 time=25679 us) 862 862 863 VIEW index$_join$_001 (cr=11 pr=2 pw=0 time=26100 us cost=3 size=1638 card=234) 862 862 863 HASH JOIN (cr=11 pr=2 pw=0 time=25536 us) 862 862 863 INDEX RANGE SCAN LISTAATTESARICOVERI3 (cr=6 pr=2 pw=0 time=206095 us cost=1 size=1638 card=234)(object id 4328334) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=106 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=72 us cost=1 size=0 card=1)(object id 4328934) 943 944 944 INDEX FAST FULL SCAN LISTAATTESARICOVERI1 (cr=5 pr=1 pw=0 time=3268 us cost=2 size=1638 card=234)(object id 4328336) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr grant 2-way 5 0.00 0.00 db file sequential read 5 0.01 0.02 ******************************************************************************** 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 28 0.01 0.01 0 0 0 0 Execute 28 0.06 0.06 0 0 0 0 Fetch 28 0.02 0.05 0 151 0 38 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 84 0.10 0.13 0 151 0 38 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: 20 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 1 2 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=2023 us cost=4 size=165 card=1) 2 1 2 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=1994 us cost=3 size=103 card=1) 2 1 2 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=3 pr=0 pw=0 time=1927 us cost=2 size=41 card=1) 2 1 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=1458 us cost=1 size=0 card=1)(object id 4328955) 2 1 2 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=3 pr=0 pw=0 time=54 us cost=1 size=62 card=1) 2 1 2 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=31 us cost=1 size=0 card=1)(object id 4329013) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=10 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=4 us cost=1 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 58 0.00 0.00 SQL*Net message from client 58 0.18 0.39 gc cr block 2-way 8 0.00 0.00 gc current block 2-way 3 0.02 0.02 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 row cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: 3hr1s1ku4u92s Plan Hash: 1207854289 Select Distinct Tabelle.Progressivo, Tabelle.UtCodice, Tabelle.Descrizione From Tabelle, RepartiPrevisioni Where RepartiPrevisioni.Gruppo = Tabelle.Progressivo And RepartiPrevisioni.Reparto = 14 And Tabelle.CodiceTabella = 97 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.02 0.05 6 180 0 20 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.05 0.09 6 180 0 20 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 ---------- ---------- ---------- --------------------------------------------------- 4 4 4 SORT UNIQUE (cr=36 pr=1 pw=0 time=9842 us cost=15 size=48 card=1) 69 69 69 HASH JOIN (cr=36 pr=1 pw=0 time=9657 us cost=14 size=624 card=13) 14 14 14 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=1322 us cost=10 size=532 card=14) 90 90 90 TABLE ACCESS FULL REPARTIPREVISIONI (cr=6 pr=1 pw=0 time=6962 us cost=4 size=900 card=90) 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 11 4.12 5.11 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 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.02 0.02 gc cr multi block request 1 0.00 0.00 db file scattered read 1 0.00 0.00 ******************************************************************************** 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 1 0.00 0.00 0 0 0 0 Execute 330 0.20 0.20 0 0 0 0 Fetch 330 0.05 0.05 0 990 0 330 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 661 0.25 0.25 0 990 0 330 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=3 pr=0 pw=0 time=136 us cost=2 size=26 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=3 pr=0 pw=0 time=77 us cost=1 size=26 card=1) 1 1 1 INDEX RANGE SCAN LISTAATTESAPRIORITA2 (cr=2 pr=0 pw=0 time=58 us cost=1 size=0 card=1)(object id 4328863) ******************************************************************************** SQL ID: 4bs4ap0pj1dcz Plan Hash: 805254920 SELECT MIN(datascadenza) as TempoMin FROM INTERVENTISETFERRI WHERE progressivointervento = 96 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.04 1 4 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.05 1 4 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 AGGREGATE (cr=1 pr=0 pw=0 time=12354 us) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=12323 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=12314 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 8 0.00 0.00 SQL*Net message from client 8 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: 5r8pb25pd6znm 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 = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.24 0.31 0 629 0 0 Execute 10 0.00 0.00 0 0 0 0 Fetch 10 0.03 0.04 0 400 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.28 0.37 0 1029 0 10 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 REGIMIRICOVERO (cr=0 pr=0 pw=0 time=11 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=0 pr=0 pw=0 time=6 us cost=1 size=0 card=1)(object id 4328094) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIDEGENZA (cr=0 pr=0 pw=0 time=19 us cost=1 size=19 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTIDEGENZA1 (cr=0 pr=0 pw=0 time=15 us cost=1 size=0 card=1)(object id 4328781) 1 1 1 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=39 us cost=1 size=25 card=1) 1 1 1 INDEX UNIQUE SCAN SALETTE1 (cr=1 pr=0 pw=0 time=18 us cost=1 size=0 card=1)(object id 4328878) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=29 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) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=67 us) 0 0 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=35 us cost=1 size=3 card=1)(object id 4328627) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=289 us) 0 0 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=272 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=52 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=30 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=1 size=13 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 PAZIENTI (cr=3 pr=0 pw=0 time=22 us cost=1 size=15 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 PAZIENTI (cr=3 pr=0 pw=0 time=20 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=12 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=19 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=11 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=21 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=12 us cost=1 size=0 card=1)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=0 pr=0 pw=0 time=14 us cost=1 size=43 card=1) 0 0 0 INDEX UNIQUE SCAN PREVISIONI1 (cr=0 pr=0 pw=0 time=6 us cost=1 size=0 card=1)(object id 4328856) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=29 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) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=276 us) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=260 us cost=1 size=13 card=1)(object id 4328355) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=38 us) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=25 us cost=1 size=142 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=20 us cost=1 size=0 card=1)(object id 4328355) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=283 us) 0 0 0 INDEX RANGE SCAN ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=270 us cost=1 size=13 card=1)(object id 4328477) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=44 us) 0 0 0 TABLE ACCESS BY INDEX ROWID ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=32 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=27 us cost=1 size=0 card=1)(object id 4328477) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=44 us) 0 0 0 TABLE ACCESS BY INDEX ROWID ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=28 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=24 us cost=1 size=0 card=1)(object id 4328477) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=1287 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LAB_ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=1271 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN LAB_ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=1265 us cost=1 size=0 card=1)(object id 4328169) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=38 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LAB_ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=24 us cost=1 size=29 card=1) 0 0 0 INDEX RANGE SCAN LAB_ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=19 us cost=1 size=0 card=1)(object id 4328169) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=32 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LAB_ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=20 us cost=1 size=19 card=1) 0 0 0 INDEX RANGE SCAN LAB_ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=15 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=10 us cost=1 size=29 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=11 us cost=1 size=29 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=49 us cost=1 size=29 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=31 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=13 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=8 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=1 size=29 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=1 size=29 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=1 size=29 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=8 us cost=1 size=29 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=1 size=142 card=1) 0 0 0 INDEX UNIQUE SCAN UOANESTESIA1 (cr=0 pr=0 pw=0 time=6 us cost=1 size=0 card=1)(object id 4328431) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=9 us cost=1 size=29 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=11 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=7 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=1 size=29 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=7 pr=0 pw=0 time=1664 us cost=4 size=450 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=1585 us cost=3 size=407 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=344 us cost=2 size=400 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=103 us cost=1 size=397 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=51 us cost=1 size=0 card=1)(object id 4328375) 0 0 0 TABLE ACCESS BY INDEX ROWID TIPIINTERVENTI (cr=1 pr=0 pw=0 time=234 us cost=1 size=3 card=1) 0 0 0 INDEX UNIQUE SCAN TIPIINTERVENTI1 (cr=1 pr=0 pw=0 time=224 us cost=1 size=0 card=1)(object id 4328500) 1 1 1 TABLE ACCESS BY INDEX ROWID ANESTESIA (cr=2 pr=0 pw=0 time=1231 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN ANESTESIA1 (cr=1 pr=0 pw=0 time=529 us cost=1 size=0 card=1)(object id 4328440) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=61 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=37 us cost=1 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 20 0.00 0.00 SQL*Net more data to client 10 0.00 0.00 SQL*Net message from client 20 0.00 0.02 gc cr block 2-way 6 0.00 0.00 gc current block 2-way 4 0.00 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 51 0.07 0.09 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.03 0.04 6 306 0 408 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.11 0.15 6 306 0 408 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 32 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 8 8 8 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=696 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 104 0.00 0.00 SQL*Net message from client 104 0.06 0.22 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 db file sequential read 1 0.00 0.00 db file scattered read 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 gc cr multi block request 1 0.00 0.00 library cache lock 3 0.00 0.00 library cache pin 3 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 51 0.03 0.03 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.03 0.04 1 357 0 204 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.06 0.08 1 357 0 204 Misses in library cache during parse: 6 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 32 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=952 us cost=3 size=96 card=4) 8 8 8 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=795 us cost=1 size=0 card=8)(object id 4328294) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 104 0.00 0.00 SQL*Net message from client 104 0.02 0.13 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: bbhb4mq9q98kb Plan Hash: 1499107076 SELECT ambulatoriale FROM interventi where progressivo = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 60 0.01 0.01 0 0 0 0 Execute 60 0.00 0.00 0 0 0 0 Fetch 60 0.03 0.04 0 120 0 60 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 180 0.05 0.06 0 120 0 60 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=737 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 120 0.00 0.00 SQL*Net message from client 120 0.07 0.21 gc cr block 2-way 8 0.00 0.00 gc current block 2-way 8 0.00 0.00 ******************************************************************************** SQL ID: frfjtwu1pwgqd Plan Hash: 3517912763 select paziente0_.PROGRESSIVO as PROGRESS1_566_17_, paziente0_.CITTADINANZA as CITTADIN2_566_17_, paziente0_.POSIZIONEPROF as POSIZION3_566_17_, paziente0_.COMUNENASCITA as COMUNENA4_566_17_, paziente0_.PROFESSIONE as PROFESSI5_566_17_, paziente0_.STATOCIVILE as STATOCIV6_566_17_, paziente0_.COMUNERESIDENZA as COMUNERE7_566_17_, paziente0_.USL as USL566_17_, paziente0_.MEDICOCHEINVIA as MEDICOCH9_566_17_, paziente0_.RAMOATTIVITA as RAMOATT10_566_17_, paziente0_.REGIONEASSISTENZA as REGIONE11_566_17_, paziente0_.TITOLOSTUDIO as TITOLOS12_566_17_, paziente0_.COGNOME as COGNOME566_17_, paziente0_.COGNOME2 as COGNOME14_566_17_, paziente0_.NOME as NOME566_17_, paziente0_.INDIRIZZO as INDIRIZZO566_17_, paziente0_.SESSO as SESSO566_17_, paziente0_.TELEFONO as TELEFONO566_17_, paziente0_.DATANASCITA as DATANAS19_566_17_, paziente0_.CODICESANITARIO as CODICES20_566_17_, paziente0_.NOMEFAMILIARE as NOMEFAM21_566_17_, paziente0_.INDIRIZZOFAMILIARE as INDIRIZ22_566_17_, paziente0_.TELEFONOFAMILIARE as TELEFON23_566_17_, paziente0_.SANGUE as SANGUE566_17_, paziente0_.RH as RH566_17_, paziente0_.CODFISC as CODFISC566_17_, paziente0_.CARDIO_QUANDO as CARDIO27_566_17_, paziente0_.CARDIO_SEM as CARDIO28_566_17_, paziente0_.CHIAVEESTERNA as CHIAVEE29_566_17_, paziente0_.DATAMATRIMONIO as DATAMAT30_566_17_, paziente0_.DOMICILIO as DOMICILIO566_17_, paziente0_.MEF as MEF566_17_, paziente0_.STP as STP566_17_, paziente0_.IDREGIONALE as IDREGIO34_566_17_, paziente0_.SIGLAPAZINS as SIGLAPA35_566_17_, paziente0_.DATAORAPAZINS as DATAORA36_566_17_, paziente0_.COMMENTO as COMMENTO566_17_, paziente0_.CONSENSO_ACQUISITO as CONSENSO38_566_17_, paziente0_.DATAVALIDITAMEF as DATAVAL39_566_17_, paziente0_.ENTECERTIFICANTE as ENTECER40_566_17_, paziente0_.COMUNERESIDENZAESTERO as COMUNER41_566_17_, paziente0_.COMUNENASCITAESTERO as COMUNEN42_566_17_, paziente0_.QUALITACF as QUALITACF566_17_, paziente0_.QUALITACFTRATTI as QUALITA44_566_17_, paziente0_.TEAM_NUMEROTESSERA as TEAM45_566_17_, paziente0_.DOC_CODICE as DOC46_566_17_, paziente0_.DOC_NAZIONERILASCIO as DOC47_566_17_, paziente0_.ES_DNI as ES48_566_17_, paziente0_.ES_NIF as ES49_566_17_, paziente0_.ES_NIE as ES50_566_17_, paziente0_.NUMPASSAPORTO as NUMPASS51_566_17_, paziente0_.NUMTESSSANEUROPEA as NUMTESS52_566_17_, paziente0_.ES_NUMTESSSANARAGONA as ES53_566_17_, paziente0_.ES_NUMSOCIALESICUREZZA as ES54_566_17_, cittadinan1_.PROGRESSIVO as PROGRESS1_428_0_, cittadinan1_.UTCODICE as UTCODICE428_0_, cittadinan1_.DESCRIZIONE as DESCRIZI4_428_0_, cittadinan1_.NONATTIVO as NONATTIVO428_0_, cittadinan1_.COPIAPROGRESSIVO as COPIAPRO6_428_0_, cittadinan1_.DATAORA as DATAORA428_0_, cittadinan1_.DATAINIZIO as DATAINIZIO428_0_, cittadinan1_.DATAFINE as DATAFINE428_0_, posizionep2_.PROGRESSIVO as PROGRESS1_428_1_, posizionep2_.UTCODICE as UTCODICE428_1_, posizionep2_.DESCRIZIONE as DESCRIZI4_428_1_, posizionep2_.NONATTIVO as NONATTIVO428_1_, posizionep2_.COPIAPROGRESSIVO as COPIAPRO6_428_1_, posizionep2_.DATAORA as DATAORA428_1_, posizionep2_.DATAINIZIO as DATAINIZIO428_1_, posizionep2_.DATAFINE as DATAFINE428_1_, comune3_.PROGRESSIVO as PROGRESS1_572_2_, comune3_.CODICE as CODICE572_2_, comune3_.DESCRIZIONE as DESCRIZI3_572_2_, comune3_.CAP as CAP572_2_, comune3_.PROVINCIA as PROVINCIA572_2_, comune3_.CODICECF as CODICECF572_2_, comune3_.PROGRPROVINCIA as PROGRPRO7_572_2_, comune3_.SOPPRESSO as SOPPRESSO572_2_, provincie4_.PROGRESSIVO as PROGRESS1_574_3_, provincie4_.CODICEISTAT as CODICEIS2_574_3_, provincie4_.DESCRIZIONE as DESCRIZI3_574_3_, provincie4_.PROGRREGIONE as PROGRREG4_574_3_, provincie4_.SIGLA as SIGLA574_3_, regioni5_.PROGRESSIVO as PROGRESS1_428_4_, regioni5_.UTCODICE as UTCODICE428_4_, regioni5_.DESCRIZIONE as DESCRIZI4_428_4_, regioni5_.NONATTIVO as NONATTIVO428_4_, regioni5_.COPIAPROGRESSIVO as COPIAPRO6_428_4_, regioni5_.DATAORA as DATAORA428_4_, regioni5_.DATAINIZIO as DATAINIZIO428_4_, regioni5_.DATAFINE as DATAFINE428_4_, profession6_.PROGRESSIVO as PROGRESS1_428_5_, profession6_.UTCODICE as UTCODICE428_5_, profession6_.DESCRIZIONE as DESCRIZI4_428_5_, profession6_.NONATTIVO as NONATTIVO428_5_, profession6_.COPIAPROGRESSIVO as COPIAPRO6_428_5_, profession6_.DATAORA as DATAORA428_5_, profession6_.DATAINIZIO as DATAINIZIO428_5_, profession6_.DATAFINE as DATAFINE428_5_, statocivil7_.PROGRESSIVO as PROGRESS1_428_6_, statocivil7_.UTCODICE as UTCODICE428_6_, statocivil7_.DESCRIZIONE as DESCRIZI4_428_6_, statocivil7_.NONATTIVO as NONATTIVO428_6_, statocivil7_.COPIAPROGRESSIVO as COPIAPRO6_428_6_, statocivil7_.DATAORA as DATAORA428_6_, statocivil7_.DATAINIZIO as DATAINIZIO428_6_, statocivil7_.DATAFINE as DATAFINE428_6_, comune8_.PROGRESSIVO as PROGRESS1_572_7_, comune8_.CODICE as CODICE572_7_, comune8_.DESCRIZIONE as DESCRIZI3_572_7_, comune8_.CAP as CAP572_7_, comune8_.PROVINCIA as PROVINCIA572_7_, comune8_.CODICECF as CODICECF572_7_, comune8_.PROGRPROVINCIA as PROGRPRO7_572_7_, comune8_.SOPPRESSO as SOPPRESSO572_7_, usl9_.PROGRESSIVO as PROGRESS1_428_8_, usl9_.UTCODICE as UTCODICE428_8_, usl9_.DESCRIZIONE as DESCRIZI4_428_8_, usl9_.NONATTIVO as NONATTIVO428_8_, usl9_.COPIAPROGRESSIVO as COPIAPRO6_428_8_, usl9_.DATAORA as DATAORA428_8_, usl9_.DATAINIZIO as DATAINIZIO428_8_, usl9_.DATAFINE as DATAFINE428_8_, medicofami10_.PROGRESSIVO as PROGRESS1_428_9_, medicofami10_.UTCODICE as UTCODICE428_9_, medicofami10_.DESCRIZIONE as DESCRIZI4_428_9_, medicofami10_.NONATTIVO as NONATTIVO428_9_, medicofami10_.COPIAPROGRESSIVO as COPIAPRO6_428_9_, medicofami10_.DATAORA as DATAORA428_9_, medicofami10_.DATAINIZIO as DATAINIZIO428_9_, medicofami10_.DATAFINE as DATAFINE428_9_, ramoattivi11_.PROGRESSIVO as PROGRESS1_428_10_, ramoattivi11_.UTCODICE as UTCODICE428_10_, ramoattivi11_.DESCRIZIONE as DESCRIZI4_428_10_, ramoattivi11_.NONATTIVO as NONATTIVO428_10_, ramoattivi11_.COPIAPROGRESSIVO as COPIAPRO6_428_10_, ramoattivi11_.DATAORA as DATAORA428_10_, ramoattivi11_.DATAINIZIO as DATAINIZIO428_10_, ramoattivi11_.DATAFINE as DATAFINE428_10_, regioni12_.PROGRESSIVO as PROGRESS1_428_11_, regioni12_.UTCODICE as UTCODICE428_11_, regioni12_.DESCRIZIONE as DESCRIZI4_428_11_, regioni12_.NONATTIVO as NONATTIVO428_11_, regioni12_.COPIAPROGRESSIVO as COPIAPRO6_428_11_, regioni12_.DATAORA as DATAORA428_11_, regioni12_.DATAINIZIO as DATAINIZIO428_11_, regioni12_.DATAFINE as DATAFINE428_11_, titolostud13_.PROGRESSIVO as PROGRESS1_428_12_, titolostud13_.UTCODICE as UTCODICE428_12_, titolostud13_.DESCRIZIONE as DESCRIZI4_428_12_, titolostud13_.NONATTIVO as NONATTIVO428_12_, titolostud13_.COPIAPROGRESSIVO as COPIAPRO6_428_12_, titolostud13_.DATAORA as DATAORA428_12_, titolostud13_.DATAINIZIO as DATAINIZIO428_12_, titolostud13_.DATAFINE as DATAFINE428_12_, utente14_.SIGLA as SIGLA433_13_, utente14_.UTENTE as UTENTE433_13_, utente14_.LIVELLO as LIVELLO433_13_, utente14_.PASSWORD as PASSWORD433_13_, utente14_.PASSWORD2 as PASSWORD5_433_13_, utente14_.ATTIVO as ATTIVO433_13_, utente14_.ULTIMOACCESSO as ULTIMOAC7_433_13_, utente14_.LINGUA as LINGUA433_13_, utente14_.DATAPASSWORD as DATAPASS9_433_13_, utente14_.CAMBIOPASSWORD as CAMBIOP10_433_13_, utente14_.DATADISATTIVAZIONE as DATADIS11_433_13_, utente14_.DATARIATTIVAZIONE as DATARIA12_433_13_, utente14_.SMARTCARD as SMARTCARD433_13_, utente14_.CODFISC as CODFISC433_13_, utente14_.IGNORAADSI as IGNORAADSI433_13_, utente14_.COGNOME as COGNOME433_13_, utente14_.NOME as NOME433_13_, utente14_.SESSO as SESSO433_13_, utente14_.DATANASCITA as DATANAS19_433_13_, utente14_.COMUNENASCITA as COMUNEN20_433_13_, utente14_.TELEFONO as TELEFONO433_13_, utente14_.CODICEESTERNO as CODICEE22_433_13_, utente14_.MAIL as MAIL433_13_, utente14_.IMMAGINE as IMMAGINE433_13_, utente14_.IMMAGINETIPO as IMMAGIN25_433_13_, utente14_.INVIATO_O4C as INVIATO26_433_13_, livello15_.LIVELLO as LIVELLO442_14_, livello15_.DESCRIZIONE as DESCRIZI2_442_14_, livello15_.CONSULENTE as CONSULENTE442_14_, comune16_.PROGRESSIVO as PROGRESS1_572_15_, comune16_.CODICE as CODICE572_15_, comune16_.DESCRIZIONE as DESCRIZI3_572_15_, comune16_.CAP as CAP572_15_, comune16_.PROVINCIA as PROVINCIA572_15_, comune16_.CODICECF as CODICECF572_15_, comune16_.PROGRPROVINCIA as PROGRPRO7_572_15_, comune16_.SOPPRESSO as SOPPRESSO572_15_, comune17_.PROGRESSIVO as PROGRESS1_572_16_, comune17_.CODICE as CODICE572_16_, comune17_.DESCRIZIONE as DESCRIZI3_572_16_, comune17_.CAP as CAP572_16_, comune17_.PROVINCIA as PROVINCIA572_16_, comune17_.CODICECF as CODICECF572_16_, comune17_.PROGRPROVINCIA as PROGRPRO7_572_16_, comune17_.SOPPRESSO as SOPPRESSO572_16_ from PAZIENTI paziente0_, TABELLE cittadinan1_, TABELLE posizionep2_, COMUNI comune3_, PROVINCIE provincie4_, TABELLE regioni5_, TABELLE profession6_, TABELLE statocivil7_, COMUNI comune8_, TABELLE usl9_, TABELLE medicofami10_, TABELLE ramoattivi11_, TABELLE regioni12_, TABELLE titolostud13_, UTENTI utente14_, DESCRIZIONILIVELLI livello15_, COMUNI comune16_, COMUNI comune17_ where paziente0_.CITTADINANZA=cittadinan1_.PROGRESSIVO(+) and paziente0_.POSIZIONEPROF=posizionep2_.PROGRESSIVO(+) and paziente0_.COMUNENASCITA=comune3_.PROGRESSIVO(+) and comune3_.PROGRPROVINCIA=provincie4_.PROGRESSIVO(+) and provincie4_.PROGRREGIONE=regioni5_.PROGRESSIVO(+) and paziente0_.PROFESSIONE=profession6_.PROGRESSIVO(+) and paziente0_.STATOCIVILE=statocivil7_.PROGRESSIVO(+) and paziente0_.COMUNERESIDENZA=comune8_.PROGRESSIVO(+) and paziente0_.USL= usl9_.PROGRESSIVO(+) and paziente0_.MEDICOCHEINVIA= medicofami10_.PROGRESSIVO(+) and paziente0_.RAMOATTIVITA= ramoattivi11_.PROGRESSIVO(+) and paziente0_.REGIONEASSISTENZA= regioni12_.PROGRESSIVO(+) and paziente0_.TITOLOSTUDIO= titolostud13_.PROGRESSIVO(+) and paziente0_.SIGLAPAZINS=utente14_.SIGLA(+) and utente14_.LIVELLO=livello15_.LIVELLO(+) and utente14_.COMUNENASCITA= comune16_.PROGRESSIVO(+) and paziente0_.DOC_NAZIONERILASCIO= comune17_.PROGRESSIVO(+) and paziente0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 29 0.02 0.02 0 0 0 0 Execute 29 0.12 0.13 0 0 0 0 Fetch 58 0.04 0.04 0 474 0 29 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 116 0.19 0.20 0 474 0 29 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: 20 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=16 pr=0 pw=0 time=669 us cost=21 size=1025 card=1) 1 1 1 NESTED LOOPS OUTER (cr=16 pr=0 pw=0 time=1202 us cost=20 size=987 card=1) 1 1 1 NESTED LOOPS OUTER (cr=14 pr=0 pw=0 time=1161 us cost=19 size=966 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=488 us cost=15 size=866 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=472 us cost=14 size=806 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=455 us cost=13 size=782 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=425 us cost=12 size=722 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=408 us cost=11 size=662 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=391 us cost=10 size=624 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=375 us cost=9 size=564 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=358 us cost=8 size=504 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=315 us cost=7 size=466 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=298 us cost=6 size=406 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=282 us cost=5 size=346 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=265 us cost=4 size=286 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=248 us cost=3 size=226 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=230 us cost=2 size=166 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=202 us cost=1 size=128 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=57 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=15 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=7 us cost=1 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=60 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=1 size=60 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=8 us cost=1 size=60 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=8 us cost=1 size=60 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=8 us cost=1 size=60 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) 1 1 1 TABLE ACCESS BY INDEX ROWID COMUNI (cr=2 pr=0 pw=0 time=31 us cost=1 size=38 card=1) 1 1 1 INDEX UNIQUE SCAN COMUNI1 (cr=1 pr=0 pw=0 time=16 us cost=1 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=60 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=7 us cost=1 size=60 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 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=1 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=60 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) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=2 pr=0 pw=0 time=20 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=1 pr=0 pw=0 time=13 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID PROVINCIE (cr=0 pr=0 pw=0 time=7 us cost=1 size=24 card=1) 0 0 0 INDEX UNIQUE SCAN PROVINCIE1 (cr=0 pr=0 pw=0 time=4 us cost=1 size=0 card=1)(object id 4328566) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=60 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) 1 1 1 TABLE ACCESS FULL UTENTI (cr=7 pr=0 pw=0 time=145 us cost=4 size=100 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=27 us cost=1 size=21 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=17 us cost=1 size=0 card=1)(object id 4328639) 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=1 size=0 card=1)(object id 4328217) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 90 0.00 0.00 SQL*Net more data to client 87 0.00 0.00 SQL*Net message from client 90 0.03 0.18 SQL*Net break/reset to client 6 0.00 0.00 SQL*Net more data from client 1 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 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 16 0.00 0.00 0 0 0 0 Execute 16 0.06 0.06 0 0 0 0 Fetch 16 0.02 0.04 2 384 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.09 0.12 2 384 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: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX RANGE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=1143 us cost=1 size=38 card=1)(object id 4328205) 0 0 0 INDEX RANGE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=24 us cost=1 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=1 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=1 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=1 size=38 card=1)(object id 4328205) 0 0 0 INDEX RANGE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=14 us cost=1 size=38 card=1)(object id 4328205) 0 0 0 INDEX RANGE SCAN PK_BLOCCHIREPARTIHTML51 (cr=1 pr=0 pw=0 time=15 us cost=1 size=38 card=1)(object id 4328205) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=1771 us cost=1 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=1 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=1 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=1 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=1 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=1 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=1 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=1 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=1 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=1 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=1 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=10 us cost=1 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=1 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=1 size=39 card=1)(object id 4328597) 0 0 0 INDEX UNIQUE SCAN PK_BLOCCHIREPARTICROSSCONTEXT (cr=1 pr=0 pw=0 time=10 us cost=1 size=39 card=1)(object id 4328597) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTIBLOCCHI (cr=2 pr=0 pw=0 time=94 us cost=1 size=15 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=57 us cost=1 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 3 0.01 0.02 library cache pin 3 0.00 0.01 SQL*Net message to client 34 0.00 0.00 SQL*Net message from client 34 0.12 0.20 gc cr grant 2-way 2 0.00 0.00 db file sequential read 2 0.01 0.02 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 ******************************************************************************** SQL ID: 6wskq4sfb800m Plan Hash: 4165688936 select * from avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 63 0.02 0.02 0 0 0 0 Execute 63 0.00 0.00 0 0 0 0 Fetch 126 0.04 0.04 0 189 0 63 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 252 0.07 0.08 0 189 0 63 Misses in library cache during parse: 2 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 AVELCO (cr=2 pr=0 pw=0 time=152 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 189 0.00 0.00 SQL*Net more data to client 189 0.00 0.01 SQL*Net message from client 189 0.02 0.18 ******************************************************************************** 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.07 0.07 0 0 0 0 Fetch 18 0.04 0.04 0 396 0 72 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 54 0.12 0.12 0 396 0 72 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: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 HASH JOIN OUTER (cr=22 pr=0 pw=0 time=1994 us cost=11 size=1848 card=4) 4 4 4 NESTED LOOPS OUTER (cr=16 pr=0 pw=0 time=785 us cost=7 size=1448 card=4) 4 4 4 HASH JOIN OUTER (cr=10 pr=0 pw=0 time=674 us cost=5 size=1404 card=4) 4 4 4 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=384 us cost=3 size=268 card=4) 4 4 4 INLIST ITERATOR (cr=2 pr=0 pw=0 time=209 us) 4 4 4 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=2 pr=0 pw=0 time=108 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=144 us cost=1 size=60 card=1) 4 4 4 INDEX UNIQUE SCAN TABELLE1 (cr=6 pr=0 pw=0 time=60 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=72 us cost=2 size=284 card=1) 4 4 4 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=6 pr=0 pw=0 time=63 us cost=1 size=11 card=1) 4 4 4 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=2 pr=0 pw=0 time=32 us cost=1 size=0 card=1)(object id 4328577) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=4144 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.08 ******************************************************************************** SQL ID: 81tcuxd8r0zar Plan Hash: 3814820669 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 6 0.02 0.02 0 0 0 0 Execute 6 0.20 0.21 0 0 0 0 Fetch 6 0.01 0.04 2 90 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.25 0.28 2 90 0 6 Misses in library cache during parse: 3 Misses in library cache during execute: 3 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 HASH JOIN OUTER (cr=15 pr=0 pw=0 time=6724 us cost=23 size=1027 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=5352 us cost=19 size=927 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=5331 us cost=18 size=906 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=5030 us cost=14 size=806 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=5014 us cost=13 size=782 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=5000 us cost=12 size=722 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=4985 us cost=11 size=662 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=4970 us cost=10 size=624 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=4955 us cost=9 size=564 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=4937 us cost=8 size=504 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=4922 us cost=7 size=466 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=4906 us cost=6 size=406 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=4890 us cost=5 size=346 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=4873 us cost=4 size=286 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=4857 us cost=3 size=226 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=4840 us cost=2 size=166 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=4812 us cost=1 size=128 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=4780 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=15 us cost=1 size=38 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 TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=60 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=8 us cost=1 size=60 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=8 us cost=1 size=60 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=8 us cost=1 size=60 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=8 us cost=1 size=60 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 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=1 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=60 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=8 us cost=1 size=60 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 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=1 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=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=7 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID PROVINCIE (cr=0 pr=0 pw=0 time=6 us cost=1 size=24 card=1) 0 0 0 INDEX UNIQUE SCAN PROVINCIE1 (cr=0 pr=0 pw=0 time=4 us cost=1 size=0 card=1)(object id 4328566) 0 0 0 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=289 us cost=4 size=100 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=0 pr=0 pw=0 time=10 us cost=1 size=21 card=1) 0 0 0 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328639) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=2118 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.01 0.02 latch free 1 0.00 0.00 library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 2 0.01 0.02 ******************************************************************************** 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 12 0.00 0.00 0 0 0 0 Execute 12 0.05 0.06 0 0 0 0 Fetch 12 0.04 0.04 0 12 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 36 0.11 0.11 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: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=3934 us cost=40 size=5286 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=3528 us cost=35 size=5186 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=3344 us cost=31 size=5086 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=3159 us cost=27 size=4986 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=2994 us cost=23 size=4886 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=2654 us cost=19 size=4786 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=1830 us cost=15 size=4686 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=925 us cost=11 size=4586 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=71 us cost=7 size=4486 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=64 us cost=6 size=4465 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=60 us cost=2 size=4365 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID CHECKLISTRCSALVATAGGIO (cr=1 pr=0 pw=0 time=56 us cost=1 size=2333 card=1) 0 0 0 INDEX UNIQUE SCAN CHECKLISTRCSALVATAGGIO2 (cr=1 pr=0 pw=0 time=45 us cost=1 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=1 size=2032 card=1) 0 0 0 INDEX UNIQUE SCAN CHECKLISTRCSALVATAGGIOLOB1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 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 ---------- ------------ row cache lock 1 0.00 0.00 SQL*Net message to client 24 0.00 0.00 SQL*Net more data to client 48 0.00 0.00 SQL*Net message from client 24 0.11 0.22 ******************************************************************************** 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 20 0.00 0.00 0 0 0 0 Execute 20 0.03 0.03 0 0 0 0 Fetch 20 0.04 0.04 0 260 0 20 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 60 0.08 0.08 0 260 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: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 HASH JOIN OUTER (cr=13 pr=0 pw=0 time=1952 us cost=9 size=462 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=722 us cost=5 size=362 card=1) 1 1 1 HASH JOIN OUTER (cr=5 pr=0 pw=0 time=672 us cost=4 size=351 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=193 us cost=2 size=67 card=1) 1 1 1 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=72 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=108 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=36 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=86 us cost=2 size=284 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=38 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=17 us cost=1 size=0 card=1)(object id 4328577) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=3115 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 40 0.00 0.00 SQL*Net message from client 40 0.03 0.11 ******************************************************************************** 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 330 0.05 0.05 0 0 0 0 Execute 330 0.23 0.23 0 0 0 0 Fetch 330 0.04 0.04 0 330 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 990 0.32 0.32 0 330 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 COUNT STOPKEY (cr=1 pr=0 pw=0 time=205 us) 0 0 0 VIEW (cr=1 pr=0 pw=0 time=173 us cost=4 size=13 card=1) 0 0 0 SORT ORDER BY STOPKEY (cr=1 pr=0 pw=0 time=168 us cost=4 size=26 card=1) 0 0 0 TABLE ACCESS FULL FATTORI_PRIORITA_ETA (cr=1 pr=0 pw=0 time=122 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=1 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) ******************************************************************************** SQL ID: czxb15p19ngz7 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 = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 45 0.09 0.09 0 0 0 0 Execute 45 0.00 0.00 0 0 0 0 Fetch 88 0.02 0.04 1 315 0 45 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 178 0.13 0.14 1 315 0 45 Misses in library cache during parse: 3 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 22 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=867 us cost=6 size=573 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=862 us cost=5 size=530 card=1) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=230 us cost=4 size=527 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=193 us cost=3 size=472 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=176 us cost=2 size=445 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=126 us cost=1 size=402 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=46 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=37 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=18 us cost=1 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=5 us cost=1 size=0 card=1)(object id 4328781) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=25 us cost=1 size=55 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=14 us cost=1 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID TIPIINTERVENTI (cr=1 pr=0 pw=0 time=624 us cost=1 size=3 card=1) 0 0 0 INDEX UNIQUE SCAN TIPIINTERVENTI1 (cr=1 pr=0 pw=0 time=619 us cost=1 size=0 card=1)(object id 4328500) 0 0 0 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=0 pr=0 pw=0 time=7 us cost=1 size=43 card=1) 0 0 0 INDEX UNIQUE SCAN PREVISIONI1 (cr=0 pr=0 pw=0 time=4 us cost=1 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 137 0.00 0.00 SQL*Net more data to client 180 0.00 0.01 SQL*Net message from client 137 0.23 1.95 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 8 0.00 0.00 ******************************************************************************** SQL ID: bqmwgbb38ay34 Plan Hash: 3409125197 select max(progreparto)+1 as progreparto from listaattesa where 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.03 2 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.04 2 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 SORT AGGREGATE (cr=2 pr=1 pw=0 time=19816 us) 1 1 1 FIRST ROW (cr=2 pr=1 pw=0 time=19791 us cost=1 size=7 card=1) 1 1 1 INDEX RANGE SCAN (MIN/MAX) LISTAATTESA2 (cr=2 pr=1 pw=0 time=19785 us cost=1 size=7 card=1)(object id 4328940) 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 gc cr grant 2-way 2 0.00 0.00 db file sequential read 2 0.03 0.03 ******************************************************************************** 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 8 0.01 0.01 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.03 0.03 0 240 0 32 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.05 0.05 0 240 0 32 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 ---------- ---------- ---------- --------------------------------------------------- 4 4 4 SORT ORDER BY (cr=30 pr=0 pw=0 time=4411 us cost=11 size=60 card=1) 4 4 4 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3563 us cost=10 size=60 card=1) 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.01 ******************************************************************************** SQL ID: 6pcx3a77qv2g6 Plan Hash: 1760396073 select intervento0_.PROGRESSIVO as col_0_0_, intervento0_.DATAINT as col_1_0_, intervento0_.CODPAZIENTE as col_2_0_, intervento0_.LISTAATTESA as col_3_0_, intervento0_.LISTAOP as col_4_0_, intervento0_.BLOCCO as col_5_0_, intervento0_.REPARTO as col_6_0_, intervento0_.SALETTA as col_7_0_, intervento0_.REGIME as col_8_0_, intervento0_.REPARTODEGENZA as col_9_0_, intervento0_.TIPOMINIINVASIVA as col_10_0_, intervento0_.PROGRREPARTO as col_11_0_, intervento0_.NOSOLOGICO as col_12_0_, intervento0_.CARTELLACLINICA as col_13_0_, intervento0_.SOLVENTE as col_14_0_, intervento0_.AMBULATORIALE as col_15_0_, intervento0_.PRELIEVOORGANO as col_16_0_, intervento0_.LIBERA_PROFESSIONE as col_17_0_, intervento0_.NUMPASSAGGIOPS as col_18_0_, intervento0_.NUMEROEPISODIOAMB as col_19_0_, intervento0_.TUSCORE as col_20_0_, intervento0_.EUROSCORE as col_21_0_, intervento0_.MINIINVASIVA as col_22_0_, intervento0_.CONVERSIONELAPARO as col_23_0_, intervento0_.NONOPERATO as col_24_0_, intervento0_.NONOPERATO_CHI as col_25_0_, intervento0_.NONOPERATO_QUANDO as col_26_0_, intervento0_.NONOPERATOTOLTA_CHI as col_27_0_, intervento0_.NONOPERATOTOLTA_QUANDO as col_28_0_, intervento0_.CONVCHIUSURAUFF as col_29_0_, intervento0_.CONVCHIUSURAUFF_CHI as col_30_0_, intervento0_.CONVCHIUSURAUFF_QUANDO as col_31_0_, intervento0_.CONVCHIUSURAUFFTOLTA_CHI as col_32_0_, intervento0_.CONVCHIUSURAUFFTOLTA_QUANDO as col_33_0_, altridatig1_.LATERALITA as col_34_0_, altridatig1_.DESTINAZIONE as col_35_0_, altridatig1_.ELEZURG as col_36_0_, altridatig1_.DATAURG as col_37_0_, altridatig1_.ORAURG as col_38_0_, altridatig1_.INTRAOP as col_39_0_, altridatig1_.TERAPIAANTITROMBOTICA as col_40_0_, altridatig1_.NOTETERAPIAANTITROMBOTICA as col_41_0_, altridatig1_.TERAPIAANTIBIOTICA as col_42_0_, altridatig1_.NOTETERAPIAANTIBIOTICA as col_43_0_, altridatig1_.PROFILASSIANTIALLERGICA as col_44_0_, altridatig1_.NOTEPROFILASSIANTIALLERGICA as col_45_0_, altridatig1_.TERAPIAANTITROMBCALZE as col_46_0_, altridatig1_.TERAPIAANTITROMBCALZEAPPLIC as col_47_0_, altridatig1_.TERAPIAANTITROMBCALZEAPPLICSAL as col_48_0_, altridatig1_.MOTIVSOMMTERAPIAANTIBIOTICA as col_49_0_, altridatig1_.TIPOURGENZA as col_50_0_, paziente17_.PROGRESSIVO as PROGRESS1_566_0_, listaattes2_.NUMERO as NUMERO679_1_, listaopera3_.PROGRESSIVO as PROGRESS1_601_2_, blocco4_.PROGRESSIVO as PROGRESS1_428_3_, repartobas5_.PROGRESSIVO as PROGRESS1_446_4_, salette6_.PROGRESSIVO as PROGRESS1_449_5_, regimirico7_.ID as ID640_6_, repartideg8_.PROGRESSIVO as PROGRESS1_641_7_, tipominiin9_.PROGRESSIVO as PROGRESS1_428_8_, intervento10_.SIGLA as SIGLA433_9_, intervento11_.SIGLA as SIGLA433_10_, intervento12_.SIGLA as SIGLA433_11_, intervento13_.SIGLA as SIGLA433_12_, destinazio14_.PROGRESSIVO as PROGRESS1_428_13_, motivazion15_.PROGRESSIVO as PROGRESS1_428_14_, tipourgenz16_.PROGRESSIVO as PROGRESS1_428_15_, paziente17_.CITTADINANZA as CITTADIN2_566_0_, paziente17_.POSIZIONEPROF as POSIZION3_566_0_, paziente17_.COMUNENASCITA as COMUNENA4_566_0_, paziente17_.PROFESSIONE as PROFESSI5_566_0_, paziente17_.STATOCIVILE as STATOCIV6_566_0_, paziente17_.COMUNERESIDENZA as COMUNERE7_566_0_, paziente17_.USL as USL566_0_, paziente17_.MEDICOCHEINVIA as MEDICOCH9_566_0_, paziente17_.RAMOATTIVITA as RAMOATT10_566_0_, paziente17_.REGIONEASSISTENZA as REGIONE11_566_0_, paziente17_.TITOLOSTUDIO as TITOLOS12_566_0_, paziente17_.COGNOME as COGNOME566_0_, paziente17_.COGNOME2 as COGNOME14_566_0_, paziente17_.NOME as NOME566_0_, paziente17_.INDIRIZZO as INDIRIZZO566_0_, paziente17_.SESSO as SESSO566_0_, paziente17_.TELEFONO as TELEFONO566_0_, paziente17_.DATANASCITA as DATANAS19_566_0_, paziente17_.CODICESANITARIO as CODICES20_566_0_, paziente17_.NOMEFAMILIARE as NOMEFAM21_566_0_, paziente17_.INDIRIZZOFAMILIARE as INDIRIZ22_566_0_, paziente17_.TELEFONOFAMILIARE as TELEFON23_566_0_, paziente17_.SANGUE as SANGUE566_0_, paziente17_.RH as RH566_0_, paziente17_.CODFISC as CODFISC566_0_, paziente17_.CARDIO_QUANDO as CARDIO27_566_0_, paziente17_.CARDIO_SEM as CARDIO28_566_0_, paziente17_.CHIAVEESTERNA as CHIAVEE29_566_0_, paziente17_.DATAMATRIMONIO as DATAMAT30_566_0_, paziente17_.DOMICILIO as DOMICILIO566_0_, paziente17_.MEF as MEF566_0_, paziente17_.STP as STP566_0_, paziente17_.IDREGIONALE as IDREGIO34_566_0_, paziente17_.SIGLAPAZINS as SIGLAPA35_566_0_, paziente17_.DATAORAPAZINS as DATAORA36_566_0_, paziente17_.COMMENTO as COMMENTO566_0_, paziente17_.CONSENSO_ACQUISITO as CONSENSO38_566_0_, paziente17_.DATAVALIDITAMEF as DATAVAL39_566_0_, paziente17_.ENTECERTIFICANTE as ENTECER40_566_0_, paziente17_.COMUNERESIDENZAESTERO as COMUNER41_566_0_, paziente17_.COMUNENASCITAESTERO as COMUNEN42_566_0_, paziente17_.QUALITACF as QUALITACF566_0_, paziente17_.QUALITACFTRATTI as QUALITA44_566_0_, paziente17_.TEAM_NUMEROTESSERA as TEAM45_566_0_, paziente17_.DOC_CODICE as DOC46_566_0_, paziente17_.DOC_NAZIONERILASCIO as DOC47_566_0_, paziente17_.ES_DNI as ES48_566_0_, paziente17_.ES_NIF as ES49_566_0_, paziente17_.ES_NIE as ES50_566_0_, paziente17_.NUMPASSAPORTO as NUMPASS51_566_0_, paziente17_.NUMTESSSANEUROPEA as NUMTESS52_566_0_, paziente17_.ES_NUMTESSSANARAGONA as ES53_566_0_, paziente17_.ES_NUMSOCIALESICUREZZA as ES54_566_0_, listaattes2_.DATAPRENOT as DATAPRENOT679_1_, listaattes2_.CODPAZIENTE as CODPAZIE5_679_1_, listaattes2_.PREVISIONE as PREVISIONE679_1_, listaattes2_.REPARTO as REPARTO679_1_, listaopera3_.PROGLISTAATTESA as PROGLIST3_601_2_, listaopera3_.DATAINT as DATAINT601_2_, listaopera3_.CODPAZIENTE as CODPAZIE4_601_2_, listaopera3_.PREVISIONEINTERVENTO as PREVISIO2_601_2_, listaopera3_.REPARTO as REPARTO601_2_, listaopera3_.SALETTA as SALETTA601_2_, listaopera3_.NOSOLOGICO as NOSOLOGICO601_2_, blocco4_.UTCODICE as UTCODICE428_3_, blocco4_.DESCRIZIONE as DESCRIZI4_428_3_, blocco4_.NONATTIVO as NONATTIVO428_3_, blocco4_.COPIAPROGRESSIVO as COPIAPRO6_428_3_, blocco4_.DATAORA as DATAORA428_3_, blocco4_.DATAINIZIO as DATAINIZIO428_3_, blocco4_.DATAFINE as DATAFINE428_3_, repartobas5_.CODICE as CODICE446_4_, repartobas5_.CCOSTO as CCOSTO446_4_, repartobas5_.DESCRIZIONE as DESCRIZI4_446_4_, repartobas5_.ATTIVO as ATTIVO446_4_, repartobas5_.CODMAG as CODMAG446_4_, repartobas5_.CODUNITAPRELIEVO as CODUNITA7_446_4_, repartobas5_.SIGLACS as SIGLACS446_4_, repartobas5_.CODREGIONALE as CODREGIO9_446_4_, repartobas5_.CODICECRIL as CODICECRIL446_4_, repartobas5_.CHIUSURAAUTOMATICASI as CHIUSUR11_446_4_, salette6_.UTCODICE as UTCODICE449_5_, salette6_.DESCRIZIONE as DESCRIZI3_449_5_, salette6_.BLOCCO as BLOCCO449_5_, salette6_.ATTIVO as ATTIVO449_5_, salette6_.CODICECRIL as CODICECRIL449_5_, regimirico7_.DESCRIZIONE as DESCRIZI2_640_6_, regimirico7_.TIPOLOGIA as TIPOLOGIA640_6_, regimirico7_.NOSOLOGICOOBBLIGATORIO as NOSOLOGI4_640_6_, regimirico7_.AMBULATORIALE as AMBULATO5_640_6_, regimirico7_.CHECKLISTRC as CHECKLIS6_640_6_, regimirico7_.SETTINGASSISTENZIALERFC as SETTINGA7_640_6_, regimirico7_.DATAINIZIO as DATAINIZIO640_6_, regimirico7_.DATAFINE as DATAFINE640_6_, repartideg8_.CODICE as CODICE641_7_, repartideg8_.CCOSTO as CCOSTO641_7_, repartideg8_.DESCRIZIONE as DESCRIZI4_641_7_, repartideg8_.PROGREPARTO as PROGREPA5_641_7_, repartideg8_.ATTIVO as ATTIVO641_7_, repartideg8_.CHIAVEESTERNA as CHIAVEES7_641_7_, tipominiin9_.UTCODICE as UTCODICE428_8_, tipominiin9_.DESCRIZIONE as DESCRIZI4_428_8_, tipominiin9_.NONATTIVO as NONATTIVO428_8_, tipominiin9_.COPIAPROGRESSIVO as COPIAPRO6_428_8_, tipominiin9_.DATAORA as DATAORA428_8_, tipominiin9_.DATAINIZIO as DATAINIZIO428_8_, tipominiin9_.DATAFINE as DATAFINE428_8_, intervento10_.UTENTE as UTENTE433_9_, intervento10_.LIVELLO as LIVELLO433_9_, intervento10_.PASSWORD as PASSWORD433_9_, intervento10_.PASSWORD2 as PASSWORD5_433_9_, intervento10_.ATTIVO as ATTIVO433_9_, intervento10_.ULTIMOACCESSO as ULTIMOAC7_433_9_, intervento10_.LINGUA as LINGUA433_9_, intervento10_.DATAPASSWORD as DATAPASS9_433_9_, intervento10_.CAMBIOPASSWORD as CAMBIOP10_433_9_, intervento10_.DATADISATTIVAZIONE as DATADIS11_433_9_, intervento10_.DATARIATTIVAZIONE as DATARIA12_433_9_, intervento10_.SMARTCARD as SMARTCARD433_9_, intervento10_.CODFISC as CODFISC433_9_, intervento10_.IGNORAADSI as IGNORAADSI433_9_, intervento10_.COGNOME as COGNOME433_9_, intervento10_.NOME as NOME433_9_, intervento10_.CODICEESTERNO as CODICEE22_433_9_, intervento11_.UTENTE as UTENTE433_10_, intervento11_.LIVELLO as LIVELLO433_10_, intervento11_.PASSWORD as PASSWORD433_10_, intervento11_.PASSWORD2 as PASSWORD5_433_10_, intervento11_.ATTIVO as ATTIVO433_10_, intervento11_.ULTIMOACCESSO as ULTIMOAC7_433_10_, intervento11_.LINGUA as LINGUA433_10_, intervento11_.DATAPASSWORD as DATAPASS9_433_10_, intervento11_.CAMBIOPASSWORD as CAMBIOP10_433_10_, intervento11_.DATADISATTIVAZIONE as DATADIS11_433_10_, intervento11_.DATARIATTIVAZIONE as DATARIA12_433_10_, intervento11_.SMARTCARD as SMARTCARD433_10_, intervento11_.CODFISC as CODFISC433_10_, intervento11_.IGNORAADSI as IGNORAADSI433_10_, intervento11_.COGNOME as COGNOME433_10_, intervento11_.NOME as NOME433_10_, intervento11_.CODICEESTERNO as CODICEE22_433_10_, intervento12_.UTENTE as UTENTE433_11_, intervento12_.LIVELLO as LIVELLO433_11_, intervento12_.PASSWORD as PASSWORD433_11_, intervento12_.PASSWORD2 as PASSWORD5_433_11_, intervento12_.ATTIVO as ATTIVO433_11_, intervento12_.ULTIMOACCESSO as ULTIMOAC7_433_11_, intervento12_.LINGUA as LINGUA433_11_, intervento12_.DATAPASSWORD as DATAPASS9_433_11_, intervento12_.CAMBIOPASSWORD as CAMBIOP10_433_11_, intervento12_.DATADISATTIVAZIONE as DATADIS11_433_11_, intervento12_.DATARIATTIVAZIONE as DATARIA12_433_11_, intervento12_.SMARTCARD as SMARTCARD433_11_, intervento12_.CODFISC as CODFISC433_11_, intervento12_.IGNORAADSI as IGNORAADSI433_11_, intervento12_.COGNOME as COGNOME433_11_, intervento12_.NOME as NOME433_11_, intervento12_.CODICEESTERNO as CODICEE22_433_11_, intervento13_.UTENTE as UTENTE433_12_, intervento13_.LIVELLO as LIVELLO433_12_, intervento13_.PASSWORD as PASSWORD433_12_, intervento13_.PASSWORD2 as PASSWORD5_433_12_, intervento13_.ATTIVO as ATTIVO433_12_, intervento13_.ULTIMOACCESSO as ULTIMOAC7_433_12_, intervento13_.LINGUA as LINGUA433_12_, intervento13_.DATAPASSWORD as DATAPASS9_433_12_, intervento13_.CAMBIOPASSWORD as CAMBIOP10_433_12_, intervento13_.DATADISATTIVAZIONE as DATADIS11_433_12_, intervento13_.DATARIATTIVAZIONE as DATARIA12_433_12_, intervento13_.SMARTCARD as SMARTCARD433_12_, intervento13_.CODFISC as CODFISC433_12_, intervento13_.IGNORAADSI as IGNORAADSI433_12_, intervento13_.COGNOME as COGNOME433_12_, intervento13_.NOME as NOME433_12_, intervento13_.CODICEESTERNO as CODICEE22_433_12_, destinazio14_.UTCODICE as UTCODICE428_13_, destinazio14_.DESCRIZIONE as DESCRIZI4_428_13_, destinazio14_.NONATTIVO as NONATTIVO428_13_, destinazio14_.COPIAPROGRESSIVO as COPIAPRO6_428_13_, destinazio14_.DATAORA as DATAORA428_13_, destinazio14_.DATAINIZIO as DATAINIZIO428_13_, destinazio14_.DATAFINE as DATAFINE428_13_, motivazion15_.UTCODICE as UTCODICE428_14_, motivazion15_.DESCRIZIONE as DESCRIZI4_428_14_, motivazion15_.NONATTIVO as NONATTIVO428_14_, motivazion15_.COPIAPROGRESSIVO as COPIAPRO6_428_14_, motivazion15_.DATAORA as DATAORA428_14_, motivazion15_.DATAINIZIO as DATAINIZIO428_14_, motivazion15_.DATAFINE as DATAFINE428_14_, tipourgenz16_.UTCODICE as UTCODICE428_15_, tipourgenz16_.DESCRIZIONE as DESCRIZI4_428_15_, tipourgenz16_.NONATTIVO as NONATTIVO428_15_, tipourgenz16_.COPIAPROGRESSIVO as COPIAPRO6_428_15_, tipourgenz16_.DATAORA as DATAORA428_15_, tipourgenz16_.DATAINIZIO as DATAINIZIO428_15_, tipourgenz16_.DATAFINE as DATAFINE428_15_ from INTERVENTI intervento0_, ALTRIDATI altridatig1_, TABELLE destinazio14_, TABELLE motivazion15_, TABELLE tipourgenz16_, LISTAATTESA listaattes2_, LISTAOP listaopera3_, TABELLE blocco4_, REPARTI repartobas5_, SALETTE salette6_, REGIMIRICOVERO regimirico7_, REPARTIDEGENZA repartideg8_, TABELLE tipominiin9_, UTENTI intervento10_, UTENTI intervento11_, UTENTI intervento12_, UTENTI intervento13_, PAZIENTI paziente17_ where intervento0_.PROGRESSIVO=altridatig1_.INTERVENTO(+) and altridatig1_.DESTINAZIONE=destinazio14_.PROGRESSIVO(+) and altridatig1_.MOTIVSOMMTERAPIAANTIBIOTICA=motivazion15_.PROGRESSIVO(+) and altridatig1_.TIPOURGENZA=tipourgenz16_.PROGRESSIVO(+) and intervento0_.LISTAATTESA=listaattes2_.NUMERO(+) and intervento0_.LISTAOP= listaopera3_.PROGRESSIVO(+) and intervento0_.BLOCCO=blocco4_.PROGRESSIVO(+) and intervento0_.REPARTO=repartobas5_.PROGRESSIVO(+) and intervento0_.SALETTA=salette6_.PROGRESSIVO(+) and intervento0_.REGIME= regimirico7_.ID(+) and intervento0_.REPARTODEGENZA= repartideg8_.PROGRESSIVO(+) and intervento0_.TIPOMINIINVASIVA= tipominiin9_.PROGRESSIVO(+) and intervento0_.NONOPERATO_CHI= intervento10_.SIGLA(+) and intervento0_.NONOPERATOTOLTA_CHI= intervento11_.SIGLA(+) and intervento0_.CONVCHIUSURAUFF_CHI= intervento12_.SIGLA(+) and intervento0_.CONVCHIUSURAUFFTOLTA_CHI= intervento13_.SIGLA(+) and intervento0_.CODPAZIENTE=paziente17_.PROGRESSIVO and intervento0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.02 0.02 0 0 0 0 Execute 8 0.18 0.22 0 0 0 0 Fetch 16 0.03 0.03 0 322 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 32 0.24 0.27 0 322 0 8 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 HASH JOIN OUTER (cr=40 pr=0 pw=0 time=3994 us cost=30 size=1551 card=1) 1 1 1 HASH JOIN OUTER (cr=34 pr=0 pw=0 time=2726 us cost=26 size=1451 card=1) 1 1 1 HASH JOIN OUTER (cr=28 pr=0 pw=0 time=1685 us cost=22 size=1351 card=1) 1 1 1 NESTED LOOPS OUTER (cr=22 pr=0 pw=0 time=705 us cost=18 size=1251 card=1) 1 1 1 NESTED LOOPS OUTER (cr=16 pr=0 pw=0 time=444 us cost=14 size=1151 card=1) 1 1 1 NESTED LOOPS OUTER (cr=14 pr=0 pw=0 time=419 us cost=13 size=1091 card=1) 1 1 1 NESTED LOOPS OUTER (cr=14 pr=0 pw=0 time=408 us cost=12 size=1031 card=1) 1 1 1 NESTED LOOPS OUTER (cr=14 pr=0 pw=0 time=396 us cost=11 size=971 card=1) 1 1 1 NESTED LOOPS OUTER (cr=12 pr=0 pw=0 time=364 us cost=10 size=928 card=1) 1 1 1 NESTED LOOPS OUTER (cr=12 pr=0 pw=0 time=352 us cost=9 size=895 card=1) 1 1 1 NESTED LOOPS OUTER (cr=12 pr=0 pw=0 time=340 us cost=8 size=794 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=299 us cost=7 size=734 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=259 us cost=6 size=652 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=202 us cost=5 size=625 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=189 us cost=4 size=566 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=174 us cost=3 size=537 card=1) 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=158 us cost=2 size=477 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=81 us cost=1 size=349 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=50 us cost=1 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=128 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=34 us cost=1 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=60 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 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=4 us cost=1 size=0 card=1)(object id 4328781) 0 0 0 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=0 pr=0 pw=0 time=7 us cost=1 size=59 card=1) 0 0 0 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=0 pr=0 pw=0 time=4 us cost=1 size=0 card=1)(object id 4328094) 1 1 1 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=46 us cost=1 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN SALETTE1 (cr=1 pr=0 pw=0 time=20 us cost=1 size=0 card=1)(object id 4328878) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=23 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=12 us cost=1 size=0 card=1)(object id 4328413) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=32 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=16 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=0 pr=0 pw=0 time=6 us cost=1 size=101 card=1) 0 0 0 INDEX UNIQUE SCAN LISTAOP1 (cr=0 pr=0 pw=0 time=3 us cost=1 size=0 card=1)(object id 4328601) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=0 pr=0 pw=0 time=7 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN LISTAATTESA1 (cr=0 pr=0 pw=0 time=3 us cost=1 size=0 card=1)(object id 4328934) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=24 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=13 us cost=1 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=6 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=6 us cost=1 size=60 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 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=2 pr=0 pw=0 time=17 us cost=1 size=60 card=1) 0 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=10 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=251 us cost=4 size=100 card=1) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=1448 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=1261 us cost=4 size=17800 card=178) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=2522 us cost=4 size=17800 card=178) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 3 0.01 0.02 library cache pin 3 0.00 0.00 SQL*Net message to client 24 0.00 0.00 SQL*Net more data to client 32 0.00 0.00 SQL*Net message from client 24 0.06 0.09 row cache lock 2 0.01 0.01 ******************************************************************************** SQL ID: 6nq00q1znwc4c Plan Hash: 2277373376 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 16 0.00 0.00 0 0 0 0 Execute 16 0.02 0.03 0 0 0 0 Fetch 128 0.03 0.03 0 256 0 1120 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 160 0.06 0.07 0 256 0 1120 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: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 70 70 70 INLIST ITERATOR (cr=16 pr=0 pw=0 time=1353 us) 70 70 70 TABLE ACCESS BY INDEX ROWID LIVELLISTAMPE (cr=16 pr=0 pw=0 time=828 us cost=1 size=420 card=70) 70 70 70 INDEX RANGE SCAN LIVELLISTAMPE2 (cr=9 pr=0 pw=0 time=413 us cost=1 size=0 card=70)(object id 4328775) 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.11 0.40 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: awcn6xpr0k33v Plan Hash: 3085813664 select anatomiedi0_.diagnosi as diagnosi4_, anatomiedi0_.DIAGNOSI as DIAGNOSI4_, anatomiedi0_.ANATOMIA as ANATOMIA4_, anatomiedi0_.DIAGNOSI as DIAGNOSI174_3_, anatomiedi0_.ANATOMIA as ANATOMIA174_3_, 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_, anatomie3_.PROGRESSIVO as PROGRESS1_27_2_, anatomie3_.DESCRIZIONE as DESCRIZI2_27_2_ from ANATOMIEDIAGNOSI anatomiedi0_, DIAGNOSI diagnosi1_, TABELLE tabelle2_, ANATOMIE anatomie3_ where anatomiedi0_.DIAGNOSI=diagnosi1_.PROGRESSIVO and diagnosi1_.FAMIGLIA=tabelle2_.PROGRESSIVO(+) and anatomiedi0_.ANATOMIA= anatomie3_.PROGRESSIVO and anatomiedi0_.diagnosi=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.05 0.06 0 0 0 0 Fetch 2 0.00 0.03 1 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.05 0.10 1 8 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=4 pr=0 pw=0 time=18116 us cost=4 size=330 card=1) 0 0 0 NESTED LOOPS (cr=4 pr=0 pw=0 time=18105 us cost=4 size=330 card=1) 0 0 0 NESTED LOOPS (cr=4 pr=0 pw=0 time=18100 us cost=3 size=188 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=99 us cost=2 size=162 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=3 pr=0 pw=0 time=73 us cost=1 size=102 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=46 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=13 us cost=1 size=60 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 INDEX SKIP SCAN ANATOMIEDIAGNOSI2 (cr=1 pr=0 pw=0 time=17993 us cost=1 size=26 card=1)(object id 4328428) 0 0 0 INDEX UNIQUE SCAN ANATOMIE1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328755) 0 0 0 TABLE ACCESS BY INDEX ROWID ANATOMIE (cr=0 pr=0 pw=0 time=0 us cost=1 size=142 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 9 0.00 0.01 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 gc cr grant 2-way 1 0.01 0.01 db file sequential read 1 0.01 0.01 ******************************************************************************** SQL ID: 48vj25np3mj60 Plan Hash: 4009073816 SELECT DESCRIZIONE FROM DIAGNOSIINTERVENTI,DIAGNOSI WHERE DIAGNOSIINTERVENTI.DIAGNOSI = DIAGNOSI.PROGRESSIVO AND DIAGNOSIINTERVENTI.INTERVENTO = 97 AND DIAGNOSIINTERVENTI.CONTATORE = 1 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.03 0 63 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.02 0.05 0 63 0 11 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 ---------- ---------- ---------- --------------------------------------------------- 0 1 1 NESTED LOOPS (cr=3 pr=0 pw=0 time=2982 us cost=2 size=100 card=1) 0 1 1 NESTED LOOPS (cr=3 pr=0 pw=0 time=2952 us cost=2 size=100 card=1) 0 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=2 pr=0 pw=0 time=2911 us cost=1 size=11 card=1) 0 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=937 us cost=1 size=0 card=1)(object id 4328627) 0 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=1 pr=0 pw=0 time=32 us cost=1 size=0 card=1)(object id 4328750) 0 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=1 pr=0 pw=0 time=11 us cost=1 size=89 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.00 0.03 gc cr block 2-way 4 0.01 0.02 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 84qma9j4mxs5f Plan Hash: 3777068406 SELECT COUNT(*) AS TOTTEMPIICD FROM TEMPIICD WHERE INTERVENTO = 96 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.03 1 4 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.04 1 4 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 AGGREGATE (cr=1 pr=0 pw=0 time=8355 us) 0 0 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=8323 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 8 0.00 0.00 SQL*Net message from client 8 0.01 0.02 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.02 0.02 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: cwvfrqstmdpkk Plan Hash: 1388353226 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 6 0.01 0.01 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.01 0.03 2 72 0 24 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.02 0.04 2 72 0 24 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=10 pr=0 pw=0 time=6836 us cost=11 size=240 card=4) 4 4 4 TABLE ACCESS FULL TABELLE (cr=9 pr=0 pw=0 time=5944 us cost=10 size=240 card=4) 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.03 0.04 gc current block 2-way 2 0.00 0.00 db file sequential read 2 0.01 0.02 ******************************************************************************** SQL ID: g83t5vkjc3apy Plan Hash: 2583085818 SELECT VERSIONE FROM ICDVERSIONIPERIODI WHERE TO_DATE('2021-11-18','YYYY-MM-DD') BETWEEN DATA1 AND NVL(DATA2,SYSDATE+3650) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 19 0.04 0.05 0 0 0 0 Execute 19 0.00 0.00 0 0 0 0 Fetch 19 0.01 0.03 2 38 0 19 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.05 0.08 2 38 0 19 Misses in library cache during parse: 4 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 FULL ICDVERSIONIPERIODI (cr=2 pr=0 pw=0 time=2655 us cost=3 size=19 card=1) 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 3.46 5.02 SQL*Net break/reset to client 6 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 db file sequential read 2 0.02 0.02 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 5dh47ch0b1kk6 Plan Hash: 1031984594 SELECT VERSIONE FROM DIAGNOSIVERSIONIPERIODI WHERE TO_DATE('2021-11-18','YYYY-MM-DD') BETWEEN DATA1 AND NVL(DATA2,SYSDATE +3000) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 9 0.04 0.07 0 0 0 0 Execute 9 0.00 0.00 0 0 0 0 Fetch 9 0.00 0.03 2 18 0 9 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27 0.04 0.11 2 18 0 9 Misses in library cache during parse: 4 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 DIAGNOSIVERSIONIPERIODI (cr=2 pr=0 pw=0 time=5290 us cost=1 size=32 card=2) 1 1 1 INDEX RANGE SCAN DIAGNOSIVERSIONIPERIODI3 (cr=1 pr=0 pw=0 time=4425 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 24 0.00 0.00 SQL*Net message from client 24 0.00 0.01 gc cr grant 2-way 1 0.00 0.00 db file sequential read 2 0.02 0.02 library cache lock 6 0.00 0.00 library cache pin 6 0.00 0.00 SQL*Net break/reset to client 12 0.03 0.04 row cache lock 11 0.06 0.08 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: fs84hxjdmav80 Plan Hash: 3363762948 SELECT NVL(MAX(NUMERO),0)+1 FROM LISTAATTESARICOVERI 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.03 2 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.03 2 4 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=2 pr=1 pw=0 time=16364 us) 1 1 1 INDEX FULL SCAN (MIN/MAX) LISTAATTESARICOVERI1 (cr=2 pr=1 pw=0 time=16322 us cost=1 size=4 card=1)(object id 4328336) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr grant 2-way 2 0.00 0.00 db file sequential read 2 0.02 0.02 ******************************************************************************** SQL ID: b7x7ucfxq3jy7 Plan Hash: 1943431426 select icd_ivg_as0_.ICD as ICD635_0_, icd_ivg_as0_.IVG as IVG635_0_, icd_ivg_as0_.ASP as ASP635_0_ from ICD_IVG_AS icd_ivg_as0_ where icd_ivg_as0_.ICD=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.02 0.04 0 0 0 0 Fetch 4 0.00 0.03 1 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.07 1 4 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: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID ICD_IVG_AS (cr=1 pr=0 pw=0 time=8170 us cost=1 size=19 card=1) 0 0 0 INDEX UNIQUE SCAN ICD_IVG_AS1 (cr=1 pr=0 pw=0 time=8160 us cost=1 size=0 card=1)(object id 4328392) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 8 0.00 0.01 SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.00 0.01 gc current block 2-way 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 db file sequential read 1 0.02 0.02 ******************************************************************************** SQL ID: 5y0rp2qugsqx8 Plan Hash: 2904810108 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 4 0.01 0.01 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.01 0.03 2 64 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.04 2 64 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 SORT ORDER BY (cr=16 pr=1 pw=0 time=13146 us cost=11 size=60 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=16 pr=1 pw=0 time=13109 us cost=10 size=60 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 gc current block 2-way 2 0.00 0.00 db file sequential read 2 0.01 0.02 ******************************************************************************** SQL ID: 7dm5tb9du81a2 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 = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 13 0.01 0.02 0 0 0 0 Execute 13 0.00 0.00 0 0 0 0 Fetch 13 0.00 0.03 0 52 0 13 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.02 0.06 0 52 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 NESTED LOOPS (cr=4 pr=0 pw=0 time=2744 us cost=2 size=43 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=2091 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=41 us cost=1 size=0 card=1)(object id 4329001) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=634 us cost=1 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=20 us cost=1 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 28 0.00 0.00 SQL*Net message from client 28 0.04 0.11 SQL*Net break/reset to client 4 0.00 0.00 latch free 1 0.00 0.00 gc cr block 2-way 6 0.01 0.02 ******************************************************************************** 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 9 0.01 0.01 0 0 0 0 Execute 9 0.00 0.00 0 0 0 0 Fetch 9 0.03 0.03 0 270 0 18 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27 0.04 0.04 0 270 0 18 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 ---------- ---------- ---------- --------------------------------------------------- 2 2 2 SORT ORDER BY (cr=30 pr=0 pw=0 time=3186 us cost=11 size=60 card=1) 2 2 2 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2533 us cost=10 size=60 card=1) 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.02 ******************************************************************************** SQL ID: 1zcy2t9h0b78y Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '112' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.01 0.01 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 18 0.03 0.03 0 180 0 138 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.04 0.04 0 180 0 138 Misses in library cache during parse: 3 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 5 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 23 23 23 SORT ORDER BY (cr=30 pr=0 pw=0 time=4389 us cost=11 size=60 card=1) 23 23 23 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3937 us cost=10 size=60 card=1) 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.02 0.04 ******************************************************************************** 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.03 2 10 0 35 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.01 0.04 2 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=6060 us cost=2 size=189 card=7) 7 7 7 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=5905 us cost=1 size=189 card=7) 7 7 7 INDEX RANGE SCAN SALETTE2 (cr=1 pr=0 pw=0 time=3424 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 12 0.00 0.00 SQL*Net message from client 12 2.00 3.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 2 0.01 0.02 SQL*Net break/reset to client 4 0.00 0.00 latch free 1 0.00 0.00 gc current block 2-way 1 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 84 0.05 0.05 0 0 0 0 Execute 84 0.00 0.00 0 0 0 0 Fetch 84 0.03 0.03 0 168 0 84 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 252 0.09 0.09 0 168 0 84 Misses in library cache during parse: 3 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 41 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL CONFIGURAZIONECROSSCONTEXT (cr=2 pr=0 pw=0 time=160 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 169 0.00 0.00 SQL*Net message from client 169 0.06 0.26 SQL*Net break/reset to client 2 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 32 0.00 0.00 0 0 0 0 Execute 32 0.02 0.02 0 0 0 0 Fetch 32 0.01 0.03 2 64 0 32 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 96 0.04 0.06 2 64 0 32 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: 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=2137 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 64 0.00 0.00 SQL*Net message from client 64 0.15 0.36 db file sequential read 2 0.01 0.01 ******************************************************************************** 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 1 0.00 0.00 0 0 0 0 Execute 330 0.20 0.27 0 0 0 0 Fetch 330 0.03 0.02 0 330 0 330 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 661 0.23 0.30 0 330 0 330 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=107 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=81 us cost=3 size=52 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=77 us cost=3 size=52 card=1) 0 0 0 TABLE ACCESS FULL FATTORI_PRIORITA_MALCONC (cr=1 pr=0 pw=0 time=74 us cost=2 size=26 card=1) 0 0 0 INDEX RANGE SCAN LSTATTMALATTIE3 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=26 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 2 0.06 0.06 library cache pin 2 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 28 0.00 0.00 0 0 0 0 Execute 28 0.05 0.06 0 0 0 0 Fetch 28 0.02 0.02 0 131 0 152 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 84 0.08 0.10 0 131 0 152 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: 20 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 8 6 8 MERGE JOIN (cr=5 pr=0 pw=0 time=1218 us cost=4 size=256 card=4) 8 6 8 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=312 us cost=1 size=424 card=8) 8 6 8 INDEX FULL SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=166 us cost=1 size=0 card=8)(object id 4328611) 8 6 8 SORT JOIN (cr=3 pr=0 pw=0 time=823 us cost=3 size=44 card=4) 8 6 8 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=730 us cost=2 size=44 card=4) 8 6 8 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=448 us cost=1 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 59 0.00 0.00 SQL*Net message from client 59 0.01 0.07 SQL*Net break/reset to client 6 0.01 0.01 SQL*Net more data from client 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.01 0.01 row cache lock 1 0.00 0.00 gc current block 2-way 5 0.00 0.00 gc cr block 2-way 4 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 8 0.00 0.00 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.02 0.02 0 176 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.04 0.04 0 176 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: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL INTEGRAZIONE_CONFIG (cr=22 pr=0 pw=0 time=3381 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 16 0.00 0.00 SQL*Net message from client 16 0.00 0.01 ******************************************************************************** SQL ID: 933s0jpyak64j Plan Hash: 4009073816 SELECT DIAGNOSI.STADIAZIONECONDENSATA FROM DIAGNOSIINTERVENTI,DIAGNOSI WHERE DIAGNOSIINTERVENTI.DIAGNOSI = DIAGNOSI.PROGRESSIVO AND DIAGNOSIINTERVENTI.INTERVENTO = 96 ORDER BY DIAGNOSIINTERVENTI.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 56 0.03 0.03 0 0 0 0 Execute 56 0.00 0.00 0 0 0 0 Fetch 56 0.01 0.02 0 120 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 168 0.05 0.07 0 120 0 16 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 1 NESTED LOOPS (cr=1 pr=0 pw=0 time=697 us cost=2 size=19 card=1) 0 0 1 NESTED LOOPS (cr=1 pr=0 pw=0 time=685 us cost=2 size=19 card=1) 0 0 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=1 pr=0 pw=0 time=678 us cost=1 size=11 card=1) 0 0 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=667 us cost=1 size=0 card=1)(object id 4328627) 0 0 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=0 pr=0 pw=0 time=2 us cost=1 size=0 card=1)(object id 4328750) 0 0 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=0 pr=0 pw=0 time=1 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 112 0.00 0.00 SQL*Net message from client 112 32.19 220.07 gc cr block 2-way 4 0.00 0.00 gc current block 2-way 3 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 652jkvzv3f5ht Plan Hash: 248311650 SELECT CODICE FROM IntraOp_Support WHERE Tipo = - 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.02 0.03 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.02 2 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.06 2 4 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTRAOP_SUPPORT (cr=2 pr=1 pw=0 time=14072 us cost=1 size=30 card=1) 1 1 1 INDEX RANGE SCAN INTRAOP_SUPPORT3 (cr=1 pr=0 pw=0 time=12960 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 4 0.00 0.00 SQL*Net message from client 4 0.04 0.05 gc current block 2-way 2 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 2 0.02 0.02 ******************************************************************************** SQL ID: 1bw771j48hbyz Plan Hash: 1100692352 select intraopane1_.ID as ID452_, intraopane1_.DESCRIZIONE as DESCRIZI2_452_ from INTRAOP_MONITORAGGI intraopane0_, GRAFICI intraopane1_ where intraopane0_.PROGGRAFICI=intraopane1_.ID(+) and intraopane0_.PROGINTRAOP=:1 order by intraopane1_.DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.03 0.09 0 0 0 0 Fetch 3 0.00 0.02 1 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.04 0.12 1 3 0 0 Misses in library cache during parse: 3 Misses in library cache during execute: 3 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=9420 us cost=4 size=56 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=9373 us cost=3 size=56 card=1) 0 0 0 TABLE ACCESS FULL INTRAOP_MONITORAGGI (cr=1 pr=0 pw=0 time=9349 us cost=2 size=26 card=1) 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 INDEX UNIQUE SCAN GRAFICI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328284) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 7 0.00 0.00 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.01 0.03 db file sequential read 1 0.02 0.02 library cache lock 1 0.01 0.01 library cache pin 1 0.02 0.02 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: g8zrqtmdbff46 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 = 96 AND F.NOTIMELINE = 0 UNION SELECT MIN(FG.X) AS X,MAX(FG.X) AS Y FROM FARMA_GRAFICI FG WHERE FG.IDEXT = 96 UNION SELECT MIN(INIZIO) AS X,MAX(FINE) AS Y FROM EVENTIMONITORAGGIO WHERE INTERVENTO = 96 UNION SELECT MIN(INIZIO) AS X,MAX(INIZIO) AS Y FROM EVENTIMONITORAGGIO WHERE INTERVENTO = 96 UNION SELECT MIN(FG.X1) AS X,MAX(FG.X2) AS Y FROM INTRAOP_GRAFICITABELLARI FG WHERE FG.IDEXT = 96 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 2 0.06 0.03 0 27 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.02 2 20 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.07 0.06 2 47 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=10 pr=1 pw=0 time=13876 us) 1 1 1 VIEW (cr=10 pr=1 pw=0 time=13840 us cost=28 size=180 card=10) 1 1 1 SORT UNIQUE (cr=10 pr=1 pw=0 time=13832 us cost=28 size=624 card=10) 10 10 10 UNION-ALL (cr=10 pr=1 pw=0 time=838 us) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=124 us cost=3 size=50 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=104 us cost=2 size=50 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=99 us cost=2 size=50 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_VALUES (cr=1 pr=0 pw=0 time=94 us cost=1 size=44 card=1) 0 0 0 INDEX RANGE SCAN FARMA_VALUES3 (cr=1 pr=0 pw=0 time=86 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=1 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=52 us cost=2 size=22 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_GRAFICI (cr=1 pr=0 pw=0 time=31 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN FARMA_GRAFICI3 (cr=1 pr=0 pw=0 time=24 us cost=1 size=0 card=1)(object id 4328712) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=6234 us cost=2 size=31 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID EVENTIMONITORAGGIO (cr=1 pr=0 pw=0 time=6216 us cost=1 size=31 card=1) 0 0 0 INDEX RANGE SCAN EVENTIMONITORAGGIO2 (cr=1 pr=0 pw=0 time=6210 us cost=1 size=0 card=1)(object id 4328572) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=113 us cost=2 size=22 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID EVENTIMONITORAGGIO (cr=1 pr=0 pw=0 time=88 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN EVENTIMONITORAGGIO2 (cr=1 pr=0 pw=0 time=34 us cost=1 size=0 card=1)(object id 4328572) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=36 us cost=2 size=31 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=22 us cost=1 size=31 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_GRAFICITABELLARI2 (cr=1 pr=0 pw=0 time=17 us cost=1 size=0 card=1)(object id 4328389) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=138 us cost=5 size=50 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=125 us cost=3 size=50 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=120 us cost=3 size=50 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_FARMACI (cr=1 pr=0 pw=0 time=116 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=1 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=80 us cost=4 size=22 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICI (cr=1 pr=0 pw=0 time=41 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=0 pw=0 time=6554 us cost=2 size=31 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM_EVENTIMONITORAGGIO (cr=1 pr=0 pw=0 time=6515 us cost=1 size=31 card=1) 0 0 0 INDEX RANGE SCAN RECROOM_EVENTIMONITORAGGIO2 (cr=1 pr=0 pw=0 time=6508 us cost=1 size=0 card=1)(object id 4328642) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=70 us cost=2 size=22 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM_EVENTIMONITORAGGIO (cr=1 pr=0 pw=0 time=44 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN RECROOM_EVENTIMONITORAGGIO2 (cr=1 pr=0 pw=0 time=36 us cost=1 size=0 card=1)(object id 4328642) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=137 us cost=4 size=31 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=123 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 5 0.00 0.00 SQL*Net message from client 5 0.00 0.02 gc cr grant 2-way 2 0.00 0.00 db file sequential read 2 0.00 0.01 library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 row cache lock 17 0.01 0.05 KJC: Wait for msg sends to complete 1 0.01 0.01 SQL*Net break/reset to client 2 0.00 0.00 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 480ckh0w1f5r5 Plan Hash: 3987657845 SELECT TempiInterventi.Tempo FROM CnfgTempi, TempiInterventi WHERE CnfgTempi.Progressivo = TempiInterventi.ProgrTempo AND TempiInterventi.Progrtempo = (SELECT TAnest1 FROM Avelco) AND TempiInterventi.Intervento = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.02 0 0 0 0 Execute 2 0.00 0.00 0 4 0 0 Fetch 2 0.00 0.02 2 5 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.05 2 9 0 1 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 1 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=4 pr=1 pw=0 time=13734 us cost=1 size=11 card=1) 0 0 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=4 pr=1 pw=0 time=13712 us cost=1 size=0 card=1)(object id 4328463) 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=99 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc cr grant 2-way 2 0.00 0.00 db file sequential read 2 0.01 0.02 ******************************************************************************** SQL ID: 6kga3cgdnzcdq Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '19' order by descrizione 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 0 0 0 Fetch 8 0.02 0.02 0 240 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.03 0.03 0 240 0 8 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=30 pr=0 pw=0 time=3105 us cost=11 size=2040 card=34) 1 1 1 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2976 us cost=10 size=2040 card=34) 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 8.65 27.01 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 library cache pin 1 0.00 0.00 ******************************************************************************** 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 330 0.03 0.04 0 0 0 0 Execute 330 0.01 0.01 0 0 0 0 Fetch 330 0.02 0.02 0 330 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 990 0.08 0.08 0 330 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: 3 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=57 us cost=2 size=26 card=1) ******************************************************************************** SQL ID: bk68qsmxa7vhn Plan Hash: 3233491967 select altridatis0_.REINFUSIONE as col_0_0_, altridatis0_.OPERATORE as col_1_0_, altridatis0_.LOTTOKITUTILIZZATO as col_2_0_, altridatis0_.MACCHINARIOUTILIZZATO as col_3_0_, altridatis0_.QTA as col_4_0_, altridatis0_.TIPO as col_5_0_, altridatis0_.HCT as col_6_0_, altridatis0_.GRCONCENTRAZIONE as col_7_0_, altridatis0_.PERDITE as col_8_0_, altridatis0_.NOTE as col_9_0_, intervento1_.PROGRESSIVO as PROGRESS1_624_0_, interventi2_.PROGRESSIVO as PROGRESS1_428_1_, intervento1_.FUNZIONE as FUNZIONE624_0_, intervento1_.SIGLA as SIGLA624_0_, intervento1_.NOMINATIVO as NOMINATIVO624_0_, intervento1_.MATRICOLA as MATRICOLA624_0_, intervento1_.PRESENTE as PRESENTE624_0_, intervento1_.UTENTE as UTENTE624_0_, intervento1_.SPECIALIZZANDO as SPECIAL11_624_0_, intervento1_.DATAFINE as DATAFINE624_0_, interventi2_.UTCODICE as UTCODICE428_1_, interventi2_.DESCRIZIONE as DESCRIZI4_428_1_, interventi2_.NONATTIVO as NONATTIVO428_1_, interventi2_.COPIAPROGRESSIVO as COPIAPRO6_428_1_, interventi2_.DATAORA as DATAORA428_1_, interventi2_.DATAINIZIO as DATAINIZIO428_1_, interventi2_.DATAFINE as DATAFINE428_1_ from INTERVENTI_RECUPEROEMATICO altridatis0_, PERSONALE intervento1_, TABELLE interventi2_ where altridatis0_.OPERATORE=intervento1_.PROGRESSIVO(+) and altridatis0_.MACCHINARIOUTILIZZATO=interventi2_.PROGRESSIVO(+) and altridatis0_.INTERVENTO=:1 order by altridatis0_.PROGRESSIVO 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.02 1 11 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.03 0.05 1 11 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: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2458 us cost=3 size=2379 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2447 us cost=2 size=2317 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI_RECUPEROEMATICO (cr=1 pr=0 pw=0 time=2443 us cost=1 size=2257 card=1) 0 0 0 INDEX FULL SCAN INTERVENTI_RECUPEROEMATICO1 (cr=1 pr=0 pw=0 time=2433 us cost=1 size=0 card=1)(object id 4328551) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 PERSONALE (cr=0 pr=0 pw=0 time=0 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=1 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 23 0.00 0.00 SQL*Net message from client 23 0.00 0.03 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 gc current block 2-way 1 0.00 0.00 ******************************************************************************** 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 8 0.00 0.00 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.02 0.02 0 240 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.03 0.03 0 240 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 SORT ORDER BY (cr=30 pr=0 pw=0 time=3459 us cost=11 size=60 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3398 us cost=10 size=60 card=1) 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.01 ******************************************************************************** SQL ID: dyh08y478jr7k Plan Hash: 3699312335 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 23 0.06 0.07 0 0 0 0 Execute 23 0.00 0.00 0 0 0 0 Fetch 23 0.01 0.02 2 184 0 92 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 69 0.07 0.10 2 184 0 92 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 ---------- ---------- ---------- --------------------------------------------------- 4 4 4 NESTED LOOPS (cr=8 pr=0 pw=0 time=2199 us cost=3 size=108 card=4) 4 4 4 NESTED LOOPS (cr=4 pr=0 pw=0 time=2136 us cost=3 size=108 card=4) 4 4 4 TABLE ACCESS BY INDEX ROWID REPARTIEQUIPE (cr=2 pr=0 pw=0 time=2043 us cost=1 size=32 card=4) 4 4 4 INDEX RANGE SCAN REPARTIEQUIPE1 (cr=1 pr=0 pw=0 time=1524 us cost=1 size=0 card=4)(object id 4328154) 4 4 4 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=2 pr=0 pw=0 time=44 us cost=1 size=0 card=1)(object id 4328096) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=4 pr=0 pw=0 time=33 us cost=1 size=19 card=1) 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.03 0.10 gc cr grant 2-way 1 0.00 0.00 db file sequential read 2 0.00 0.00 SQL*Net break/reset to client 10 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: bbt97hkqcm31x Plan Hash: 1499107076 SELECT UsoCIA FROM Interventi WHERE Progressivo = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 74 0.02 0.02 0 0 0 0 Execute 74 0.00 0.00 0 0 0 0 Fetch 74 0.02 0.02 0 148 0 74 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 222 0.05 0.05 0 148 0 74 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 20 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=193 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=46 us cost=1 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 152 0.00 0.00 SQL*Net message from client 152 0.09 0.28 SQL*Net break/reset to client 8 0.00 0.00 row cache lock 5 0.01 0.01 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 gc cr block 2-way 3 0.00 0.00 ******************************************************************************** SQL ID: 4uh2ucn6a2m2u 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) 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 19 0.02 0.02 0 304 0 38 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.07 0.07 0 304 0 38 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: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 NESTED LOOPS OUTER (cr=16 pr=0 pw=0 time=1043 us cost=8 size=726 card=2) 2 2 2 HASH JOIN OUTER (cr=12 pr=0 pw=0 time=966 us cost=7 size=704 card=2) 2 2 2 NESTED LOOPS (cr=11 pr=0 pw=0 time=392 us cost=5 size=136 card=2) 2 2 2 NESTED LOOPS (cr=10 pr=0 pw=0 time=322 us cost=5 size=136 card=2) 6 6 6 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=293 us cost=4 size=16 card=2) 2 2 2 INDEX UNIQUE SCAN TABELLE1 (cr=4 pr=0 pw=0 time=78 us cost=1 size=0 card=1)(object id 4328103) 2 2 2 TABLE ACCESS BY INDEX ROWID TABELLE (cr=1 pr=0 pw=0 time=59 us cost=1 size=60 card=1) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=35 us cost=2 size=284 card=1) 2 2 2 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=4 pr=0 pw=0 time=60 us cost=1 size=11 card=1) 2 2 2 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=2 pr=0 pw=0 time=30 us cost=1 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.02 0.07 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 9c2gp1mzbgjx6 Plan Hash: 3179090248 select altridatii0_.PROGRESSIVOKITFERRI as col_0_0_, altridatii0_.ORDINE as col_1_0_, altridatii0_.QUANTITA as col_2_0_, altridatii0_.DATACONSUMO as col_3_0_, altridatii0_.PROGRESSIVOLOTTO as col_4_0_, altridatii0_.CARRELLO as col_5_0_, altridatii0_.STATO as col_6_0_, altridatii0_.SIGLAINS as col_7_0_, altridatii0_.DATAORAINS as col_8_0_, altridatii0_.SIGLAMOD as col_9_0_, altridatii0_.DATAORAMOD as col_10_0_, altridatii0_.CHIAVEESTERNA as col_11_0_, altridatii0_.NOTE as col_12_0_, kitferri1_.PROGRESSIVO as PROGRESS1_725_0_, lotti2_.PROGRESSIVO as PROGRESS1_726_1_, intervento3_.SIGLA as SIGLA433_2_, intervento4_.SIGLA as SIGLA433_3_, kitferri1_.CODICE as CODICE725_0_, kitferri1_.DESCRIZIONE as DESCRIZI3_725_0_, kitferri1_.CHIAVEESTERNA as CHIAVEES4_725_0_, kitferri1_.TIPO as TIPO725_0_, kitferri1_.DATAINIZIO as DATAINIZIO725_0_, kitferri1_.DATAFINE as DATAFINE725_0_, lotti2_.CODICE as CODICE726_1_, lotti2_.DESCRIZIONE as DESCRIZI3_726_1_, lotti2_.DATASCADENZA as DATASCAD4_726_1_, intervento3_.UTENTE as UTENTE433_2_, intervento3_.LIVELLO as LIVELLO433_2_, intervento3_.PASSWORD as PASSWORD433_2_, intervento3_.PASSWORD2 as PASSWORD5_433_2_, intervento3_.ATTIVO as ATTIVO433_2_, intervento3_.ULTIMOACCESSO as ULTIMOAC7_433_2_, intervento3_.LINGUA as LINGUA433_2_, intervento3_.DATAPASSWORD as DATAPASS9_433_2_, intervento3_.CAMBIOPASSWORD as CAMBIOP10_433_2_, intervento3_.DATADISATTIVAZIONE as DATADIS11_433_2_, intervento3_.DATARIATTIVAZIONE as DATARIA12_433_2_, intervento3_.SMARTCARD as SMARTCARD433_2_, intervento3_.CODFISC as CODFISC433_2_, intervento3_.IGNORAADSI as IGNORAADSI433_2_, intervento3_.COGNOME as COGNOME433_2_, intervento3_.NOME as NOME433_2_, intervento3_.CODICEESTERNO as CODICEE22_433_2_, intervento4_.UTENTE as UTENTE433_3_, intervento4_.LIVELLO as LIVELLO433_3_, intervento4_.PASSWORD as PASSWORD433_3_, intervento4_.PASSWORD2 as PASSWORD5_433_3_, intervento4_.ATTIVO as ATTIVO433_3_, intervento4_.ULTIMOACCESSO as ULTIMOAC7_433_3_, intervento4_.LINGUA as LINGUA433_3_, intervento4_.DATAPASSWORD as DATAPASS9_433_3_, intervento4_.CAMBIOPASSWORD as CAMBIOP10_433_3_, intervento4_.DATADISATTIVAZIONE as DATADIS11_433_3_, intervento4_.DATARIATTIVAZIONE as DATARIA12_433_3_, intervento4_.SMARTCARD as SMARTCARD433_3_, intervento4_.CODFISC as CODFISC433_3_, intervento4_.IGNORAADSI as IGNORAADSI433_3_, intervento4_.COGNOME as COGNOME433_3_, intervento4_.NOME as NOME433_3_, intervento4_.CODICEESTERNO as CODICEE22_433_3_ from INT_CONSUMI_KITFERRI altridatii0_, KITFERRI kitferri1_, LOTTI lotti2_, UTENTI intervento3_, UTENTI intervento4_ where altridatii0_.PROGRESSIVOKITFERRI=kitferri1_.PROGRESSIVO(+) and altridatii0_.PROGRESSIVOLOTTO=lotti2_.PROGRESSIVO(+) and altridatii0_.SIGLAINS=intervento3_.SIGLA(+) and altridatii0_.SIGLAMOD= intervento4_.SIGLA(+) and altridatii0_.PROGRESSIVOINTERVENTO=:1 order by altridatii0_.ORDINE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.02 0.02 0 0 0 0 Fetch 8 0.00 0.02 1 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.03 0.05 1 8 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: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=3290 us cost=12 size=2542 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=3200 us cost=11 size=2542 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=2952 us cost=7 size=2442 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2777 us cost=3 size=2342 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2771 us cost=2 size=2062 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INT_CONSUMI_KITFERRI (cr=1 pr=0 pw=0 time=2766 us cost=1 size=1515 card=1) 0 0 0 INDEX RANGE SCAN INT_CONSUMI_KITFERRI_2 (cr=1 pr=0 pw=0 time=2756 us cost=1 size=0 card=1)(object id 4328206) 0 0 0 TABLE ACCESS BY INDEX ROWID KITFERRI (cr=0 pr=0 pw=0 time=0 us cost=1 size=547 card=1) 0 0 0 INDEX UNIQUE SCAN KITFERRI_1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328701) 0 0 0 TABLE ACCESS BY INDEX ROWID LOTTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=280 card=1) 0 0 0 INDEX UNIQUE SCAN LOTTI_1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328589) 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 16 0.00 0.00 SQL*Net more data to client 8 0.00 0.00 SQL*Net message from client 16 0.10 0.20 library cache lock 1 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: ams39340d7x4u Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '46' AND ( nonattivo = '0' or progressivo = 2746 ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.01 0.01 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 12 0.02 0.02 0 180 0 78 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.04 0.04 0 180 0 78 Misses in library cache during parse: 3 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 13 13 13 SORT ORDER BY (cr=30 pr=0 pw=0 time=3579 us cost=11 size=60 card=1) 13 13 13 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2728 us cost=10 size=60 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.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: d4rjq3hr4vj4j Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '225' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.01 0.01 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.02 0.02 0 180 0 54 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.04 0.04 0 180 0 54 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 9 9 9 SORT ORDER BY (cr=30 pr=0 pw=0 time=3826 us cost=11 size=540 card=9) 9 9 9 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3212 us cost=10 size=540 card=9) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 13 0.00 0.00 SQL*Net message from client 13 0.06 0.07 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 KJC: Wait for msg sends to complete 1 0.00 0.00 library cache pin 2 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 6a935x690m6pa Plan Hash: 806745218 select rowid, NOTERISVEGLIO FROM POSTOP_ANEST WHERE PROGRESSIVO = 93 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.02 0 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.03 0 4 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID POSTOP_ANEST (cr=2 pr=0 pw=0 time=12266 us cost=1 size=14 card=1) 1 1 1 INDEX UNIQUE SCAN PK_POSTOP_ANEST (cr=1 pr=0 pw=0 time=12222 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc current block 2-way 1 0.02 0.02 ******************************************************************************** SQL ID: c44c7aq42nqa5 Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '150' AND ( nonattivo = '0' ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.01 0.01 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 12 0.02 0.02 0 180 0 60 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.04 0.04 0 180 0 60 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 10 10 10 SORT ORDER BY (cr=30 pr=0 pw=0 time=3734 us cost=11 size=60 card=1) 10 10 10 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=6509 us cost=10 size=60 card=1) 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 ******************************************************************************** SQL ID: f4534rn61y542 Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '226' AND ( nonattivo = '0' or progressivo = 3150 ) order by nonattivo, descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.01 0.01 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.02 0.02 0 180 0 18 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.03 0.03 0 180 0 18 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 ---------- ---------- ---------- --------------------------------------------------- 3 3 3 SORT ORDER BY (cr=30 pr=0 pw=0 time=3822 us cost=11 size=180 card=3) 3 3 3 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3324 us cost=10 size=180 card=3) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 13 0.00 0.00 SQL*Net message from client 13 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: 1hb1zupqjjxrd Plan Hash: 3616902813 SELECT COMUNERESIDENZA FROM PAZIENTI WHERE PROGRESSIVO = :id_paziente call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 330 0.04 0.04 0 0 0 0 Execute 330 0.19 0.19 0 0 0 0 Fetch 330 0.02 0.02 0 990 0 330 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 990 0.26 0.26 0 990 0 330 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=56 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=35 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 break/reset to client 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: 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 6 0.02 0.02 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.02 0.02 0 180 0 24 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.04 0.04 0 180 0 24 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 SORT ORDER BY (cr=30 pr=0 pw=0 time=3636 us cost=11 size=240 card=4) 4 4 4 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=240 us cost=10 size=240 card=4) 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.03 0.04 ******************************************************************************** SQL ID: 8rb8fbmfy4xr7 Plan Hash: 1155863573 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 4 0.02 0.02 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 8 0.02 0.02 0 40 0 44 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.04 0.04 0 40 0 44 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 ---------- ---------- ---------- --------------------------------------------------- 11 11 11 SORT ORDER BY (cr=10 pr=0 pw=0 time=5264 us cost=9 size=528 card=11) 11 11 11 SORT UNIQUE (cr=10 pr=0 pw=0 time=5061 us cost=8 size=528 card=11) 11 11 11 HASH JOIN (cr=10 pr=0 pw=0 time=4154 us cost=7 size=528 card=11) 11 11 11 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=640 us cost=4 size=88 card=11) 91 91 91 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=4 pr=0 pw=0 time=1337 us cost=3 size=3640 card=91) 91 91 91 INDEX RANGE SCAN PERSONALE4 (cr=1 pr=0 pw=0 time=919 us cost=1 size=0 card=91)(object id 4329012) 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 15 0.00 0.00 SQL*Net message from client 15 73.70 94.70 library cache lock 5 0.00 0.00 library cache pin 5 0.00 0.00 gc current block 2-way 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 7mj41205xrua4 Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '200' order by descrizione call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 7 0.01 0.01 0 0 0 0 Execute 7 0.00 0.00 0 0 0 0 Fetch 7 0.02 0.02 0 210 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.03 0.03 0 210 0 0 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 SORT ORDER BY (cr=30 pr=0 pw=0 time=3352 us cost=11 size=2040 card=34) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3287 us cost=10 size=2040 card=34) 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 2.64 4.65 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.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: az26f6gkzs24q Plan Hash: 821085353 SELECT INTERVENTO FROM TGARZE WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 12 0.04 0.05 0 0 0 0 Execute 12 0.00 0.00 0 0 0 0 Fetch 12 0.00 0.02 1 12 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 36 0.04 0.07 1 12 0 0 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX UNIQUE SCAN TGARZE1 (cr=1 pr=0 pw=0 time=1956 us cost=1 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 24 0.00 0.00 SQL*Net message from client 24 0.00 0.02 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 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 2va6sc6pcybpc Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '20' order by descrizione 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.02 0.02 0 210 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.03 0.03 0 210 0 21 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 ---------- ---------- ---------- --------------------------------------------------- 3 3 3 SORT ORDER BY (cr=30 pr=0 pw=0 time=3003 us cost=11 size=2040 card=34) 3 3 3 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2428 us cost=10 size=2040 card=34) 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 88.59 103.59 library cache lock 2 0.00 0.00 library cache pin 2 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: 4cjzz8hfubz8g Plan Hash: 1499107076 SELECT ALTRI_CHI,ALTRI_QUANDO,ALTRI_SEM FROM INTERVENTI where PROGRESSIVO = 97 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.02 0 14 0 7 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.03 0 14 0 7 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 INTERVENTI (cr=2 pr=0 pw=0 time=4423 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=35 us cost=1 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 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 gc cr block 2-way 1 0.02 0.02 ******************************************************************************** SQL ID: 4fx569d08sr5q 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) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 9 0.00 0.00 0 0 0 0 Execute 9 0.04 0.04 0 0 0 0 Fetch 9 0.02 0.02 0 216 0 45 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27 0.07 0.07 0 216 0 45 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 ---------- ---------- ---------- --------------------------------------------------- 5 5 5 HASH JOIN OUTER (cr=24 pr=0 pw=0 time=2264 us cost=12 size=2310 card=5) 5 5 5 NESTED LOOPS OUTER (cr=18 pr=0 pw=0 time=1162 us cost=8 size=1810 card=5) 5 5 5 HASH JOIN OUTER (cr=11 pr=0 pw=0 time=968 us cost=6 size=1755 card=5) 5 5 5 NESTED LOOPS OUTER (cr=10 pr=0 pw=0 time=454 us cost=4 size=335 card=5) 5 5 5 INLIST ITERATOR (cr=2 pr=0 pw=0 time=235 us) 5 5 5 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=2 pr=0 pw=0 time=129 us cost=1 size=35 card=5)(object id 4328626) 5 5 5 TABLE ACCESS BY INDEX ROWID TABELLE (cr=8 pr=0 pw=0 time=213 us cost=1 size=60 card=1) 5 5 5 INDEX UNIQUE SCAN TABELLE1 (cr=7 pr=0 pw=0 time=82 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=74 us cost=2 size=284 card=1) 5 5 5 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=7 pr=0 pw=0 time=84 us cost=1 size=11 card=1) 5 5 5 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=2 pr=0 pw=0 time=43 us cost=1 size=0 card=1)(object id 4328577) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=1331 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 18 0.00 0.00 SQL*Net message from client 18 0.00 0.02 ******************************************************************************** SQL ID: 0at331zrb92s9 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-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA))), 0,'1 mes', -1, DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA)/12), 0,TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC( to_date('2021-11-18','yyyy-mm-dd') -PAZIENTI.DATANASCITA), 1,'1 día', TRUNC( to_date('2021-11-18','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 = 59611 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 23 0.15 0.15 0 6 0 0 Execute 23 0.00 0.00 0 0 0 0 Fetch 46 0.01 0.02 1 69 0 23 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 92 0.17 0.17 1 75 0 23 Misses in library cache during parse: 3 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 (cr=0 pr=0 pw=0 time=18 us cost=3 size=64 card=1) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=13 us cost=2 size=35 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=10 us cost=1 size=18 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 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=1 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=29 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 NESTED LOOPS (cr=0 pr=0 pw=0 time=13 us cost=3 size=64 card=1) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=10 us cost=2 size=35 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=8 us cost=1 size=18 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 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=1 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=29 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) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=621 us cost=12 size=509 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=615 us cost=11 size=474 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=602 us cost=10 size=439 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=589 us cost=9 size=404 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=573 us cost=8 size=369 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=559 us cost=7 size=334 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=545 us cost=6 size=299 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=533 us cost=5 size=264 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=519 us cost=4 size=229 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=505 us cost=3 size=194 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=492 us cost=2 size=161 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=466 us cost=1 size=128 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=279 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=15 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=7 us cost=1 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=7 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 us cost=1 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=35 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=7 us cost=1 size=35 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=6 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=7 us cost=1 size=35 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=6 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=1 size=35 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=7 us cost=1 size=35 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=6 us cost=1 size=35 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=6 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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 69 0.00 0.00 SQL*Net more data to client 23 0.00 0.00 SQL*Net message from client 69 0.31 1.32 db file sequential read 1 0.00 0.00 gc cr block 2-way 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** 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 1 0.00 0.00 0 0 0 0 Execute 330 0.33 0.33 0 0 0 0 Fetch 330 0.02 0.02 0 588 0 120 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 661 0.35 0.35 0 588 0 120 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=90 us cost=3 size=121 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=57 us cost=2 size=121 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=49 us cost=2 size=121 card=1) 0 0 0 INDEX RANGE SCAN PK_ICDLISTAATTESA1 (cr=1 pr=0 pw=0 time=46 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=1 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=109 card=1) ******************************************************************************** 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 67 0.01 0.02 0 0 0 0 Execute 67 0.06 0.06 0 0 0 0 Fetch 67 0.02 0.02 0 335 0 67 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 201 0.11 0.11 0 335 0 67 Misses in library cache during parse: 4 Misses in library cache during execute: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 37 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=166 us cost=2 size=71 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=106 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=49 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=41 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=20 us cost=1 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 136 0.00 0.00 SQL*Net message from client 136 0.05 0.21 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: d13kn9sc0x9w8 Plan Hash: 3776458806 SELECT * FROM INTERVENTI_RECUPEROEMATICO WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.02 0.02 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.02 1 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.02 0.05 1 8 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 INTERVENTI_RECUPEROEMATICO (cr=1 pr=0 pw=0 time=2758 us cost=1 size=2257 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTI_RECUPEROEMATICO2 (cr=1 pr=0 pw=0 time=2744 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 20 0.00 0.00 SQL*Net message from client 20 0.15 0.20 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 8 0.00 0.00 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: gp5fusj4jkbkt Plan Hash: 1534600257 SELECT CONTATORE FROM INT_PROFANT WHERE PROGINTERVENTO = 96 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.02 1 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.03 1 4 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 INDEX RANGE SCAN INT_PROFANT1 (cr=1 pr=0 pw=0 time=5290 us cost=1 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 8 0.00 0.00 SQL*Net message from client 8 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: 1rhadn8xawmkf Plan Hash: 4074155534 SELECT * FROM ALTREGRAFIE WHERE INTERVENTO = 96 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.02 0.03 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.02 1 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.03 0.05 1 8 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 ALTREGRAFIE (cr=1 pr=0 pw=0 time=2617 us cost=1 size=117 card=1) 0 0 0 INDEX RANGE SCAN PK_ALTREGRAFIE (cr=1 pr=0 pw=0 time=2603 us cost=1 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 20 0.00 0.00 SQL*Net message from client 20 0.00 0.01 SQL*Net break/reset to client 8 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 KJC: Wait for msg sends to complete 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 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: 636v6wpgs7sgr Plan Hash: 3010786801 SELECT ProgrReparto FROM Interventi WHERE Progressivo <> 96 AND Reparto = 14 AND ProgrReparto = -96 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.02 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.02 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 INTERVENTI (cr=2 pr=1 pw=0 time=20852 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI2 (cr=1 pr=1 pw=0 time=20812 us cost=1 size=0 card=1)(object id 4328379) 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 ******************************************************************************** SQL ID: 3nktw8a96718p 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 in (:1, :2) 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 19 0.02 0.02 0 190 0 38 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.06 0.06 0 190 0 38 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: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 NESTED LOOPS (cr=10 pr=0 pw=0 time=665 us cost=5 size=242 card=2) 2 2 2 NESTED LOOPS (cr=8 pr=0 pw=0 time=615 us cost=5 size=242 card=2) 2 2 2 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=548 us cost=4 size=200 card=2) 2 2 2 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=2 pr=0 pw=0 time=50 us cost=1 size=0 card=1)(object id 4328639) 2 2 2 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=28 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 39 0.00 0.00 SQL*Net message from client 39 0.09 0.14 latch free 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 4gjh7sf08qvsf Plan Hash: 2904810108 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.02 1 4 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.02 1 4 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 TABLE ACCESS BY INDEX ROWID TABELLE (cr=4 pr=1 pw=0 time=20494 us cost=2 size=120 card=2) 3 3 3 INDEX RANGE SCAN TABELLE2 (cr=2 pr=1 pw=0 time=20437 us cost=1 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.00 0.00 db file sequential read 1 0.01 0.01 ******************************************************************************** SQL ID: 2p12zq9qjybvw Plan Hash: 4043168751 SELECT NVL(MAX(PROGRESSIVO),0)+1 AS PROGRESSIVO FROM LISTAATTESAPRIORITA 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.02 2 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.02 2 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 SORT AGGREGATE (cr=2 pr=1 pw=0 time=10094 us) 1 1 1 INDEX FULL SCAN (MIN/MAX) LISTAATTESAPRIORITA1 (cr=2 pr=1 pw=0 time=10054 us cost=1 size=4 card=1)(object id 4328864) 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.04 gc cr grant 2-way 2 0.00 0.00 db file sequential read 2 0.00 0.01 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 7chfd0t0f9my8 Plan Hash: 4073877326 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 = 96 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 = 96 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 2 0.05 0.05 0 286 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.02 1 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.05 0.07 1 290 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 SORT ORDER BY (cr=2 pr=0 pw=0 time=10232 us cost=11 size=426 card=2) 0 0 0 UNION-ALL (cr=2 pr=0 pw=0 time=10168 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=10007 us cost=4 size=200 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=9998 us cost=4 size=200 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=9971 us cost=3 size=153 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=9966 us cost=2 size=124 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_VALUES (cr=1 pr=0 pw=0 time=9960 us cost=1 size=117 card=1) 0 0 0 INDEX RANGE SCAN FARMA_VALUES3 (cr=1 pr=0 pw=0 time=9951 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=1 size=0 card=1)(object id 4328311) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=29 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 INDEX UNIQUE SCAN FARMACI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=47 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=112 us cost=6 size=226 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=106 us cost=6 size=226 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=102 us cost=5 size=179 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=99 us cost=4 size=150 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=96 us cost=3 size=143 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_FARMACI (cr=1 pr=0 pw=0 time=91 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) 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=1 size=0 card=1)(object id 4328311) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=29 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 INDEX UNIQUE SCAN FARMACI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=47 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.03 0.04 gc cr grant 2-way 1 0.01 0.01 db file sequential read 1 0.00 0.00 library cache lock 5 0.00 0.00 library cache pin 5 0.00 0.01 row cache lock 20 0.00 0.03 SQL*Net break/reset to client 4 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 1753w2bpcdptj Plan Hash: 1499107076 SELECT UsoCIA FROM Interventi WHERE Progressivo = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 44 0.01 0.01 0 0 0 0 Execute 44 0.00 0.00 0 0 0 0 Fetch 44 0.01 0.02 0 88 0 44 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 132 0.03 0.04 0 88 0 44 Misses in library cache during parse: 2 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=213 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 91 0.00 0.00 SQL*Net message from client 91 0.01 0.08 SQL*Net break/reset to client 6 0.00 0.00 gc cr block 2-way 5 0.00 0.00 ******************************************************************************** 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 20 0.01 0.01 0 0 0 0 Execute 20 0.00 0.00 0 0 0 0 Fetch 20 0.01 0.01 0 40 0 20 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 60 0.02 0.03 0 40 0 20 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=2 pr=0 pw=0 time=1010 us) 1 1 1 INDEX FULL SCAN (MIN/MAX) PAZIENTI1 (cr=2 pr=0 pw=0 time=973 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 40 0.00 0.00 SQL*Net message from client 40 0.03 0.06 gc cr block 2-way 9 0.00 0.00 ******************************************************************************** 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 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 32 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 0 120 0 32 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 ---------- ---------- ---------- --------------------------------------------------- 8 8 8 SORT ORDER BY (cr=30 pr=0 pw=0 time=4324 us cost=11 size=60 card=1) 8 8 8 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4065 us cost=10 size=60 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: 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 5 0.00 0.00 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.01 0.01 0 150 0 35 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.02 0.02 0 150 0 35 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 ---------- ---------- ---------- --------------------------------------------------- 7 7 7 SORT ORDER BY (cr=30 pr=0 pw=0 time=3561 us cost=11 size=2040 card=34) 7 7 7 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2531 us cost=10 size=2040 card=34) 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: 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 84 0.01 0.01 0 0 0 0 Execute 84 0.07 0.07 0 0 0 0 Fetch 84 0.01 0.01 0 168 0 84 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 252 0.11 0.11 0 168 0 84 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: 40 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=68 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN CROSSCONTEXT_SUPPLIER1 (cr=1 pr=0 pw=0 time=39 us cost=1 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 170 0.00 0.00 SQL*Net message from client 170 0.01 0.15 SQL*Net break/reset to client 4 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.00 0.00 ******************************************************************************** SQL ID: 886ubs486auaq Plan Hash: 1213243052 SELECT * FROM POSTOP_ANEST PA,POSTOP_PRESCRIZ PP WHERE PA.PROGRESSIVO = PP.PROGRPOSTOP (+) AND PROGRINTERVENTI = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.06 0.13 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.01 1 5 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.07 0.15 1 5 0 1 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 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=9342 us cost=2 size=30 card=1) 0 0 1 TABLE ACCESS BY INDEX ROWID POSTOP_ANEST (cr=2 pr=0 pw=0 time=8600 us cost=1 size=14 card=1) 0 0 1 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=7968 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=726 us cost=1 size=16 card=1) 0 0 0 INDEX UNIQUE SCAN PK_POSTOP_PRESCRIZ (cr=0 pr=0 pw=0 time=720 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 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 break/reset to client 4 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 gc cr block 2-way 2 0.00 0.00 gc current block 2-way 1 0.00 0.00 row cache lock 5 0.00 0.00 ******************************************************************************** SQL ID: 0sdb9p86c04pn Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '7' 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 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 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=4266 us cost=11 size=240 card=4) 4 4 4 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3635 us cost=10 size=240 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 library cache lock 1 0.03 0.03 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: c4rmmghxcfcqy Plan Hash: 4165688936 select rowid, pollingfreq FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 51 0.01 0.01 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.01 0.01 0 102 0 51 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.04 0.04 0 102 0 51 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 31 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 106 0.00 0.00 SQL*Net message from client 106 0.14 0.27 SQL*Net break/reset to client 8 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 0j0rbgfjv8dvc Plan Hash: 481196082 SELECT TIPOFILE FROM INTERVENTI_INTRAOP_LOB WHERE INTERVENTO = 96 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.01 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.03 1 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 INTERVENTI_INTRAOP_LOB (cr=1 pr=0 pw=0 time=9239 us cost=1 size=20 card=1) 0 0 0 INDEX UNIQUE SCAN PK_INTERVENTI_INTRAOP_LOB (cr=1 pr=0 pw=0 time=9228 us cost=1 size=0 card=1)(object id 4329015) 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.07 gc cr grant 2-way 1 0.01 0.01 db file sequential read 1 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 23huqv7s7qvhn Plan Hash: 4165688936 select rowid, flag2 FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 51 0.01 0.01 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.01 0.01 0 102 0 51 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 102 0 51 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 29 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=153 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 103 0.00 0.00 SQL*Net message from client 103 0.03 0.34 SQL*Net break/reset to client 2 0.04 0.04 ******************************************************************************** SQL ID: bfn36fc0svv09 Plan Hash: 222753218 SELECT VALORE FROM CONFMAGAZZINO WHERE CHIAVE = 'chkGestioneMailFarmacia' 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.01 2 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.02 2 4 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 CONFMAGAZZINO (cr=2 pr=1 pw=0 time=9181 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 5 0.00 0.00 SQL*Net message from client 5 1.05 1.06 db file sequential read 2 0.01 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: 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 1 0.00 0.00 0 0 0 0 Execute 330 0.19 0.19 0 0 0 0 Fetch 330 0.01 0.01 0 330 0 330 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 661 0.21 0.21 0 330 0 330 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=75 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=50 us cost=2 size=52 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=45 us cost=2 size=52 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESAALTRIFATTORI1 (cr=1 pr=0 pw=0 time=43 us cost=1 size=26 card=1)(object id 4328445) 0 0 0 INDEX UNIQUE SCAN FATTORIPRIORITA1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 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: 6t6rd05mt143d Plan Hash: 1600946844 select intervento0_.PROGRESSIVO as col_0_0_, intervento0_.CONVRXBRILLANZA as col_1_0_, intervento0_.CONVRXBRILLANZA_CHI as col_2_0_, intervento0_.CONVRXBRILLANZA_QUANDO as col_3_0_, intervento0_.CONVRXBRILLANZATOLTA_CHI as col_4_0_, intervento0_.CONVRXBRILLANZATOLTA_QUANDO as col_5_0_, altridatib1_.BRILLANZA as col_6_0_, altridatib1_.KVBRILLANZA as col_7_0_, altridatib1_.MABRILLANZA as col_8_0_, altridatib1_.TEMPOBRILLANZA as col_9_0_, altridatib1_.UNITABRILLANZA as col_10_0_, altridatib1_.SCOPIATIPOAMPL as col_11_0_, altridatib1_.DAPBRILLANZA as col_12_0_, altridatib1_.DAPSTANDARD as col_13_0_, altridatib1_.SCOPIAMEZZOCONTRASTO as col_14_0_, altridatib1_.SCOPIAMEZZOCONTRASTOQUANTITA as col_15_0_, altridatib1_.ORARIOESECUZIONEBRILLANZA as col_16_0_, altridatib1_.ALTRESCOPIE as col_17_0_, altridatib1_.TEMPOBRILLANZATOT as col_18_0_, altridatib1_.RADIOGRAF as col_19_0_, altridatib1_.GRAFIAKV as col_20_0_, altridatib1_.GRAFIAUNITA as col_21_0_, altridatib1_.GRAFIAMAS as col_22_0_, altridatib1_.GRAFIAMA as col_23_0_, altridatib1_.GRAFIAS as col_24_0_, altridatib1_.GRAFIANPROIEZ as col_25_0_, altridatib1_.GRAFIAMEZZOCONTRASTO as col_26_0_, altridatib1_.GRAFIAMEZZOCONTRASTOQUANTITA as col_27_0_, altridatib1_.ALTREGRAFIE as col_28_0_, altridatib1_.GRAFIANPROIEZTOT as col_29_0_, altridatib1_.NOTEBRILLANZA as col_30_0_, intervento2_.SIGLA as SIGLA433_0_, intervento3_.SIGLA as SIGLA433_1_, amplificat4_.PROGRESSIVO as PROGRESS1_428_2_, mezzocontr5_.PROGRESSIVO as PROGRESS1_428_3_, mezzocontr6_.PROGRESSIVO as PROGRESS1_428_4_, intervento2_.UTENTE as UTENTE433_0_, intervento2_.LIVELLO as LIVELLO433_0_, intervento2_.PASSWORD as PASSWORD433_0_, intervento2_.PASSWORD2 as PASSWORD5_433_0_, intervento2_.ATTIVO as ATTIVO433_0_, intervento2_.ULTIMOACCESSO as ULTIMOAC7_433_0_, intervento2_.LINGUA as LINGUA433_0_, intervento2_.DATAPASSWORD as DATAPASS9_433_0_, intervento2_.CAMBIOPASSWORD as CAMBIOP10_433_0_, intervento2_.DATADISATTIVAZIONE as DATADIS11_433_0_, intervento2_.DATARIATTIVAZIONE as DATARIA12_433_0_, intervento2_.SMARTCARD as SMARTCARD433_0_, intervento2_.CODFISC as CODFISC433_0_, intervento2_.IGNORAADSI as IGNORAADSI433_0_, intervento2_.COGNOME as COGNOME433_0_, intervento2_.NOME as NOME433_0_, intervento2_.CODICEESTERNO as CODICEE22_433_0_, intervento3_.UTENTE as UTENTE433_1_, intervento3_.LIVELLO as LIVELLO433_1_, intervento3_.PASSWORD as PASSWORD433_1_, intervento3_.PASSWORD2 as PASSWORD5_433_1_, intervento3_.ATTIVO as ATTIVO433_1_, intervento3_.ULTIMOACCESSO as ULTIMOAC7_433_1_, intervento3_.LINGUA as LINGUA433_1_, intervento3_.DATAPASSWORD as DATAPASS9_433_1_, intervento3_.CAMBIOPASSWORD as CAMBIOP10_433_1_, intervento3_.DATADISATTIVAZIONE as DATADIS11_433_1_, intervento3_.DATARIATTIVAZIONE as DATARIA12_433_1_, intervento3_.SMARTCARD as SMARTCARD433_1_, intervento3_.CODFISC as CODFISC433_1_, intervento3_.IGNORAADSI as IGNORAADSI433_1_, intervento3_.COGNOME as COGNOME433_1_, intervento3_.NOME as NOME433_1_, intervento3_.CODICEESTERNO as CODICEE22_433_1_, amplificat4_.UTCODICE as UTCODICE428_2_, amplificat4_.DESCRIZIONE as DESCRIZI4_428_2_, amplificat4_.NONATTIVO as NONATTIVO428_2_, amplificat4_.COPIAPROGRESSIVO as COPIAPRO6_428_2_, amplificat4_.DATAORA as DATAORA428_2_, amplificat4_.DATAINIZIO as DATAINIZIO428_2_, amplificat4_.DATAFINE as DATAFINE428_2_, mezzocontr5_.UTCODICE as UTCODICE428_3_, mezzocontr5_.DESCRIZIONE as DESCRIZI4_428_3_, mezzocontr5_.NONATTIVO as NONATTIVO428_3_, mezzocontr5_.COPIAPROGRESSIVO as COPIAPRO6_428_3_, mezzocontr5_.DATAORA as DATAORA428_3_, mezzocontr5_.DATAINIZIO as DATAINIZIO428_3_, mezzocontr5_.DATAFINE as DATAFINE428_3_, mezzocontr6_.UTCODICE as UTCODICE428_4_, mezzocontr6_.DESCRIZIONE as DESCRIZI4_428_4_, mezzocontr6_.NONATTIVO as NONATTIVO428_4_, mezzocontr6_.COPIAPROGRESSIVO as COPIAPRO6_428_4_, mezzocontr6_.DATAORA as DATAORA428_4_, mezzocontr6_.DATAINIZIO as DATAINIZIO428_4_, mezzocontr6_.DATAFINE as DATAFINE428_4_ from INTERVENTI intervento0_, ALTRIDATI altridatib1_, TABELLE amplificat4_, TABELLE mezzocontr5_, TABELLE mezzocontr6_, UTENTI intervento2_, UTENTI intervento3_ where intervento0_.PROGRESSIVO=altridatib1_.INTERVENTO(+) and altridatib1_.SCOPIATIPOAMPL=amplificat4_.PROGRESSIVO(+) and altridatib1_.SCOPIAMEZZOCONTRASTO=mezzocontr5_.PROGRESSIVO(+) and altridatib1_.GRAFIAMEZZOCONTRASTO=mezzocontr6_.PROGRESSIVO(+) and intervento0_.CONVRXBRILLANZA_CHI=intervento2_.SIGLA(+) and intervento0_.CONVRXBRILLANZATOLTA_CHI=intervento3_.SIGLA(+) and intervento0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.01 0.01 0 0 0 0 Fetch 8 0.01 0.01 0 128 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.04 0.04 0 128 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: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 HASH JOIN OUTER (cr=16 pr=0 pw=0 time=1884 us cost=13 size=481 card=1) 1 1 1 NESTED LOOPS OUTER (cr=10 pr=0 pw=0 time=523 us cost=9 size=381 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=187 us cost=5 size=281 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=173 us cost=4 size=221 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=159 us cost=3 size=161 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=140 us cost=2 size=101 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=71 us cost=1 size=58 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=43 us cost=1 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=21 us cost=1 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=10 us cost=1 size=60 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=8 us cost=1 size=60 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=7 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=323 us cost=4 size=100 card=1) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=2870 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 16 0.00 0.00 SQL*Net more data to client 8 0.00 0.00 SQL*Net message from client 16 0.00 0.04 ******************************************************************************** SQL ID: f7t8sbvgz8pvz Plan Hash: 4165688936 SELECT * FROM AVELCO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 26 0.02 0.02 0 0 0 0 Execute 26 0.00 0.00 0 0 0 0 Fetch 26 0.01 0.01 0 78 0 26 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 78 0.04 0.05 0 78 0 26 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 21 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=182 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 56 0.00 0.00 SQL*Net more data to client 78 0.00 0.00 SQL*Net message from client 56 0.40 0.80 SQL*Net break/reset to client 8 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 row cache lock 10 0.02 0.03 ******************************************************************************** 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 45 0.01 0.01 0 0 0 0 Execute 45 0.09 0.12 0 0 0 0 Fetch 45 0.00 0.01 1 45 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 135 0.11 0.15 1 45 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: 30 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=534 us cost=1 size=14082 card=1) 0 0 0 INDEX FULL SCAN PK_CHECKLISTTRACCIATOERRORI (cr=1 pr=0 pw=0 time=521 us cost=1 size=0 card=1)(object id 4329093) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 SQL*Net message to client 96 0.00 0.00 SQL*Net message from client 96 0.01 0.10 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 12 0.00 0.00 row cache lock 21 0.00 0.02 gc current block 2-way 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 1 0.00 0.00 0 0 0 0 Execute 330 0.32 0.32 0 0 0 0 Fetch 330 0.01 0.01 0 330 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 661 0.34 0.34 0 330 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: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=85 us cost=3 size=137 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=52 us cost=2 size=137 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=47 us cost=2 size=137 card=1) 0 0 0 INDEX RANGE SCAN PK_DIAGNOSILISTAATTESA1 (cr=1 pr=0 pw=0 time=44 us cost=1 size=39 card=1)(object id 4328514) 0 0 0 INDEX UNIQUE SCAN DIAGNOSI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=98 card=1) ******************************************************************************** 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 1 0.00 0.00 0 0 0 0 Execute 330 0.20 0.20 0 0 0 0 Fetch 330 0.01 0.01 0 330 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 661 0.22 0.22 0 330 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: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=79 us cost=2 size=118 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESACHIAMATAPAZIENTE (cr=1 pr=0 pw=0 time=45 us cost=1 size=118 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESACHIAMATAPAZIENTE2 (cr=1 pr=0 pw=0 time=39 us cost=1 size=0 card=1)(object id 4328467) ******************************************************************************** SQL ID: 117rjrg4bhdux Plan Hash: 3469915355 SELECT LIVELLOPERSONALE FROM UTENTIGRUPPOPERSONALE WHERE LIVELLOUTENTE = 0 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 12 0.00 0.01 1 12 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 36 0.02 0.03 1 12 0 0 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTIGRUPPOPERSONALE (cr=1 pr=0 pw=0 time=1463 us cost=1 size=9 card=1) 0 0 0 INDEX RANGE SCAN UTENTIGRUPPOPERSONALE2 (cr=1 pr=0 pw=0 time=1453 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 24 0.00 0.00 SQL*Net message from client 24 0.04 0.06 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 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: f2y7rqn2cudqh Plan Hash: 2960174351 select (max(PROGRESSIVO)+1) as numero from POSTOP_ANEST 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.01 1 2 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.02 1 2 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=8405 us) 1 1 1 INDEX FULL SCAN (MIN/MAX) PK_POSTOP_ANEST (cr=1 pr=0 pw=0 time=8366 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 4 0.00 0.00 SQL*Net message from client 4 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: 3fxcvrmg0j1tx Plan Hash: 4116741144 SELECT intervento FROM esamirichiesti where intervento = 96 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.01 1 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.02 1 4 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 INDEX RANGE SCAN ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=4352 us cost=1 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 8 0.00 0.00 SQL*Net message from client 8 0.05 0.06 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 ******************************************************************************** SQL ID: 20n8qmxuc6nw5 Plan Hash: 4165688936 select rowid, pollingcicli FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 51 0.01 0.01 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.01 0.01 0 102 0 51 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 102 0 51 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 31 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=139 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 106 0.00 0.00 SQL*Net message from client 106 0.07 0.20 SQL*Net break/reset to client 8 0.00 0.00 ******************************************************************************** SQL ID: bt227d1z63fr8 Plan Hash: 4165688936 select rowid, flagpolling FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 51 0.01 0.01 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.01 0.01 0 102 0 51 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 102 0 51 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 31 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=133 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 104 0.00 0.00 SQL*Net message from client 104 0.15 1.78 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** 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 14 0.05 0.05 0 0 0 0 Execute 14 0.00 0.00 0 0 0 0 Fetch 28 0.01 0.01 0 28 0 266 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 56 0.07 0.07 0 28 0 266 Misses in library cache during parse: 5 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 19 19 19 SORT ORDER BY (cr=2 pr=0 pw=0 time=1037 us cost=4 size=29 card=1) 19 19 19 TABLE ACCESS FULL REPARTIDEGENZA (cr=2 pr=0 pw=0 time=582 us cost=3 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 42 0.00 0.00 SQL*Net message from client 42 25.63 26.03 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 1 0.00 0.00 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 7xr1ws6maft8h Plan Hash: 2220148746 select intraopane0_.PROGRBILANCIOIDRICO as col_0_0_, intraopane0_.VALORE as col_1_0_, intraopane0_.DATAORA as col_2_0_, intraopane1_.PROGRESSIVO as PROGRESS1_526_, intraopane1_.DESCRIZIONE as DESCRIZI2_526_, intraopane1_.TIPO as TIPO526_ from INTRAOP_BILANCIOIDRICO intraopane0_, CNFGBILANCIOIDRICO intraopane1_ where intraopane0_.PROGRBILANCIOIDRICO=intraopane1_.PROGRESSIVO(+) and intraopane0_.PROGRINTRAOP=:1 order by intraopane0_.DATAORA, intraopane1_.TIPO, intraopane0_.PROGRBILANCIOIDRICO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.07 0.11 0 0 0 0 Fetch 3 0.00 0.01 1 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.08 0.13 1 3 0 0 Misses in library cache during parse: 3 Misses in library cache during execute: 3 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=5708 us cost=3 size=62 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=5646 us cost=2 size=62 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_BILANCIOIDRICO (cr=1 pr=0 pw=0 time=5628 us cost=1 size=48 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_BILANCIOIDRICO2 (cr=1 pr=0 pw=0 time=5616 us cost=1 size=0 card=1)(object id 4328951) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGBILANCIOIDRICO (cr=0 pr=0 pw=0 time=0 us cost=1 size=14 card=1) 0 0 0 INDEX UNIQUE SCAN PK_CNFGBILANCIOIDRICO (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328324) 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 row cache lock 17 0.00 0.02 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.03 0.04 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 gc current 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 16 0.00 0.00 0 0 0 0 Execute 16 0.02 0.02 0 0 0 0 Fetch 16 0.00 0.01 2 48 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.02 0.04 2 48 0 16 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=2865 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=0 pw=0 time=2838 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 32 0.00 0.00 SQL*Net message from client 32 0.08 0.18 gc cr grant 2-way 2 0.00 0.00 db file sequential read 2 0.00 0.00 ******************************************************************************** SQL ID: fqsc818mmy503 Plan Hash: 206181801 select salette0_.PROGRESSIVO as PROGRESS1_449_2_, salette0_.UTCODICE as UTCODICE449_2_, salette0_.DESCRIZIONE as DESCRIZI3_449_2_, salette0_.BLOCCO as BLOCCO449_2_, salette0_.ATTIVO as ATTIVO449_2_, salette0_.CODICECRIL as CODICECRIL449_2_, blocco1_.PROGRESSIVO as PROGRESS1_428_0_, blocco1_.UTCODICE as UTCODICE428_0_, blocco1_.DESCRIZIONE as DESCRIZI4_428_0_, blocco1_.NONATTIVO as NONATTIVO428_0_, blocco1_.COPIAPROGRESSIVO as COPIAPRO6_428_0_, blocco1_.DATAORA as DATAORA428_0_, blocco1_.DATAINIZIO as DATAINIZIO428_0_, blocco1_.DATAFINE as DATAFINE428_0_, blocchicco2_.BLOCCO as BLOCCO432_1_, blocchicco2_.CCOSTO as CCOSTO432_1_, blocchicco2_.EQUIPEINFERMIERISTICA as EQUIPEIN3_432_1_, blocchicco2_.CODICECRIL as CODICECRIL432_1_, blocchicco2_.CODMAG as CODMAG432_1_, blocchicco2_.CODUNITAPRELIEVO as CODUNITA6_432_1_ from SALETTE salette0_, TABELLE blocco1_, BLOCCHICCOSTO blocchicco2_ where salette0_.BLOCCO=blocco1_.PROGRESSIVO(+) and blocco1_.PROGRESSIVO= blocchicco2_.BLOCCO(+) and salette0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 51 0.01 0.01 0 0 0 0 Execute 51 0.04 0.04 0 0 0 0 Fetch 51 0.01 0.01 0 357 0 51 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.07 0.07 0 357 0 51 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: 28 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=158 us cost=3 size=98 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=122 us cost=2 size=87 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=63 us cost=1 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN SALETTE1 (cr=1 pr=0 pw=0 time=39 us cost=1 size=0 card=1)(object id 4328878) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=47 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=22 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=24 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=12 us cost=1 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 102 0.00 0.00 SQL*Net message from client 102 0.09 0.28 library cache lock 1 0.06 0.06 library cache pin 1 0.04 0.04 ******************************************************************************** SQL ID: 6hjbgpt1yr9k6 Plan Hash: 511315058 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) order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.04 0.04 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.06 0.06 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=211 pr=9 pw=0 time=257884 us cost=6 size=70 card=1) 4 4 4 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=254 us cost=5 size=140 card=2) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=64 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=35 us cost=1 size=0 card=1)(object id 4329013) 4 4 4 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=174 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.03 0.04 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 85008865nrwwz Plan Hash: 2083309492 SELECT * FROM SANGUEINTERVENTI WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.02 0.03 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.01 1 15 0 7 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.03 0.05 1 15 0 7 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID SANGUEINTERVENTI (cr=2 pr=0 pw=0 time=1931 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN SANGUEINTERVENTI1 (cr=1 pr=0 pw=0 time=1466 us cost=1 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 19 0.00 0.00 SQL*Net message from client 19 0.00 0.01 gc cr block 2-way 4 0.00 0.00 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 6 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: bd8y0a0xy05rr Plan Hash: 627940087 SELECT * FROM POSIZIONIMULTIPLE WHERE INTERVENTO = 96 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.02 0.02 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.01 1 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.03 0.04 1 8 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=2093 us cost=2 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSIZIONIMULTIPLE1 (cr=1 pr=0 pw=0 time=2044 us cost=1 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 16 0.00 0.00 SQL*Net message from client 16 0.02 0.04 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 gc current block 2-way 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 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.00 0 0 0 0 Fetch 5 0.01 0.01 0 150 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 15 0.02 0.02 0 150 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 SORT ORDER BY (cr=30 pr=0 pw=0 time=3294 us cost=11 size=60 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3240 us cost=10 size=60 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: 2bz5ygrx2mdf9 Plan Hash: 4075576241 SELECT CONTATORE FROM INT_PROFANT_MOTIV WHERE PROGINTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.07 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.01 1 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.09 1 4 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 INDEX RANGE SCAN INT_PROFANT_MOTIV1 (cr=1 pr=0 pw=0 time=4077 us cost=1 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 9 0.00 0.00 SQL*Net message from client 9 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.01 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: 2g37szbau1tjx Plan Hash: 54894425 SELECT TIPOFILE FROM INTERVENTILOB WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.02 0.06 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.01 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.08 1 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 INDEX RANGE SCAN INTERVENTILOB2 (cr=1 pr=0 pw=0 time=8108 us cost=1 size=10 card=1)(object id 4823853) 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 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 row cache lock 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.Disconvalidato = '0' AND Interventi.DATAINT >= to_date('2021-10-19', 'yyyy-MM-dd') AND Interventi.DATAINT <= to_date('2021-11-18', '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 3 0.08 0.08 0 4 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 12 0.01 0.01 0 157 0 9 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.09 0.09 0 161 0 9 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 2 3 NESTED LOOPS (cr=10 pr=0 pw=0 time=303 us cost=2 size=109 card=1) 1 2 3 NESTED LOOPS (cr=8 pr=0 pw=0 time=261 us cost=2 size=109 card=1) 1 2 3 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=5 pr=0 pw=0 time=209 us cost=1 size=11 card=1) 1 2 3 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=4 pr=0 pw=0 time=181 us cost=1 size=0 card=1)(object id 4328627) 3 3 3 SORT AGGREGATE (cr=2 pr=0 pw=0 time=100 us) 1 2 3 FIRST ROW (cr=2 pr=0 pw=0 time=62 us cost=1 size=6 card=1) 1 2 3 INDEX RANGE SCAN (MIN/MAX) DIAGNOSIINTERVENTI3 (cr=2 pr=0 pw=0 time=53 us cost=1 size=6 card=1)(object id 4328627) 1 2 3 INDEX UNIQUE SCAN DIAGNOSI1 (cr=4 pr=0 pw=0 time=40 us cost=1 size=0 card=1)(object id 4328750) 1 2 3 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=2 pr=0 pw=0 time=24 us cost=1 size=98 card=1) 3 3 3 SORT AGGREGATE (cr=1 pr=0 pw=0 time=51 us) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=0 pw=0 time=25 us cost=1 size=13 card=1)(object id 4328540) 3 3 3 SORT AGGREGATE (cr=1 pr=0 pw=0 time=41 us) 0 0 0 INDEX RANGE SCAN REPERTIINTERVENTI2 (cr=1 pr=0 pw=0 time=23 us cost=1 size=13 card=1)(object id 4328316) 1 2 3 NESTED LOOPS (cr=11 pr=0 pw=0 time=775 us cost=2 size=120 card=1) 1 2 3 NESTED LOOPS (cr=8 pr=0 pw=0 time=235 us cost=2 size=120 card=1) 1 2 3 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=5 pr=0 pw=0 time=180 us cost=1 size=11 card=1) 1 2 3 INDEX RANGE SCAN ICDINTERVENTI3 (cr=4 pr=0 pw=0 time=148 us cost=1 size=0 card=1)(object id 4328796) 3 3 3 SORT AGGREGATE (cr=2 pr=0 pw=0 time=78 us) 1 2 3 FIRST ROW (cr=2 pr=0 pw=0 time=57 us cost=1 size=6 card=1) 1 2 3 INDEX RANGE SCAN (MIN/MAX) ICDINTERVENTI3 (cr=2 pr=0 pw=0 time=50 us cost=1 size=6 card=1)(object id 4328796) 1 2 3 INDEX UNIQUE SCAN ICD9CM1 (cr=4 pr=0 pw=0 time=39 us cost=1 size=0 card=1)(object id 4328949) 1 2 3 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=2 pr=0 pw=0 time=525 us cost=1 size=109 card=1) 0 0 0 COUNT STOPKEY (cr=3 pr=0 pw=0 time=87 us) 0 0 0 TABLE ACCESS BY INDEX ROWID ATTIINTERVENTI (cr=3 pr=0 pw=0 time=55 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=3 pr=0 pw=0 time=44 us cost=1 size=0 card=1)(object id 4328540) 3 3 3 SORT ORDER BY (cr=52 pr=0 pw=0 time=4474 us cost=11 size=1302 card=3) 3 3 3 NESTED LOOPS OUTER (cr=26 pr=0 pw=0 time=2746 us cost=10 size=1302 card=3) 3 3 3 NESTED LOOPS OUTER (cr=26 pr=0 pw=0 time=2718 us cost=9 size=1278 card=3) 3 3 3 NESTED LOOPS (cr=26 pr=0 pw=0 time=2685 us cost=7 size=1254 card=3) 3 3 3 NESTED LOOPS OUTER (cr=18 pr=0 pw=0 time=2572 us cost=6 size=1098 card=3) 3 3 3 NESTED LOOPS OUTER (cr=13 pr=0 pw=0 time=2468 us cost=4 size=969 card=3) 3 3 3 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=372 us cost=3 size=933 card=3) 3 3 3 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=4 pr=0 pw=0 time=254 us cost=1 size=858 card=3) 3 3 3 INDEX RANGE SCAN INTERVENTI13 (cr=1 pr=0 pw=0 time=140 us cost=1 size=0 card=1)(object id 4328380) 3 3 3 TABLE ACCESS BY INDEX ROWID SALETTE (cr=5 pr=0 pw=0 time=84 us cost=1 size=25 card=1) 3 3 3 INDEX UNIQUE SCAN SALETTE1 (cr=2 pr=0 pw=0 time=45 us cost=1 size=0 card=1)(object id 4328878) 2 2 3 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=4 pr=0 pw=0 time=2052 us cost=1 size=12 card=1) 2 2 3 INDEX RANGE SCAN PROGR_COD_CHIAMANTE (cr=2 pr=0 pw=0 time=666 us cost=1 size=0 card=1)(object id 4329091) 3 3 3 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=5 pr=0 pw=0 time=81 us cost=1 size=43 card=1) 3 3 3 INDEX UNIQUE SCAN ALTRIDATI1 (cr=2 pr=0 pw=0 time=36 us cost=1 size=0 card=1)(object id 4329001) 3 3 3 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=8 pr=0 pw=0 time=93 us cost=1 size=52 card=1) 3 3 3 INDEX UNIQUE SCAN PAZIENTI1 (cr=5 pr=0 pw=0 time=57 us cost=1 size=0 card=1)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=0 pr=0 pw=0 time=17 us cost=1 size=8 card=1) 0 0 0 INDEX UNIQUE SCAN LISTAOP1 (cr=0 pr=0 pw=0 time=8 us cost=1 size=0 card=1)(object id 4328601) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=0 pr=0 pw=0 time=15 us cost=1 size=8 card=1) 0 0 0 INDEX UNIQUE SCAN LISTAOP1 (cr=0 pr=0 pw=0 time=7 us cost=1 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 15 0.00 0.00 SQL*Net more data to client 3 0.00 0.00 SQL*Net message from client 15 0.79 2.14 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 gc current block 2-way 3 0.00 0.00 gc current grant busy 1 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 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=4937 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.00 0.00 ******************************************************************************** SQL ID: 6tk7cr8up4pfk Plan Hash: 2439155436 SELECT NVL(MAX(PROGRESSIVO),0)+1 FROM LISTAATTESARICPRIORITA 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.01 2 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.02 2 4 0 2 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=2 pr=1 pw=0 time=7982 us) 1 1 1 INDEX FULL SCAN (MIN/MAX) LISTAATTESARICPRIORITA1 (cr=2 pr=1 pw=0 time=7950 us cost=1 size=4 card=1)(object id 4328926) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 2 0.00 0.00 gc cr grant 2-way 2 0.00 0.00 db file sequential read 2 0.01 0.01 ******************************************************************************** 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 90 0.01 0.01 0 0 0 0 Execute 90 0.06 0.06 0 0 0 0 Fetch 90 0.01 0.01 0 180 0 45 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 270 0.09 0.09 0 180 0 45 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 ---------- ------------ SQL*Net message to client 180 0.00 0.00 SQL*Net message from client 180 0.16 0.43 ******************************************************************************** SQL ID: 5vfmd41qg19rh Plan Hash: 2115174012 select rowid, ATTO FROM ANESTESIA WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.02 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.01 1 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.04 1 3 0 1 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 1 TABLE ACCESS BY INDEX ROWID ANESTESIA (cr=2 pr=0 pw=0 time=7712 us cost=1 size=7 card=1) 0 0 1 INDEX UNIQUE SCAN ANESTESIA1 (cr=1 pr=0 pw=0 time=7692 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 1.13 2.14 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 ******************************************************************************** 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 16 0.00 0.00 0 0 0 0 Execute 16 0.02 0.02 0 0 0 0 Fetch 16 0.00 0.01 1 48 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.03 0.04 1 48 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: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=1327 us cost=2 size=108 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=72 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 size=0 card=1)(object id 4328413) 0 0 0 INDEX RANGE SCAN INTRAOP_CONFIG1 (cr=1 pr=0 pw=0 time=1237 us cost=1 size=26 card=1)(object id 4328959) 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 32 0.00 0.00 SQL*Net message from client 32 0.00 0.03 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 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 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=4745 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.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 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.01 0.01 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=4827 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.00 0.01 ******************************************************************************** SQL ID: 77krxw64krq68 Plan Hash: 511315058 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 ( 120) order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.04 0.04 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.05 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=472 pr=9 pw=0 time=451311 us cost=6 size=70 card=1) 3 3 3 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=369 us cost=5 size=140 card=2) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=80 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=44 us cost=1 size=0 card=1)(object id 4329013) 3 3 3 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=262 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: 2jkccmv1aw93f Plan Hash: 4273232860 SELECT PROGRESSIVOAPPARECCHIATURE FROM APPARECCHIATUREPREVISIONI WHERE PROGRESSIVOPREVISIONE = 171 ORDER BY ORDINE 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.01 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.05 1 2 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=7520 us cost=2 size=39 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID APPARECCHIATUREPREVISIONI (cr=1 pr=0 pw=0 time=7468 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN APPARECCHIATUREPREVISIONI1 (cr=1 pr=0 pw=0 time=7456 us cost=1 size=0 card=1)(object id 4328174) 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 cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: dnj3q9kx67j04 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 = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.15 0.15 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.01 0.01 0 235 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.16 0.17 0 235 0 6 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID REGIMIRICOVERO (cr=0 pr=0 pw=0 time=10 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4328094) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIDEGENZA (cr=0 pr=0 pw=0 time=9 us cost=1 size=19 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTIDEGENZA1 (cr=0 pr=0 pw=0 time=4 us cost=1 size=0 card=1)(object id 4328781) 1 1 1 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=28 us cost=1 size=25 card=1) 1 1 1 INDEX UNIQUE SCAN SALETTE1 (cr=1 pr=0 pw=0 time=16 us cost=1 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=1 size=29 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) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=62 us) 0 0 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=36 us cost=1 size=3 card=1)(object id 4328627) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=31 us) 0 0 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=20 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=36 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=24 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=19 us cost=1 size=13 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=10 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=20 us cost=1 size=15 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=12 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=17 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=11 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=21 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=12 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=20 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=11 us cost=1 size=0 card=1)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=0 pr=0 pw=0 time=8 us cost=1 size=43 card=1) 0 0 0 INDEX UNIQUE SCAN PREVISIONI1 (cr=0 pr=0 pw=0 time=4 us cost=1 size=0 card=1)(object id 4328856) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=29 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) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=32 us) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=20 us cost=1 size=13 card=1)(object id 4328355) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=22 us) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=15 us cost=1 size=142 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=11 us cost=1 size=0 card=1)(object id 4328355) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=25 us) 0 0 0 INDEX RANGE SCAN ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=16 us cost=1 size=13 card=1)(object id 4328477) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=23 us) 0 0 0 TABLE ACCESS BY INDEX ROWID ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=15 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=12 us cost=1 size=0 card=1)(object id 4328477) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=24 us) 0 0 0 TABLE ACCESS BY INDEX ROWID ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=14 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=11 us cost=1 size=0 card=1)(object id 4328477) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=33 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=31 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LAB_ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=19 us cost=1 size=29 card=1) 0 0 0 INDEX RANGE SCAN LAB_ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=15 us cost=1 size=0 card=1)(object id 4328169) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=40 us) 0 0 0 TABLE ACCESS BY INDEX ROWID LAB_ESAMIRICHIESTI (cr=1 pr=0 pw=0 time=30 us cost=1 size=19 card=1) 0 0 0 INDEX RANGE SCAN LAB_ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=26 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=9 us cost=1 size=29 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=1 size=29 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) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=52 us cost=1 size=29 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=20 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=7 us cost=1 size=29 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=7 us cost=1 size=29 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=7 us cost=1 size=29 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=8 us cost=1 size=29 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=6 us cost=1 size=29 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 UOANESTESIA (cr=0 pr=0 pw=0 time=7 us cost=1 size=142 card=1) 0 0 0 INDEX UNIQUE SCAN UOANESTESIA1 (cr=0 pr=0 pw=0 time=4 us cost=1 size=0 card=1)(object id 4328431) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=7 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=6 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=7 us cost=1 size=29 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) 1 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=834 us cost=4 size=450 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=774 us cost=3 size=407 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=155 us cost=2 size=400 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=117 us cost=1 size=397 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 size=0 card=1)(object id 4328375) 0 0 0 TABLE ACCESS BY INDEX ROWID TIPIINTERVENTI (cr=1 pr=0 pw=0 time=30 us cost=1 size=3 card=1) 0 0 0 INDEX UNIQUE SCAN TIPIINTERVENTI1 (cr=1 pr=0 pw=0 time=20 us cost=1 size=0 card=1)(object id 4328500) 0 0 1 TABLE ACCESS BY INDEX ROWID ANESTESIA (cr=1 pr=0 pw=0 time=608 us cost=1 size=7 card=1) 0 0 1 INDEX UNIQUE SCAN ANESTESIA1 (cr=1 pr=0 pw=0 time=321 us cost=1 size=0 card=1)(object id 4328440) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=40 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=20 us cost=1 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 12 0.00 0.00 SQL*Net more data to client 6 0.00 0.00 SQL*Net message from client 12 0.00 0.01 gc cr block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 7w0ksy6pnh497 Plan Hash: 862861938 SELECT * FROM tabelle where codicetabella = 33 AND progressivo = 2833 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 53 0.02 0.02 0 0 0 0 Execute 53 0.00 0.00 0 0 0 0 Fetch 53 0.01 0.01 0 159 0 53 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 159 0.04 0.04 0 159 0 53 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 32 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=109 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=49 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 118 0.00 0.00 SQL*Net message from client 118 0.10 0.34 SQL*Net break/reset to client 24 0.00 0.01 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: g6txa346g8grt Plan Hash: 1499107076 select rowid, CONVANESTESIA,CONVCHIRURGIA,CONVINFERMIERI FROM INTERVENTI WHERE PROGRESSIVO = 97 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 38 0 19 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.02 0.02 0 38 0 19 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 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=867 us cost=1 size=24 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=258 us cost=1 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 38 0.00 0.00 SQL*Net message from client 38 0.00 0.03 gc current block 2-way 5 0.00 0.00 ******************************************************************************** SQL ID: 8f2h4cnxmzdvf Plan Hash: 1499107076 select intervento0_.PROGRESSIVO as PROGRESS1_477_, intervento0_.DATAINT as DATAINT477_, intervento0_.CODPAZIENTE as CODPAZI76_477_, intervento0_.BLOCCO as BLOCCO477_, intervento0_.REPARTO as REPARTO477_, intervento0_.SALETTA as SALETTA477_, intervento0_.NOSOLOGICO as NOSOLOGICO477_ from INTERVENTI intervento0_, TABELLE blocco1_, REPARTI repartobas2_, SALETTE salette3_ where intervento0_.BLOCCO=blocco1_.PROGRESSIVO(+) and intervento0_.REPARTO=repartobas2_.PROGRESSIVO(+) and intervento0_.SALETTA= salette3_.PROGRESSIVO(+) and intervento0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 59 0.01 0.01 0 0 0 0 Execute 59 0.05 0.05 0 0 0 0 Fetch 59 0.01 0.01 0 118 0 59 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 177 0.08 0.08 0 118 0 59 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: 34 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=76 us cost=1 size=78 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 125 0.00 0.00 SQL*Net message from client 125 0.18 0.61 SQL*Net break/reset to client 14 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: a0g3mmb0dvhpm Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '227' AND ( nonattivo = '0' or progressivo = 3154 ) 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.01 0.01 0 120 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 0 120 0 16 Misses in library cache during parse: 3 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=3205 us cost=11 size=240 card=4) 4 4 4 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2738 us cost=10 size=240 card=4) 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 4 0.00 0.00 SQL*Net more data from client 2 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 13 0.00 0.03 0 0 0 0 Execute 13 0.00 0.00 0 0 0 0 Fetch 13 0.01 0.01 0 78 0 13 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.02 0.04 0 78 0 13 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 FULL CONFIGURAZIONIWEB (cr=6 pr=0 pw=0 time=896 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 26 0.00 0.00 SQL*Net message from client 26 0.00 0.02 ******************************************************************************** SQL ID: fwnwhbcmvr4cd Plan Hash: 2682123464 select this_.PROGRESSIVO as PROGRESS1_5_1_, this_.INIZIO as INIZIO5_1_, this_.FINE as FINE5_1_, this_.ICD as ICD5_1_, this_.DESCRIZIONE as DESCRIZI5_5_1_, this_.LIVELLOCHIRURGIA as LIVELLOC6_5_1_, this_.TABELLA as TABELLA5_1_, this_.SINONIMO as SINONIMO5_1_, icdximpian2_.ICD as ICD31_0_, icdximpian2_.IMPIANTI as IMPIANTI31_0_, icdximpian2_.ANCAGINOCCHIO as ANCAGINO3_31_0_, icdximpian2_.REVISIONE as REVISIONE31_0_ from ICD9CM this_, ICDXIMPIANTI icdximpian2_ where this_.PROGRESSIVO= icdximpian2_.ICD(+) and this_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 40 0.00 0.00 0 0 0 0 Execute 40 0.03 0.03 0 0 0 0 Fetch 40 0.01 0.01 0 160 0 40 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 120 0.06 0.06 0 160 0 40 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 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=182 us cost=2 size=131 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=3 pr=0 pw=0 time=134 us cost=1 size=109 card=1) 1 1 1 INDEX UNIQUE SCAN ICD9CM1 (cr=2 pr=0 pw=0 time=69 us cost=1 size=0 card=1)(object id 4328949) 0 0 0 TABLE ACCESS BY INDEX ROWID ICDXIMPIANTI (cr=1 pr=0 pw=0 time=27 us cost=1 size=22 card=1) 0 0 0 INDEX UNIQUE SCAN ICDXIMPIANTI1 (cr=1 pr=0 pw=0 time=18 us cost=1 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 80 0.00 0.00 SQL*Net message from client 80 0.03 0.13 ******************************************************************************** SQL ID: 6405u5g757y0p Plan Hash: 3451169968 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 = 96 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 6 0.04 0.04 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.01 1 54 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.04 0.06 1 54 0 5 Misses in library cache during parse: 3 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 INTEQUIPESCOPIE (cr=1 pr=0 pw=0 time=1513 us cost=1 size=42 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE5 (cr=1 pr=0 pw=0 time=1509 us cost=1 size=0 card=1)(object id 4328450) 1 1 1 SORT ORDER BY (cr=9 pr=0 pw=0 time=2177 us cost=6 size=131 card=1) 1 1 1 NESTED LOOPS (cr=8 pr=0 pw=0 time=509 us cost=5 size=131 card=1) 2 2 2 NESTED LOOPS (cr=6 pr=0 pw=0 time=475 us cost=5 size=131 card=1) 2 2 2 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=446 us cost=4 size=86 card=1) 2 2 2 NESTED LOOPS (cr=5 pr=0 pw=0 time=428 us cost=3 size=58 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=58 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=37 us cost=1 size=0 card=1)(object id 4328096) 2 2 2 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=3 pr=0 pw=0 time=365 us cost=2 size=41 card=1) 2 2 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=54 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=11 us cost=1 size=28 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=6 us cost=1 size=0 card=1)(object id 4329013) 2 2 2 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=20 us cost=1 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=14 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 1ykx3np47jamz 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) 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 19 0.01 0.01 0 206 0 73 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.05 0.05 0 206 0 73 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: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 4 4 4 NESTED LOOPS (cr=11 pr=0 pw=0 time=506 us cost=5 size=180 card=2) 4 4 4 NESTED LOOPS (cr=7 pr=0 pw=0 time=419 us cost=5 size=180 card=2) 6 6 6 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=289 us cost=4 size=16 card=2) 4 4 4 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=46 us cost=1 size=0 card=1)(object id 4328413) 4 4 4 TABLE ACCESS BY INDEX ROWID REPARTI (cr=4 pr=0 pw=0 time=50 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.00 0.05 ******************************************************************************** SQL ID: a4ffnx8zwhz4j Plan Hash: 1499107076 select intervento0_.PROGRESSIVO as PROGRESS1_477_, intervento0_.DISCONVALIDATO_QUALE as DISCONV70_477_ from INTERVENTI intervento0_, INTERVENTI intervento1_ where intervento0_.DISCONVALIDATO_QUALE=intervento1_.PROGRESSIVO(+) and intervento0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 59 0.01 0.01 0 0 0 0 Execute 59 0.04 0.04 0 0 0 0 Fetch 59 0.01 0.01 0 118 0 59 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 177 0.07 0.07 0 118 0 59 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: 34 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=74 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 121 0.00 0.00 SQL*Net message from client 121 0.33 2.29 SQL*Net break/reset to client 6 0.00 0.00 ******************************************************************************** SQL ID: 76rw5badqfsd3 Plan Hash: 2172286754 SELECT UTENTE FROM UTENTI WHERE SIGLA ='XX' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 18 0.01 0.01 0 0 0 0 Execute 18 0.00 0.00 0 0 0 0 Fetch 18 0.01 0.01 0 108 0 18 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 54 0.02 0.02 0 108 0 18 Misses in library cache during parse: 2 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 UTENTI (cr=6 pr=0 pw=0 time=499 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 36 0.00 0.00 SQL*Net message from client 36 0.00 0.03 ******************************************************************************** SQL ID: cy1ufpdmvh21x Plan Hash: 1499107076 select rowid, CONVANESTESIA,CONVCHIRURGIA,CONVINFERMIERI FROM INTERVENTI WHERE PROGRESSIVO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 32 0.01 0.01 0 0 0 0 Execute 32 0.00 0.00 0 0 0 0 Fetch 32 0.01 0.01 0 64 0 32 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 96 0.03 0.03 0 64 0 32 Misses in library cache during parse: 2 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=298 us cost=1 size=24 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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 66 0.00 0.00 SQL*Net message from client 66 0.00 0.05 SQL*Net break/reset to client 4 0.00 0.00 gc current block 2-way 3 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 16 0.01 0.01 0 0 0 0 Execute 16 0.00 0.00 0 0 0 0 Fetch 32 0.01 0.01 0 32 0 240 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 64 0.03 0.03 0 32 0 240 Misses in library cache during parse: 3 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 15 15 15 SORT ORDER BY (cr=2 pr=0 pw=0 time=461 us cost=4 size=630 card=15) 15 15 15 TABLE ACCESS FULL REPARTI (cr=2 pr=0 pw=0 time=158 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 50 0.00 0.00 SQL*Net message from client 50 0.14 0.26 SQL*Net break/reset to client 4 0.00 0.00 library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 ******************************************************************************** SQL ID: 8pk7vubykz52p Plan Hash: 2073903628 SELECT DATACOMPILAZIONE FROM CHECKLISTRCSALVATAGGIO WHERE IDINTERVENTI = 96 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.01 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.04 0.05 1 2 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 CHECKLISTRCSALVATAGGIO (cr=1 pr=0 pw=0 time=6740 us cost=1 size=22 card=1) 0 0 0 INDEX UNIQUE SCAN CHECKLISTRCSALVATAGGIO2 (cr=1 pr=0 pw=0 time=6726 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.05 0.11 gc cr grant 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: 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 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.01 0.01 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=4277 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.00 0.00 ******************************************************************************** SQL ID: 4wjxpugygxnzn Plan Hash: 1955432048 SELECT stampato From altridati Where intervento = 97 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 38 0 19 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.02 0.02 0 38 0 19 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=607 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=46 us cost=1 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 38 0.00 0.00 SQL*Net message from client 38 0.03 0.07 gc cr block 2-way 3 0.00 0.00 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 4b2vqsaqqzv5y Plan Hash: 4025278879 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 10 0.00 0.00 0 0 0 0 Execute 10 0.02 0.05 0 0 0 0 Fetch 10 0.01 0.01 0 40 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.04 0.07 0 40 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: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=1231 us cost=8 size=1476 card=4) 0 0 0 HASH JOIN OUTER (cr=4 pr=0 pw=0 time=1220 us cost=6 size=1432 card=4) 0 0 0 NESTED LOOPS (cr=4 pr=0 pw=0 time=1004 us cost=4 size=296 card=4) 0 0 0 NESTED LOOPS (cr=4 pr=0 pw=0 time=999 us cost=4 size=296 card=4) 0 0 0 INDEX FULL SCAN UTENTIBLOCCHI1 (cr=4 pr=0 pw=0 time=995 us cost=2 size=56 card=4)(object id 4328107) 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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=1 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 22 0.00 0.00 SQL*Net message from client 22 0.01 0.03 library cache lock 4 0.01 0.02 library cache pin 4 0.00 0.01 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 2 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 53 0.01 0.02 0 0 0 0 Execute 53 0.00 0.00 0 0 0 0 Fetch 53 0.01 0.01 0 106 0 53 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 159 0.03 0.04 0 106 0 53 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=74 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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 111 0.00 0.00 SQL*Net message from client 111 0.03 0.16 latch free 1 0.00 0.00 SQL*Net break/reset to client 10 0.00 0.01 library cache lock 1 0.00 0.00 library cache pin 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.04 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.04 0.05 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=35995 us cost=6 size=70 card=1) 2 2 2 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=220 us cost=5 size=140 card=2) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=75 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=43 us cost=1 size=0 card=1)(object id 4329013) 2 2 2 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=136 us cost=4 size=16 card=2) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.00 0.00 row cache lock 1 0.00 0.00 library cache pin 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: 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 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 66 0 15 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.02 0.02 0 66 0 15 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 ---------- ---------- ---------- --------------------------------------------------- 5 5 5 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=2000 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.00 0.01 ******************************************************************************** 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 3 0.01 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 6 0.01 0.01 0 90 0 39 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 0 90 0 39 Misses in library cache during parse: 3 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 13 13 13 SORT ORDER BY (cr=30 pr=0 pw=0 time=3757 us cost=11 size=780 card=13) 13 13 13 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2831 us cost=10 size=780 card=13) 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 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 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: 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 AGGREGATE (cr=22 pr=0 pw=0 time=2986 us) 79 79 79 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=928 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 ******************************************************************************** SQL ID: 3gtn7nt0jtvrf Plan Hash: 3975849947 SELECT Articoli.CodArt, Articoli.CodInt, Articoli.Descrizione, fornitori.codfor, Movimenti.Qta, Tabelle.UtCodice AS CodTipoScar, Tabelle_1.UtCodice AS CodTipoArt, Articoli.Progressivo AS Articolo, Movimenti.TipoScar AS ProgrTipoScar, Movimenti.TipoArticolo AS ProgrTipoArt, movimenti.lotto, movimenti.scadenzalotto, movimenti.numdocum, Movimenti.Progressivo AS ProgrMovimento, Movimenti.Info, Movimenti.ScaricoWS, movimenti.id_rr, Movimenti.TipoIntegrazioneEsterna FROM Movimenti,Articoli,Tabelle,Tabelle Tabelle_1,fornitori WHERE Articoli.Progressivo = Movimenti.Articolo AND Movimenti.TipoScar = Tabelle.Progressivo(+) AND Movimenti.TipoArticolo = Tabelle_1.Progressivo(+) AND articoli.fornitore = fornitori.progressivo(+) AND Movimenti.Intervento = 96 AND Movimenti.Presidio = '0' ORDER BY Movimenti.Progressivo call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.06 0.07 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.01 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.07 0.08 1 2 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 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=6453 us cost=5 size=737 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=6441 us cost=4 size=727 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=6436 us cost=3 size=717 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=6430 us cost=2 size=677 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID MOVIMENTI (cr=1 pr=0 pw=0 time=6422 us cost=1 size=443 card=1) 0 0 0 INDEX FULL SCAN MOVIMENTI1 (cr=1 pr=0 pw=0 time=6412 us cost=1 size=0 card=1)(object id 4328365) 0 0 0 TABLE ACCESS BY INDEX ROWID ARTICOLI (cr=0 pr=0 pw=0 time=0 us cost=1 size=234 card=1) 0 0 0 INDEX UNIQUE SCAN ARTICOLI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=40 card=1) 0 0 0 INDEX UNIQUE SCAN FORNITORI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328741) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=10 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=10 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) 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.03 0.07 gc cr grant 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*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 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 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.01 0.01 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=4046 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.00 0.00 ******************************************************************************** SQL ID: 9xatsu4xrd9rt Plan Hash: 3313776741 SELECT COUNT(*) AS NUM_EQUIPE FROM INTEQUIPE WHERE PROGRINTERVENTO =96 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.01 2 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.02 2 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 SORT AGGREGATE (cr=2 pr=1 pw=0 time=6330 us) 0 1 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=1 pw=0 time=6298 us cost=1 size=3 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 gc cr grant 2-way 2 0.00 0.00 db file sequential read 2 0.00 0.00 ******************************************************************************** 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 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: 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 TABLE ACCESS FULL SETUPGRIGLIEWEB (cr=22 pr=0 pw=0 time=3996 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.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 22 0.01 0.01 0 0 0 0 Execute 22 0.04 0.05 0 0 0 0 Fetch 22 0.01 0.01 0 220 0 22 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 66 0.06 0.07 0 220 0 22 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: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=10 pr=0 pw=0 time=371 us cost=6 size=452 card=1) 1 1 1 NESTED LOOPS OUTER (cr=9 pr=0 pw=0 time=272 us cost=4 size=168 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=237 us cost=3 size=86 card=1) 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=197 us cost=2 size=75 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=131 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=57 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=48 us cost=1 size=15 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=22 us cost=1 size=0 card=1)(object id 4328626) 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=14 us cost=1 size=0 card=1)(object id 4328577) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=23 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=13 us cost=1 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=85 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 46 0.00 0.00 SQL*Net message from client 46 0.04 0.14 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 3 0.00 0.00 library cache pin 3 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 51 0.01 0.01 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.01 0.01 0 102 0 51 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 102 0 51 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=76 us cost=1 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN SALETTE1 (cr=1 pr=0 pw=0 time=43 us cost=1 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 103 0.00 0.00 SQL*Net message from client 103 0.00 0.10 SQL*Net break/reset to client 2 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 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.01 0.01 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=3925 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.00 0.00 ******************************************************************************** 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 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.01 0.01 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=3816 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.00 0.00 ******************************************************************************** SQL ID: 6kgmdtnvbzx7w Plan Hash: 59350479 SELECT ENTRATA FROM RECROOM WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.02 0.03 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.01 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.04 1 2 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 RECROOM (cr=1 pr=0 pw=0 time=5996 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=1 pr=0 pw=0 time=5986 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 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 gc current block 2-way 1 0.00 0.00 row cache lock 3 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 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.01 0.01 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=3707 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.00 0.00 ******************************************************************************** SQL ID: gvy0rp3yj6xvx Plan Hash: 928711236 SELECT * FROM INTRAOP_OSTETRICIA WHERE PROGRINTRAOP = 93 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.01 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 TABLE ACCESS BY INDEX ROWID INTRAOP_OSTETRICIA (cr=1 pr=0 pw=0 time=11915 us cost=1 size=91 card=1) 0 0 0 INDEX UNIQUE SCAN PK_INTRAOP_OSTETRICIA (cr=1 pr=0 pw=0 time=11905 us cost=1 size=0 card=1)(object id 4328418) 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.01 0.01 SQL*Net break/reset to client 2 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 1avb2nxma8p3y Plan Hash: 2842091035 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 13 0.01 0.01 0 0 0 0 Execute 13 0.00 0.00 0 0 0 0 Fetch 26 0.01 0.01 0 39 0 130 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 52 0.03 0.03 0 39 0 130 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 ---------- ---------- ---------- --------------------------------------------------- 10 10 10 SORT ORDER BY (cr=3 pr=0 pw=0 time=665 us cost=4 size=490 card=10) 10 10 10 MERGE JOIN (cr=3 pr=0 pw=0 time=438 us cost=3 size=490 card=10) 15 15 15 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=168 us cost=1 size=630 card=15) 15 15 15 INDEX FULL SCAN REPARTI1 (cr=1 pr=0 pw=0 time=86 us cost=1 size=0 card=15)(object id 4328413) 10 10 10 SORT JOIN (cr=1 pr=0 pw=0 time=235 us cost=2 size=70 card=10) 10 10 10 INDEX SKIP SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=221 us cost=1 size=70 card=10)(object id 4328626) 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.07 0.25 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: df9ux30p16gu1 Plan Hash: 3089551290 select ACTIVITYLOG from HIBERNATE_HILO for update call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 59 0.02 0.02 0 0 0 0 Execute 59 0.07 0.17 0 118 119 0 Fetch 59 0.01 0.01 0 0 0 59 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 177 0.10 0.21 0 118 119 59 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 25 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 FOR UPDATE (cr=2 pr=0 pw=0 time=5267 us) 2 2 2 BUFFER SORT (cr=2 pr=0 pw=0 time=2032 us) 1 1 1 TABLE ACCESS FULL HIBERNATE_HILO (cr=2 pr=0 pw=0 time=1952 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 122 0.00 0.00 SQL*Net message from client 122 0.03 0.14 gc cr block 2-way 14 0.02 0.04 gc current block 2-way 14 0.03 0.06 SQL*Net break/reset to client 8 0.00 0.00 SQL*Net more data from client 3 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 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.01 0.01 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=3608 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.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 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.01 0.01 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=3589 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.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 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=5445 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.83 1.52 ******************************************************************************** SQL ID: b8ctw465dxjny Plan Hash: 923941986 select repartobas0_.PROGRESSIVO as PROGRESS1_446_0_, repartobas0_.CODICE as CODICE446_0_, repartobas0_.CCOSTO as CCOSTO446_0_, repartobas0_.DESCRIZIONE as DESCRIZI4_446_0_, repartobas0_.ATTIVO as ATTIVO446_0_, repartobas0_.CODMAG as CODMAG446_0_, repartobas0_.CODUNITAPRELIEVO as CODUNITA7_446_0_, repartobas0_.SIGLACS as SIGLACS446_0_, repartobas0_.CODREGIONALE as CODREGIO9_446_0_, repartobas0_.CODICECRIL as CODICECRIL446_0_, repartobas0_.CHIUSURAAUTOMATICASI as CHIUSUR11_446_0_ from REPARTI repartobas0_ where repartobas0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 48 0.01 0.01 0 0 0 0 Execute 48 0.03 0.03 0 0 0 0 Fetch 48 0.01 0.01 0 96 0 48 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 144 0.06 0.06 0 96 0 48 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: 27 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=69 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=36 us cost=1 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 98 0.00 0.00 SQL*Net message from client 98 0.01 0.11 SQL*Net break/reset to client 4 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 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.01 0.01 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=3555 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.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 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.01 0.01 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=3630 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.00 0.00 ******************************************************************************** SQL ID: 0kj7u1jp3vy1c Plan Hash: 2239390328 SELECT * FROM EMODERIVATI WHERE INTERVENTO = 96 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.01 0.02 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.01 1 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.02 0.03 1 8 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=1434 us cost=3 size=75 card=1) 0 0 0 TABLE ACCESS FULL EMODERIVATI (cr=1 pr=0 pw=0 time=1357 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 19 0.00 0.00 SQL*Net message from client 19 0.06 0.07 db file sequential read 1 0.00 0.00 SQL*Net break/reset to client 6 0.00 0.00 gc current block 2-way 1 0.00 0.00 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: 0r2b2s3qn026g Plan Hash: 3382396010 SELECT DESCRIZIONE FROM ICDINTERVENTI,ICD9CM WHERE ICDINTERVENTI.ICD = ICD9CM.PROGRESSIVO AND ICDINTERVENTI.INTERVENTO = 96 AND CONTATORE = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 32 0.01 0.02 0 0 0 0 Execute 32 0.00 0.00 0 0 0 0 Fetch 32 0.00 0.01 0 60 0 7 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 96 0.03 0.03 0 60 0 7 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 22 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 1 NESTED LOOPS (cr=2 pr=0 pw=0 time=421 us cost=2 size=120 card=1) 0 0 1 NESTED LOOPS (cr=2 pr=0 pw=0 time=330 us cost=2 size=120 card=1) 0 0 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=1 pr=0 pw=0 time=234 us cost=1 size=11 card=1) 0 0 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=138 us cost=1 size=0 card=1)(object id 4328796) 0 0 1 INDEX UNIQUE SCAN ICD9CM1 (cr=1 pr=0 pw=0 time=91 us cost=1 size=0 card=1)(object id 4328949) 0 0 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=0 pr=0 pw=0 time=79 us cost=1 size=109 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 69 0.00 0.00 SQL*Net message from client 69 0.07 0.14 SQL*Net break/reset to client 10 0.08 0.09 gc cr block 2-way 2 0.00 0.00 gc current block 2-way 2 0.00 0.00 ******************************************************************************** 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 1 0.00 0.00 0 0 0 0 Execute 330 0.18 0.18 0 0 0 0 Fetch 330 0.01 0.01 0 330 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 661 0.20 0.20 0 330 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: 1 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=54 us cost=1 size=6 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESARIATTIVAZIONE3 (cr=1 pr=0 pw=0 time=44 us cost=1 size=0 card=1)(object id 4328261) ******************************************************************************** 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 12 0.00 0.00 0 0 0 0 Execute 12 0.03 0.03 0 0 0 0 Fetch 12 0.01 0.01 0 96 0 12 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 36 0.05 0.05 0 96 0 12 Misses in library cache during parse: 2 Misses in library cache during execute: 3 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 NESTED LOOPS (cr=8 pr=0 pw=0 time=633 us cost=5 size=121 card=1) 1 1 1 NESTED LOOPS (cr=7 pr=0 pw=0 time=598 us cost=5 size=121 card=1) 1 1 1 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=555 us cost=4 size=100 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=30 us cost=1 size=0 card=1)(object id 4328639) 1 1 1 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=1 pr=0 pw=0 time=19 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 24 0.00 0.00 SQL*Net message from client 24 0.01 0.03 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: 4wv1b51hw6ptq Plan Hash: 789008611 SELECT * FROM INTRAOP_DATIFIGLIO WHERE PROGRINTRAOP = 93 ORDER BY PROGRESSIVO 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.01 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 TABLE ACCESS BY INDEX ROWID INTRAOP_DATIFIGLIO (cr=1 pr=1 pw=0 time=11113 us cost=1 size=3153 card=1) 0 0 0 INDEX FULL SCAN PK_INTRAOP_DATIFIGLIO (cr=1 pr=1 pw=0 time=11098 us cost=1 size=0 card=1)(object id 4328725) 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.01 0.01 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 3 0.07 0.07 ******************************************************************************** SQL ID: 5d6jt8rdqs5bj Plan Hash: 490733385 SELECT ICD FROM ICDPREVISIONI WHERE PREVISIONE = 171 ORDER BY CONTATORE 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 6 0.00 0.01 1 12 0 40 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 10 0.01 0.02 1 12 0 40 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 ---------- ---------- ---------- --------------------------------------------------- 20 20 20 TABLE ACCESS BY INDEX ROWID ICDPREVISIONI (cr=6 pr=0 pw=0 time=5209 us cost=2 size=240 card=20) 20 20 20 INDEX RANGE SCAN ICDPREVISIONI1 (cr=4 pr=0 pw=0 time=289 us cost=1 size=0 card=20)(object id 4328317) 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 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 5 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: f0vrffjhpjvqj Plan Hash: 3798878895 SELECT intervento FROM esamirichiestipv where intervento = 96 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.01 1 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.01 1 4 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 TABLE ACCESS FULL ESAMIRICHIESTIPV (cr=1 pr=0 pw=0 time=2718 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 9 0.00 0.00 SQL*Net message from client 9 0.00 0.00 db file sequential read 1 0.00 0.00 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 break/reset to 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 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.01 0.01 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=3325 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.00 0.00 ******************************************************************************** SQL ID: b0bxu6vgygh8x Plan Hash: 3389620326 SELECT macchina FROM polling WHERE polling.tabella = 'INTERVENTI' AND polling.valore = 96 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.01 0 26 0 13 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.01 0.02 0 26 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 POLLING (cr=2 pr=0 pw=0 time=757 us cost=1 size=48 card=1) 1 1 1 INDEX SKIP SCAN POLLING1 (cr=1 pr=0 pw=0 time=419 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 26 0.00 0.00 SQL*Net message from client 26 0.00 0.01 gc cr block 2-way 4 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 4 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 3bd6py32vda5g Plan Hash: 2977298417 select intraopane0_.PROGRESSIVO as col_0_0_, intraopane0_.LUOGORISVEGLIO as col_1_0_, intraopane0_.PROSEGUERR as col_2_0_, intraopane0_.DECURARIZZAZIONE as col_3_0_, intraopane0_.ELASTOMERO as col_4_0_, intraopane0_.POMPAANALG as col_5_0_, intraopane0_.NOTERISVEGLIO as col_6_0_, intraopane0_.NOTEEVENTIAVVERSI as col_7_0_, intraopane0_.NOTEFARMACIALRISVEGLIO as col_8_0_, intraopane0_.NOTEPRESCRIZIONI as col_9_0_, intraopane0_.BILANCIOIDRICO_NOTE as col_10_0_ from RISVEGLIO intraopane0_ where intraopane0_.PROGINTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.05 0.11 0 0 0 0 Fetch 3 0.00 0.01 1 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.05 0.12 1 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID RISVEGLIO (cr=1 pr=0 pw=0 time=3610 us cost=1 size=9051 card=1) 0 0 0 INDEX RANGE SCAN RISVEGLIO2 (cr=1 pr=0 pw=0 time=3595 us cost=1 size=0 card=1)(object id 4328504) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 25 0.02 0.06 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.01 0.02 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 gc current block 2-way 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 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.01 0.01 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=3358 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.03 0.04 ******************************************************************************** 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.02 0.02 0 90 0 9 Misses in library cache during parse: 3 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=3264 us cost=11 size=60 card=1) 3 3 3 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2735 us cost=10 size=60 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: 2ugpyw784hr6p Plan Hash: 1393957253 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-11-18','yyyy-mm-dd') AND i.progressivo <> 96 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.01 0 7 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.02 0 7 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=72 us cost=1 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=60 us cost=1 size=0 card=1)(object id 4328463) 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=23 us cost=1 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=18 us cost=1 size=0 card=1)(object id 4328463) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=3 pr=0 pw=0 time=10135 us cost=1 size=16 card=1) 2 2 2 INDEX RANGE SCAN INTERVENTI13 (cr=1 pr=0 pw=0 time=61 us cost=1 size=0 card=1)(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.09 0.10 gc current block 2-way 1 0.00 0.00 ******************************************************************************** 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 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 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 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=4826 us cost=11 size=60 card=1) 8 8 8 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4465 us cost=10 size=60 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: 6kgjxumrkjfw4 Plan Hash: 2035021956 SELECT * FROM DIL_DATI WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.03 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.01 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.04 1 2 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 FULL DIL_DATI (cr=1 pr=0 pw=0 time=5288 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 4 0.00 0.00 SQL*Net message from client 4 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: 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 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.01 0.01 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=3247 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.00 0.00 ******************************************************************************** SQL ID: 3wr5z992xgq0r Plan Hash: 233579607 SELECT CONSENSO_ACQUISITO FROM PAZIENTI, INTERVENTI WHERE INTERVENTI.CODPAZIENTE = PAZIENTI.PROGRESSIVO AND INTERVENTI.PROGRESSIVO = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 19 0.02 0.02 0 0 0 0 Execute 19 0.00 0.00 0 0 0 0 Fetch 19 0.00 0.01 0 95 0 19 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.03 0.03 0 95 0 19 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 NESTED LOOPS (cr=5 pr=0 pw=0 time=549 us cost=2 size=16 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=68 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=458 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=28 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 42 0.00 0.00 SQL*Net message from client 42 0.01 0.04 SQL*Net break/reset to client 8 0.00 0.00 gc cr block 2-way 1 0.00 0.00 gc current block 2-way 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 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 186 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 186 0 0 Misses in library cache during parse: 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 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=308 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 64 0.00 0.00 SQL*Net message from client 64 0.02 0.08 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 4pwas5m4pb4zn Plan Hash: 4151854619 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_STAMPATOCHECK' call 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.01 1 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.01 1 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 SETUPGRIGLIEWEB (cr=3 pr=1 pw=0 time=10241 us cost=1 size=49 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=1 pw=0 time=10202 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 2 0.00 0.00 SQL*Net message from client 2 0.05 0.05 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 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 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.01 0.01 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=3165 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.03 0.03 ******************************************************************************** SQL ID: 2r4s6wqg0wp8a Plan Hash: 423611684 SELECT * FROM ALTRESCOPIE WHERE INTERVENTO = 96 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 20 0.01 0.01 0 0 0 0 Execute 20 0.00 0.00 0 0 0 0 Fetch 20 0.00 0.01 1 20 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 60 0.01 0.02 1 20 0 0 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=662 us cost=3 size=165 card=1) 0 0 0 TABLE ACCESS FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=610 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 43 0.00 0.00 SQL*Net message from client 43 0.00 0.03 db file sequential read 1 0.00 0.00 SQL*Net break/reset to client 6 0.02 0.02 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 row cache lock 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 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.01 0.01 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=3137 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 7 0.00 0.00 SQL*Net message from client 7 0.00 0.00 SQL*Net break/reset to client 2 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 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 66 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 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=2926 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.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 28 0.00 0.00 0 0 0 0 Execute 28 0.07 0.08 0 0 0 0 Fetch 28 0.00 0.00 0 58 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 84 0.09 0.10 0 58 0 6 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: 20 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=387 us cost=4 size=204 card=1) 0 0 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=374 us cost=3 size=142 card=1) 0 0 1 NESTED LOOPS (cr=2 pr=0 pw=0 time=282 us cost=2 size=120 card=1) 0 0 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=1 pr=0 pw=0 time=262 us cost=1 size=11 card=1) 0 0 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=144 us cost=1 size=0 card=1)(object id 4328796) 0 0 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=1 pr=0 pw=0 time=13 us cost=1 size=109 card=1) 0 0 1 INDEX UNIQUE SCAN ICD9CM1 (cr=0 pr=0 pw=0 time=6 us cost=1 size=0 card=1)(object id 4328949) 0 0 0 TABLE ACCESS BY INDEX ROWID ICDXIMPIANTI (cr=0 pr=0 pw=0 time=87 us cost=1 size=22 card=1) 0 0 0 INDEX UNIQUE SCAN ICDXIMPIANTI1 (cr=0 pr=0 pw=0 time=86 us cost=1 size=0 card=1)(object id 4328404) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=2 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=1 us cost=1 size=0 card=1)(object id 4329013) 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 59 0.00 0.00 SQL*Net message from client 59 0.00 0.05 SQL*Net break/reset to client 6 0.00 0.00 gc current block 2-way 3 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: g1ry77m5dpnmk Plan Hash: 1546270724 Select SYSDATE as Data From Dual call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 47 0.01 0.01 0 0 0 0 Execute 47 0.00 0.00 0 0 0 0 Fetch 47 0.00 0.00 0 0 0 47 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 141 0.03 0.03 0 0 0 47 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 FAST DUAL (cr=0 pr=0 pw=0 time=10 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 95 0.00 0.00 SQL*Net message from client 95 4.13 14.81 latch free 1 0.00 0.00 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 row cache lock 3 0.00 0.00 ******************************************************************************** SQL ID: 5f9v5pzbq6246 Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '75' AND ( nonattivo = '0' or progressivo = 3229 ) 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.02 0.02 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=4526 us cost=11 size=480 card=8) 8 8 8 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4241 us cost=10 size=480 card=8) 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: 695ynpwmjnzs5 Plan Hash: 1499107076 SELECT PROGRESSIVO,STAMPATO,DISCONVALIDATO,DISCONVALIDATO_INT_DAFIRMARE, DISCONVALIDATO_CIA_DAFIRMARE FROM INTERVENTI WHERE PROGRESSIVO = 96 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 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.01 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 INTERVENTI (cr=2 pr=0 pw=0 time=4578 us cost=1 size=14 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=4534 us cost=1 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 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 row cache lock 5 0.02 0.03 ******************************************************************************** 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 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 1 42 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.02 0.02 1 42 0 21 Misses in library cache during parse: 2 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 CONFIGURAZIONI (cr=2 pr=0 pw=0 time=367 us cost=1 size=9 card=1) 1 1 1 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 43 0.00 0.00 SQL*Net message from client 43 0.15 1.02 SQL*Net break/reset to client 2 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: 2jfctuquj9t2p Plan Hash: 2740386076 select (max(PROGRESSIVO)+1) as numero from INTRAOP_ANEST 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 2 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.01 1 2 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=4632 us) 1 1 1 INDEX FULL SCAN (MIN/MAX) PK_INTRAOP_ANEST (cr=1 pr=0 pw=0 time=4602 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 row cache lock 15 0.00 0.03 library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 ******************************************************************************** SQL ID: 7zvjtqvtymkfv 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 = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 32 0.01 0.01 0 0 0 0 Execute 32 0.00 0.00 0 0 0 0 Fetch 32 0.00 0.00 0 64 0 32 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 96 0.02 0.02 0 64 0 32 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 20 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=77 us cost=1 size=186 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=45 us cost=1 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 65 0.00 0.00 SQL*Net message from client 65 1.04 12.55 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: fgff3yx4yspnm Plan Hash: 233579607 SELECT CONSENSO_ACQUISITO FROM PAZIENTI, INTERVENTI WHERE INTERVENTI.CODPAZIENTE = PAZIENTI.PROGRESSIVO AND INTERVENTI.PROGRESSIVO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 32 0.01 0.02 0 0 0 0 Execute 32 0.00 0.00 0 0 0 0 Fetch 32 0.00 0.00 0 160 0 32 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 96 0.03 0.03 0 160 0 32 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 22 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=129 us cost=2 size=16 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=66 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=45 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=27 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 70 0.00 0.00 SQL*Net message from client 70 0.01 0.07 SQL*Net break/reset to client 12 0.04 0.05 SQL*Net more data from client 1 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 02x5d33n6fqmh Plan Hash: 1020994630 SELECT progrintervento FROM intequipe where progrintervento = 96 and temposcopia >0 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 23 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 23 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 INTEQUIPE (cr=3 pr=0 pw=0 time=1161 us cost=2 size=16 card=1) 2 2 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=484 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 16 0.00 0.00 SQL*Net message from client 16 0.06 0.07 gc current block 2-way 1 0.00 0.00 gc cr block 2-way 4 0.00 0.00 row cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: frfjtwu1pwgqd Plan Hash: 290276419 select paziente0_.PROGRESSIVO as PROGRESS1_566_17_, paziente0_.CITTADINANZA as CITTADIN2_566_17_, paziente0_.POSIZIONEPROF as POSIZION3_566_17_, paziente0_.COMUNENASCITA as COMUNENA4_566_17_, paziente0_.PROFESSIONE as PROFESSI5_566_17_, paziente0_.STATOCIVILE as STATOCIV6_566_17_, paziente0_.COMUNERESIDENZA as COMUNERE7_566_17_, paziente0_.USL as USL566_17_, paziente0_.MEDICOCHEINVIA as MEDICOCH9_566_17_, paziente0_.RAMOATTIVITA as RAMOATT10_566_17_, paziente0_.REGIONEASSISTENZA as REGIONE11_566_17_, paziente0_.TITOLOSTUDIO as TITOLOS12_566_17_, paziente0_.COGNOME as COGNOME566_17_, paziente0_.COGNOME2 as COGNOME14_566_17_, paziente0_.NOME as NOME566_17_, paziente0_.INDIRIZZO as INDIRIZZO566_17_, paziente0_.SESSO as SESSO566_17_, paziente0_.TELEFONO as TELEFONO566_17_, paziente0_.DATANASCITA as DATANAS19_566_17_, paziente0_.CODICESANITARIO as CODICES20_566_17_, paziente0_.NOMEFAMILIARE as NOMEFAM21_566_17_, paziente0_.INDIRIZZOFAMILIARE as INDIRIZ22_566_17_, paziente0_.TELEFONOFAMILIARE as TELEFON23_566_17_, paziente0_.SANGUE as SANGUE566_17_, paziente0_.RH as RH566_17_, paziente0_.CODFISC as CODFISC566_17_, paziente0_.CARDIO_QUANDO as CARDIO27_566_17_, paziente0_.CARDIO_SEM as CARDIO28_566_17_, paziente0_.CHIAVEESTERNA as CHIAVEE29_566_17_, paziente0_.DATAMATRIMONIO as DATAMAT30_566_17_, paziente0_.DOMICILIO as DOMICILIO566_17_, paziente0_.MEF as MEF566_17_, paziente0_.STP as STP566_17_, paziente0_.IDREGIONALE as IDREGIO34_566_17_, paziente0_.SIGLAPAZINS as SIGLAPA35_566_17_, paziente0_.DATAORAPAZINS as DATAORA36_566_17_, paziente0_.COMMENTO as COMMENTO566_17_, paziente0_.CONSENSO_ACQUISITO as CONSENSO38_566_17_, paziente0_.DATAVALIDITAMEF as DATAVAL39_566_17_, paziente0_.ENTECERTIFICANTE as ENTECER40_566_17_, paziente0_.COMUNERESIDENZAESTERO as COMUNER41_566_17_, paziente0_.COMUNENASCITAESTERO as COMUNEN42_566_17_, paziente0_.QUALITACF as QUALITACF566_17_, paziente0_.QUALITACFTRATTI as QUALITA44_566_17_, paziente0_.TEAM_NUMEROTESSERA as TEAM45_566_17_, paziente0_.DOC_CODICE as DOC46_566_17_, paziente0_.DOC_NAZIONERILASCIO as DOC47_566_17_, paziente0_.ES_DNI as ES48_566_17_, paziente0_.ES_NIF as ES49_566_17_, paziente0_.ES_NIE as ES50_566_17_, paziente0_.NUMPASSAPORTO as NUMPASS51_566_17_, paziente0_.NUMTESSSANEUROPEA as NUMTESS52_566_17_, paziente0_.ES_NUMTESSSANARAGONA as ES53_566_17_, paziente0_.ES_NUMSOCIALESICUREZZA as ES54_566_17_, cittadinan1_.PROGRESSIVO as PROGRESS1_428_0_, cittadinan1_.UTCODICE as UTCODICE428_0_, cittadinan1_.DESCRIZIONE as DESCRIZI4_428_0_, cittadinan1_.NONATTIVO as NONATTIVO428_0_, cittadinan1_.COPIAPROGRESSIVO as COPIAPRO6_428_0_, cittadinan1_.DATAORA as DATAORA428_0_, cittadinan1_.DATAINIZIO as DATAINIZIO428_0_, cittadinan1_.DATAFINE as DATAFINE428_0_, posizionep2_.PROGRESSIVO as PROGRESS1_428_1_, posizionep2_.UTCODICE as UTCODICE428_1_, posizionep2_.DESCRIZIONE as DESCRIZI4_428_1_, posizionep2_.NONATTIVO as NONATTIVO428_1_, posizionep2_.COPIAPROGRESSIVO as COPIAPRO6_428_1_, posizionep2_.DATAORA as DATAORA428_1_, posizionep2_.DATAINIZIO as DATAINIZIO428_1_, posizionep2_.DATAFINE as DATAFINE428_1_, comune3_.PROGRESSIVO as PROGRESS1_572_2_, comune3_.CODICE as CODICE572_2_, comune3_.DESCRIZIONE as DESCRIZI3_572_2_, comune3_.CAP as CAP572_2_, comune3_.PROVINCIA as PROVINCIA572_2_, comune3_.CODICECF as CODICECF572_2_, comune3_.PROGRPROVINCIA as PROGRPRO7_572_2_, comune3_.SOPPRESSO as SOPPRESSO572_2_, provincie4_.PROGRESSIVO as PROGRESS1_574_3_, provincie4_.CODICEISTAT as CODICEIS2_574_3_, provincie4_.DESCRIZIONE as DESCRIZI3_574_3_, provincie4_.PROGRREGIONE as PROGRREG4_574_3_, provincie4_.SIGLA as SIGLA574_3_, regioni5_.PROGRESSIVO as PROGRESS1_428_4_, regioni5_.UTCODICE as UTCODICE428_4_, regioni5_.DESCRIZIONE as DESCRIZI4_428_4_, regioni5_.NONATTIVO as NONATTIVO428_4_, regioni5_.COPIAPROGRESSIVO as COPIAPRO6_428_4_, regioni5_.DATAORA as DATAORA428_4_, regioni5_.DATAINIZIO as DATAINIZIO428_4_, regioni5_.DATAFINE as DATAFINE428_4_, profession6_.PROGRESSIVO as PROGRESS1_428_5_, profession6_.UTCODICE as UTCODICE428_5_, profession6_.DESCRIZIONE as DESCRIZI4_428_5_, profession6_.NONATTIVO as NONATTIVO428_5_, profession6_.COPIAPROGRESSIVO as COPIAPRO6_428_5_, profession6_.DATAORA as DATAORA428_5_, profession6_.DATAINIZIO as DATAINIZIO428_5_, profession6_.DATAFINE as DATAFINE428_5_, statocivil7_.PROGRESSIVO as PROGRESS1_428_6_, statocivil7_.UTCODICE as UTCODICE428_6_, statocivil7_.DESCRIZIONE as DESCRIZI4_428_6_, statocivil7_.NONATTIVO as NONATTIVO428_6_, statocivil7_.COPIAPROGRESSIVO as COPIAPRO6_428_6_, statocivil7_.DATAORA as DATAORA428_6_, statocivil7_.DATAINIZIO as DATAINIZIO428_6_, statocivil7_.DATAFINE as DATAFINE428_6_, comune8_.PROGRESSIVO as PROGRESS1_572_7_, comune8_.CODICE as CODICE572_7_, comune8_.DESCRIZIONE as DESCRIZI3_572_7_, comune8_.CAP as CAP572_7_, comune8_.PROVINCIA as PROVINCIA572_7_, comune8_.CODICECF as CODICECF572_7_, comune8_.PROGRPROVINCIA as PROGRPRO7_572_7_, comune8_.SOPPRESSO as SOPPRESSO572_7_, usl9_.PROGRESSIVO as PROGRESS1_428_8_, usl9_.UTCODICE as UTCODICE428_8_, usl9_.DESCRIZIONE as DESCRIZI4_428_8_, usl9_.NONATTIVO as NONATTIVO428_8_, usl9_.COPIAPROGRESSIVO as COPIAPRO6_428_8_, usl9_.DATAORA as DATAORA428_8_, usl9_.DATAINIZIO as DATAINIZIO428_8_, usl9_.DATAFINE as DATAFINE428_8_, medicofami10_.PROGRESSIVO as PROGRESS1_428_9_, medicofami10_.UTCODICE as UTCODICE428_9_, medicofami10_.DESCRIZIONE as DESCRIZI4_428_9_, medicofami10_.NONATTIVO as NONATTIVO428_9_, medicofami10_.COPIAPROGRESSIVO as COPIAPRO6_428_9_, medicofami10_.DATAORA as DATAORA428_9_, medicofami10_.DATAINIZIO as DATAINIZIO428_9_, medicofami10_.DATAFINE as DATAFINE428_9_, ramoattivi11_.PROGRESSIVO as PROGRESS1_428_10_, ramoattivi11_.UTCODICE as UTCODICE428_10_, ramoattivi11_.DESCRIZIONE as DESCRIZI4_428_10_, ramoattivi11_.NONATTIVO as NONATTIVO428_10_, ramoattivi11_.COPIAPROGRESSIVO as COPIAPRO6_428_10_, ramoattivi11_.DATAORA as DATAORA428_10_, ramoattivi11_.DATAINIZIO as DATAINIZIO428_10_, ramoattivi11_.DATAFINE as DATAFINE428_10_, regioni12_.PROGRESSIVO as PROGRESS1_428_11_, regioni12_.UTCODICE as UTCODICE428_11_, regioni12_.DESCRIZIONE as DESCRIZI4_428_11_, regioni12_.NONATTIVO as NONATTIVO428_11_, regioni12_.COPIAPROGRESSIVO as COPIAPRO6_428_11_, regioni12_.DATAORA as DATAORA428_11_, regioni12_.DATAINIZIO as DATAINIZIO428_11_, regioni12_.DATAFINE as DATAFINE428_11_, titolostud13_.PROGRESSIVO as PROGRESS1_428_12_, titolostud13_.UTCODICE as UTCODICE428_12_, titolostud13_.DESCRIZIONE as DESCRIZI4_428_12_, titolostud13_.NONATTIVO as NONATTIVO428_12_, titolostud13_.COPIAPROGRESSIVO as COPIAPRO6_428_12_, titolostud13_.DATAORA as DATAORA428_12_, titolostud13_.DATAINIZIO as DATAINIZIO428_12_, titolostud13_.DATAFINE as DATAFINE428_12_, utente14_.SIGLA as SIGLA433_13_, utente14_.UTENTE as UTENTE433_13_, utente14_.LIVELLO as LIVELLO433_13_, utente14_.PASSWORD as PASSWORD433_13_, utente14_.PASSWORD2 as PASSWORD5_433_13_, utente14_.ATTIVO as ATTIVO433_13_, utente14_.ULTIMOACCESSO as ULTIMOAC7_433_13_, utente14_.LINGUA as LINGUA433_13_, utente14_.DATAPASSWORD as DATAPASS9_433_13_, utente14_.CAMBIOPASSWORD as CAMBIOP10_433_13_, utente14_.DATADISATTIVAZIONE as DATADIS11_433_13_, utente14_.DATARIATTIVAZIONE as DATARIA12_433_13_, utente14_.SMARTCARD as SMARTCARD433_13_, utente14_.CODFISC as CODFISC433_13_, utente14_.IGNORAADSI as IGNORAADSI433_13_, utente14_.COGNOME as COGNOME433_13_, utente14_.NOME as NOME433_13_, utente14_.SESSO as SESSO433_13_, utente14_.DATANASCITA as DATANAS19_433_13_, utente14_.COMUNENASCITA as COMUNEN20_433_13_, utente14_.TELEFONO as TELEFONO433_13_, utente14_.CODICEESTERNO as CODICEE22_433_13_, utente14_.MAIL as MAIL433_13_, utente14_.IMMAGINE as IMMAGINE433_13_, utente14_.IMMAGINETIPO as IMMAGIN25_433_13_, utente14_.INVIATO_O4C as INVIATO26_433_13_, livello15_.LIVELLO as LIVELLO442_14_, livello15_.DESCRIZIONE as DESCRIZI2_442_14_, livello15_.CONSULENTE as CONSULENTE442_14_, comune16_.PROGRESSIVO as PROGRESS1_572_15_, comune16_.CODICE as CODICE572_15_, comune16_.DESCRIZIONE as DESCRIZI3_572_15_, comune16_.CAP as CAP572_15_, comune16_.PROVINCIA as PROVINCIA572_15_, comune16_.CODICECF as CODICECF572_15_, comune16_.PROGRPROVINCIA as PROGRPRO7_572_15_, comune16_.SOPPRESSO as SOPPRESSO572_15_, comune17_.PROGRESSIVO as PROGRESS1_572_16_, comune17_.CODICE as CODICE572_16_, comune17_.DESCRIZIONE as DESCRIZI3_572_16_, comune17_.CAP as CAP572_16_, comune17_.PROVINCIA as PROVINCIA572_16_, comune17_.CODICECF as CODICECF572_16_, comune17_.PROGRPROVINCIA as PROGRPRO7_572_16_, comune17_.SOPPRESSO as SOPPRESSO572_16_ from PAZIENTI paziente0_, TABELLE cittadinan1_, TABELLE posizionep2_, COMUNI comune3_, PROVINCIE provincie4_, TABELLE regioni5_, TABELLE profession6_, TABELLE statocivil7_, COMUNI comune8_, TABELLE usl9_, TABELLE medicofami10_, TABELLE ramoattivi11_, TABELLE regioni12_, TABELLE titolostud13_, UTENTI utente14_, DESCRIZIONILIVELLI livello15_, COMUNI comune16_, COMUNI comune17_ where paziente0_.CITTADINANZA=cittadinan1_.PROGRESSIVO(+) and paziente0_.POSIZIONEPROF=posizionep2_.PROGRESSIVO(+) and paziente0_.COMUNENASCITA=comune3_.PROGRESSIVO(+) and comune3_.PROGRPROVINCIA=provincie4_.PROGRESSIVO(+) and provincie4_.PROGRREGIONE=regioni5_.PROGRESSIVO(+) and paziente0_.PROFESSIONE=profession6_.PROGRESSIVO(+) and paziente0_.STATOCIVILE=statocivil7_.PROGRESSIVO(+) and paziente0_.COMUNERESIDENZA=comune8_.PROGRESSIVO(+) and paziente0_.USL= usl9_.PROGRESSIVO(+) and paziente0_.MEDICOCHEINVIA= medicofami10_.PROGRESSIVO(+) and paziente0_.RAMOATTIVITA= ramoattivi11_.PROGRESSIVO(+) and paziente0_.REGIONEASSISTENZA= regioni12_.PROGRESSIVO(+) and paziente0_.TITOLOSTUDIO= titolostud13_.PROGRESSIVO(+) and paziente0_.SIGLAPAZINS=utente14_.SIGLA(+) and utente14_.LIVELLO=livello15_.LIVELLO(+) and utente14_.COMUNENASCITA= comune16_.PROGRESSIVO(+) and paziente0_.DOC_NAZIONERILASCIO= comune17_.PROGRESSIVO(+) and paziente0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.01 0.01 0 0 0 0 Execute 11 0.11 0.11 0 0 0 0 Fetch 22 0.00 0.00 0 113 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 44 0.13 0.13 0 113 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: 9 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=10 pr=0 pw=0 time=453 us cost=18 size=1025 card=1) 1 1 1 NESTED LOOPS OUTER (cr=10 pr=0 pw=0 time=472 us cost=17 size=965 card=1) 1 1 1 NESTED LOOPS OUTER (cr=10 pr=0 pw=0 time=453 us cost=16 size=941 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=408 us cost=15 size=920 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=390 us cost=14 size=882 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=358 us cost=13 size=822 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=341 us cost=12 size=762 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=323 us cost=11 size=724 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=307 us cost=10 size=664 card=1) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=289 us cost=9 size=604 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=255 us cost=8 size=566 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=239 us cost=7 size=506 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=221 us cost=6 size=446 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=205 us cost=5 size=386 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=183 us cost=4 size=326 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=166 us cost=3 size=266 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=117 us cost=2 size=166 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=89 us cost=1 size=128 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) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=15 us cost=1 size=38 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=7 us cost=1 size=0 card=1)(object id 4328217) 1 1 1 TABLE ACCESS BY INDEX ROWID UTENTI (cr=2 pr=0 pw=0 time=36 us cost=1 size=100 card=1) 1 1 1 INDEX UNIQUE SCAN UTENTI1 (cr=1 pr=0 pw=0 time=16 us cost=1 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=60 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=8 us cost=1 size=60 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=8 us cost=1 size=60 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=8 us cost=1 size=60 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=7 us cost=1 size=60 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 1 1 TABLE ACCESS BY INDEX ROWID COMUNI (cr=2 pr=0 pw=0 time=24 us cost=1 size=38 card=1) 0 1 1 INDEX UNIQUE SCAN COMUNI1 (cr=1 pr=0 pw=0 time=12 us cost=1 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=60 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=8 us cost=1 size=60 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 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=1 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=60 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 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=2 pr=0 pw=0 time=20 us cost=1 size=60 card=1) 0 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=1 pr=0 pw=0 time=13 us cost=1 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=1 size=0 card=1)(object id 4328217) 1 1 1 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=28 us cost=1 size=21 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=16 us cost=1 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=1 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=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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 33 0.00 0.00 SQL*Net more data to client 33 0.00 0.00 SQL*Net message from client 33 0.00 0.04 ******************************************************************************** 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 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 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 60 0 6 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 ---------- ---------- ---------- --------------------------------------------------- 3 3 3 SORT ORDER BY (cr=30 pr=0 pw=0 time=4038 us cost=11 size=60 card=1) 3 3 3 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2524 us cost=10 size=60 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: 9r6huwzg2rdd3 Plan Hash: 1499107076 SELECT DATAINT FROM INTERVENTI WHERE PROGRESSIVO = 97 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: 2 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=1139 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=45 us cost=1 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.03 0.06 gc cr block busy 1 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=135 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=123 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 105 0.00 0.00 SQL*Net message from client 105 0.13 0.29 SQL*Net break/reset to client 6 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=138 us cost=1 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 107 0.00 0.00 SQL*Net message from client 107 0.06 0.23 SQL*Net break/reset to client 10 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** 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 16 0.01 0.01 0 0 0 0 Execute 16 0.00 0.00 0 0 0 0 Fetch 16 0.00 0.00 0 32 0 80 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.02 0.02 0 32 0 80 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 ---------- ---------- ---------- --------------------------------------------------- 5 5 5 SORT ORDER BY (cr=2 pr=0 pw=0 time=329 us cost=4 size=295 card=5) 5 5 5 TABLE ACCESS FULL REGIMIRICOVERO (cr=2 pr=0 pw=0 time=175 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 33 0.00 0.00 SQL*Net message from client 33 0.03 0.05 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: 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=1 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 102 0.00 0.00 SQL*Net message from client 102 0.00 0.08 ******************************************************************************** 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=1 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 106 0.00 0.00 SQL*Net message from client 106 0.02 0.11 SQL*Net break/reset to client 8 0.00 0.01 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: gzvgjh1a8w6p8 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 = 97 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 36 0 9 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27 0.02 0.02 0 36 0 9 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=748 us cost=2 size=43 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=249 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=47 us cost=1 size=0 card=1)(object id 4329001) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=481 us cost=1 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=21 us cost=1 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 19 0.00 0.00 SQL*Net message from client 19 0.00 0.04 gc cr block 2-way 3 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: 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 45 0.01 0.01 0 0 0 0 Execute 45 0.04 0.04 0 0 0 0 Fetch 45 0.00 0.00 0 45 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 135 0.06 0.06 0 45 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=136 us cost=2 size=1551 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 90 0.00 0.00 SQL*Net message from client 90 0.11 0.24 ******************************************************************************** SQL ID: 1w7kj9whhctj7 Plan Hash: 2549113427 select rowid, intervento,tempo FROM tempiinterventi WHERE intervento = 97 AND progrtempo = 7 AND NOT tempo 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 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.01 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 TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=8039 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=6486 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 2 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.04 0.04 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=131 us cost=1 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 106 0.00 0.00 SQL*Net message from client 106 0.04 0.16 SQL*Net break/reset to client 8 0.00 0.00 ******************************************************************************** SQL ID: 3rp7g860sxhz8 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 = 97 ORDER BY ICDINTERVENTI.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 22 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.02 0 22 0 3 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 1 1 NESTED LOOPS OUTER (cr=6 pr=0 pw=0 time=1882 us cost=3 size=136 card=1) 0 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=1819 us cost=2 size=27 card=1) 0 1 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=2 pr=0 pw=0 time=98 us cost=1 size=11 card=1) 0 1 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=62 us cost=1 size=0 card=1)(object id 4328796) 0 1 1 TABLE ACCESS BY INDEX ROWID TEMPIICD (cr=2 pr=0 pw=0 time=1709 us cost=1 size=16 card=1) 0 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=1036 us cost=1 size=0 card=1)(object id 4328882) 0 1 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=2 pr=0 pw=0 time=50 us cost=1 size=109 card=1) 0 1 1 INDEX UNIQUE SCAN ICD9CM1 (cr=2 pr=0 pw=0 time=22 us cost=1 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 8 0.00 0.00 SQL*Net message from client 8 0.01 0.02 gc cr block 2-way 4 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=137 us cost=1 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 103 0.00 0.00 SQL*Net message from client 103 0.12 0.32 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: 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=138 us cost=1 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 103 0.00 0.00 SQL*Net message from client 103 0.00 0.08 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 9q2vdnhfnc322 Plan Hash: 1499107076 SELECT stampato From interventi Where progressivo = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 32 0.01 0.01 0 0 0 0 Execute 32 0.00 0.00 0 0 0 0 Fetch 32 0.00 0.00 0 64 0 32 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 96 0.02 0.02 0 64 0 32 Misses in library cache during parse: 2 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 BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=80 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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 64 0.00 0.00 SQL*Net message from client 64 0.02 0.07 library cache lock 1 0.00 0.00 library cache pin 1 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 31 0.03 0.03 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 217 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.04 0.04 0 217 0 0 Misses in library cache during parse: 6 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 22 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=238 us cost=1 size=24 card=1) 8 8 8 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 62 0.00 0.00 SQL*Net message from client 62 0.01 0.08 library cache lock 1 0.00 0.00 library cache pin 1 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=133 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=118 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 104 0.00 0.00 SQL*Net message from client 104 0.00 0.08 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 7618cw36zck6m Plan Hash: 2600569057 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, :3, :4, :5, :6, :7) 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 6 0.00 0.00 0 21 0 45 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 0 21 0 45 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 ---------- ---------- ---------- --------------------------------------------------- 15 15 15 HASH JOIN OUTER (cr=7 pr=0 pw=0 time=2049 us cost=4 size=1335 card=15) 15 15 15 INLIST ITERATOR (cr=4 pr=0 pw=0 time=479 us) 15 15 15 TABLE ACCESS BY INDEX ROWID REPARTIBLOCCHI (cr=4 pr=0 pw=0 time=352 us cost=1 size=105 card=15) 15 15 15 INDEX RANGE SCAN REPARTIBLOCCHI3 (cr=3 pr=0 pw=0 time=200 us cost=1 size=0 card=15)(object id 4328625) 15 15 15 TABLE ACCESS FULL REPARTI (cr=3 pr=0 pw=0 time=134 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 9 0.00 0.00 SQL*Net message from client 9 0.00 0.00 library cache lock 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 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: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL CONFIGURAZIONIWEB (cr=6 pr=0 pw=0 time=925 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.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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=1 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 105 0.00 0.00 SQL*Net message from client 105 0.01 0.10 SQL*Net break/reset to client 6 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 KJC: Wait for msg sends to complete 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 60 0.01 0.01 0 0 0 0 Execute 60 0.25 0.26 0 0 0 0 Fetch 60 0.00 0.00 0 60 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 180 0.28 0.28 0 60 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: 28 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=118 us cost=3 size=86 card=1) 0 0 0 TABLE ACCESS FULL LISTAATTESAGRUPPI (cr=1 pr=0 pw=0 time=107 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=60 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) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 123 0.00 0.00 SQL*Net message from client 123 0.07 0.20 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: 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=1 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 104 0.00 0.00 SQL*Net message from client 104 0.01 0.11 SQL*Net break/reset to client 4 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=121 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 105 0.00 0.00 SQL*Net message from client 105 0.04 0.17 SQL*Net break/reset to client 6 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 1tdmqtka2mjxy Plan Hash: 4143481739 select intraopane0_.PROGRESSIVO as PROGRESS1_513_, intraopane0_.PROGRINTRAOP as PROGRINT2_513_, intraopane0_.TIPO as TIPO513_, intraopane0_.ARMATO as ARMATO513_, intraopane0_.CUFFIATO as CUFFIATO513_, intraopane0_.DIAMETRO as DIAMETRO513_ from INTRAOP_INTUB_CONFIGURABILI intraopane0_, INTRAOP_PRESIDIVIEAEREE intraopane1_ where intraopane0_.TIPO=intraopane1_.PROGRESSIVO(+) and intraopane0_.PROGRINTRAOP=:1 order by intraopane1_.IDPADRE, intraopane1_.ORDINE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.06 0.10 0 0 0 0 Fetch 3 0.00 0.00 1 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.07 0.12 1 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=2550 us cost=4 size=77 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=2481 us cost=3 size=77 card=1) 0 0 0 TABLE ACCESS FULL INTRAOP_INTUB_CONFIGURABILI (cr=1 pr=0 pw=0 time=2471 us cost=2 size=58 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_PRESIDIVIEAEREE (cr=0 pr=0 pw=0 time=0 us cost=1 size=19 card=1) 0 0 0 INDEX UNIQUE SCAN PK_INTRAOP_PRESIDIVIEAEREE (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328304) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 23 0.00 0.04 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.01 0.02 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 gc current block congested 1 0.00 0.00 ******************************************************************************** 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=131 us cost=1 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 103 0.00 0.00 SQL*Net message from client 103 0.00 0.08 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 1mnacgrpvwkqn Plan Hash: 4009073816 SELECT DIAGNOSI.STADIAZIONECONDENSATA FROM DIAGNOSIINTERVENTI,DIAGNOSI WHERE DIAGNOSIINTERVENTI.DIAGNOSI = DIAGNOSI.PROGRESSIVO AND DIAGNOSIINTERVENTI.INTERVENTO = 97 ORDER BY DIAGNOSIINTERVENTI.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 33 0.01 0.01 0 0 0 0 Execute 33 0.00 0.00 0 0 0 0 Fetch 33 0.00 0.00 0 113 0 20 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 99 0.02 0.02 0 113 0 20 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 1 NESTED LOOPS (cr=2 pr=0 pw=0 time=121 us cost=2 size=19 card=1) 0 0 1 NESTED LOOPS (cr=2 pr=0 pw=0 time=106 us cost=2 size=19 card=1) 0 0 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=1 pr=0 pw=0 time=94 us cost=1 size=11 card=1) 0 0 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=79 us cost=1 size=0 card=1)(object id 4328627) 0 0 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=0 pr=0 pw=0 time=6 us cost=1 size=0 card=1)(object id 4328750) 0 0 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=0 pr=0 pw=0 time=4 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 66 0.00 0.00 SQL*Net message from client 66 18.80 100.67 ******************************************************************************** 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 21 0.01 0.01 0 0 0 0 Execute 21 0.04 0.04 0 0 0 0 Fetch 21 0.00 0.00 0 84 0 21 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 63 0.05 0.06 0 84 0 21 Misses in library cache during parse: 3 Misses in library cache during execute: 3 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 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=165 us cost=5 size=243 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=145 us cost=4 size=183 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=130 us cost=3 size=159 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=94 us cost=2 size=138 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID UTENTI (cr=2 pr=0 pw=0 time=70 us cost=1 size=100 card=1) 1 1 1 INDEX UNIQUE SCAN UTENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 size=0 card=1)(object id 4329020) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=13 us cost=1 size=38 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) 1 1 1 TABLE ACCESS BY INDEX ROWID DESCRIZIONILIVELLI (cr=2 pr=0 pw=0 time=28 us cost=1 size=21 card=1) 1 1 1 INDEX UNIQUE SCAN DESCRIZIONILIVELLI1 (cr=1 pr=0 pw=0 time=15 us cost=1 size=0 card=1)(object id 4328639) 0 0 0 TABLE ACCESS BY INDEX ROWID PROVINCIE (cr=0 pr=0 pw=0 time=7 us cost=1 size=24 card=1) 0 0 0 INDEX UNIQUE SCAN PROVINCIE1 (cr=0 pr=0 pw=0 time=4 us cost=1 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=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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 ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 42 0.00 0.00 SQL*Net more data to client 21 0.00 0.00 SQL*Net message from client 42 0.02 0.06 ******************************************************************************** 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=127 us cost=1 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 102 0.00 0.00 SQL*Net message from client 102 0.04 0.12 ******************************************************************************** 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=126 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=114 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 103 0.00 0.00 SQL*Net message from client 103 0.01 0.10 library cache pin 2 0.00 0.00 library cache lock 1 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 latch free 1 0.00 0.00 SQL*Net break/reset to 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=121 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 102 0.00 0.00 SQL*Net message from client 102 0.03 0.12 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 4rrkx3a6swak8 Plan Hash: 4264629923 SELECT P.COGNOME || ' ' || P.NOME AS NOME, P.DATANASCITA, TABBLOCCO.DESCRIZIONE AS DESCBLOCCO, R.DESCRIZIONE AS DESCREPARTO, TABGRUPPILA.DESCRIZIONE AS GRUPPOLISTA, L.DATAPRENOT, PR.DESCRIZIONE AS TIPOINTERVENTO, L.DATARIC, L.SOSPESO, MOTIVOSOSPENSIONE.DESCRIZIONE AS MOTIVOSOSPENSIONE FROM INTERVENTI INTERV, INTERVENTI INTERV_LA, LISTAOP LO, LISTAATTESA L, PREVISIONI PR, PAZIENTI P, TABELLE TABBLOCCO, TABELLE TABGRUPPILA, TABELLE MOTIVOSOSPENSIONE, REPARTI R WHERE L.PREVISIONE = PR.PROGRESSIVO (+) AND L.CODPAZIENTE = P.PROGRESSIVO AND L.REPARTO = R.PROGRESSIVO (+) AND L.NUMERO = LO.PROGLISTAATTESA (+) AND LO.PROGRESSIVO = INTERV.LISTAOP (+) AND (INTERV.DISCONVALIDATO (+) = '0') AND L.NUMERO = INTERV_LA.LISTAATTESA (+) AND (INTERV_LA.DISCONVALIDATO (+) = '0') AND L.BLOCCO = TABBLOCCO.PROGRESSIVO (+) AND L.GRUPPOLISTAATTESA = TABGRUPPILA.PROGRESSIVO (+) AND L.MOTIVOSOSPENSIONE = MOTIVOSOSPENSIONE.PROGRESSIVO (+) AND INTERV.DATAINT IS NULL AND INTERV_LA.DATAINT IS NULL AND L.CODPAZIENTE = 187559 ORDER BY L.DATAPRENOT DESC call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.03 0.03 0 2 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.03 0.03 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 SORT ORDER BY (cr=5 pr=0 pw=0 time=7554 us cost=11 size=306 card=1) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=7489 us cost=10 size=306 card=1) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=7480 us cost=9 size=277 card=1) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=7475 us cost=8 size=248 card=1) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=7471 us cost=7 size=219 card=1) 0 0 0 FILTER (cr=5 pr=0 pw=0 time=7467 us) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=7461 us cost=6 size=188 card=1) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=7456 us cost=5 size=174 card=1) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=7452 us cost=4 size=166 card=1) 0 0 0 FILTER (cr=5 pr=0 pw=0 time=7447 us) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=7442 us cost=3 size=126 card=1) 0 0 0 NESTED LOOPS (cr=5 pr=0 pw=0 time=7437 us cost=2 size=114 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=4320 us cost=1 size=30 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=2380 us cost=1 size=0 card=1)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=2 pr=0 pw=0 time=3103 us cost=1 size=84 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESA6 (cr=2 pr=0 pw=0 time=3091 us cost=1 size=0 card=1)(object id 4328939) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=12 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328382) 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=1 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=0 pr=0 pw=0 time=0 us cost=1 size=8 card=1) 0 0 0 INDEX RANGE SCAN LISTAOP4 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328605) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=14 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 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=0 pr=0 pw=0 time=0 us cost=1 size=31 card=1) 0 0 0 INDEX UNIQUE SCAN PREVISIONI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328856) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=29 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=29 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=29 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) 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.57 2.59 gc current block 2-way 3 0.00 0.00 gc current block congested 1 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: 05a8c6vsbnjjx Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '227' 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 2 0.00 0.00 0 60 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 60 0 8 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 ---------- ---------- ---------- --------------------------------------------------- 4 4 4 SORT ORDER BY (cr=30 pr=0 pw=0 time=3417 us cost=11 size=240 card=4) 4 4 4 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2995 us cost=10 size=240 card=4) 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: 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 51 0.02 0.02 0 0 0 0 Execute 51 0.00 0.00 0 0 0 0 Fetch 51 0.00 0.00 0 51 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 153 0.03 0.03 0 51 0 0 Misses in library cache during parse: 4 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 30 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=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=118 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 107 0.00 0.00 SQL*Net message from client 107 0.00 0.09 SQL*Net break/reset to client 10 0.00 0.00 ******************************************************************************** SQL ID: azkvp1dw1wg3q Plan Hash: 1499107076 SELECT REPARTO,PROGRREPARTO,ANNO,BLOCCO FROM INTERVENTI WHERE PROGRESSIVO = 97 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 9 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27 0.01 0.01 0 18 0 9 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=743 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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.03 0.07 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 KJC: Wait for msg sends to complete 1 0.00 0.00 gc cr block busy 1 0.00 0.00 ******************************************************************************** SQL ID: cpx95tddh58yr Plan Hash: 1499107076 SELECT ALTRI_CHI,ALTRI_SEM FROM INTERVENTI where PROGRESSIVO = 97 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.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 BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=2263 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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.01 gc current block 2-way 1 0.00 0.00 SQL*Net break/reset to client 6 0.00 0.00 ******************************************************************************** SQL ID: 722v7j2wvumwh Plan Hash: 4119684336 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '7' AND ( nonattivo = '0' or progressivo = 23 ) 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 2 0.00 0.00 0 60 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 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=3224 us cost=11 size=60 card=1) 4 4 4 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2611 us cost=10 size=60 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: 1s3avjmqk6fp8 Plan Hash: 1985477029 SELECT PROGRESSIVO FROM PERSONALE WHERE SIGLA = 'XX' AND FUNZIONE = 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 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 PERSONALE (cr=1 pr=1 pw=0 time=7156 us cost=1 size=17 card=1) 0 0 0 INDEX RANGE SCAN PERSONALE6 (cr=1 pr=1 pw=0 time=7145 us cost=1 size=0 card=1)(object id 4329014) 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: 9j1sx5hs299pt Plan Hash: 767198794 SELECT PROGRESSIVOINTERVENTO FROM (SELECT CEC.PROGRESSIVOINTERVENTO FROM CEC, CECDATI WHERE CEC.PROGRESSIVOCEC = CECDATI.PROGRESSIVOCEC AND CEC.PROGRESSIVOINTERVENTO = 96) V call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.07 0.09 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 1 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.07 0.10 1 8 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 NESTED LOOPS (cr=1 pr=0 pw=0 time=873 us cost=3 size=39 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=865 us cost=3 size=39 card=1) 0 0 0 TABLE ACCESS FULL CECDATI (cr=1 pr=0 pw=0 time=860 us cost=2 size=13 card=1) 0 0 0 INDEX RANGE SCAN CEC2 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 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 16 0.00 0.00 SQL*Net message from client 16 0.01 0.03 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 6 0.00 0.01 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 9zvv0nqh1f8a9 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 = 97 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.00 0.00 0 38 0 19 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.02 0.02 0 38 0 19 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 INTERVENTI (cr=2 pr=0 pw=0 time=238 us cost=1 size=186 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=43 us cost=1 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 38 0.00 0.00 SQL*Net message from client 38 0.57 6.74 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 9bxzx549kbyur Plan Hash: 1499107076 SELECT USOCIA FROM INTERVENTI WHERE PROGRESSIVO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 27 0.01 0.01 0 0 0 0 Execute 27 0.00 0.00 0 0 0 0 Fetch 27 0.00 0.00 0 54 0 27 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 81 0.02 0.02 0 54 0 27 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 21 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=73 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 55 0.00 0.00 SQL*Net message from client 55 0.04 0.53 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: 9aqhzbjgb2985 Plan Hash: 1499107076 SELECT Ambulatoriale FROM INTERVENTI WHERE PROGRESSIVO = 96 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: 2 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=392 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=45 us cost=1 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 19 0.00 0.00 SQL*Net message from client 19 0.00 0.02 gc cr block 2-way 1 0.00 0.00 gc current block 2-way 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: gu5b0cvanp7fm Plan Hash: 1499107076 SELECT REPARTO FROM INTERVENTI WHERE PROGRESSIVO = 97 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: 2 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=633 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 21 0.00 0.00 SQL*Net message from client 21 0.00 0.01 gc cr block busy 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 7618cw36zck6m 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, :3, :4, :5, :6, :7) 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 6 0.00 0.00 0 12 0 45 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 0 12 0 45 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 ---------- ---------- ---------- --------------------------------------------------- 15 15 15 HASH JOIN OUTER (cr=4 pr=0 pw=0 time=1527 us cost=4 size=1335 card=15) 15 15 15 INDEX FULL SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=136 us cost=1 size=105 card=15)(object id 4328626) 15 15 15 TABLE ACCESS FULL REPARTI (cr=3 pr=0 pw=0 time=189 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 9 0.00 0.00 SQL*Net message from client 9 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 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 1 6 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 1 6 0 6 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 ---------- ---------- ---------- --------------------------------------------------- 2 2 2 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=1845 us cost=1 size=106 card=2) 2 2 2 INDEX RANGE SCAN CNFGTEMPI2 (cr=1 pr=0 pw=0 time=1797 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 9 0.00 0.00 SQL*Net message from client 9 0.00 0.00 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 6 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 8dc4rzrhhpah3 Plan Hash: 3382396010 SELECT ICD9CM.ICD,ICD9CM.DESCRIZIONE FROM ICDINTERVENTI,ICD9CM WHERE ICDINTERVENTI.ICD = ICD9CM.PROGRESSIVO AND ICDINTERVENTI.INTERVENTO = 96 ORDER BY ICDINTERVENTI.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 5 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.02 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=5833 us cost=2 size=120 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=5762 us cost=2 size=120 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=2 pr=0 pw=0 time=5636 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=2966 us cost=1 size=0 card=1)(object id 4328796) 1 1 1 INDEX UNIQUE SCAN ICD9CM1 (cr=2 pr=0 pw=0 time=109 us cost=1 size=0 card=1)(object id 4328949) 1 1 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=1 pr=0 pw=0 time=28 us cost=1 size=109 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.02 gc current block 2-way 1 0.00 0.00 gc cr block 2-way 1 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 17 0.00 0.00 0 27 0 9 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 35 0.02 0.02 0 27 0 9 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=148 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 31 0.00 0.00 SQL*Net more data to client 27 0.00 0.00 SQL*Net message from client 31 0.00 0.02 SQL*Net break/reset to client 10 0.00 0.00 ******************************************************************************** SQL ID: cp8vrvgcc4uk9 Plan Hash: 1499107076 SELECT IMPIANTI_CHI,IMPIANTI_QUANDO,IMPIANTI_SEM FROM INTERVENTI where PROGRESSIVO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.01 0.01 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.01 0.01 0 12 0 6 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 INTERVENTI (cr=2 pr=0 pw=0 time=513 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=53 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 gc cr block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 87hbsgg2s1dqw Plan Hash: 3822599648 SELECT * FROM ORIGINI WHERE INTERVENTO = 96 ORDER BY CONTATORE 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 0 0 0 Fetch 8 0.00 0.00 1 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.02 0.02 1 8 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=762 us cost=3 size=96 card=1) 0 0 0 TABLE ACCESS FULL ORIGINI (cr=1 pr=0 pw=0 time=696 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 19 0.00 0.00 SQL*Net message from client 19 0.00 0.01 db file sequential read 1 0.00 0.00 SQL*Net break/reset to client 6 0.07 0.07 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 row cache lock 2 0.00 0.00 ******************************************************************************** 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 7 0.01 0.01 0 0 0 0 Execute 7 0.00 0.00 0 0 0 0 Fetch 7 0.00 0.00 1 14 0 14 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 1 14 0 14 Misses in library cache during parse: 3 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 SORT ORDER BY (cr=2 pr=0 pw=0 time=685 us cost=4 size=53 card=1) 2 2 2 TABLE ACCESS FULL CNFGTEMPI (cr=2 pr=0 pw=0 time=605 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 14 0.00 0.00 SQL*Net message from client 14 0.03 0.11 db file sequential read 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 3f1vmba2kcpry Plan Hash: 2549113427 select rowid, intervento,tempo FROM tempiinterventi WHERE intervento = 96 AND progrtempo = 3 AND NOT tempo IS 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 0 0 0 Fetch 2 0.00 0.00 0 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 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 TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=2671 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=1372 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc cr block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: b4zd5ymf2tn3r Plan Hash: 1110805932 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 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 1 12 0 32 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.01 0.01 1 12 0 32 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 ---------- ---------- ---------- --------------------------------------------------- 16 16 16 SORT ORDER BY (cr=6 pr=0 pw=0 time=2518 us cost=6 size=960 card=16) 16 16 16 TABLE ACCESS BY INDEX ROWID TABELLE (cr=6 pr=0 pw=0 time=2670 us cost=5 size=960 card=16) 17 17 17 INDEX RANGE SCAN TABELLE2 (cr=2 pr=0 pw=0 time=2285 us cost=1 size=0 card=17)(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.00 0.00 gc current block 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 ******************************************************************************** SQL ID: 0d7wrwpvavkud Plan Hash: 4119684336 SELECT * FROM TABELLE WHERE CODICETABELLA IN (52,16,23) ORDER BY CODICETABELLA call 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 6 0.00 0.00 0 30 0 53 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.01 0.01 0 30 0 53 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 53 53 53 SORT ORDER BY (cr=30 pr=0 pw=0 time=4342 us cost=11 size=3180 card=53) 53 53 53 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=696 us cost=10 size=3180 card=53) 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*Net break/reset to client 2 0.00 0.00 ******************************************************************************** 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.01 0.01 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=2240 us cost=4 size=1246 card=14) 15 15 15 INDEX FULL SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=219 us cost=1 size=98 card=14)(object id 4328626) 15 15 15 TABLE ACCESS FULL REPARTI (cr=3 pr=0 pw=0 time=229 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.00 ******************************************************************************** SQL ID: 4p1jqgc0s3qza Plan Hash: 1240147847 select altridatii0_.INTERVENTO as col_0_0_, altridatii0_.REINTERVENTO as col_1_0_, altridatii0_.LETTO as col_2_0_, altridatii0_.CONTAGARZE as col_3_0_, altridatii0_.UOANESTESIA as col_4_0_, altridatii0_.SEDUTA as col_5_0_, altridatii0_.GESSO as col_6_0_, altridatii0_.LASER as col_7_0_, altridatii0_.BANCAOSSO as col_8_0_, altridatii0_.IMMUNOPROFILASSIANTID as col_9_0_, altridatii0_.PROTESI as col_10_0_, altridatii0_.PERDITEEMATICHE as col_11_0_, altridatii0_.SNG as col_12_0_, altridatii0_.MILLILITRISNG as col_13_0_, altridatii0_.DRENAGGINUMERO as col_14_0_, altridatii0_.DRENAGGI as col_15_0_, altridatii0_.PIASTRANEUTRA as col_16_0_, altridatii0_.ELETTRODONEUTROSEDE as col_17_0_, altridatii0_.CATETERE as col_18_0_, altridatii0_.CATETERE_POSIZIONE as col_19_0_, altridatii0_.CATETERE_TIPO as col_20_0_, altridatii0_.DIURESIINIZIALE as col_21_0_, altridatii0_.DIURESIFINALE as col_22_0_, altridatii0_.ACCESSOVENOSO as col_23_0_, altridatii0_.LACCIO as col_24_0_, altridatii0_.MINUTILACCIO as col_25_0_, altridatii0_.SEGMENTO as col_26_0_, altridatii0_.AMMDIAG as col_27_0_, altridatii0_.ACCESSO as col_28_0_, altridatii0_.CONTAMINATO as col_29_0_, altridatii0_.CECEFFETTUATA as col_30_0_, altridatii0_.POSIZ as col_31_0_, altridatii0_.SCOPIAGRAFIANONEFFETTUATA as col_32_0_, altridatii0_.STERILIZZAZIONE as col_33_0_, altridatii0_.VALUTAZIONE as col_34_0_, altridatii0_.CONFERMASTERILITA as col_35_0_, altridatii0_.CONTEGGIOSTRUMINIZ as col_36_0_, altridatii0_.CONFERMASTRUMFIN as col_37_0_, altridatii0_.CONTEGGIOAGHI as col_38_0_, altridatii0_.FIRMASTRUM as col_39_0_, altridatii0_.FIRMAINFERMIERESALA as col_40_0_, altridatii0_.STERILNOTE as col_41_0_, uoanestesi1_.PROGRESSIVO as PROGRESS1_473_0_, elettrodon2_.PROGRESSIVO as PROGRESS1_428_1_, cateterepo3_.PROGRESSIVO as PROGRESS1_428_2_, catetereti4_.PROGRESSIVO as PROGRESS1_428_3_, accessoven5_.PROGRESSIVO as PROGRESS1_428_4_, laccioemos6_.PROGRESSIVO as PROGRESS1_428_5_, segmenti7_.PROGRESSIVO as PROGRESS1_428_6_, diagnosiam8_.PROGRESSIVO as PROGRESS1_428_7_, accessochi9_.PROGRESSIVO as PROGRESS1_428_8_, contaminat10_.PROGRESSIVO as PROGRESS1_428_9_, posizione11_.PROGRESSIVO as PROGRESS1_428_10_, intervento12_.PROGRESSIVO as PROGRESS1_624_11_, intervento13_.PROGRESSIVO as PROGRESS1_624_12_, uoanestesi1_.CODICE as CODICE473_0_, uoanestesi1_.CCOSTO as CCOSTO473_0_, uoanestesi1_.DESCRIZIONE as DESCRIZI4_473_0_, uoanestesi1_.ATTIVO as ATTIVO473_0_, elettrodon2_.UTCODICE as UTCODICE428_1_, elettrodon2_.DESCRIZIONE as DESCRIZI4_428_1_, elettrodon2_.NONATTIVO as NONATTIVO428_1_, elettrodon2_.COPIAPROGRESSIVO as COPIAPRO6_428_1_, elettrodon2_.DATAORA as DATAORA428_1_, elettrodon2_.DATAINIZIO as DATAINIZIO428_1_, elettrodon2_.DATAFINE as DATAFINE428_1_, cateterepo3_.UTCODICE as UTCODICE428_2_, cateterepo3_.DESCRIZIONE as DESCRIZI4_428_2_, cateterepo3_.NONATTIVO as NONATTIVO428_2_, cateterepo3_.COPIAPROGRESSIVO as COPIAPRO6_428_2_, cateterepo3_.DATAORA as DATAORA428_2_, cateterepo3_.DATAINIZIO as DATAINIZIO428_2_, cateterepo3_.DATAFINE as DATAFINE428_2_, catetereti4_.UTCODICE as UTCODICE428_3_, catetereti4_.DESCRIZIONE as DESCRIZI4_428_3_, catetereti4_.NONATTIVO as NONATTIVO428_3_, catetereti4_.COPIAPROGRESSIVO as COPIAPRO6_428_3_, catetereti4_.DATAORA as DATAORA428_3_, catetereti4_.DATAINIZIO as DATAINIZIO428_3_, catetereti4_.DATAFINE as DATAFINE428_3_, accessoven5_.UTCODICE as UTCODICE428_4_, accessoven5_.DESCRIZIONE as DESCRIZI4_428_4_, accessoven5_.NONATTIVO as NONATTIVO428_4_, accessoven5_.COPIAPROGRESSIVO as COPIAPRO6_428_4_, accessoven5_.DATAORA as DATAORA428_4_, accessoven5_.DATAINIZIO as DATAINIZIO428_4_, accessoven5_.DATAFINE as DATAFINE428_4_, laccioemos6_.UTCODICE as UTCODICE428_5_, laccioemos6_.DESCRIZIONE as DESCRIZI4_428_5_, laccioemos6_.NONATTIVO as NONATTIVO428_5_, laccioemos6_.COPIAPROGRESSIVO as COPIAPRO6_428_5_, laccioemos6_.DATAORA as DATAORA428_5_, laccioemos6_.DATAINIZIO as DATAINIZIO428_5_, laccioemos6_.DATAFINE as DATAFINE428_5_, segmenti7_.UTCODICE as UTCODICE428_6_, segmenti7_.DESCRIZIONE as DESCRIZI4_428_6_, segmenti7_.NONATTIVO as NONATTIVO428_6_, segmenti7_.COPIAPROGRESSIVO as COPIAPRO6_428_6_, segmenti7_.DATAORA as DATAORA428_6_, segmenti7_.DATAINIZIO as DATAINIZIO428_6_, segmenti7_.DATAFINE as DATAFINE428_6_, diagnosiam8_.UTCODICE as UTCODICE428_7_, diagnosiam8_.DESCRIZIONE as DESCRIZI4_428_7_, diagnosiam8_.NONATTIVO as NONATTIVO428_7_, diagnosiam8_.COPIAPROGRESSIVO as COPIAPRO6_428_7_, diagnosiam8_.DATAORA as DATAORA428_7_, diagnosiam8_.DATAINIZIO as DATAINIZIO428_7_, diagnosiam8_.DATAFINE as DATAFINE428_7_, accessochi9_.UTCODICE as UTCODICE428_8_, accessochi9_.DESCRIZIONE as DESCRIZI4_428_8_, accessochi9_.NONATTIVO as NONATTIVO428_8_, accessochi9_.COPIAPROGRESSIVO as COPIAPRO6_428_8_, accessochi9_.DATAORA as DATAORA428_8_, accessochi9_.DATAINIZIO as DATAINIZIO428_8_, accessochi9_.DATAFINE as DATAFINE428_8_, contaminat10_.UTCODICE as UTCODICE428_9_, contaminat10_.DESCRIZIONE as DESCRIZI4_428_9_, contaminat10_.NONATTIVO as NONATTIVO428_9_, contaminat10_.COPIAPROGRESSIVO as COPIAPRO6_428_9_, contaminat10_.DATAORA as DATAORA428_9_, contaminat10_.DATAINIZIO as DATAINIZIO428_9_, contaminat10_.DATAFINE as DATAFINE428_9_, posizione11_.UTCODICE as UTCODICE428_10_, posizione11_.DESCRIZIONE as DESCRIZI4_428_10_, posizione11_.NONATTIVO as NONATTIVO428_10_, posizione11_.COPIAPROGRESSIVO as COPIAPRO6_428_10_, posizione11_.DATAORA as DATAORA428_10_, posizione11_.DATAINIZIO as DATAINIZIO428_10_, posizione11_.DATAFINE as DATAFINE428_10_, intervento12_.FUNZIONE as FUNZIONE624_11_, intervento12_.SIGLA as SIGLA624_11_, intervento12_.NOMINATIVO as NOMINATIVO624_11_, intervento12_.MATRICOLA as MATRICOLA624_11_, intervento12_.PRESENTE as PRESENTE624_11_, intervento12_.UTENTE as UTENTE624_11_, intervento12_.SPECIALIZZANDO as SPECIAL11_624_11_, intervento12_.DATAFINE as DATAFINE624_11_, intervento13_.FUNZIONE as FUNZIONE624_12_, intervento13_.SIGLA as SIGLA624_12_, intervento13_.NOMINATIVO as NOMINATIVO624_12_, intervento13_.MATRICOLA as MATRICOLA624_12_, intervento13_.PRESENTE as PRESENTE624_12_, intervento13_.UTENTE as UTENTE624_12_, intervento13_.SPECIALIZZANDO as SPECIAL11_624_12_, intervento13_.DATAFINE as DATAFINE624_12_ from ALTRIDATI altridatii0_, UOANESTESIA uoanestesi1_, TABELLE elettrodon2_, TABELLE cateterepo3_, TABELLE catetereti4_, TABELLE accessoven5_, TABELLE laccioemos6_, TABELLE segmenti7_, TABELLE diagnosiam8_, TABELLE accessochi9_, TABELLE contaminat10_, TABELLE posizione11_, PERSONALE intervento12_, PERSONALE intervento13_ where altridatii0_.UOANESTESIA= uoanestesi1_.PROGRESSIVO(+) and altridatii0_.ELETTRODONEUTROSEDE= elettrodon2_.PROGRESSIVO(+) and altridatii0_.CATETERE_POSIZIONE= cateterepo3_.PROGRESSIVO(+) and altridatii0_.CATETERE_TIPO= catetereti4_.PROGRESSIVO(+) and altridatii0_.ACCESSOVENOSO= accessoven5_.PROGRESSIVO(+) and altridatii0_.LACCIO= laccioemos6_.PROGRESSIVO(+) and altridatii0_.SEGMENTO= segmenti7_.PROGRESSIVO(+) and altridatii0_.AMMDIAG= diagnosiam8_.PROGRESSIVO(+) and altridatii0_.ACCESSO= accessochi9_.PROGRESSIVO(+) and altridatii0_.CONTAMINATO= contaminat10_.PROGRESSIVO(+) and altridatii0_.POSIZ= posizione11_.PROGRESSIVO(+) and altridatii0_.FIRMASTRUM= intervento12_.PROGRESSIVO(+) and altridatii0_.FIRMAINFERMIERESALA= intervento13_.PROGRESSIVO(+) and altridatii0_.INTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.01 0.01 0 0 0 0 Execute 11 0.07 0.07 0 0 0 0 Fetch 11 0.00 0.00 0 22 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.09 0.09 0 22 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: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=314 us cost=14 size=931 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=289 us cost=13 size=767 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=274 us cost=12 size=707 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=259 us cost=11 size=647 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=234 us cost=10 size=587 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=216 us cost=9 size=527 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=201 us cost=8 size=467 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=187 us cost=7 size=407 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=172 us cost=6 size=347 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=157 us cost=5 size=287 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=140 us cost=4 size=227 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=124 us cost=3 size=167 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=108 us cost=2 size=105 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=79 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=47 us cost=1 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=16 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=7 us cost=1 size=0 card=1)(object id 4329013) 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=1 size=0 card=1)(object id 4329013) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=60 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=10 us cost=1 size=60 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=7 us cost=1 size=60 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=7 us cost=1 size=60 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=7 us cost=1 size=60 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=6 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=7 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=1 size=60 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=7 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=7 us cost=1 size=60 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 UOANESTESIA (cr=0 pr=0 pw=0 time=6 us cost=1 size=164 card=1) 0 0 0 INDEX UNIQUE SCAN UOANESTESIA1 (cr=0 pr=0 pw=0 time=3 us cost=1 size=0 card=1)(object id 4328431) 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 22 0.00 0.00 SQL*Net message from client 22 0.03 0.10 row cache lock 3 0.00 0.00 ******************************************************************************** SQL ID: 07h4afzba8m8y Plan Hash: 1029408535 select cnfgequipe0_.FUNZIONE as FUNZIONE0_0_, cnfgequipe0_.DESCRIZIONE as DESCRIZI2_0_0_ from CNFGEQUIPE cnfgequipe0_ where cnfgequipe0_.FUNZIONE in (:1, :2) 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 19 0.00 0.00 0 57 0 38 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.04 0.04 0 57 0 38 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: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 INLIST ITERATOR (cr=3 pr=0 pw=0 time=154 us) 2 2 2 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=3 pr=0 pw=0 time=114 us cost=1 size=34 card=2) 2 2 2 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=2 pr=0 pw=0 time=66 us cost=1 size=0 card=2)(object id 4328096) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 39 0.00 0.00 SQL*Net message from client 39 0.00 0.04 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: bfsc3c1zbfnnb Plan Hash: 2881684557 SELECT MIN(tempo) as TempoMin FROM tempiinterventi WHERE intervento = 97 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.01 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 SORT AGGREGATE (cr=2 pr=0 pw=0 time=1341 us) 0 0 0 FIRST ROW (cr=2 pr=0 pw=0 time=1313 us cost=1 size=8 card=1) 0 0 0 INDEX RANGE SCAN (MIN/MAX) TEMPIINTERVENTI5 (cr=2 pr=0 pw=0 time=1308 us cost=1 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 gc cr block 2-way 2 0.00 0.00 gc current block 2-way 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 73 0.01 0.01 0 0 0 0 Execute 73 0.06 0.09 0 0 0 0 Fetch 73 0.00 0.00 0 73 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 219 0.08 0.11 0 73 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: 24 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=71 us cost=2 size=108 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIPARTI (cr=1 pr=0 pw=0 time=61 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN REPARTIPARTI2 (cr=1 pr=0 pw=0 time=54 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=1 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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 147 0.00 0.00 SQL*Net message from client 147 0.11 0.27 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 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 KJC: Wait for msg sends to complete 1 0.02 0.02 ******************************************************************************** SQL ID: 0bh7pvd986yg3 Plan Hash: 4165688936 select rowid, TBLOCCOOUT FROM Avelco call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 16 0.01 0.01 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: 2 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=146 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 34 0.00 0.00 SQL*Net message from client 34 0.02 0.06 SQL*Net break/reset to client 4 0.01 0.02 ******************************************************************************** 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 8 0.01 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 56 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.02 0 16 0 56 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 ---------- ---------- ---------- --------------------------------------------------- 7 7 7 SORT ORDER BY (cr=2 pr=0 pw=0 time=436 us cost=2 size=189 card=7) 7 7 7 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=189 us cost=1 size=189 card=7) 7 7 7 INDEX RANGE SCAN SALETTE2 (cr=1 pr=0 pw=0 time=113 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 16 0.00 0.00 SQL*Net message from client 16 0.00 0.01 ******************************************************************************** SQL ID: 3fas8m6q0xjr3 Plan Hash: 1499107076 SELECT USOCIA FROM INTERVENTI WHERE PROGRESSIVO = 97 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 30 0 15 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.01 0.01 0 30 0 15 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 INTERVENTI (cr=2 pr=0 pw=0 time=251 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=49 us cost=1 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 33 0.00 0.00 SQL*Net message from client 33 0.01 0.24 SQL*Net break/reset to client 6 0.00 0.00 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 6wsu9d5wtrz3a Plan Hash: 3912189262 SELECT anestesialocale From attiinterventi Where intervento = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 74 0.01 0.01 0 0 0 0 Execute 74 0.00 0.00 0 0 0 0 Fetch 74 0.00 0.00 0 74 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 222 0.03 0.03 0 74 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 20 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=67 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=0 pw=0 time=55 us cost=1 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 151 0.00 0.00 SQL*Net message from client 151 0.04 0.31 SQL*Net break/reset to client 6 0.00 0.00 ******************************************************************************** SQL ID: cd3ftkb4ss3w3 Plan Hash: 2549113427 select rowid, intervento,tempo FROM tempiinterventi WHERE intervento = 96 AND progrtempo = 6 AND NOT tempo IS 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 0 0 0 Fetch 2 0.00 0.00 0 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 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 TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=2530 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=1396 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc cr block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 4k7snk3ct5mfm Plan Hash: 1130823009 SELECT PROGRESSIVO FROM CONTAGARZA WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.02 0.03 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.03 1 2 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 CONTAGARZA (cr=1 pr=0 pw=0 time=2718 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN CONTAGARZA2 (cr=1 pr=0 pw=0 time=2704 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 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 gc current block 2-way 1 0.00 0.00 row cache lock 5 0.00 0.00 ******************************************************************************** SQL ID: 8p95uas0cwk55 Plan Hash: 2466772717 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(77426) call 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 7 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 1 7 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=4 pr=0 pw=0 time=261 us) 0 0 0 NESTED LOOPS (cr=4 pr=0 pw=0 time=231 us cost=112 size=27192 card=1133) 0 0 0 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=4 pr=0 pw=0 time=225 us cost=111 size=17472 card=1092) 0 0 0 BITMAP CONVERSION TO ROWIDS (cr=4 pr=0 pw=0 time=203 us) 0 0 0 BITMAP AND (cr=4 pr=0 pw=0 time=195 us) 1 1 1 BITMAP CONVERSION FROM ROWIDS (cr=2 pr=0 pw=0 time=148 us) 1 1 1 SORT ORDER BY (cr=2 pr=0 pw=0 time=133 us) 1 1 1 INDEX RANGE SCAN ICD9CM4 (cr=2 pr=0 pw=0 time=82 us cost=2 size=0 card=21832)(object id 4328948) 0 0 0 BITMAP CONVERSION FROM ROWIDS (cr=2 pr=0 pw=0 time=32 us) 0 0 0 INDEX RANGE SCAN ICD9CM3 (cr=2 pr=0 pw=0 time=29 us cost=21 size=0 card=21832)(object id 4328947) 0 0 0 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=8 card=1)(object id 4328916) 1 1 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=3 pr=1 pw=0 time=5055 us cost=1 size=109 card=1) 1 1 1 INDEX UNIQUE SCAN ICD9CM1 (cr=2 pr=1 pw=0 time=5021 us cost=1 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 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 db file sequential read 1 0.00 0.00 SQL*Net break/reset to client 2 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=4820 us cost=11 size=60 card=1) 16 16 16 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3342 us cost=10 size=60 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: 8f8jnu3qpv9pt Plan Hash: 687825646 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) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.03 0.03 0 0 0 0 Fetch 2 0.00 0.00 0 44 0 18 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.03 0 44 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 9 9 9 HASH JOIN OUTER (cr=22 pr=0 pw=0 time=2442 us cost=15 size=4158 card=9) 9 9 9 HASH JOIN OUTER (cr=16 pr=0 pw=0 time=1387 us cost=11 size=3258 card=9) 9 9 9 HASH JOIN OUTER (cr=14 pr=0 pw=0 time=978 us cost=8 size=3159 card=9) 9 9 9 NESTED LOOPS OUTER (cr=13 pr=0 pw=0 time=758 us cost=6 size=603 card=9) 9 9 9 INLIST ITERATOR (cr=3 pr=0 pw=0 time=409 us) 9 9 9 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=3 pr=0 pw=0 time=144 us cost=1 size=63 card=9)(object id 4328626) 9 9 9 TABLE ACCESS BY INDEX ROWID TABELLE (cr=10 pr=0 pw=0 time=222 us cost=1 size=60 card=1) 9 9 9 INDEX UNIQUE SCAN TABELLE1 (cr=9 pr=0 pw=0 time=100 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=76 us cost=2 size=284 card=1) 7 7 7 TABLE ACCESS FULL BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=78 us cost=3 size=77 card=7) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=1622 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 message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 3hp5h78dx9uvv Plan Hash: 1487600409 select intervento0_.PROGRESSIVO as col_0_0_, intervento0_.CODPAZIENTE as col_1_0_, altridatis1_.FLACONI as col_2_0_, altridatis1_.FLACONICHK as col_3_0_, altridatis1_.EMODERIVATI as col_4_0_, altridatis1_.EMATICO as col_5_0_, altridatis1_.PREDEPOSITO as col_6_0_, paziente2_.PROGRESSIVO as PROGRESS1_566_, paziente2_.CITTADINANZA as CITTADIN2_566_, paziente2_.POSIZIONEPROF as POSIZION3_566_, paziente2_.COMUNENASCITA as COMUNENA4_566_, paziente2_.PROFESSIONE as PROFESSI5_566_, paziente2_.STATOCIVILE as STATOCIV6_566_, paziente2_.COMUNERESIDENZA as COMUNERE7_566_, paziente2_.USL as USL566_, paziente2_.MEDICOCHEINVIA as MEDICOCH9_566_, paziente2_.RAMOATTIVITA as RAMOATT10_566_, paziente2_.REGIONEASSISTENZA as REGIONE11_566_, paziente2_.TITOLOSTUDIO as TITOLOS12_566_, paziente2_.COGNOME as COGNOME566_, paziente2_.COGNOME2 as COGNOME14_566_, paziente2_.NOME as NOME566_, paziente2_.INDIRIZZO as INDIRIZZO566_, paziente2_.SESSO as SESSO566_, paziente2_.TELEFONO as TELEFONO566_, paziente2_.DATANASCITA as DATANAS19_566_, paziente2_.CODICESANITARIO as CODICES20_566_, paziente2_.NOMEFAMILIARE as NOMEFAM21_566_, paziente2_.INDIRIZZOFAMILIARE as INDIRIZ22_566_, paziente2_.TELEFONOFAMILIARE as TELEFON23_566_, paziente2_.SANGUE as SANGUE566_, paziente2_.RH as RH566_, paziente2_.CODFISC as CODFISC566_, paziente2_.CARDIO_QUANDO as CARDIO27_566_, paziente2_.CARDIO_SEM as CARDIO28_566_, paziente2_.CHIAVEESTERNA as CHIAVEE29_566_, paziente2_.DATAMATRIMONIO as DATAMAT30_566_, paziente2_.DOMICILIO as DOMICILIO566_, paziente2_.MEF as MEF566_, paziente2_.STP as STP566_, paziente2_.IDREGIONALE as IDREGIO34_566_, paziente2_.SIGLAPAZINS as SIGLAPA35_566_, paziente2_.DATAORAPAZINS as DATAORA36_566_, paziente2_.COMMENTO as COMMENTO566_, paziente2_.CONSENSO_ACQUISITO as CONSENSO38_566_, paziente2_.DATAVALIDITAMEF as DATAVAL39_566_, paziente2_.ENTECERTIFICANTE as ENTECER40_566_, paziente2_.COMUNERESIDENZAESTERO as COMUNER41_566_, paziente2_.COMUNENASCITAESTERO as COMUNEN42_566_, paziente2_.QUALITACF as QUALITACF566_, paziente2_.QUALITACFTRATTI as QUALITA44_566_, paziente2_.TEAM_NUMEROTESSERA as TEAM45_566_, paziente2_.DOC_CODICE as DOC46_566_, paziente2_.DOC_NAZIONERILASCIO as DOC47_566_, paziente2_.ES_DNI as ES48_566_, paziente2_.ES_NIF as ES49_566_, paziente2_.ES_NIE as ES50_566_, paziente2_.NUMPASSAPORTO as NUMPASS51_566_, paziente2_.NUMTESSSANEUROPEA as NUMTESS52_566_, paziente2_.ES_NUMTESSSANARAGONA as ES53_566_, paziente2_.ES_NUMSOCIALESICUREZZA as ES54_566_ from INTERVENTI intervento0_, SANGUEINTERVENTI altridatis1_, PAZIENTI paziente2_ where intervento0_.PROGRESSIVO=altridatis1_.INTERVENTO(+) and intervento0_.CODPAZIENTE=paziente2_.PROGRESSIVO(+) and intervento0_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.00 0.00 0 0 0 0 Execute 11 0.03 0.03 0 0 0 0 Fetch 22 0.00 0.00 0 78 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 44 0.04 0.04 0 78 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: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=193 us cost=3 size=143 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=152 us cost=2 size=136 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=39 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=64 us cost=1 size=128 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=28 us cost=1 size=0 card=1)(object id 4328402) 1 1 1 TABLE ACCESS BY INDEX ROWID SANGUEINTERVENTI (cr=2 pr=0 pw=0 time=34 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN SANGUEINTERVENTI1 (cr=1 pr=0 pw=0 time=14 us cost=1 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 35 0.00 0.00 SQL*Net more data to client 11 0.00 0.00 SQL*Net message from client 35 0.01 0.06 SQL*Net break/reset to client 4 0.00 0.00 library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 520wr4dc545uk Plan Hash: 1499107076 SELECT REPARTO,PROGRREPARTO,ANNO,BLOCCO FROM INTERVENTI WHERE PROGRESSIVO = 96 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.00 0.00 0 20 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.01 0.01 0 20 0 10 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=355 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=47 us cost=1 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.01 0.02 gc cr block 2-way 1 0.00 0.00 library cache pin 5 0.00 0.00 library cache lock 4 0.00 0.00 ******************************************************************************** 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 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 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 60 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 SORT ORDER BY (cr=30 pr=0 pw=0 time=2666 us cost=11 size=60 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=2610 us cost=10 size=60 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: dzzfx2tapckbw Plan Hash: 762151689 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 45 0.01 0.01 0 0 0 0 Execute 45 0.08 0.08 0 0 0 0 Fetch 45 0.00 0.00 0 45 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 135 0.10 0.10 0 45 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: 15 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=108 us cost=4 size=167 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=98 us cost=3 size=141 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=94 us cost=2 size=59 card=1) 0 0 0 INDEX SKIP SCAN LIVELLITEMPI1 (cr=1 pr=0 pw=0 time=90 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=1 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=1 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328413) 0 0 0 INDEX RANGE SCAN INTRAOP_CONFIG1 (cr=0 pr=0 pw=0 time=0 us cost=1 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 91 0.00 0.00 SQL*Net message from client 91 0.05 0.15 library cache lock 5 0.00 0.00 library cache pin 5 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: dyd557m9ru9d5 Plan Hash: 3657318098 select intraopane0_.PROGINTRAOP as PROGINTR1_510_, intraopane0_.IOT as IOT510_, intraopane0_.INTNT as INTNT510_, intraopane0_.LMA as LMA510_, intraopane0_.COPA as COPA510_, intraopane0_.BRONCHIALE as BRONCHIALE510_, intraopane0_.TCS as TCS510_, intraopane0_.IEB as IEB510_, intraopane0_.IOTDIAMETRO as IOTDIAME9_510_, intraopane0_.INTDIAMETRO as INTDIAM10_510_, intraopane0_.LMADIAMETRO as LMADIAM11_510_, intraopane0_.COPADIAMETRO as COPADIA12_510_, intraopane0_.BRONCHIALEDIAMETRO as BRONCHI13_510_, intraopane0_.TCSDIAMETRO as TCSDIAM14_510_, intraopane0_.IEBDIAMETRO as IEBDIAM15_510_, intraopane0_.CUFFIATO as CUFFIATO510_, intraopane0_.ARMATO as ARMATO510_, intraopane0_.MASCHERA as MASCHERA510_, intraopane0_.FIBROSCOPIO as FIBROSC19_510_, intraopane0_.LARINGOSCOPIO as LARINGO20_510_, intraopane0_.VIDEOLARINGOSCOPIO as VIDEOLA21_510_, intraopane0_.BLOCCOBRONCHIALE as BLOCCOB22_510_, intraopane0_.NOTE as NOTE510_ from INTRAOP_INTUBAZIONI intraopane0_ where intraopane0_.PROGINTRAOP=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.07 0.14 0 0 0 0 Fetch 3 0.00 0.00 1 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.08 0.15 1 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_INTUBAZIONI (cr=1 pr=0 pw=0 time=1715 us cost=1 size=2148 card=1) 0 0 0 INDEX UNIQUE SCAN PK_INTUBAZIONI (cr=1 pr=0 pw=0 time=1701 us cost=1 size=0 card=1)(object id 4328175) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 48 0.00 0.05 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.01 0.02 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 KJC: Wait for msg sends to complete 1 0.01 0.01 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: f8rpx79h8n78s 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-11-18','yyyy-mm-dd') AND i.progressivo <> 97 call 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 9 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 9 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 TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=104 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=77 us cost=1 size=0 card=1)(object id 4328463) 1 1 1 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=37 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=26 us cost=1 size=0 card=1)(object id 4328463) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=3 pr=0 pw=0 time=4657 us cost=1 size=16 card=1) 2 2 2 INDEX RANGE SCAN INTERVENTI3 (cr=1 pr=0 pw=0 time=2152 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.03 0.03 gc current block 2-way 1 0.00 0.00 gc cr block congested 1 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=133 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=121 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 62 0.00 0.00 SQL*Net message from client 62 0.01 0.06 ******************************************************************************** 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=4666 us cost=11 size=60 card=1) 1 1 1 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4509 us cost=10 size=60 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: 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 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 1 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 1 6 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 TABLE ACCESS BY INDEX ROWID PERCORSI (cr=2 pr=0 pw=0 time=1464 us cost=1 size=30 card=1) 1 1 1 INDEX RANGE SCAN PERCORSI2 (cr=1 pr=0 pw=0 time=1413 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 6 0.00 0.00 SQL*Net message from client 6 0.04 0.04 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 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 31 0.01 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=138 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=124 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 62 0.00 0.00 SQL*Net message from client 62 0.00 0.04 ******************************************************************************** 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=4604 us cost=11 size=60 card=1) 1 1 1 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4440 us cost=10 size=60 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: 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=136 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=124 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 62 0.00 0.00 SQL*Net message from client 62 0.00 0.05 ******************************************************************************** SQL ID: czc6kmtu0gc1j Plan Hash: 1499107076 SELECT GENERALE_CHI,GENERALE_SEM FROM INTERVENTI where PROGRESSIVO = 97 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=1050 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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.00 gc cr block busy 1 0.00 0.00 ******************************************************************************** SQL ID: 1m0pyrxj9r4d6 Plan Hash: 1450340347 select intervento0_.PROGRESSIVO as col_0_0_, intervento0_.CONVINFERMIERI as col_1_0_, intervento0_.CONVINFERMIERI_CHI as col_2_0_, intervento0_.CONVINFERMIERI_QUANDO as col_3_0_, intervento0_.CONVINFERMIERITOLTA_CHI as col_4_0_, intervento0_.CONVINFERMIERITOLTA_QUANDO as col_5_0_, intervento1_.SIGLA as SIGLA433_0_, intervento2_.SIGLA as SIGLA433_1_, intervento1_.UTENTE as UTENTE433_0_, intervento1_.LIVELLO as LIVELLO433_0_, intervento1_.PASSWORD as PASSWORD433_0_, intervento1_.PASSWORD2 as PASSWORD5_433_0_, intervento1_.ATTIVO as ATTIVO433_0_, intervento1_.ULTIMOACCESSO as ULTIMOAC7_433_0_, intervento1_.LINGUA as LINGUA433_0_, intervento1_.DATAPASSWORD as DATAPASS9_433_0_, intervento1_.CAMBIOPASSWORD as CAMBIOP10_433_0_, intervento1_.DATADISATTIVAZIONE as DATADIS11_433_0_, intervento1_.DATARIATTIVAZIONE as DATARIA12_433_0_, intervento1_.SMARTCARD as SMARTCARD433_0_, intervento1_.CODFISC as CODFISC433_0_, intervento1_.IGNORAADSI as IGNORAADSI433_0_, intervento1_.COGNOME as COGNOME433_0_, intervento1_.NOME as NOME433_0_, intervento1_.CODICEESTERNO as CODICEE22_433_0_, intervento2_.UTENTE as UTENTE433_1_, intervento2_.LIVELLO as LIVELLO433_1_, intervento2_.PASSWORD as PASSWORD433_1_, intervento2_.PASSWORD2 as PASSWORD5_433_1_, intervento2_.ATTIVO as ATTIVO433_1_, intervento2_.ULTIMOACCESSO as ULTIMOAC7_433_1_, intervento2_.LINGUA as LINGUA433_1_, intervento2_.DATAPASSWORD as DATAPASS9_433_1_, intervento2_.CAMBIOPASSWORD as CAMBIOP10_433_1_, intervento2_.DATADISATTIVAZIONE as DATADIS11_433_1_, intervento2_.DATARIATTIVAZIONE as DATARIA12_433_1_, intervento2_.SMARTCARD as SMARTCARD433_1_, intervento2_.CODFISC as CODFISC433_1_, intervento2_.IGNORAADSI as IGNORAADSI433_1_, intervento2_.COGNOME as COGNOME433_1_, intervento2_.NOME as NOME433_1_, intervento2_.CODICEESTERNO as CODICEE22_433_1_ from INTERVENTI intervento0_, UTENTI intervento1_, UTENTI intervento2_ where intervento0_.CONVINFERMIERI_CHI=intervento1_.SIGLA(+) and intervento0_.CONVINFERMIERITOLTA_CHI=intervento2_.SIGLA(+) and intervento0_.PROGRESSIVO=: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 28 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 28 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=14 pr=0 pw=0 time=2089 us cost=9 size=258 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=874 us cost=5 size=158 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=86 us cost=1 size=58 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=52 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=771 us cost=4 size=100 card=1) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=1934 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 message from client 4 0.00 0.01 ******************************************************************************** SQL ID: cyp8fj3unc3y9 Plan Hash: 3912189262 SELECT anestesialocale FROM attiinterventi WHERE intervento = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 34 0.02 0.02 0 0 0 0 Execute 34 0.00 0.00 0 0 0 0 Fetch 34 0.00 0.00 0 34 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 102 0.03 0.03 0 34 0 0 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 20 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=187 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=0 pw=0 time=173 us cost=1 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 70 0.00 0.00 SQL*Net message from client 70 0.00 0.06 SQL*Net break/reset to client 4 0.00 0.00 latch free 1 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 0u29ctq67b277 Plan Hash: 1499107076 SELECT GENERALE_CHI,GENERALE_QUANDO,GENERALE_SEM FROM INTERVENTI where PROGRESSIVO = 97 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.01 0 12 0 6 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=758 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.00 gc cr block busy 1 0.00 0.00 ******************************************************************************** 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.03 0.03 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=132 us cost=1 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 67 0.00 0.00 SQL*Net message from client 67 0.00 0.05 library cache lock 7 0.00 0.00 library cache pin 7 0.00 0.00 SQL*Net break/reset to client 10 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=142 us cost=1 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 63 0.00 0.00 SQL*Net message from client 63 0.00 0.05 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: budgjsnu8kusv 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 (+) = 97 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 (+) = 97 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 (+) = 97 AND CT.REPARTO IS NULL ORDER BY CT.IDTEMPO 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 66 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.02 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=151 us) 4 4 4 VIEW (cr=16 pr=0 pw=0 time=130 us cost=2 size=40 card=1) 4 4 4 FILTER (cr=16 pr=0 pw=0 time=120 us) 4 4 4 NESTED LOOPS OUTER (cr=16 pr=0 pw=0 time=111 us cost=2 size=59 card=1) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=50 us cost=1 size=53 card=1) 10 10 10 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=23 us cost=1 size=0 card=8)(object id 4328611) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=8 pr=0 pw=0 time=45 us cost=1 size=6 card=1)(object id 4328463) 4 4 4 COUNT STOPKEY (cr=16 pr=0 pw=0 time=126 us) 4 4 4 VIEW (cr=16 pr=0 pw=0 time=105 us cost=2 size=22 card=1) 4 4 4 FILTER (cr=16 pr=0 pw=0 time=96 us) 4 4 4 NESTED LOOPS OUTER (cr=16 pr=0 pw=0 time=85 us cost=2 size=40 card=1) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=43 us cost=1 size=29 card=1) 10 10 10 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=24 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=33 us cost=1 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=8 pr=0 pw=0 time=29 us cost=1 size=0 card=1)(object id 4328463) 4 4 4 COUNT STOPKEY (cr=8 pr=0 pw=0 time=85 us) 4 4 4 VIEW (cr=8 pr=0 pw=0 time=66 us cost=1 size=26 card=1) 4 4 4 FILTER (cr=8 pr=0 pw=0 time=59 us) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=53 us cost=1 size=53 card=1) 17 17 17 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=19 us cost=1 size=0 card=8)(object id 4328611) 4 4 4 COUNT STOPKEY (cr=8 pr=0 pw=0 time=76 us) 4 4 4 VIEW (cr=8 pr=0 pw=0 time=61 us cost=1 size=26 card=1) 4 4 4 FILTER (cr=8 pr=0 pw=0 time=52 us) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=47 us cost=1 size=53 card=1) 10 10 10 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=20 us cost=1 size=0 card=8)(object id 4328611) 4 4 4 COUNT STOPKEY (cr=8 pr=0 pw=0 time=141 us) 4 4 4 VIEW (cr=8 pr=0 pw=0 time=115 us cost=1 size=26 card=1) 4 4 4 FILTER (cr=8 pr=0 pw=0 time=109 us) 4 4 4 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=8 pr=0 pw=0 time=95 us cost=1 size=53 card=1) 10 10 10 INDEX FULL SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=53 us cost=1 size=0 card=8)(object id 4328611) 8 8 8 SORT ORDER BY (cr=66 pr=0 pw=0 time=4503 us cost=7 size=600 card=8) 8 8 8 HASH JOIN OUTER (cr=10 pr=0 pw=0 time=3587 us cost=6 size=600 card=8) 8 8 8 MERGE JOIN OUTER (cr=4 pr=0 pw=0 time=196 us cost=4 size=512 card=8) 8 8 8 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=100 us cost=1 size=424 card=8) 8 8 8 INDEX FULL SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=52 us cost=1 size=0 card=8)(object id 4328611) 0 0 0 SORT JOIN (cr=2 pr=0 pw=0 time=59 us cost=3 size=44 card=4) 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=37 us cost=2 size=44 card=4) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=32 us cost=1 size=0 card=4)(object id 4328463) 93 93 93 VIEW index$_join$_015 (cr=6 pr=0 pw=0 time=3377 us cost=2 size=1001 card=91) 93 93 93 HASH JOIN (cr=6 pr=0 pw=0 time=3281 us) 93 93 93 INDEX FAST FULL SCAN INTERVENTI1 (cr=3 pr=0 pw=0 time=292 us cost=1 size=1001 card=91)(object id 4328375) 93 93 93 INDEX FAST FULL SCAN INTERVENTI13 (cr=3 pr=0 pw=0 time=357 us cost=1 size=1001 card=91)(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 ******************************************************************************** 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 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 105 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 45 0.02 0.02 0 105 0 0 Misses in library cache during parse: 3 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=7 pr=0 pw=0 time=273 us cost=3 size=24 card=1) 8 8 8 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=196 us cost=1 size=0 card=8)(object id 4328294) 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.00 0.02 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=131 us cost=1 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 63 0.00 0.00 SQL*Net message from client 63 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 ******************************************************************************** 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=139 us cost=1 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 63 0.00 0.00 SQL*Net message from client 63 0.02 0.07 SQL*Net break/reset to client 2 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=135 us cost=1 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 64 0.00 0.00 SQL*Net message from client 64 0.01 0.06 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 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 31 0.01 0.01 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=134 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=124 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 63 0.00 0.00 SQL*Net message from client 63 0.00 0.05 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: aqukj1ap3canv Plan Hash: 2549113427 select rowid, intervento,tempo FROM tempiinterventi WHERE intervento = 96 AND progrtempo = 7 AND NOT tempo IS 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 0 0 0 Fetch 2 0.00 0.00 0 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 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 TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=2052 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=1002 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: d4dsn13augb8z Plan Hash: 3738243353 SELECT PROGRESSIVO FROM CG WHERE IDINTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.02 0.03 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 1 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.04 1 2 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 CG (cr=1 pr=0 pw=0 time=2390 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN CG2 (cr=1 pr=0 pw=0 time=2378 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc cr grant 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: 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=127 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=116 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 63 0.00 0.00 SQL*Net message from client 63 0.00 0.05 latch free 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 5m9uzqna66p45 Plan Hash: 1955432048 SELECT SCOPIATIPOAMPL FROM ALTRIDATI WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 18 0.01 0.01 0 0 0 0 Execute 18 0.00 0.00 0 0 0 0 Fetch 18 0.00 0.00 0 36 0 18 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 54 0.01 0.01 0 36 0 18 Misses in library cache during parse: 2 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 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=39 us cost=1 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 38 0.00 0.00 SQL*Net message from client 38 0.05 0.13 SQL*Net break/reset to client 4 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=140 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=126 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 64 0.00 0.00 SQL*Net message from client 64 0.00 0.06 SQL*Net break/reset to client 4 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 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 72 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 16 0 72 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 ---------- ---------- ---------- --------------------------------------------------- 9 9 9 SORT ORDER BY (cr=2 pr=0 pw=0 time=370 us cost=4 size=324 card=9) 9 9 9 TABLE ACCESS FULL PRIORITA (cr=2 pr=0 pw=0 time=147 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 17 0.00 0.00 SQL*Net message from client 17 81.67 82.06 SQL*Net break/reset to client 2 0.00 0.00 SQL*Net more data from client 1 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=133 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=121 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 63 0.00 0.00 SQL*Net message from client 63 9.12 76.59 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: 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=135 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=123 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 64 0.00 0.00 SQL*Net message from client 64 0.02 0.09 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 1 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.01 0.01 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: 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 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=295 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.02 0.04 ******************************************************************************** SQL ID: 0399nwdpqqtzb Plan Hash: 1689496576 SELECT * FROM OBBLIGATORIWEB WHERE OBBLIGATORIO='1' AND APPLICAZIONE = 1 ORDER BY CAMPO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.01 0.01 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 18 0 36 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.02 0.02 0 18 0 36 Misses in library cache during parse: 3 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 6 6 6 SORT ORDER BY (cr=3 pr=0 pw=0 time=549 us cost=4 size=246 card=6) 6 6 6 TABLE ACCESS FULL OBBLIGATORIWEB (cr=3 pr=0 pw=0 time=238 us cost=3 size=246 card=6) 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: 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=127 us cost=1 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 62 0.00 0.00 SQL*Net message from client 62 0.02 0.07 ******************************************************************************** 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 31 0.01 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=122 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=111 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 64 0.00 0.00 SQL*Net message from client 64 0.01 0.06 SQL*Net break/reset to client 4 0.02 0.02 ******************************************************************************** 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 31 0.02 0.02 0 0 0 0 Execute 31 0.00 0.00 0 0 0 0 Fetch 31 0.00 0.00 0 31 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 93 0.02 0.02 0 31 0 0 Misses in library cache during parse: 4 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=128 us cost=1 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 62 0.00 0.00 SQL*Net message from client 62 0.00 0.05 library cache lock 2 0.00 0.00 library cache pin 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=4447 us cost=11 size=60 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=4377 us cost=10 size=60 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: as9qcu13bfduy Plan Hash: 1499107076 SELECT NONOPERATO FROM INTERVENTI WHERE PROGRESSIVO = 97 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=920 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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.05 0.06 gc cr block busy 1 0.00 0.00 ******************************************************************************** SQL ID: bq8xkwn1dabbx Plan Hash: 1499107076 SELECT Ambulatoriale FROM INTERVENTI WHERE PROGRESSIVO = 97 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=1241 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=43 us cost=1 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.00 gc cr block 2-way 1 0.00 0.00 gc current block 2-way 1 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=3966 us cost=11 size=60 card=1) 5 5 5 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=839 us cost=10 size=60 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: cytkj0ytftanb Plan Hash: 4165688936 select rowid, ICDCODIFICADRG FROM Avelco 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: 2 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=140 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 31 0.00 0.00 SQL*Net message from client 31 0.02 0.04 SQL*Net break/reset to client 10 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 28 0.01 0.01 0 0 0 0 Execute 28 0.13 0.18 0 0 0 0 Fetch 28 0.00 0.00 0 28 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 84 0.15 0.20 0 28 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: 20 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=161 us cost=5 size=349 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=152 us cost=4 size=289 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=148 us cost=3 size=229 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=144 us cost=2 size=169 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INT_PROFANT (cr=1 pr=0 pw=0 time=139 us cost=1 size=109 card=1) 0 0 0 INDEX RANGE SCAN INT_PROFANT1 (cr=1 pr=0 pw=0 time=129 us cost=1 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=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 57 0.00 0.00 SQL*Net message from client 57 0.16 1.77 SQL*Net break/reset to client 2 0.00 0.00 row cache lock 9 0.02 0.05 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 6vrq7mqjyc4w8 Plan Hash: 2083309492 SELECT * FROM SANGUEINTERVENTI WHERE INTERVENTO = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.01 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 5 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 5 0 2 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 TABLE ACCESS BY INDEX ROWID SANGUEINTERVENTI (cr=2 pr=0 pw=0 time=1255 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN SANGUEINTERVENTI1 (cr=1 pr=0 pw=0 time=720 us cost=1 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 9 0.00 0.00 SQL*Net message from client 9 0.00 0.01 SQL*Net break/reset to client 6 0.00 0.00 gc cr block 2-way 2 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: b2yjbg6v8gmzd Plan Hash: 4151854619 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_STAMPATOCIACHECK' call 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 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 1 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 SETUPGRIGLIEWEB (cr=3 pr=1 pw=0 time=4135 us cost=1 size=49 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=1 pw=0 time=4095 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 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 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** 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 8 0.02 0.02 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 32 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.03 0.03 0 32 0 8 Misses in library cache during parse: 3 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 SORT ORDER BY (cr=4 pr=0 pw=0 time=348 us cost=3 size=67 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=191 us cost=2 size=67 card=1) 1 1 1 NESTED LOOPS (cr=3 pr=0 pw=0 time=118 us cost=2 size=67 card=1) 1 1 1 INDEX RANGE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=75 us cost=1 size=7 card=1)(object id 4328626) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=32 us cost=1 size=0 card=1)(object id 4328103) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=1 pr=0 pw=0 time=59 us cost=1 size=60 card=1) 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.01 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: gt6nf85bgkvqa Plan Hash: 4009073816 SELECT DESCRIZIONE FROM DIAGNOSIINTERVENTI,DIAGNOSI WHERE DIAGNOSIINTERVENTI.DIAGNOSI = DIAGNOSI.PROGRESSIVO AND DIAGNOSIINTERVENTI.INTERVENTO = 96 AND DIAGNOSIINTERVENTI.CONTATORE = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 32 0.01 0.01 0 0 0 0 Execute 32 0.00 0.00 0 0 0 0 Fetch 32 0.00 0.00 0 60 0 7 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 96 0.02 0.02 0 60 0 7 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 22 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 1 NESTED LOOPS (cr=2 pr=0 pw=0 time=101 us cost=2 size=100 card=1) 0 0 1 NESTED LOOPS (cr=2 pr=0 pw=0 time=83 us cost=2 size=100 card=1) 0 0 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=1 pr=0 pw=0 time=71 us cost=1 size=11 card=1) 0 0 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=57 us cost=1 size=0 card=1)(object id 4328627) 0 0 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=1 pr=0 pw=0 time=7 us cost=1 size=0 card=1)(object id 4328750) 0 0 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=0 pr=0 pw=0 time=4 us cost=1 size=89 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 67 0.00 0.00 SQL*Net message from client 67 0.00 0.07 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 SQL*Net break/reset to client 6 0.00 0.01 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 9971500gjzuz3 Plan Hash: 1499107076 SELECT PrelievoOrgano FROM INTERVENTI WHERE PROGRESSIVO = 96 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.01 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 INTERVENTI (cr=2 pr=0 pw=0 time=648 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=54 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 16.06 19.57 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: gzyk4pvkuy37m Plan Hash: 1450340347 select intervento0_.PROGRESSIVO as col_0_0_, intervento0_.CONVCHIRURGIA as col_1_0_, intervento0_.CONVCHIRURGIA_CHI as col_2_0_, intervento0_.CONVCHIRURGIA_QUANDO as col_3_0_, intervento0_.CONVCHIRURGIATOLTA_CHI as col_4_0_, intervento0_.CONVCHIRURGIATOLTA_QUANDO as col_5_0_, intervento1_.SIGLA as SIGLA433_0_, intervento2_.SIGLA as SIGLA433_1_, intervento1_.UTENTE as UTENTE433_0_, intervento1_.LIVELLO as LIVELLO433_0_, intervento1_.PASSWORD as PASSWORD433_0_, intervento1_.PASSWORD2 as PASSWORD5_433_0_, intervento1_.ATTIVO as ATTIVO433_0_, intervento1_.ULTIMOACCESSO as ULTIMOAC7_433_0_, intervento1_.LINGUA as LINGUA433_0_, intervento1_.DATAPASSWORD as DATAPASS9_433_0_, intervento1_.CAMBIOPASSWORD as CAMBIOP10_433_0_, intervento1_.DATADISATTIVAZIONE as DATADIS11_433_0_, intervento1_.DATARIATTIVAZIONE as DATARIA12_433_0_, intervento1_.SMARTCARD as SMARTCARD433_0_, intervento1_.CODFISC as CODFISC433_0_, intervento1_.IGNORAADSI as IGNORAADSI433_0_, intervento1_.COGNOME as COGNOME433_0_, intervento1_.NOME as NOME433_0_, intervento1_.CODICEESTERNO as CODICEE22_433_0_, intervento2_.UTENTE as UTENTE433_1_, intervento2_.LIVELLO as LIVELLO433_1_, intervento2_.PASSWORD as PASSWORD433_1_, intervento2_.PASSWORD2 as PASSWORD5_433_1_, intervento2_.ATTIVO as ATTIVO433_1_, intervento2_.ULTIMOACCESSO as ULTIMOAC7_433_1_, intervento2_.LINGUA as LINGUA433_1_, intervento2_.DATAPASSWORD as DATAPASS9_433_1_, intervento2_.CAMBIOPASSWORD as CAMBIOP10_433_1_, intervento2_.DATADISATTIVAZIONE as DATADIS11_433_1_, intervento2_.DATARIATTIVAZIONE as DATARIA12_433_1_, intervento2_.SMARTCARD as SMARTCARD433_1_, intervento2_.CODFISC as CODFISC433_1_, intervento2_.IGNORAADSI as IGNORAADSI433_1_, intervento2_.COGNOME as COGNOME433_1_, intervento2_.NOME as NOME433_1_, intervento2_.CODICEESTERNO as CODICEE22_433_1_ from INTERVENTI intervento0_, UTENTI intervento1_, UTENTI intervento2_ where intervento0_.CONVCHIRURGIA_CHI=intervento1_.SIGLA(+) and intervento0_.CONVCHIRURGIATOLTA_CHI=intervento2_.SIGLA(+) and intervento0_.PROGRESSIVO=: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 28 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 28 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=14 pr=0 pw=0 time=1728 us cost=9 size=258 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=710 us cost=5 size=158 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=70 us cost=1 size=58 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=622 us cost=4 size=100 card=1) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=988 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 message from client 4 0.00 0.01 ******************************************************************************** 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.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: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=4019 us cost=11 size=60 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3960 us cost=10 size=60 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: fk27jvqdj1nwj Plan Hash: 3010786801 SELECT ProgrReparto FROM Interventi WHERE Progressivo <> 97 AND Reparto = 14 AND ProgrReparto = -97 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 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=4035 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI2 (cr=1 pr=0 pw=0 time=1548 us cost=1 size=0 card=1)(object id 4328379) 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 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: g4mbdp35sjyx6 Plan Hash: 1499107076 SELECT ALTRI_CHI,ALTRI_QUANDO,ALTRI_SEM FROM INTERVENTI where PROGRESSIVO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 17 0.01 0.01 0 0 0 0 Execute 17 0.00 0.00 0 0 0 0 Fetch 17 0.00 0.00 0 34 0 17 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 51 0.01 0.01 0 34 0 17 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 INTERVENTI (cr=2 pr=0 pw=0 time=72 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 36 0.00 0.00 SQL*Net message from client 36 0.00 0.03 SQL*Net break/reset to client 4 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 28 0.00 0.00 0 0 0 0 Execute 28 0.03 0.03 0 0 0 0 Fetch 28 0.00 0.00 0 52 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 84 0.04 0.04 0 52 0 6 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: 20 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=109 us cost=3 size=173 card=1) 0 0 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=96 us cost=2 size=113 card=1) 0 0 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=1 pr=0 pw=0 time=81 us cost=1 size=11 card=1) 0 0 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=67 us cost=1 size=0 card=1)(object id 4328627) 0 0 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=1 pr=0 pw=0 time=10 us cost=1 size=102 card=1) 0 0 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=0 pr=0 pw=0 time=5 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=1 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=1 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 58 0.00 0.00 SQL*Net message from client 58 0.11 0.22 SQL*Net break/reset to client 4 0.06 0.06 ******************************************************************************** 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.01 0.01 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=3914 us cost=11 size=60 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3815 us cost=10 size=60 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.06 0.07 ******************************************************************************** SQL ID: 24fsxnzzf6v6r Plan Hash: 1450340347 select intervento0_.PROGRESSIVO as col_0_0_, intervento0_.CONVANESTESIA as col_1_0_, intervento0_.CONVANESTESIA_CHI as col_2_0_, intervento0_.CONVANESTESIA_QUANDO as col_3_0_, intervento0_.CONVANESTESIATOLTA_CHI as col_4_0_, intervento0_.CONVANESTESIATOLTA_QUANDO as col_5_0_, intervento1_.SIGLA as SIGLA433_0_, intervento2_.SIGLA as SIGLA433_1_, intervento1_.UTENTE as UTENTE433_0_, intervento1_.LIVELLO as LIVELLO433_0_, intervento1_.PASSWORD as PASSWORD433_0_, intervento1_.PASSWORD2 as PASSWORD5_433_0_, intervento1_.ATTIVO as ATTIVO433_0_, intervento1_.ULTIMOACCESSO as ULTIMOAC7_433_0_, intervento1_.LINGUA as LINGUA433_0_, intervento1_.DATAPASSWORD as DATAPASS9_433_0_, intervento1_.CAMBIOPASSWORD as CAMBIOP10_433_0_, intervento1_.DATADISATTIVAZIONE as DATADIS11_433_0_, intervento1_.DATARIATTIVAZIONE as DATARIA12_433_0_, intervento1_.SMARTCARD as SMARTCARD433_0_, intervento1_.CODFISC as CODFISC433_0_, intervento1_.IGNORAADSI as IGNORAADSI433_0_, intervento1_.COGNOME as COGNOME433_0_, intervento1_.NOME as NOME433_0_, intervento1_.CODICEESTERNO as CODICEE22_433_0_, intervento2_.UTENTE as UTENTE433_1_, intervento2_.LIVELLO as LIVELLO433_1_, intervento2_.PASSWORD as PASSWORD433_1_, intervento2_.PASSWORD2 as PASSWORD5_433_1_, intervento2_.ATTIVO as ATTIVO433_1_, intervento2_.ULTIMOACCESSO as ULTIMOAC7_433_1_, intervento2_.LINGUA as LINGUA433_1_, intervento2_.DATAPASSWORD as DATAPASS9_433_1_, intervento2_.CAMBIOPASSWORD as CAMBIOP10_433_1_, intervento2_.DATADISATTIVAZIONE as DATADIS11_433_1_, intervento2_.DATARIATTIVAZIONE as DATARIA12_433_1_, intervento2_.SMARTCARD as SMARTCARD433_1_, intervento2_.CODFISC as CODFISC433_1_, intervento2_.IGNORAADSI as IGNORAADSI433_1_, intervento2_.COGNOME as COGNOME433_1_, intervento2_.NOME as NOME433_1_, intervento2_.CODICEESTERNO as CODICEE22_433_1_ from INTERVENTI intervento0_, UTENTI intervento1_, UTENTI intervento2_ where intervento0_.CONVANESTESIA_CHI=intervento1_.SIGLA(+) and intervento0_.CONVANESTESIATOLTA_CHI=intervento2_.SIGLA(+) and intervento0_.PROGRESSIVO=: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 28 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 28 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=14 pr=0 pw=0 time=1694 us cost=9 size=258 card=1) 1 1 1 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=714 us cost=5 size=158 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=78 us cost=1 size=58 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=620 us cost=4 size=100 card=1) 178 178 178 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=1218 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 message from client 4 0.00 0.01 ******************************************************************************** SQL ID: 3fgyy8k6hj4va Plan Hash: 1499107076 SELECT stampato From interventi Where progressivo = 97 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.00 0.00 0 38 0 19 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 57 0.01 0.01 0 38 0 19 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 INTERVENTI (cr=2 pr=0 pw=0 time=66 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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 40 0.00 0.00 SQL*Net message from client 40 0.00 0.03 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 26gs588j84r8b Plan Hash: 4264629923 SELECT P.COGNOME || ' ' || P.NOME AS NOME, P.DATANASCITA, TABBLOCCO.DESCRIZIONE AS DESCBLOCCO, R.DESCRIZIONE AS DESCREPARTO, TABGRUPPILA.DESCRIZIONE AS GRUPPOLISTA, L.DATAPRENOT, PR.DESCRIZIONE AS TIPOINTERVENTO, L.DATARIC, L.SOSPESO, MOTIVOSOSPENSIONE.DESCRIZIONE AS MOTIVOSOSPENSIONE FROM INTERVENTI INTERV, INTERVENTI INTERV_LA, LISTAOP LO, LISTAATTESA L, PREVISIONI PR, PAZIENTI P, TABELLE TABBLOCCO, TABELLE TABGRUPPILA, TABELLE MOTIVOSOSPENSIONE, REPARTI R WHERE L.PREVISIONE = PR.PROGRESSIVO (+) AND L.CODPAZIENTE = P.PROGRESSIVO AND L.REPARTO = R.PROGRESSIVO (+) AND L.NUMERO = LO.PROGLISTAATTESA (+) AND LO.PROGRESSIVO = INTERV.LISTAOP (+) AND (INTERV.DISCONVALIDATO (+) = '0') AND L.NUMERO = INTERV_LA.LISTAATTESA (+) AND (INTERV_LA.DISCONVALIDATO (+) = '0') AND L.BLOCCO = TABBLOCCO.PROGRESSIVO (+) AND L.GRUPPOLISTAATTESA = TABGRUPPILA.PROGRESSIVO (+) AND L.MOTIVOSOSPENSIONE = MOTIVOSOSPENSIONE.PROGRESSIVO (+) AND INTERV.DATAINT IS NULL AND INTERV_LA.DATAINT IS NULL AND L.CODPAZIENTE = 182049 ORDER BY L.DATAPRENOT DESC call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.04 0.04 0 44 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.04 0.05 0 49 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=3929 us cost=11 size=306 card=1) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=3867 us cost=10 size=306 card=1) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=3856 us cost=9 size=277 card=1) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=3852 us cost=8 size=248 card=1) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=3847 us cost=7 size=219 card=1) 0 0 0 FILTER (cr=5 pr=0 pw=0 time=3843 us) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=3839 us cost=6 size=188 card=1) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=3836 us cost=5 size=174 card=1) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=3832 us cost=4 size=166 card=1) 0 0 0 FILTER (cr=5 pr=0 pw=0 time=3826 us) 0 0 0 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=3824 us cost=3 size=126 card=1) 0 0 0 NESTED LOOPS (cr=5 pr=0 pw=0 time=3817 us cost=2 size=114 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=1950 us cost=1 size=30 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=1924 us cost=1 size=0 card=1)(object id 4328402) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=2 pr=0 pw=0 time=1856 us cost=1 size=84 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESA6 (cr=2 pr=0 pw=0 time=1826 us cost=1 size=0 card=1)(object id 4328939) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=12 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTI10 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328382) 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=1 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAOP (cr=0 pr=0 pw=0 time=0 us cost=1 size=8 card=1) 0 0 0 INDEX RANGE SCAN LISTAOP4 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328605) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=14 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 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=0 pr=0 pw=0 time=0 us cost=1 size=31 card=1) 0 0 0 INDEX UNIQUE SCAN PREVISIONI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328856) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=29 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=29 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=29 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) 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 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 0.24 0.24 row cache lock 2 0.00 0.00 gc current block 2-way 1 0.00 0.00 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 327x88fkpa34w Plan Hash: 329840828 SELECT * FROM INTRAOP_UTENTI WHERE PROGRINTRAOP = 93 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.09 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.02 0.09 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_UTENTI (cr=2 pr=0 pw=0 time=3681 us cost=1 size=20 card=1) 1 1 1 INDEX RANGE SCAN INTRAOP_UTENTI1 (cr=1 pr=0 pw=0 time=2029 us cost=1 size=0 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc cr block 2-way 2 0.00 0.00 ******************************************************************************** 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 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 26 0 13 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 39 0.01 0.01 0 26 0 13 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=70 us cost=1 size=54 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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 27 0.00 0.00 SQL*Net message from client 27 0.05 0.12 SQL*Net break/reset to client 2 0.00 0.00 library cache lock 6 0.00 0.00 library cache pin 6 0.00 0.00 row cache lock 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.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: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=30 pr=0 pw=0 time=3740 us cost=11 size=60 card=1) 0 0 0 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3685 us cost=10 size=60 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 ******************************************************************************** SQL ID: ahj1n0gj76qfh Plan Hash: 1388353226 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 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 1 6 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 1 6 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 BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=1702 us cost=3 size=300 card=5) 5 5 5 INDEX RANGE SCAN TABELLE3 (cr=2 pr=0 pw=0 time=1642 us cost=1 size=0 card=5)(object id 4328101) 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 current block 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 ******************************************************************************** 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 34 0.01 0.01 0 0 0 0 Execute 34 0.06 0.06 0 0 0 0 Fetch 34 0.00 0.00 0 34 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 102 0.08 0.08 0 34 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: 24 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=96 us cost=4 size=2234 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=84 us cost=3 size=2174 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=79 us cost=2 size=2114 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID PAZIENTIALLERGIE (cr=1 pr=0 pw=0 time=75 us cost=1 size=2063 card=1) 0 0 0 INDEX RANGE SCAN PAZIENTIALLERGIE2 (cr=1 pr=0 pw=0 time=65 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=1 size=51 card=1) 0 0 0 INDEX UNIQUE SCAN PK_ALLERGENI (cr=0 pr=0 pw=0 time=0 us cost=1 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=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) 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 71 0.00 0.00 SQL*Net message from client 71 0.01 0.08 SQL*Net break/reset to client 6 0.00 0.00 ******************************************************************************** SQL ID: 6j63y5b3xy5z7 Plan Hash: 1492590248 SELECT * FROM RECROOM_FARMACI WHERE PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 96) 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 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.04 1 2 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 FULL RECROOM_FARMACI (cr=1 pr=0 pw=0 time=1804 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 4 0.00 0.00 SQL*Net message from client 4 0.05 0.06 db file sequential read 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 KJC: Wait for msg sends to complete 1 0.01 0.01 ******************************************************************************** SQL ID: 6v5mcwfkwvjcf Plan Hash: 2549113427 select rowid, intervento,tempo FROM tempiinterventi WHERE intervento = 97 AND progrtempo = 6 AND NOT tempo 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 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 TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=3459 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=1724 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 cr block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: axgsah144hjka Plan Hash: 2797702395 SELECT * FROM vMax4 WHERE 1=1 AND FUNZIONE = 1 AND SIGLA LIKE 'XX' AND PRESENTE = '1' AND (DATAFINE >= TO_DATE('2021-11-18','YYYY-MM-DD') OR DATAFINE IS NULL) ORDER BY NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.08 0.09 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.09 0.09 0 8 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 SORT ORDER BY (cr=4 pr=0 pw=0 time=1830 us cost=10 size=139 card=1) 0 0 0 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=1780 us cost=9 size=139 card=1) 0 0 0 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=1773 us cost=8 size=110 card=1) 0 0 0 HASH JOIN OUTER (cr=4 pr=0 pw=0 time=1768 us cost=7 size=70 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=4 pr=0 pw=0 time=1536 us cost=3 size=62 card=1) 91 91 91 INDEX RANGE SCAN PERSONALE4 (cr=1 pr=0 pw=0 time=863 us cost=1 size=0 card=91)(object id 4329012) 0 0 0 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=1776 card=222) 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=1 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=29 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) 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 SQL*Net more data from client 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 96vyc7rvdn5fj Plan Hash: 322318930 select intraopane0_.TIPO as col_0_0_, intraopane0_.ET as col_1_0_, gasanestet1_.PROGRESSIVO as PROGRESS1_428_, gasanestet1_.UTCODICE as UTCODICE428_, gasanestet1_.DESCRIZIONE as DESCRIZI4_428_, gasanestet1_.NONATTIVO as NONATTIVO428_, gasanestet1_.COPIAPROGRESSIVO as COPIAPRO6_428_, gasanestet1_.DATAORA as DATAORA428_, gasanestet1_.DATAINIZIO as DATAINIZIO428_, gasanestet1_.DATAFINE as DATAFINE428_ from INTRAOP_GASANESTETICI intraopane0_, TABELLE gasanestet1_ where intraopane0_.TIPO=gasanestet1_.PROGRESSIVO(+) and intraopane0_.PROGRINTRAOP= :1 order by gasanestet1_.DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.03 0.05 0 0 0 0 Fetch 3 0.00 0.00 1 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.04 0.06 1 3 0 0 Misses in library cache during parse: 3 Misses in library cache during execute: 3 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=1196 us cost=4 size=99 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=1140 us cost=3 size=99 card=1) 0 0 0 TABLE ACCESS FULL INTRAOP_GASANESTETICI (cr=1 pr=0 pw=0 time=1131 us cost=2 size=39 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 9 0.00 0.01 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.10 0.15 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 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 2b0d8j8bdssg0 Plan Hash: 1388353226 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 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 1 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 1 6 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=1633 us cost=2 size=60 card=1) 1 1 1 INDEX RANGE SCAN TABELLE3 (cr=2 pr=0 pw=0 time=1583 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc current block 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 ******************************************************************************** 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=3313 us cost=11 size=60 card=1) 1 1 1 TABLE ACCESS FULL TABELLE (cr=30 pr=0 pw=0 time=3198 us cost=10 size=60 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: a0k77ny4uqyf7 Plan Hash: 2394020273 SELECT * FROM ICDINTERVENTI WHERE INTERVENTO = 97 call 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 ICDINTERVENTI (cr=2 pr=0 pw=0 time=3331 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=1709 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 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: bc49dtrus80cu Plan Hash: 2077196047 SELECT 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 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 54 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 12 0 54 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 9 9 9 SORT ORDER BY (cr=2 pr=0 pw=0 time=342 us cost=4 size=324 card=9) 9 9 9 TABLE ACCESS FULL PRIORITA (cr=2 pr=0 pw=0 time=122 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: 7h0ky2904tc4a Plan Hash: 533257975 select intervento0_.SIGLA as col_0_0_, intervento1_.UTENTE as col_1_0_, intervento0_.DECORSOOPERATORIO as col_2_0_, intervento0_.TESTO as col_3_0_ from DECORSOOPERATORIOINTERVENTI intervento0_, UTENTI intervento1_ where intervento0_.SIGLA=intervento1_.SIGLA(+) and intervento0_.INTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.06 0 0 0 0 Fetch 1 0.00 0.00 1 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.07 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 HASH JOIN OUTER (cr=1 pr=1 pw=0 time=3533 us cost=5 size=98 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID DECORSOOPERATORIOINTERVENTI (cr=1 pr=1 pw=0 time=3155 us cost=1 size=36 card=1) 0 0 0 INDEX RANGE SCAN DECORSOOPERATORIOINT2 (cr=1 pr=1 pw=0 time=3143 us cost=1 size=0 card=1)(object id 4328358) 0 0 0 TABLE ACCESS FULL UTENTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=11036 card=178) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 1 0.05 0.05 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.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.00 0.00 ******************************************************************************** SQL ID: 5v3hc6xzw1wfh Plan Hash: 4165688936 select rowid, GiorniScadenzaAcc FROM Avelco 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.01 0.01 0 12 0 6 Misses in library cache during parse: 2 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 AVELCO (cr=2 pr=0 pw=0 time=205 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 library cache lock 1 0.00 0.00 library cache pin 1 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 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 18 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27 0.01 0.01 0 18 0 18 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 ---------- ---------- ---------- --------------------------------------------------- 2 2 2 SORT ORDER BY (cr=2 pr=0 pw=0 time=204 us cost=2 size=64 card=2) 2 2 2 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=118 us cost=1 size=64 card=2) 2 2 2 INDEX RANGE SCAN CNFGTEMPI2 (cr=1 pr=0 pw=0 time=71 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 18 0.00 0.00 SQL*Net message from client 18 0.46 0.99 ******************************************************************************** SQL ID: 766qh1a372ft8 Plan Hash: 3659905649 SELECT * FROM TEMPIICD WHERE INTERVENTO = 97 call 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 TEMPIICD (cr=2 pr=0 pw=0 time=3287 us cost=1 size=16 card=1) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=1881 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 1wng0rhcd8fss Plan Hash: 4289574232 SELECT REPARTO FROM INTRAOP_CONFIG WHERE 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.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 INDEX RANGE SCAN INTRAOP_CONFIG1 (cr=1 pr=0 pw=0 time=1130 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 3kuwsn8731tas Plan Hash: 1955432048 SELECT tempoBrillanza FROM altridati where intervento = 96 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: 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 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=263 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 16 0.00 0.00 SQL*Net message from client 16 0.00 0.01 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** 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: 7 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=1 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 30 0.00 0.00 SQL*Net message from client 30 0.04 0.06 ******************************************************************************** SQL ID: 70ukv0ajpsk8r Plan Hash: 1020994630 SELECT progrintervento FROM intequipe where progrintervento = 97 and temposcopia >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 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 8 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 INTEQUIPE (cr=3 pr=0 pw=0 time=1099 us cost=2 size=16 card=1) 2 1 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=537 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 gc cr block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 9upgfgmysw63f Plan Hash: 1499107076 SELECT AMBULATORIALE,PRELIEVOORGANO FROM INTERVENTI WHERE PROGRESSIVO = 96 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: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 10 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=75 us cost=1 size=9 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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 33 0.00 0.00 SQL*Net message from client 33 0.00 0.03 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 4rr1tgq7nyg4w Plan Hash: 1955432048 SELECT * FROM ALTRIDATI WHERE INTERVENTO = 96 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 0 0 0 Fetch 8 0.00 0.00 0 16 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.02 0.02 0 16 0 8 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=124 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=54 us cost=1 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 19 0.00 0.00 SQL*Net more data to client 8 0.00 0.00 SQL*Net message from client 19 0.00 0.02 SQL*Net break/reset to client 6 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 9z41rzvz006k9 Plan Hash: 214846679 SELECT * FROM vMax4 WHERE 1=1 AND FUNZIONE = 1 AND PRESENTE = '1' AND PROGRREPARTO = 14 AND (DATAFINE >= TO_DATE('2021-11-18','YYYY-MM-DD') OR DATAFINE IS NULL) ORDER BY NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.04 0.04 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 28 0 22 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.04 0.04 0 28 0 22 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 ---------- ---------- ---------- --------------------------------------------------- 11 11 11 SORT ORDER BY (cr=14 pr=0 pw=0 time=1094 us cost=8 size=139 card=1) 11 11 11 NESTED LOOPS OUTER (cr=14 pr=0 pw=0 time=1159 us cost=7 size=139 card=1) 11 11 11 MERGE JOIN OUTER (cr=14 pr=0 pw=0 time=1090 us cost=6 size=110 card=1) 11 11 11 NESTED LOOPS (cr=12 pr=0 pw=0 time=902 us cost=5 size=70 card=1) 11 11 11 NESTED LOOPS (cr=10 pr=0 pw=0 time=637 us cost=5 size=70 card=2) 11 11 11 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=456 us cost=4 size=16 card=2) 11 11 11 INDEX UNIQUE SCAN PERSONALE1 (cr=4 pr=0 pw=0 time=106 us cost=1 size=0 card=1)(object id 4329013) 11 11 11 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=168 us cost=1 size=62 card=1) 11 11 11 BUFFER SORT (cr=2 pr=0 pw=0 time=110 us cost=5 size=40 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=34 us cost=1 size=40 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=17 us cost=1 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=36 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=20 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 7 0.00 0.00 SQL*Net message from client 7 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 3t4z71ctga86b Plan Hash: 3912189262 SELECT anestesialocale From attiinterventi Where intervento = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 44 0.01 0.01 0 0 0 0 Execute 44 0.00 0.00 0 0 0 0 Fetch 44 0.00 0.00 0 44 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 132 0.02 0.02 0 44 0 0 Misses in library cache during parse: 2 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 TABLE ACCESS BY INDEX ROWID ATTIINTERVENTI (cr=1 pr=0 pw=0 time=75 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=0 pw=0 time=61 us cost=1 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 88 0.00 0.00 SQL*Net message from client 88 0.20 0.35 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 3c6mqf932wtbz Plan Hash: 1955432048 SELECT brillanza FROM altridati where intervento = 96 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: 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 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=238 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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 16 0.00 0.00 SQL*Net message from client 16 0.00 0.01 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: cbhjrwtrmku5a Plan Hash: 1499107076 SELECT IVG_AS FROM Interventi WHERE Progressivo = 97 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.01 0.01 0 12 0 6 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=332 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 gc cr block 2-way 1 0.00 0.00 library cache lock 1 0.01 0.01 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 97ks6gv49u0dp Plan Hash: 1499107076 SELECT REPARTO FROM INTERVENTI WHERE PROGRESSIVO = 96 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 12 0.00 0.00 0 24 0 12 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 36 0.01 0.01 0 24 0 12 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=76 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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 24 0.00 0.00 SQL*Net message from client 24 0.00 0.01 ******************************************************************************** SQL ID: acd15m6btb4jv Plan Hash: 1955432048 select altridatii0_.NUMREGISTRORECUPEROEMATICO as col_0_0_ from ALTRIDATI altridatii0_ where altridatii0_.INTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.00 0.00 0 0 0 0 Execute 11 0.01 0.01 0 0 0 0 Fetch 11 0.00 0.00 0 22 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.02 0.02 0 22 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: 11 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=77 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 23 0.00 0.00 SQL*Net message from client 23 0.15 0.24 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 7qy8nbc0gq5cs 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 ( 14) 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 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=32 pr=0 pw=0 time=4468 us cost=6 size=70 card=1) 2 2 2 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=243 us cost=5 size=140 card=2) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=65 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=37 us cost=1 size=0 card=1)(object id 4329013) 2 2 2 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=165 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: 8613yn2d5szw0 Plan Hash: 1499107076 SELECT IVG_AS FROM Interventi WHERE Progressivo = 96 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 22 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.01 0.01 0 22 0 11 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=76 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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.02 0.04 library cache lock 1 0.00 0.00 library cache pin 1 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: 7 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=1 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.04 0.08 ******************************************************************************** SQL ID: c548btqhxs4uk Plan Hash: 3884823727 SELECT INTRAOP_UTENTI.UTENTEABILITATO,UTENTI.UTENTE FROM INTRAOP_UTENTI, UTENTI WHERE INTRAOP_UTENTI.PROGRINTRAOP = 93 AND INTRAOP_UTENTI.UTENTEABILITATO = UTENTI.SIGLA call 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 NESTED LOOPS (cr=3 pr=0 pw=0 time=2539 us cost=2 size=74 card=1) 1 1 1 NESTED LOOPS (cr=2 pr=0 pw=0 time=2500 us cost=2 size=74 card=1) 1 1 1 INDEX RANGE SCAN INTRAOP_UTENTI1 (cr=1 pr=0 pw=0 time=2455 us cost=1 size=12 card=1)(object id 4328182) 1 1 1 INDEX UNIQUE SCAN UTENTI1 (cr=1 pr=0 pw=0 time=29 us cost=1 size=0 card=1)(object id 4329020) 1 1 1 TABLE ACCESS BY INDEX ROWID UTENTI (cr=1 pr=0 pw=0 time=19 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 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: 6m5mn3995gu8a Plan Hash: 1955432048 SELECT SCOPIATIPOAMPL FROM ALTRIDATI WHERE INTERVENTO = 97 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 12 0.00 0.00 0 24 0 12 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 36 0.01 0.01 0 24 0 12 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 ALTRIDATI (cr=2 pr=0 pw=0 time=92 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=55 us cost=1 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 24 0.00 0.00 SQL*Net message from client 24 0.00 0.02 ******************************************************************************** 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 6 0.00 0.00 0 0 0 0 Execute 6 0.02 0.05 0 0 0 0 Fetch 6 0.00 0.00 0 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.02 0.06 0 6 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: 6 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=469 us cost=1 size=48 card=1) 0 0 0 INDEX RANGE SCAN PAZIENTICERTIFICAZIONI2 (cr=1 pr=0 pw=0 time=456 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 ---------- ------------ SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 gc current block 2-way 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 5 0.02 0.03 ******************************************************************************** SQL ID: cwpfptyxgp0gd Plan Hash: 4165688936 select rowid, prelorg_chir 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.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 FULL AVELCO (cr=2 pr=0 pw=0 time=155 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 16 0.00 0.00 SQL*Net message from client 16 0.01 0.02 ******************************************************************************** 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 20 0.00 0.00 0 0 0 0 Execute 20 0.02 0.04 0 0 0 0 Fetch 20 0.00 0.00 0 20 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 60 0.03 0.05 0 20 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: 14 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=126 us cost=3 size=86 card=1) 0 0 0 TABLE ACCESS FULL LISTAATTESAGRUPPI (cr=1 pr=0 pw=0 time=116 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=60 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) 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.05 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.01 0.01 ******************************************************************************** SQL ID: 9thqtvjbfshk2 Plan Hash: 1499107076 SELECT PrelievoOrgano FROM INTERVENTI WHERE PROGRESSIVO = 97 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=726 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=52 us cost=1 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 7 0.00 0.00 SQL*Net message from client 7 18.19 18.25 gc cr block 2-way 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: 48vw3brmgya34 Plan Hash: 1499107076 SELECT CONVCHIUSURAUFF FROM Interventi WHERE Progressivo = 96 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.00 0.00 0 20 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.01 0.01 0 20 0 10 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=83 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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.00 0.01 ******************************************************************************** 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.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: 7 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=1 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 30 0.00 0.00 SQL*Net message from client 30 0.11 0.17 ******************************************************************************** SQL ID: djh2zy0y3jh7a Plan Hash: 4165688936 select rowid, livanestesisti 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.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 FULL AVELCO (cr=2 pr=0 pw=0 time=147 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 16 0.00 0.00 SQL*Net message from client 16 0.02 0.03 ******************************************************************************** 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.00 0.00 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: 7 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=1 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 30 0.00 0.00 SQL*Net message from client 30 6.00 39.92 ******************************************************************************** SQL ID: bchvzzwxvx59v Plan Hash: 1499107076 SELECT CHIRURGO_CHI,CHIRURGO_QUANDO,CHIRURGO_SEM FROM INTERVENTI where PROGRESSIVO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.01 0.01 0 0 0 0 Execute 11 0.00 0.00 0 0 0 0 Fetch 11 0.00 0.00 0 22 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.01 0.01 0 22 0 11 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=78 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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.00 0.02 ******************************************************************************** SQL ID: 91s34s7pqf6kj Plan Hash: 4165688936 SELECT PASSWORDHASH FROM AVELCO 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: 2 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=162 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 16 0.00 0.00 SQL*Net message from client 16 0.00 0.01 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: fthpw6h4741qv Plan Hash: 2083309492 select altridatis0_.TRASFUSIONI as col_0_0_ from SANGUEINTERVENTI altridatis0_ where altridatis0_.INTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.00 0.00 0 0 0 0 Execute 11 0.01 0.01 0 0 0 0 Fetch 22 0.00 0.00 0 22 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 44 0.01 0.01 0 22 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: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID SANGUEINTERVENTI (cr=2 pr=0 pw=0 time=63 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN SANGUEINTERVENTI1 (cr=1 pr=0 pw=0 time=36 us cost=1 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 33 0.00 0.00 SQL*Net message from client 33 0.00 0.05 ******************************************************************************** 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: 7 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=1 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 30 0.00 0.00 SQL*Net message from client 30 0.00 0.02 ******************************************************************************** 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.00 0.00 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: 7 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=137 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=125 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: 02g6h48x6br4r 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-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA))), 0,'1 mes', -1, DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA)/12), 0,TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC( to_date('2021-11-18','yyyy-mm-dd') -PAZIENTI.DATANASCITA), 1,'1 día', TRUNC( to_date('2021-11-18','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 = 187559 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.08 0.09 0 4 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 12 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.09 0.09 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=17 us cost=3 size=64 card=1) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=12 us cost=2 size=35 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=8 us cost=1 size=18 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 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=1 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=29 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 NESTED LOOPS (cr=0 pr=0 pw=0 time=14 us cost=3 size=64 card=1) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=11 us cost=2 size=35 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=8 us cost=1 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=1 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=29 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) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=260 us cost=12 size=509 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=262 us cost=11 size=474 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=247 us cost=10 size=439 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=234 us cost=9 size=404 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=219 us cost=8 size=369 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=205 us cost=7 size=334 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=193 us cost=6 size=299 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=178 us cost=5 size=264 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=164 us cost=4 size=229 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=151 us cost=3 size=194 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=134 us cost=2 size=161 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=101 us cost=1 size=128 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=61 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=33 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=12 us cost=1 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=8 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 us cost=1 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=35 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=7 us cost=1 size=35 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=7 us cost=1 size=35 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=7 us cost=1 size=35 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=6 us cost=1 size=35 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=7 us cost=1 size=35 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=7 us cost=1 size=35 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=8 us cost=1 size=35 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=6 us cost=1 size=35 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) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 13 0.00 0.00 SQL*Net more data to client 4 0.00 0.00 SQL*Net message from client 13 0.42 0.83 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: 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 18 0.00 0.00 0 0 0 0 Execute 18 0.04 0.04 0 0 0 0 Fetch 18 0.00 0.00 0 18 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 54 0.05 0.05 0 18 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: 13 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=126 us cost=3 size=86 card=1) 0 0 0 TABLE ACCESS FULL LISTAATTESAGRUPPI (cr=1 pr=0 pw=0 time=115 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=60 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) 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 0.03 0.07 SQL*Net break/reset to client 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.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: 7 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=1 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 30 0.00 0.00 SQL*Net message from client 30 0.00 0.03 ******************************************************************************** SQL ID: d5yc5znnxnt5t Plan Hash: 1955432048 select altridatii0_.note as col_0_0_ from ALTRIDATI altridatii0_ where altridatii0_.INTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.00 0.00 0 0 0 0 Execute 11 0.01 0.01 0 0 0 0 Fetch 22 0.00 0.00 0 22 0 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 44 0.02 0.02 0 22 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: 11 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=69 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 33 0.00 0.00 SQL*Net message from client 33 0.13 0.20 ******************************************************************************** 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: 7 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=1 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 30 0.00 0.00 SQL*Net message from client 30 0.02 0.04 ******************************************************************************** SQL ID: 24bf3j91sshkm Plan Hash: 1823741976 select rowid, INTERVENTO FROM ANESTESIA WHERE INTERVENTO = 96 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 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.01 0 2 0 1 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 1 INDEX UNIQUE SCAN ANESTESIA1 (cr=1 pr=0 pw=0 time=1104 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc current block 2-way 1 0.00 0.00 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: ak2gch6uxbk9v Plan Hash: 1499107076 SELECT NONOPERATO FROM Interventi WHERE Progressivo = 96 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.00 0.00 0 20 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.01 0.01 0 20 0 10 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=89 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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.00 0.01 ******************************************************************************** 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: 7 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=1 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 30 0.00 0.00 SQL*Net message from client 30 0.02 0.04 ******************************************************************************** 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: 7 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=137 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=126 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: f0ncyakxqmu1p Plan Hash: 959911048 select int_profan0_.PROGINTERVENTO as col_0_0_, int_profan0_.PROGMOTIVO as col_0_1_, int_profan0_.CONTATORE as col_0_2_, int_profan0_.PROGMOTIVO as col_1_0_, int_profan0_.CONTATORE as col_2_0_, motivazion1_.PROGRESSIVO as PROGRESS1_428_, motivazion1_.UTCODICE as UTCODICE428_, motivazion1_.DESCRIZIONE as DESCRIZI4_428_, motivazion1_.NONATTIVO as NONATTIVO428_, motivazion1_.COPIAPROGRESSIVO as COPIAPRO6_428_, motivazion1_.DATAORA as DATAORA428_, motivazion1_.DATAINIZIO as DATAINIZIO428_, motivazion1_.DATAFINE as DATAFINE428_ from INT_PROFANT_MOTIV int_profan0_, TABELLE motivazion1_ where int_profan0_.PROGMOTIVO=motivazion1_.PROGRESSIVO(+) and int_profan0_.PROGINTERVENTO=:1 order by int_profan0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.02 0.02 0 0 0 0 Fetch 8 0.00 0.00 0 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.03 0.03 0 8 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: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=323 us cost=3 size=99 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=266 us cost=2 size=99 card=1) 0 0 0 INDEX RANGE SCAN INT_PROFANT_MOTIV1 (cr=1 pr=0 pw=0 time=260 us cost=1 size=39 card=1)(object id 4328530) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) 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.06 0.09 row cache lock 4 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 7jckk4gmxjk30 Plan Hash: 2026145250 SELECT PROGRESSIVO FROM ALTRESCOPIE WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.01 0.02 0 0 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.02 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: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=286 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 16 0.00 0.00 SQL*Net message from client 16 0.00 0.01 row cache lock 2 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: f7zw764vtm0yz 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 ( 14849 ) ORDER BY A.UTCODICE 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 8 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 8 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=54 us) 0 0 0 INDEX RANGE SCAN ICDDIAGNOSI3 (cr=1 pr=0 pw=0 time=29 us cost=1 size=13 card=1)(object id 4328754) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=891 us cost=2 size=131 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=3 pr=0 pw=0 time=856 us cost=1 size=102 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=832 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=16 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=8 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc current block 2-way 1 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** 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.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: 7 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=136 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=124 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.09 0.12 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 55fa5xq2pjpma 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-11-18','yyyy-mm-dd') ) order by P.NOMINATIVO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.02 0.13 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 42 0 22 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.02 0.13 0 42 0 22 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 ---------- ---------- ---------- --------------------------------------------------- 11 11 11 SORT ORDER BY (cr=21 pr=0 pw=0 time=775 us cost=7 size=140 card=2) 11 11 11 SORT UNIQUE (cr=21 pr=0 pw=0 time=577 us cost=6 size=140 card=2) 11 11 11 NESTED LOOPS (cr=21 pr=0 pw=0 time=786 us cost=5 size=140 card=2) 11 11 11 NESTED LOOPS (cr=10 pr=0 pw=0 time=564 us cost=5 size=140 card=2) 11 11 11 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=362 us cost=4 size=16 card=2) 11 11 11 INDEX UNIQUE SCAN PERSONALE1 (cr=4 pr=0 pw=0 time=90 us cost=1 size=0 card=1)(object id 4329013) 11 11 11 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=11 pr=0 pw=0 time=108 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.01 SQL*Net break/reset to client 4 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: 7 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=135 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=124 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: 7 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=1 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.09 0.12 ******************************************************************************** SQL ID: 4xm8qagu794wt Plan Hash: 233579607 SELECT P.SANGUE,P.RH FROM INTERVENTI I,PAZIENTI P WHERE 1=1 AND I.CODPAZIENTE = P.PROGRESSIVO AND I.PROGRESSIVO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.01 0.01 0 4 0 0 Execute 8 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 40 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 44 0 8 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS (cr=5 pr=0 pw=0 time=124 us cost=2 size=39 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=63 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=44 us cost=1 size=31 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=27 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 19 0.00 0.00 SQL*Net message from client 19 0.00 0.01 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: 8rb8fbmfy4xr7 Plan Hash: 3702770826 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 2 0.02 0.03 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 4 0.00 0.00 0 42 0 22 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.03 0.03 0 42 0 22 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 ---------- ---------- ---------- --------------------------------------------------- 11 11 11 SORT ORDER BY (cr=21 pr=0 pw=0 time=822 us cost=7 size=96 card=2) 11 11 11 SORT UNIQUE (cr=21 pr=0 pw=0 time=619 us cost=6 size=96 card=2) 11 11 11 NESTED LOOPS (cr=21 pr=0 pw=0 time=948 us cost=5 size=96 card=2) 11 11 11 NESTED LOOPS (cr=10 pr=0 pw=0 time=734 us cost=5 size=96 card=2) 11 11 11 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=486 us cost=4 size=16 card=2) 11 11 11 INDEX UNIQUE SCAN PERSONALE1 (cr=4 pr=0 pw=0 time=87 us cost=1 size=0 card=1)(object id 4329013) 11 11 11 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=11 pr=0 pw=0 time=86 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 7 0.00 0.00 SQL*Net message from client 7 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** 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 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 21 0 12 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 21 0 12 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 ---------- ---------- ---------- --------------------------------------------------- 4 4 4 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=7 pr=0 pw=0 time=573 us cost=3 size=96 card=4) 8 8 8 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=228 us cost=1 size=0 card=8)(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: 6daahcgrcvx0w Plan Hash: 862861938 select tabelle_.PROGRESSIVO, tabelle_.CODICETABELLA as CODICETA2_15_, tabelle_.UTCODICE as UTCODICE15_, tabelle_.DESCRIZIONE as DESCRIZI4_15_, tabelle_.NONATTIVO as NONATTIVO15_, tabelle_.COPIAPROGRESSIVO as COPIAPRO6_15_, tabelle_.DATAORA as DATAORA15_, tabelle_.DATAINIZIO as DATAINIZIO15_, tabelle_.DATAFINE as DATAFINE15_ from TABELLE tabelle_ where tabelle_.PROGRESSIVO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.00 0 0 0 0 Execute 6 0.01 0.01 0 0 0 0 Fetch 6 0.00 0.00 0 18 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 18 0 6 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 TABELLE (cr=3 pr=0 pw=0 time=100 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=56 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.00 ******************************************************************************** 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.00 0.00 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: 7 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=1 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 30 0.00 0.00 SQL*Net message from client 30 0.00 0.02 ******************************************************************************** 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.00 0.00 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: 7 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=123 us cost=1 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 31 0.00 0.00 SQL*Net message from client 31 0.03 0.05 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.00 0.00 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: 7 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=136 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=125 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 ID: 80sh11tcdt4r5 Plan Hash: 2282351767 select blocco0_.PROGRESSIVO as PROGRESS1_20_3_, blocco0_.UTCODICE as UTCODICE20_3_, blocco0_.DESCRIZIONE as DESCRIZI3_20_3_, blocco0_.NONATTIVO as NONATTIVO20_3_, blocco0_.COPIAPROGRESSIVO as COPIAPRO5_20_3_, blocco0_.DATAORA as DATAORA20_3_, blocco0_.DATAINIZIO as DATAINIZIO20_3_, blocco0_.DATAFINE as DATAFINE20_3_, blocchicco1_.BLOCCO as BLOCCO22_0_, blocchicco1_.SIGLACS as SIGLACS22_0_, blocchicco1_.CCOSTO as CCOSTO22_0_, blocchicco1_.CODMAG as CODMAG22_0_, blocchicco1_.CODUNITAPRELIEVO as CODUNITA5_22_0_, blocchicco1_.CODICECRIL as CODICECRIL22_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_, blocchimai3_.BLOCCO as BLOCCO23_2_, blocchimai3_.PROGRESSIVO as PROGRESS2_23_2_, blocchimai3_.NOMINATIVO as NOMINATIVO23_2_, blocchimai3_.INDIRIZZOMAIL as INDIRIZZ4_23_2_ from ( SELECT * FROM TABELLE WHERE CODICETABELLA = '33' ) blocco0_, BLOCCHICCOSTO blocchicco1_, UTENTI utente2_, BLOCCHIMAIL blocchimai3_ where blocco0_.PROGRESSIVO=blocchicco1_.BLOCCO(+) and blocchicco1_.SIGLACS= utente2_.SIGLA(+) and blocco0_.PROGRESSIVO=blocchimai3_.BLOCCO(+) and blocco0_.PROGRESSIVO=: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 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 24 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=12 pr=0 pw=0 time=918 us cost=8 size=455 card=1) 1 1 1 NESTED LOOPS OUTER (cr=11 pr=0 pw=0 time=455 us cost=6 size=171 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=182 us cost=2 size=71 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=126 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=52 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=42 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=18 us cost=1 size=0 card=1)(object id 4328577) 0 0 0 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=258 us cost=4 size=100 card=1) 0 0 0 TABLE ACCESS FULL BLOCCHIMAIL (cr=1 pr=0 pw=0 time=32 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: gh84cts3b3v2j Plan Hash: 1499107076 SELECT usorecroom FROM INTERVENTI WHERE PROGRESSIVO = 96 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: 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 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=90 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 24 0.00 0.00 SQL*Net message from client 24 0.19 1.02 SQL*Net break/reset to client 8 0.02 0.02 SQL*Net more data from client 4 0.00 0.00 row cache lock 32 0.00 0.05 library cache lock 7 0.00 0.00 library cache pin 7 0.00 0.00 KJC: Wait for msg sends to complete 3 0.01 0.02 ******************************************************************************** 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 16 0.01 0.01 0 0 0 0 Execute 16 0.00 0.00 0 0 0 0 Fetch 16 0.00 0.00 0 16 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.01 0.01 0 16 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=137 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=125 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 34 0.00 0.00 SQL*Net message from client 34 0.00 0.02 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: d9uffkxhkp68s Plan Hash: 3201658202 select privacycon0_.PROGRESSIVO as PROGRESS1_780_, privacycon0_.PROGCONSENSO as PROGCONS2_780_, privacycon0_.OPERAZIONE as OPERAZIONE780_, privacycon0_.PROGPAZIENTE as PROGPAZI4_780_, privacycon0_.INIZIOVALIDITA as INIZIOVA5_780_, privacycon0_.SCADENZAVALIDITA as SCADENZA6_780_, privacycon0_.SIGLA as SIGLA780_, privacycon0_.DATAORA as DATAORA780_, privacycon0_.PROGRISPOSTA as PROGRISP9_780_, privacycon0_.PROGTUTORE as PROGTUTORE780_ from CONSENSI_PAZIENTE privacycon0_ where 1=1 and privacycon0_.PROGPAZIENTE=:1 and privacycon0_.DATAORA=(select max(privacycon1_.DATAORA) from CONSENSI_PAZIENTE privacycon1_ where 1=1 and privacycon1_.PROGPAZIENTE=:2 and privacycon1_.PROGCONSENSO=privacycon0_.PROGCONSENSO group by privacycon1_.PROGCONSENSO) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.02 0.03 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.04 0 2 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 FILTER (cr=1 pr=0 pw=0 time=1119 us) 0 0 0 TABLE ACCESS BY INDEX ROWID CONSENSI_PAZIENTE (cr=1 pr=0 pw=0 time=1110 us cost=1 size=111 card=1) 0 0 0 INDEX RANGE SCAN CONSENSI_PAZIENTE3 (cr=1 pr=0 pw=0 time=1102 us cost=1 size=0 card=1)(object id 4328613) 0 0 0 SORT GROUP BY NOSORT (cr=0 pr=0 pw=0 time=0 us cost=1 size=35 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID CONSENSI_PAZIENTE (cr=0 pr=0 pw=0 time=0 us cost=1 size=35 card=1) 0 0 0 INDEX RANGE SCAN CONSENSI_PAZIENTE2 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328614) 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.04 0.04 gc current block 2-way 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 7 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 16 0.01 0.01 0 0 0 0 Execute 16 0.00 0.00 0 0 0 0 Fetch 16 0.00 0.00 0 16 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.01 0.01 0 16 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=147 us cost=1 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 34 0.00 0.00 SQL*Net message from client 34 0.11 0.75 SQL*Net break/reset to client 4 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: 68hymz1haftyp Plan Hash: 4175143527 select altridatii0_.PROGRESSIVOSETFERRI as col_0_0_, altridatii0_.ORDINE as col_1_0_, altridatii0_.LOTTO as col_2_0_, altridatii0_.DATASCADENZA as col_3_0_, altridatii0_.DATAINVIOMATERIALE as col_4_0_, altridatii0_.IDKITITINERIS as col_5_0_, altridatii0_.IDSET as col_6_0_, altridatii0_.PREZZO as col_7_0_, altridatii0_.SIGLAINS as col_8_0_, altridatii0_.DATAORAINS as col_9_0_, setferrich1_.PROGRESSIVO as PROGRESS1_428_0_, intervento2_.SIGLA as SIGLA433_1_, setferrich1_.UTCODICE as UTCODICE428_0_, setferrich1_.DESCRIZIONE as DESCRIZI4_428_0_, setferrich1_.NONATTIVO as NONATTIVO428_0_, setferrich1_.COPIAPROGRESSIVO as COPIAPRO6_428_0_, setferrich1_.DATAORA as DATAORA428_0_, setferrich1_.DATAINIZIO as DATAINIZIO428_0_, setferrich1_.DATAFINE as DATAFINE428_0_, intervento2_.UTENTE as UTENTE433_1_, intervento2_.LIVELLO as LIVELLO433_1_, intervento2_.PASSWORD as PASSWORD433_1_, intervento2_.PASSWORD2 as PASSWORD5_433_1_, intervento2_.ATTIVO as ATTIVO433_1_, intervento2_.ULTIMOACCESSO as ULTIMOAC7_433_1_, intervento2_.LINGUA as LINGUA433_1_, intervento2_.DATAPASSWORD as DATAPASS9_433_1_, intervento2_.CAMBIOPASSWORD as CAMBIOP10_433_1_, intervento2_.DATADISATTIVAZIONE as DATADIS11_433_1_, intervento2_.DATARIATTIVAZIONE as DATARIA12_433_1_, intervento2_.SMARTCARD as SMARTCARD433_1_, intervento2_.CODFISC as CODFISC433_1_, intervento2_.IGNORAADSI as IGNORAADSI433_1_, intervento2_.COGNOME as COGNOME433_1_, intervento2_.NOME as NOME433_1_, intervento2_.CODICEESTERNO as CODICEE22_433_1_ from INTERVENTISETFERRI altridatii0_, TABELLE setferrich1_, UTENTI intervento2_ where altridatii0_.PROGRESSIVOSETFERRI=setferrich1_.PROGRESSIVO(+) and altridatii0_.SIGLAINS=intervento2_.SIGLA(+) and altridatii0_.PROGRESSIVOINTERVENTO=:1 order by altridatii0_.ORDINE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.01 0.01 0 0 0 0 Fetch 8 0.00 0.00 0 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 8 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: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=302 us cost=7 size=541 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=254 us cost=6 size=541 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=248 us cost=5 size=481 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=58 us cost=1 size=381 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=50 us cost=1 size=0 card=1)(object id 4328355) 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) 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: 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 8 0.00 0.00 0 0 0 0 Execute 8 0.01 0.01 0 0 0 0 Fetch 8 0.00 0.00 0 24 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 24 0 8 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: 6 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=98 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=59 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 16 0.00 0.00 SQL*Net message from client 16 0.01 0.03 ******************************************************************************** SQL ID: by3qxt5161fyv Plan Hash: 1938141473 select rowid, NOTE FROM INTRAOP_ANEST WHERE PROGRESSIVO = 93 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.01 0 4 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=2 pr=0 pw=0 time=906 us cost=1 size=56 card=1) 1 1 1 INDEX UNIQUE SCAN PK_INTRAOP_ANEST (cr=1 pr=0 pw=0 time=870 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 279akx1z8zfhs 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-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA))), 0,'1 mes', -1, DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA)), 12,'1 año', DECODE(TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA)/12), 0,TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') ,PAZIENTI.DATANASCITA))||' meses', TRUNC(MONTHS_BETWEEN( to_date('2021-11-18','yyyy-mm-dd') , PAZIENTI.DATANASCITA)/12)||' A')), 1,DECODE(TRUNC( to_date('2021-11-18','yyyy-mm-dd') -PAZIENTI.DATANASCITA), 1,'1 día', TRUNC( to_date('2021-11-18','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 = 182049 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.08 0.08 0 4 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 12 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.09 0.09 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=14 us cost=3 size=64 card=1) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=10 us cost=2 size=35 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=7 us cost=1 size=18 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 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=1 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=29 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 NESTED LOOPS (cr=0 pr=0 pw=0 time=12 us cost=3 size=64 card=1) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=9 us cost=2 size=35 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=6 us cost=1 size=18 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 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=1 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=29 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) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=201 us cost=12 size=509 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=200 us cost=11 size=474 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=189 us cost=10 size=439 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=178 us cost=9 size=404 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=166 us cost=8 size=369 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=155 us cost=7 size=334 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=144 us cost=6 size=299 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=134 us cost=5 size=264 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=122 us cost=4 size=229 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=112 us cost=3 size=194 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=98 us cost=2 size=161 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=79 us cost=1 size=128 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) 0 0 0 TABLE ACCESS BY INDEX ROWID COMUNI (cr=0 pr=0 pw=0 time=11 us cost=1 size=33 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 COMUNI (cr=0 pr=0 pw=0 time=6 us cost=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN COMUNI1 (cr=0 pr=0 pw=0 time=4 us cost=1 size=0 card=1)(object id 4328217) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=6 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=6 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=6 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=6 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=6 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=6 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=6 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=5 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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=6 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=3 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 12 0.00 0.00 SQL*Net more data to client 4 0.00 0.00 SQL*Net message from client 12 12.91 27.58 ******************************************************************************** SQL ID: 15wtuc24xhk0q Plan Hash: 3389620326 SELECT macchina FROM polling WHERE polling.tabella = 'INTERVENTI' AND polling.valore = 97 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.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: 4 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=192 us cost=1 size=48 card=1) 1 1 1 INDEX SKIP SCAN POLLING1 (cr=1 pr=0 pw=0 time=141 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 11 0.00 0.00 SQL*Net message from client 11 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 84yncc9f6gc4b Plan Hash: 1499107076 SELECT DATAINT FROM INTERVENTI WHERE PROGRESSIVO = 96 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.00 0.00 0 20 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 30 0.01 0.01 0 20 0 10 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=73 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=46 us cost=1 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 24 0.00 0.00 SQL*Net message from client 24 0.06 0.14 SQL*Net break/reset to client 8 0.05 0.05 ******************************************************************************** SQL ID: bsdj8wywt1dp2 Plan Hash: 1499107076 SELECT EQUIPE_CHI,EQUIPE_QUANDO,EQUIPE_SEM FROM INTERVENTI where PROGRESSIVO = 96 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 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: 2 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=90 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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.00 0.01 ******************************************************************************** SQL ID: 57hm1gj9r6yfy Plan Hash: 3615227437 select altrescopi0_.CONTATORE as col_0_0_, altrescopi0_.KV as col_1_0_, altrescopi0_.MA as col_2_0_, altrescopi0_.TEMPO as col_3_0_, altrescopi0_.TIPOAMPLIFICATORE as col_4_0_, altrescopi0_.DAP as col_5_0_, altrescopi0_.DAPSTANDARD as col_6_0_, altrescopi0_.MEZZOCONTRASTO as col_7_0_, altrescopi0_.MEZZOCONTRASTOQUANTITA as col_8_0_, altrescopi0_.ORARIOESECUZIONE as col_9_0_, amplificat1_.PROGRESSIVO as PROGRESS1_428_0_, mezzocontr2_.PROGRESSIVO as PROGRESS1_428_1_, amplificat1_.UTCODICE as UTCODICE428_0_, amplificat1_.DESCRIZIONE as DESCRIZI4_428_0_, amplificat1_.NONATTIVO as NONATTIVO428_0_, amplificat1_.COPIAPROGRESSIVO as COPIAPRO6_428_0_, amplificat1_.DATAORA as DATAORA428_0_, amplificat1_.DATAINIZIO as DATAINIZIO428_0_, amplificat1_.DATAFINE as DATAFINE428_0_, mezzocontr2_.UTCODICE as UTCODICE428_1_, mezzocontr2_.DESCRIZIONE as DESCRIZI4_428_1_, mezzocontr2_.NONATTIVO as NONATTIVO428_1_, mezzocontr2_.COPIAPROGRESSIVO as COPIAPRO6_428_1_, mezzocontr2_.DATAORA as DATAORA428_1_, mezzocontr2_.DATAINIZIO as DATAINIZIO428_1_, mezzocontr2_.DATAFINE as DATAFINE428_1_ from ALTRESCOPIE altrescopi0_, TABELLE amplificat1_, TABELLE mezzocontr2_ where altrescopi0_.TIPOAMPLIFICATORE=amplificat1_.PROGRESSIVO(+) and altrescopi0_.MEZZOCONTRASTO=mezzocontr2_.PROGRESSIVO(+) and altrescopi0_.INTERVENTO=:1 order by altrescopi0_.CONTATORE 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 11 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.03 0.03 0 11 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: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=191 us cost=5 size=259 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=122 us cost=4 size=259 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=115 us cost=3 size=199 card=1) 0 0 0 TABLE ACCESS FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=110 us cost=2 size=139 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) 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.01 0.04 ******************************************************************************** SQL ID: 4ud56d1d9pqrb Plan Hash: 1955432048 SELECT CONTAGARZE FROM ALTRIDATI WHERE INTERVENTO = 96 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: 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 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=70 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 21 0.00 0.00 SQL*Net message from client 21 0.00 0.02 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 4spymg4gazvmp Plan Hash: 4165688936 SELECT UnitaScopia FROM AVELCO 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: 2 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=128 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.00 0.01 SQL*Net break/reset to client 10 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: fpbp8sn1sqdwd Plan Hash: 3777068406 SELECT COUNT(*) AS TOTTEMPIICD FROM TEMPIICD WHERE INTERVENTO = 97 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: 2 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=920 us) 0 0 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=892 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.01 0.02 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 34ar464hntxq6 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-11-18','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 2 0.00 0.00 0 88 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 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=1697 us cost=7 size=70 card=1) 10 10 10 SORT UNIQUE (cr=88 pr=0 pw=0 time=1467 us cost=6 size=70 card=1) 10 10 10 NESTED LOOPS (cr=88 pr=0 pw=0 time=3410 us cost=5 size=70 card=1) 78 78 78 NESTED LOOPS (cr=10 pr=0 pw=0 time=2103 us cost=5 size=70 card=2) 78 78 78 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=522 us cost=4 size=16 card=2) 78 78 78 INDEX UNIQUE SCAN PERSONALE1 (cr=4 pr=0 pw=0 time=323 us cost=1 size=0 card=1)(object id 4329013) 10 10 10 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=78 pr=0 pw=0 time=477 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: 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 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 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 42 0 0 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 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=260 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 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 ******************************************************************************** SQL ID: 34ar464hntxq6 Plan Hash: 3102633090 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-11-18','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 2 0.00 0.00 0 9 0 10 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 9 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=9 pr=0 pw=0 time=1689 us cost=7 size=70 card=1) 10 10 10 SORT UNIQUE (cr=9 pr=0 pw=0 time=1487 us cost=6 size=70 card=1) 10 10 10 HASH JOIN (cr=9 pr=0 pw=0 time=2140 us cost=5 size=70 card=1) 12 12 12 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=3 pr=0 pw=0 time=202 us cost=1 size=62 card=1) 12 12 12 INDEX RANGE SCAN PERSONALE4 (cr=1 pr=0 pw=0 time=121 us cost=1 size=0 card=12)(object id 4329012) 78 78 78 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=194 us cost=4 size=624 card=78) 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 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: 9c2gp1mzbgjx6 Plan Hash: 599516992 select altridatii0_.PROGRESSIVOKITFERRI as col_0_0_, altridatii0_.ORDINE as col_1_0_, altridatii0_.QUANTITA as col_2_0_, altridatii0_.DATACONSUMO as col_3_0_, altridatii0_.PROGRESSIVOLOTTO as col_4_0_, altridatii0_.CARRELLO as col_5_0_, altridatii0_.STATO as col_6_0_, altridatii0_.SIGLAINS as col_7_0_, altridatii0_.DATAORAINS as col_8_0_, altridatii0_.SIGLAMOD as col_9_0_, altridatii0_.DATAORAMOD as col_10_0_, altridatii0_.CHIAVEESTERNA as col_11_0_, altridatii0_.NOTE as col_12_0_, kitferri1_.PROGRESSIVO as PROGRESS1_725_0_, lotti2_.PROGRESSIVO as PROGRESS1_726_1_, intervento3_.SIGLA as SIGLA433_2_, intervento4_.SIGLA as SIGLA433_3_, kitferri1_.CODICE as CODICE725_0_, kitferri1_.DESCRIZIONE as DESCRIZI3_725_0_, kitferri1_.CHIAVEESTERNA as CHIAVEES4_725_0_, kitferri1_.TIPO as TIPO725_0_, kitferri1_.DATAINIZIO as DATAINIZIO725_0_, kitferri1_.DATAFINE as DATAFINE725_0_, lotti2_.CODICE as CODICE726_1_, lotti2_.DESCRIZIONE as DESCRIZI3_726_1_, lotti2_.DATASCADENZA as DATASCAD4_726_1_, intervento3_.UTENTE as UTENTE433_2_, intervento3_.LIVELLO as LIVELLO433_2_, intervento3_.PASSWORD as PASSWORD433_2_, intervento3_.PASSWORD2 as PASSWORD5_433_2_, intervento3_.ATTIVO as ATTIVO433_2_, intervento3_.ULTIMOACCESSO as ULTIMOAC7_433_2_, intervento3_.LINGUA as LINGUA433_2_, intervento3_.DATAPASSWORD as DATAPASS9_433_2_, intervento3_.CAMBIOPASSWORD as CAMBIOP10_433_2_, intervento3_.DATADISATTIVAZIONE as DATADIS11_433_2_, intervento3_.DATARIATTIVAZIONE as DATARIA12_433_2_, intervento3_.SMARTCARD as SMARTCARD433_2_, intervento3_.CODFISC as CODFISC433_2_, intervento3_.IGNORAADSI as IGNORAADSI433_2_, intervento3_.COGNOME as COGNOME433_2_, intervento3_.NOME as NOME433_2_, intervento3_.CODICEESTERNO as CODICEE22_433_2_, intervento4_.UTENTE as UTENTE433_3_, intervento4_.LIVELLO as LIVELLO433_3_, intervento4_.PASSWORD as PASSWORD433_3_, intervento4_.PASSWORD2 as PASSWORD5_433_3_, intervento4_.ATTIVO as ATTIVO433_3_, intervento4_.ULTIMOACCESSO as ULTIMOAC7_433_3_, intervento4_.LINGUA as LINGUA433_3_, intervento4_.DATAPASSWORD as DATAPASS9_433_3_, intervento4_.CAMBIOPASSWORD as CAMBIOP10_433_3_, intervento4_.DATADISATTIVAZIONE as DATADIS11_433_3_, intervento4_.DATARIATTIVAZIONE as DATARIA12_433_3_, intervento4_.SMARTCARD as SMARTCARD433_3_, intervento4_.CODFISC as CODFISC433_3_, intervento4_.IGNORAADSI as IGNORAADSI433_3_, intervento4_.COGNOME as COGNOME433_3_, intervento4_.NOME as NOME433_3_, intervento4_.CODICEESTERNO as CODICEE22_433_3_ from INT_CONSUMI_KITFERRI altridatii0_, KITFERRI kitferri1_, LOTTI lotti2_, UTENTI intervento3_, UTENTI intervento4_ where altridatii0_.PROGRESSIVOKITFERRI=kitferri1_.PROGRESSIVO(+) and altridatii0_.PROGRESSIVOLOTTO=lotti2_.PROGRESSIVO(+) and altridatii0_.SIGLAINS=intervento3_.SIGLA(+) and altridatii0_.SIGLAMOD= intervento4_.SIGLA(+) and altridatii0_.PROGRESSIVOINTERVENTO=:1 order by altridatii0_.ORDINE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.08 0.16 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.09 0.17 0 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=682 us cost=6 size=2542 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=594 us cost=5 size=2542 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=588 us cost=4 size=2442 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=585 us cost=3 size=2342 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=581 us cost=2 size=2062 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INT_CONSUMI_KITFERRI (cr=1 pr=0 pw=0 time=578 us cost=1 size=1515 card=1) 0 0 0 INDEX RANGE SCAN INT_CONSUMI_KITFERRI_2 (cr=1 pr=0 pw=0 time=570 us cost=1 size=0 card=1)(object id 4328206) 0 0 0 TABLE ACCESS BY INDEX ROWID KITFERRI (cr=0 pr=0 pw=0 time=0 us cost=1 size=547 card=1) 0 0 0 INDEX UNIQUE SCAN KITFERRI_1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328701) 0 0 0 TABLE ACCESS BY INDEX ROWID LOTTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=280 card=1) 0 0 0 INDEX UNIQUE SCAN LOTTI_1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328589) 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=1 size=0 card=1)(object id 4329020) 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=1 size=0 card=1)(object id 4329020) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 SQL*Net message to client 6 0.00 0.00 SQL*Net more data to client 3 0.00 0.00 SQL*Net message from client 6 0.04 0.06 row cache lock 30 0.03 0.07 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: bbwzkyahvtm4q Plan Hash: 2619410154 select listaattes_.PROGLA, listaattes_.ICD, listaattes_.CONTATORE from ICDLISTAATTESA listaattes_ where listaattes_.PROGLA=:1 and listaattes_.ICD= :2 and listaattes_.CONTATORE=:3 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 40 0.00 0.00 0 0 0 0 Execute 40 0.06 0.06 0 0 0 0 Fetch 40 0.00 0.00 0 40 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 120 0.07 0.07 0 40 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 PK_ICDLISTAATTESA1 (cr=1 pr=0 pw=0 time=57 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 ---------- ------------ library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 SQL*Net message to client 80 0.00 0.00 SQL*Net message from client 80 0.01 0.06 ******************************************************************************** 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 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 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 4 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID PERCORSI (cr=2 pr=0 pw=0 time=974 us cost=1 size=30 card=1) 0 0 0 INDEX RANGE SCAN PERCORSI4 (cr=2 pr=0 pw=0 time=960 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 ---------- ------------ 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 gc cr block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 1qa4ktcqa5tkc Plan Hash: 1725764603 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 = 96 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 10 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 10 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 HASH UNIQUE (cr=10 pr=0 pw=0 time=1629 us cost=4 size=31 card=1) 2 2 2 NESTED LOOPS (cr=10 pr=0 pw=0 time=290 us cost=3 size=31 card=1) 2 2 2 NESTED LOOPS (cr=8 pr=0 pw=0 time=247 us cost=3 size=31 card=1) 2 2 2 NESTED LOOPS (cr=6 pr=0 pw=0 time=201 us cost=2 size=14 card=1) 2 2 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=88 us cost=1 size=7 card=1)(object id 4328955) 2 2 2 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=4 pr=0 pw=0 time=100 us cost=1 size=7 card=1) 2 2 2 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=53 us cost=1 size=0 card=1)(object id 4329013) 2 2 2 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=2 pr=0 pw=0 time=32 us cost=1 size=0 card=1)(object id 4328096) 2 2 2 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=26 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 40sa1rkj8nydb Plan Hash: 1499107076 SELECT GENERALE_CHI,GENERALE_QUANDO,GENERALE_SEM FROM INTERVENTI where PROGRESSIVO = 96 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 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: 2 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=74 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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.00 0.01 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: cb2strhz13t6p Plan Hash: 1434522872 select altridatis0_.ORIGINE as col_0_0_, altridatis0_.QTA as col_1_0_, altridatis0_.NUMERO as col_2_0_, altridatis0_.DATA as col_3_0_, altridatis0_.CONTATORE as col_4_0_, altridatis0_.SANGUE as col_5_0_, altridatis0_.RH as col_6_0_, altridatis0_.DATASOMMINISTRAZIONE as col_7_0_, altridatis0_.ORASOMMINISTRAZIONE as col_8_0_, origine1_.PROGRESSIVO as PROGRESS1_428_, origine1_.UTCODICE as UTCODICE428_, origine1_.DESCRIZIONE as DESCRIZI4_428_, origine1_.NONATTIVO as NONATTIVO428_, origine1_.COPIAPROGRESSIVO as COPIAPRO6_428_, origine1_.DATAORA as DATAORA428_, origine1_.DATAINIZIO as DATAINIZIO428_, origine1_.DATAFINE as DATAFINE428_ from ORIGINI altridatis0_, TABELLE origine1_ where altridatis0_.ORIGINE= origine1_.PROGRESSIVO(+) and altridatis0_.INTERVENTO=:1 order by altridatis0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.00 0.00 0 0 0 0 Execute 11 0.01 0.01 0 0 0 0 Fetch 11 0.00 0.00 0 11 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.02 0.02 0 11 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: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=182 us cost=4 size=156 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=120 us cost=3 size=156 card=1) 0 0 0 TABLE ACCESS FULL ORIGINI (cr=1 pr=0 pw=0 time=110 us cost=2 size=96 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) 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.05 0.08 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 7h0ky2904tc4a Plan Hash: 3552167101 select intervento0_.SIGLA as col_0_0_, intervento1_.UTENTE as col_1_0_, intervento0_.DECORSOOPERATORIO as col_2_0_, intervento0_.TESTO as col_3_0_ from DECORSOOPERATORIOINTERVENTI intervento0_, UTENTI intervento1_ where intervento0_.SIGLA=intervento1_.SIGLA(+) and intervento0_.INTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.02 0.05 0 0 0 0 Fetch 2 0.00 0.00 0 2 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.05 0 2 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=968 us cost=2 size=98 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID DECORSOOPERATORIOINTERVENTI (cr=1 pr=0 pw=0 time=956 us cost=1 size=36 card=1) 0 0 0 INDEX RANGE SCAN DECORSOOPERATORIOINT2 (cr=1 pr=0 pw=0 time=946 us cost=1 size=0 card=1)(object id 4328358) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4329020) 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 4 0.00 0.00 SQL*Net message from client 4 0.02 0.02 row cache lock 3 0.02 0.02 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: g371xtrz1v2vb Plan Hash: 1115442618 select intervento0_.SIGLA as col_0_0_, intervento1_.UTENTE as col_1_0_, intervento0_.REPERTO as col_2_0_ from REPERTIINTERVENTI intervento0_, UTENTI intervento1_ where intervento0_.SIGLA= intervento1_.SIGLA(+) and intervento0_.INTERVENTO=:1 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: 2 Misses in library cache during execute: 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 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=962 us cost=2 size=95 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID REPERTIINTERVENTI (cr=1 pr=0 pw=0 time=954 us cost=1 size=33 card=1) 0 0 0 INDEX RANGE SCAN REPERTIINTERVENTI2 (cr=1 pr=0 pw=0 time=946 us cost=1 size=0 card=1)(object id 4328316) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=0 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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 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 row cache lock 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** 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.01 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.01 0 8 0 4 Misses in library cache during parse: 4 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=253 us cost=3 size=13 card=1) 1 1 1 SORT AGGREGATE (cr=2 pr=0 pw=0 time=242 us) 3 3 3 TABLE ACCESS FULL PRIORITA (cr=2 pr=0 pw=0 time=183 us cost=3 size=16 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.04 0.07 SQL*Net break/reset to client 8 0.00 0.00 SQL*Net more data from client 4 0.00 0.00 library cache lock 13 0.00 0.01 library cache pin 13 0.00 0.01 ******************************************************************************** SQL ID: 6m09x31mnv7pt Plan Hash: 1499107076 SELECT CONVINFERMIERI FROM INTERVENTI WHERE PROGRESSIVO = 97 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.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 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=44 us cost=1 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.13 0.14 ******************************************************************************** SQL ID: 2vfcgh335qsdr 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 = 97 AND IA.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 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 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=1750 us cost=3 size=102 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=1691 us cost=2 size=46 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 size=3 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=1608 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=20 us cost=1 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=1 pr=0 pw=0 time=34 us cost=1 size=56 card=1) 0 0 0 INDEX UNIQUE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=24 us cost=1 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.40 0.40 gc cr block 2-way 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 6s9r1uukfntz0 Plan Hash: 4285797066 SELECT PROGRPROTOCOLLO FROM POSTOP_PROTOCOLLI WHERE PROGRPOSTOP = (SELECT PROGRESSIVO FROM POSTOP_ANEST WHERE PROGRINTERVENTI = 96 ) ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.03 0.06 0 0 0 0 Execute 2 0.00 0.00 0 3 0 0 Fetch 2 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.06 0 4 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 SORT ORDER BY (cr=2 pr=0 pw=0 time=1018 us cost=2 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_PROTOCOLLI1 (cr=2 pr=0 pw=0 time=980 us cost=1 size=39 card=1)(object id 4328407) 0 0 1 TABLE ACCESS BY INDEX ROWID POSTOP_ANEST (cr=2 pr=0 pw=0 time=62 us cost=1 size=6 card=1) 0 0 1 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=41 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 library cache lock 2 0.00 0.00 library cache pin 2 0.01 0.01 row cache lock 6 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 43amypdvxduq1 Plan Hash: 862861938 select tipologiai0_.PROGRESSIVO as PROGRESS1_428_0_, tipologiai0_.UTCODICE as UTCODICE428_0_, tipologiai0_.DESCRIZIONE as DESCRIZI4_428_0_, tipologiai0_.NONATTIVO as NONATTIVO428_0_, tipologiai0_.COPIAPROGRESSIVO as COPIAPRO6_428_0_, tipologiai0_.DATAORA as DATAORA428_0_, tipologiai0_.DATAINIZIO as DATAINIZIO428_0_, tipologiai0_.DATAFINE as DATAFINE428_0_ from TABELLE tipologiai0_ where tipologiai0_.PROGRESSIVO=:1 and tipologiai0_.CODICETABELLA='209' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.00 0 0 0 0 Execute 6 0.01 0.01 0 0 0 0 Fetch 6 0.00 0.00 0 18 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.02 0.02 0 18 0 6 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: 6 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=108 us cost=1 size=60 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=45 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 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 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 36 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 36 0 0 Misses in library cache during parse: 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 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=269 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 13 0.00 0.00 SQL*Net message from client 13 0.01 0.02 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 8vr36hkgfs0q9 Plan Hash: 1499107076 SELECT CONVCHIRURGIA FROM INTERVENTI WHERE PROGRESSIVO = 96 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.01 0.01 0 12 0 6 Misses in library cache during parse: 2 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=119 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=46 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.01 0.02 ******************************************************************************** SQL ID: bv7pmupct0yrv Plan Hash: 1094000761 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 = 96 ORDER BY CNFGTEMPI.IDTEMPO, TEMPIINTERVENTI.TEMPO 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 39 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 0 39 0 6 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 2 2 SORT ORDER BY (cr=10 pr=0 pw=0 time=321 us cost=4 size=146 card=2) 0 2 2 NESTED LOOPS (cr=10 pr=0 pw=0 time=243 us cost=3 size=146 card=2) 0 2 2 NESTED LOOPS (cr=8 pr=0 pw=0 time=215 us cost=3 size=146 card=2) 0 2 2 NESTED LOOPS (cr=7 pr=0 pw=0 time=192 us cost=2 size=60 card=2) 2 2 2 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=104 us cost=1 size=38 card=2) 2 2 2 INDEX RANGE SCAN CNFGTEMPI2 (cr=1 pr=0 pw=0 time=62 us cost=1 size=0 card=2)(object id 4328610) 0 2 2 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=5 pr=0 pw=0 time=79 us cost=1 size=11 card=1) 0 2 2 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=4 pr=0 pw=0 time=58 us cost=1 size=0 card=1)(object id 4328463) 0 2 2 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=2 pr=0 pw=0 time=17 us cost=1 size=0 card=1)(object id 4328611) 0 2 2 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=14 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 13 0.00 0.00 SQL*Net message from client 13 0.00 0.03 SQL*Net break/reset to client 10 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: d28wn0f4fpv03 Plan Hash: 1955432048 SELECT STAMPATO FROM ALTRIDATI WHERE INTERVENTO = 96 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: 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 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=68 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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.00 0.02 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 2m6qpnhc4dy9u Plan Hash: 955092347 SELECT * FROM INTRAOP_MONITOR WHERE PROGRINTRAOP = 93 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.02 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 TABLE ACCESS BY INDEX ROWID INTRAOP_MONITOR (cr=1 pr=0 pw=0 time=1812 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_MONITOR3 (cr=1 pr=0 pw=0 time=1799 us cost=1 size=0 card=1)(object id 4328438) 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.01 gc current block 2-way 1 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 row cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: 9a28hnncb4c0h Plan Hash: 494027577 select altridatis0_.EMODERIVATO as col_0_0_, altridatis0_.IDENTIFICATIVO as col_1_0_, altridatis0_.CONTATORE as col_2_0_, altridatis0_.SANGUE as col_3_0_, altridatis0_.RH as col_4_0_, altridatis0_.DATASOMMINISTRAZIONE as col_5_0_, altridatis0_.ORASOMMINISTRAZIONE as col_6_0_, emoderivat1_.PROGRESSIVO as PROGRESS1_428_, emoderivat1_.UTCODICE as UTCODICE428_, emoderivat1_.DESCRIZIONE as DESCRIZI4_428_, emoderivat1_.NONATTIVO as NONATTIVO428_, emoderivat1_.COPIAPROGRESSIVO as COPIAPRO6_428_, emoderivat1_.DATAORA as DATAORA428_, emoderivat1_.DATAINIZIO as DATAINIZIO428_, emoderivat1_.DATAFINE as DATAFINE428_ from EMODERIVATI altridatis0_, TABELLE emoderivat1_ where altridatis0_.EMODERIVATO=emoderivat1_.PROGRESSIVO(+) and altridatis0_.INTERVENTO=:1 order by altridatis0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.00 0.00 0 0 0 0 Execute 11 0.01 0.01 0 0 0 0 Fetch 11 0.00 0.00 0 11 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.02 0.02 0 11 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: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=167 us cost=4 size=135 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=108 us cost=3 size=135 card=1) 0 0 0 TABLE ACCESS FULL EMODERIVATI (cr=1 pr=0 pw=0 time=100 us cost=2 size=75 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) 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.00 0.03 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 5c00rz2v17hjy Plan Hash: 871516659 select tempiinter0_.PROGRTEMPO as col_0_0_, tempiinter0_.TEMPO as col_1_0_, tempiinter0_.PRIMOULTIMO as col_2_0_, cnfgtempi1_.PROGRESSIVO as PROGRESS1_451_, cnfgtempi1_.REPARTO as REPARTO451_, cnfgtempi1_.IDTEMPO as IDTEMPO451_, cnfgtempi1_.DESCRIZIONE as DESCRIZI4_451_, cnfgtempi1_.IDENTAZIONE as IDENTAZI5_451_, cnfgtempi1_.FLAGICD as FLAGICD451_, cnfgtempi1_.SUBTOTAL as SUBTOTAL451_, cnfgtempi1_.LIVELLO as LIVELLO451_, cnfgtempi1_.VISIBILE as VISIBILE451_, cnfgtempi1_.MAGGIOREDI as MAGGIOREDI451_, cnfgtempi1_.CTRLSOVRAPP as CTRLSOV11_451_, cnfgtempi1_.ACCETTAZIONE as ACCETTA12_451_ from TEMPIINTERVENTI tempiinter0_, CNFGTEMPI cnfgtempi1_ where tempiinter0_.PROGRTEMPO=cnfgtempi1_.PROGRESSIVO(+) and tempiinter0_.INTERVENTO=:1 and (cnfgtempi1_.REPARTO is null) order by cnfgtempi1_.IDTEMPO 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 45 0 24 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 45 0 24 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 8 8 8 SORT ORDER BY (cr=15 pr=0 pw=0 time=398 us cost=5 size=64 card=1) 8 8 8 FILTER (cr=15 pr=0 pw=0 time=380 us) 8 8 8 NESTED LOOPS OUTER (cr=15 pr=0 pw=0 time=352 us cost=4 size=64 card=1) 8 8 8 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=139 us cost=2 size=44 card=4) 8 8 8 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=96 us cost=1 size=0 card=4)(object id 4328463) 8 8 8 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=12 pr=0 pw=0 time=113 us cost=1 size=424 card=8) 8 8 8 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=4 pr=0 pw=0 time=55 us cost=1 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.03 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: fb7fmnksp6vzu Plan Hash: 1822114062 SELECT * FROM INTRAOP_CATETERI WHERE PROGRINTRAOP = 93 ORDER BY TIPO 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=1818 us cost=2 size=200 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_CATETERI (cr=1 pr=0 pw=0 time=1759 us cost=1 size=200 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_CATETERI3 (cr=1 pr=0 pw=0 time=1749 us cost=1 size=0 card=1)(object id 4328574) 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.01 gc current block 2-way 1 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 row cache lock 7 0.00 0.01 ******************************************************************************** SQL ID: 2nxkbn36gmrf8 Plan Hash: 1499107076 SELECT DISCONVALIDATO_QUALE FROM INTERVENTI WHERE PROGRESSIVO = 96 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: 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=85 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=52 us cost=1 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 17 0.00 0.00 SQL*Net message from client 17 0.00 0.01 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: g7pkgrub1ms18 Plan Hash: 3482006122 select intervento0_.CODPERSONALE as col_0_0_, intervento0_.CONTATORE as col_1_0_, intervento0_.CHKPRIMO as col_2_0_, intervento0_.DATAIN as col_3_0_, intervento0_.ORAIN as col_4_0_, intervento0_.DATAOUT as col_5_0_, intervento0_.ORAOUT as col_6_0_, intervento0_.SUBENTRATOA as col_7_0_, intervento0_.EXTRATIME as col_8_0_, intervento0_.TUTOR as col_9_0_, intervento0_.PRESENZASCOPIA as col_10_0_, intervento0_.DISTANZASCOPIA as col_11_0_, intervento0_.TEMPOSCOPIA as col_12_0_, intervento0_.NOTE as col_13_0_, intervento1_.PROGRESSIVO as PROGRESS1_624_0_, intervento2_.PROGRESSIVO as PROGRESS1_624_1_, intervento1_.FUNZIONE as FUNZIONE624_0_, intervento1_.SIGLA as SIGLA624_0_, intervento1_.NOMINATIVO as NOMINATIVO624_0_, intervento1_.MATRICOLA as MATRICOLA624_0_, intervento1_.PRESENTE as PRESENTE624_0_, intervento1_.UTENTE as UTENTE624_0_, intervento1_.SPECIALIZZANDO as SPECIAL11_624_0_, intervento1_.DATAFINE as DATAFINE624_0_, intervento2_.FUNZIONE as FUNZIONE624_1_, intervento2_.SIGLA as SIGLA624_1_, intervento2_.NOMINATIVO as NOMINATIVO624_1_, intervento2_.MATRICOLA as MATRICOLA624_1_, intervento2_.PRESENTE as PRESENTE624_1_, intervento2_.UTENTE as UTENTE624_1_, intervento2_.SPECIALIZZANDO as SPECIAL11_624_1_, intervento2_.DATAFINE as DATAFINE624_1_ from INTEQUIPE intervento0_, PERSONALE intervento1_, PERSONALE intervento2_ where intervento0_.CODPERSONALE=intervento1_.PROGRESSIVO(+) and intervento0_.SUBENTRATOA=intervento2_.PROGRESSIVO(+) and intervento0_.PROGRINTERVENTO=:1 order by intervento0_.CONTATORE 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 22 0 6 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.02 0.02 0 22 0 6 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 SORT ORDER BY (cr=7 pr=0 pw=0 time=394 us cost=5 size=165 card=1) 2 2 2 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=278 us cost=4 size=165 card=1) 2 2 2 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=248 us cost=3 size=103 card=1) 2 2 2 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=3 pr=0 pw=0 time=158 us cost=2 size=41 card=1) 2 2 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=76 us cost=1 size=0 card=1)(object id 4328955) 2 2 2 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=4 pr=0 pw=0 time=72 us cost=1 size=62 card=1) 2 2 2 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=44 us cost=1 size=0 card=1)(object id 4329013) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=13 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=7 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.01 ******************************************************************************** SQL ID: 93ka8t9px1r6p Plan Hash: 3828100604 SELECT * FROM INTRAOP_COMPLICANZE WHERE PROGRINTRAOP = 93 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.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 TABLE ACCESS BY INDEX ROWID INTRAOP_COMPLICANZE (cr=1 pr=0 pw=0 time=1820 us cost=1 size=42 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_COMPLICANZE3 (cr=1 pr=0 pw=0 time=1808 us cost=1 size=0 card=1)(object id 4328153) 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*Net break/reset to client 2 0.00 0.00 row cache lock 10 0.00 0.01 ******************************************************************************** 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.01 0.01 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=222 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.05 0.05 ******************************************************************************** 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=95 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=61 us cost=1 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: drnvkj804m971 Plan Hash: 1499107076 SELECT ALTRI_CHI,ALTRI_SEM FROM INTERVENTI where PROGRESSIVO = 96 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: 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 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=71 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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 23 0.00 0.00 SQL*Net message from client 23 0.02 0.13 SQL*Net break/reset to client 14 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 7 0.01 0.01 0 0 0 0 Execute 7 0.00 0.00 0 0 0 0 Fetch 7 0.00 0.00 0 49 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 49 0 0 Misses in library cache during parse: 4 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 BY INDEX ROWID OBBLIGATORI (cr=7 pr=0 pw=0 time=240 us cost=1 size=24 card=1) 8 8 8 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 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 latch free 2 0.00 0.00 ******************************************************************************** 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=85 us cost=1 size=30 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=50 us cost=1 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 13 0.00 0.00 SQL*Net message from client 13 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: bdmn2a7k7ky9p Plan Hash: 1499107076 SELECT DISCONVALIDATO_QUALE FROM INTERVENTI WHERE PROGRESSIVO = 97 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: 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=84 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=52 us cost=1 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 15 0.00 0.00 SQL*Net message from client 15 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: 82byx4vh2g3gk Plan Hash: 611263496 select blocchicco0_.BLOCCO as BLOCCO432_0_, blocchicco0_.CCOSTO as CCOSTO432_0_, blocchicco0_.EQUIPEINFERMIERISTICA as EQUIPEIN3_432_0_, blocchicco0_.CODICECRIL as CODICECRIL432_0_, blocchicco0_.CODMAG as CODMAG432_0_, blocchicco0_.CODUNITAPRELIEVO as CODUNITA6_432_0_ from BLOCCHICCOSTO blocchicco0_ where blocchicco0_.BLOCCO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.01 0.01 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: 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 TABLE ACCESS BY INDEX ROWID BLOCCHICCOSTO (cr=2 pr=0 pw=0 time=66 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN BLOCCHICCOSTO1 (cr=1 pr=0 pw=0 time=36 us cost=1 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 16 0.00 0.00 SQL*Net message from client 16 0.02 0.05 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 3s6m029d1nd8d 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 = 96 ORDER BY ICDINTERVENTI.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 9 0.02 0.03 0 58 0 0 Execute 9 0.00 0.00 0 0 0 0 Fetch 9 0.00 0.00 0 28 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27 0.03 0.03 0 86 0 3 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 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=126 us cost=3 size=136 card=1) 0 0 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=106 us cost=2 size=27 card=1) 0 0 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=1 pr=0 pw=0 time=76 us cost=1 size=11 card=1) 0 0 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=60 us cost=1 size=0 card=1)(object id 4328796) 0 0 1 TABLE ACCESS BY INDEX ROWID TEMPIICD (cr=1 pr=0 pw=0 time=24 us cost=1 size=16 card=1) 0 0 1 INDEX RANGE SCAN TEMPIICD3 (cr=0 pr=0 pw=0 time=8 us cost=1 size=0 card=1)(object id 4328882) 0 0 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=1 pr=0 pw=0 time=10 us cost=1 size=109 card=1) 0 0 1 INDEX UNIQUE SCAN ICD9CM1 (cr=1 pr=0 pw=0 time=6 us cost=1 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 18 0.00 0.00 SQL*Net message from client 18 0.00 0.01 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 4 0.00 0.00 ******************************************************************************** SQL ID: 76rw5badqfsd3 Plan Hash: 207373106 SELECT UTENTE FROM UTENTI WHERE SIGLA ='XX' 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: 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 TABLE ACCESS BY INDEX ROWID UTENTI (cr=2 pr=0 pw=0 time=64 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN UTENTI1 (cr=1 pr=0 pw=0 time=37 us cost=1 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 16 0.00 0.00 SQL*Net message from client 16 0.00 0.01 ******************************************************************************** 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=582 us cost=5 size=180 card=2) 4 4 4 NESTED LOOPS (cr=8 pr=0 pw=0 time=478 us cost=5 size=180 card=2) 4 4 4 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=324 us cost=4 size=16 card=2) 4 4 4 INDEX UNIQUE SCAN REPARTI1 (cr=2 pr=0 pw=0 time=70 us cost=1 size=0 card=1)(object id 4328413) 4 4 4 TABLE ACCESS BY INDEX ROWID REPARTI (cr=4 pr=0 pw=0 time=62 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 4 0.00 0.00 SQL*Net message from client 4 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 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.01 0.01 0 12 0 6 Misses in library cache during parse: 2 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 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=40 us cost=1 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 14 0.00 0.00 SQL*Net message from client 14 2.83 2.86 SQL*Net break/reset to client 4 0.00 0.00 library cache lock 2 0.00 0.00 row cache lock 2 0.00 0.00 library cache pin 2 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 2 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 81 0 25 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.01 0.01 0 81 0 25 Misses in library cache during parse: 2 Misses in library cache during execute: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) 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=277 us cost=5 size=96 card=2) 4 4 4 NESTED LOOPS (cr=8 pr=0 pw=0 time=223 us cost=5 size=96 card=2) 4 4 4 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=164 us cost=4 size=16 card=2) 4 4 4 INDEX UNIQUE SCAN REPARTI1 (cr=2 pr=0 pw=0 time=38 us cost=1 size=0 card=1)(object id 4328413) 4 4 4 TABLE ACCESS BY INDEX ROWID REPARTI (cr=4 pr=0 pw=0 time=29 us cost=1 size=40 card=1) ******************************************************************************** SQL ID: fn5uavva162vw Plan Hash: 1499107076 SELECT CONVANESTESIA FROM INTERVENTI WHERE PROGRESSIVO = 96 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.01 0.01 0 12 0 6 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 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=35 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.09 0.25 ******************************************************************************** SQL ID: g6j2m5s2ukaja Plan Hash: 1499107076 SELECT * FROM INTERVENTI WHERE PROGRESSIVO = 96 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 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.01 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=140 us cost=1 size=402 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=45 us cost=1 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 more data to client 12 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 ID: 8tffxq19x35k6 Plan Hash: 1499107076 SELECT CONVANESTESIA FROM INTERVENTI WHERE PROGRESSIVO = 97 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: 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 INTERVENTI (cr=2 pr=0 pw=0 time=140 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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.08 0.19 ******************************************************************************** SQL ID: 2kbr9hw1d36wh Plan Hash: 4228710233 SELECT * FROM POSTOP_DATI WHERE PROGRPOSTOP = (SELECT PROGRESSIVO FROM POSTOP_ANEST WHERE PROGRINTERVENTI = 96 ) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.02 0.04 0 0 0 0 Execute 2 0.00 0.00 0 3 0 0 Fetch 2 0.00 0.00 0 1 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.04 0 4 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 POSTOP_DATI (cr=2 pr=0 pw=0 time=2744 us cost=1 size=194 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=2 pr=0 pw=0 time=2734 us cost=1 size=0 card=1)(object id 4328121) 0 0 1 TABLE ACCESS BY INDEX ROWID POSTOP_ANEST (cr=2 pr=0 pw=0 time=1972 us cost=1 size=6 card=1) 0 0 1 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=1160 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 row cache lock 19 0.00 0.03 SQL*Net break/reset to client 4 0.00 0.00 gc current block 2-way 3 0.00 0.00 library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 ******************************************************************************** SQL ID: bakhd1bzs9va3 Plan Hash: 1499107076 SELECT CONVINFERMIERI FROM INTERVENTI WHERE PROGRESSIVO = 96 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.01 0.01 0 12 0 6 Misses in library cache during parse: 2 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=104 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.14 0.29 ******************************************************************************** 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 6 0.01 0.01 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 42 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 42 0 0 Misses in library cache during parse: 4 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 OBBLIGATORI (cr=7 pr=0 pw=0 time=240 us cost=1 size=24 card=1) 8 8 8 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=177 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: 0c90q3tx05jp0 Plan Hash: 1499107076 SELECT CONVCHIRURGIA FROM INTERVENTI WHERE PROGRESSIVO = 97 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.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 INTERVENTI (cr=2 pr=0 pw=0 time=131 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=49 us cost=1 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.00 ******************************************************************************** SQL ID: 3b596aadgvdt8 Plan Hash: 3912189262 SELECT anestesialocale FROM attiinterventi WHERE intervento = 97 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.01 0.01 0 21 0 0 Misses in library cache during parse: 2 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=68 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=0 pw=0 time=56 us cost=1 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 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*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: gmw5mk6f3dky4 Plan Hash: 1499107076 SELECT Prelievoorgano FROM INTERVENTI WHERE PROGRESSIVO = 96 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: 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 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=63 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=36 us cost=1 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.00 0.01 ******************************************************************************** SQL ID: gyavztjsrdu2z Plan Hash: 1499107076 SELECT TEMPI_CHI,TEMPI_QUANDO,TEMPI_SEM FROM INTERVENTI where PROGRESSIVO = 96 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.01 0.01 0 12 0 6 Misses in library cache during parse: 2 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=76 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 9ftdw1dt2ajkv Plan Hash: 2172286754 select utente_.SIGLA, utente_.UTENTE as UTENTE19_, utente_.LIVELLO as LIVELLO19_, utente_.PASSWORD as PASSWORD19_, utente_.PASSWORD2 as PASSWORD5_19_, utente_.ATTIVO as ATTIVO19_, utente_.ULTIMOACCESSO as ULTIMOAC7_19_, utente_.LINGUA as LINGUA19_, utente_.DATAPASSWORD as DATAPASS9_19_, utente_.CAMBIOPASSWORD as CAMBIOP10_19_, utente_.DATADISATTIVAZIONE as DATADIS11_19_, utente_.DATARIATTIVAZIONE as DATARIA12_19_, utente_.SMARTCARD as SMARTCARD19_, utente_.CODFISC as CODFISC19_, utente_.IGNORAADSI as IGNORAADSI19_, utente_.COGNOME as COGNOME19_, utente_.NOME as NOME19_, utente_.DATAANALYZER_USERNAME as DATAANA18_19_, utente_.DATAANALYZER_PASSWORD as DATAANA19_19_, utente_.ALIASFIRMAREMOTA as ALIASFI20_19_, utente_.INVIATO_O4C as INVIATO21_19_ from UTENTI utente_ where utente_.SIGLA=: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 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 12 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 FULL UTENTI (cr=6 pr=0 pw=0 time=544 us cost=4 size=100 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: bbkmsp9981b61 Plan Hash: 1955432048 SELECT MOTIVSOMMTERAPIAANTIBIOTICA FROM ALTRIDATI WHERE INTERVENTO = 96 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=102 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=48 us cost=1 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 library cache lock 1 0.07 0.07 library cache pin 1 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=85 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=56 us cost=1 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: 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 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.01 0.01 0 12 0 6 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 REPARTIBLOCCHI (cr=2 pr=0 pw=0 time=76 us cost=1 size=10 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=46 us cost=1 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 13 0.00 0.00 SQL*Net message from client 13 0.00 0.01 latch free 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 1v9c08hnd1zu3 Plan Hash: 3331531110 SELECT * FROM vMax4 WHERE 1=1 AND PROGRESSIVO IN ( 23 ) ORDER BY NOMINATIVO 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 28 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 28 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=14 pr=0 pw=0 time=538 us cost=8 size=278 card=2) 4 4 4 NESTED LOOPS OUTER (cr=14 pr=0 pw=0 time=368 us cost=7 size=278 card=2) 4 4 4 NESTED LOOPS OUTER (cr=14 pr=0 pw=0 time=335 us cost=6 size=220 card=2) 4 4 4 NESTED LOOPS OUTER (cr=8 pr=0 pw=0 time=244 us cost=5 size=140 card=2) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=55 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=31 us cost=1 size=0 card=1)(object id 4329013) 4 4 4 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=172 us cost=4 size=16 card=2) 4 4 4 TABLE ACCESS BY INDEX ROWID REPARTI (cr=6 pr=0 pw=0 time=64 us cost=1 size=40 card=1) 4 4 4 INDEX UNIQUE SCAN REPARTI1 (cr=2 pr=0 pw=0 time=32 us cost=1 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=19 us cost=1 size=29 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=10 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 4 0.00 0.00 SQL*Net message from client 4 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=175 us cost=1 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 14 0.00 0.00 SQL*Net message from client 14 0.01 0.02 ******************************************************************************** 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=74 us cost=1 size=30 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=35 us cost=1 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 13 0.00 0.00 SQL*Net message from client 13 0.00 0.01 SQL*Net break/reset to client 2 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=204 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=192 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.00 ******************************************************************************** SQL ID: 6t6rd05mt143d Plan Hash: 193779342 select intervento0_.PROGRESSIVO as col_0_0_, intervento0_.CONVRXBRILLANZA as col_1_0_, intervento0_.CONVRXBRILLANZA_CHI as col_2_0_, intervento0_.CONVRXBRILLANZA_QUANDO as col_3_0_, intervento0_.CONVRXBRILLANZATOLTA_CHI as col_4_0_, intervento0_.CONVRXBRILLANZATOLTA_QUANDO as col_5_0_, altridatib1_.BRILLANZA as col_6_0_, altridatib1_.KVBRILLANZA as col_7_0_, altridatib1_.MABRILLANZA as col_8_0_, altridatib1_.TEMPOBRILLANZA as col_9_0_, altridatib1_.UNITABRILLANZA as col_10_0_, altridatib1_.SCOPIATIPOAMPL as col_11_0_, altridatib1_.DAPBRILLANZA as col_12_0_, altridatib1_.DAPSTANDARD as col_13_0_, altridatib1_.SCOPIAMEZZOCONTRASTO as col_14_0_, altridatib1_.SCOPIAMEZZOCONTRASTOQUANTITA as col_15_0_, altridatib1_.ORARIOESECUZIONEBRILLANZA as col_16_0_, altridatib1_.ALTRESCOPIE as col_17_0_, altridatib1_.TEMPOBRILLANZATOT as col_18_0_, altridatib1_.RADIOGRAF as col_19_0_, altridatib1_.GRAFIAKV as col_20_0_, altridatib1_.GRAFIAUNITA as col_21_0_, altridatib1_.GRAFIAMAS as col_22_0_, altridatib1_.GRAFIAMA as col_23_0_, altridatib1_.GRAFIAS as col_24_0_, altridatib1_.GRAFIANPROIEZ as col_25_0_, altridatib1_.GRAFIAMEZZOCONTRASTO as col_26_0_, altridatib1_.GRAFIAMEZZOCONTRASTOQUANTITA as col_27_0_, altridatib1_.ALTREGRAFIE as col_28_0_, altridatib1_.GRAFIANPROIEZTOT as col_29_0_, altridatib1_.NOTEBRILLANZA as col_30_0_, intervento2_.SIGLA as SIGLA433_0_, intervento3_.SIGLA as SIGLA433_1_, amplificat4_.PROGRESSIVO as PROGRESS1_428_2_, mezzocontr5_.PROGRESSIVO as PROGRESS1_428_3_, mezzocontr6_.PROGRESSIVO as PROGRESS1_428_4_, intervento2_.UTENTE as UTENTE433_0_, intervento2_.LIVELLO as LIVELLO433_0_, intervento2_.PASSWORD as PASSWORD433_0_, intervento2_.PASSWORD2 as PASSWORD5_433_0_, intervento2_.ATTIVO as ATTIVO433_0_, intervento2_.ULTIMOACCESSO as ULTIMOAC7_433_0_, intervento2_.LINGUA as LINGUA433_0_, intervento2_.DATAPASSWORD as DATAPASS9_433_0_, intervento2_.CAMBIOPASSWORD as CAMBIOP10_433_0_, intervento2_.DATADISATTIVAZIONE as DATADIS11_433_0_, intervento2_.DATARIATTIVAZIONE as DATARIA12_433_0_, intervento2_.SMARTCARD as SMARTCARD433_0_, intervento2_.CODFISC as CODFISC433_0_, intervento2_.IGNORAADSI as IGNORAADSI433_0_, intervento2_.COGNOME as COGNOME433_0_, intervento2_.NOME as NOME433_0_, intervento2_.CODICEESTERNO as CODICEE22_433_0_, intervento3_.UTENTE as UTENTE433_1_, intervento3_.LIVELLO as LIVELLO433_1_, intervento3_.PASSWORD as PASSWORD433_1_, intervento3_.PASSWORD2 as PASSWORD5_433_1_, intervento3_.ATTIVO as ATTIVO433_1_, intervento3_.ULTIMOACCESSO as ULTIMOAC7_433_1_, intervento3_.LINGUA as LINGUA433_1_, intervento3_.DATAPASSWORD as DATAPASS9_433_1_, intervento3_.CAMBIOPASSWORD as CAMBIOP10_433_1_, intervento3_.DATADISATTIVAZIONE as DATADIS11_433_1_, intervento3_.DATARIATTIVAZIONE as DATARIA12_433_1_, intervento3_.SMARTCARD as SMARTCARD433_1_, intervento3_.CODFISC as CODFISC433_1_, intervento3_.IGNORAADSI as IGNORAADSI433_1_, intervento3_.COGNOME as COGNOME433_1_, intervento3_.NOME as NOME433_1_, intervento3_.CODICEESTERNO as CODICEE22_433_1_, amplificat4_.UTCODICE as UTCODICE428_2_, amplificat4_.DESCRIZIONE as DESCRIZI4_428_2_, amplificat4_.NONATTIVO as NONATTIVO428_2_, amplificat4_.COPIAPROGRESSIVO as COPIAPRO6_428_2_, amplificat4_.DATAORA as DATAORA428_2_, amplificat4_.DATAINIZIO as DATAINIZIO428_2_, amplificat4_.DATAFINE as DATAFINE428_2_, mezzocontr5_.UTCODICE as UTCODICE428_3_, mezzocontr5_.DESCRIZIONE as DESCRIZI4_428_3_, mezzocontr5_.NONATTIVO as NONATTIVO428_3_, mezzocontr5_.COPIAPROGRESSIVO as COPIAPRO6_428_3_, mezzocontr5_.DATAORA as DATAORA428_3_, mezzocontr5_.DATAINIZIO as DATAINIZIO428_3_, mezzocontr5_.DATAFINE as DATAFINE428_3_, mezzocontr6_.UTCODICE as UTCODICE428_4_, mezzocontr6_.DESCRIZIONE as DESCRIZI4_428_4_, mezzocontr6_.NONATTIVO as NONATTIVO428_4_, mezzocontr6_.COPIAPROGRESSIVO as COPIAPRO6_428_4_, mezzocontr6_.DATAORA as DATAORA428_4_, mezzocontr6_.DATAINIZIO as DATAINIZIO428_4_, mezzocontr6_.DATAFINE as DATAFINE428_4_ from INTERVENTI intervento0_, ALTRIDATI altridatib1_, TABELLE amplificat4_, TABELLE mezzocontr5_, TABELLE mezzocontr6_, UTENTI intervento2_, UTENTI intervento3_ where intervento0_.PROGRESSIVO=altridatib1_.INTERVENTO(+) and altridatib1_.SCOPIATIPOAMPL=amplificat4_.PROGRESSIVO(+) and altridatib1_.SCOPIAMEZZOCONTRASTO=mezzocontr5_.PROGRESSIVO(+) and altridatib1_.GRAFIAMEZZOCONTRASTO=mezzocontr6_.PROGRESSIVO(+) and intervento0_.CONVRXBRILLANZA_CHI=intervento2_.SIGLA(+) and intervento0_.CONVRXBRILLANZATOLTA_CHI=intervento3_.SIGLA(+) and intervento0_.PROGRESSIVO=:1 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 3 0.00 0.00 0 12 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.04 0.04 0 12 0 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=234 us cost=7 size=481 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=212 us cost=6 size=421 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=196 us cost=5 size=361 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=179 us cost=4 size=301 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=131 us cost=3 size=258 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=114 us cost=2 size=158 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=84 us cost=1 size=58 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=49 us cost=1 size=0 card=1)(object id 4328375) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=16 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=7 us cost=1 size=0 card=1)(object id 4329020) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=7 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=4 us cost=1 size=0 card=1)(object id 4329020) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=35 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=17 us cost=1 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=8 us cost=1 size=60 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=8 us cost=1 size=60 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=6 us cost=1 size=60 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) 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 3 0.00 0.00 SQL*Net message from client 6 0.02 0.05 ******************************************************************************** SQL ID: 4vpmbbjxzt8pp Plan Hash: 423611684 SELECT * FROM ALTRESCOPIE WHERE INTERVENTO = 97 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.00 0.01 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: 2 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=143 us cost=3 size=165 card=1) 0 0 0 TABLE ACCESS FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=93 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 21 0.00 0.00 SQL*Net message from client 21 0.00 0.01 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: fd4m8gt0gpxsh Plan Hash: 1499107076 SELECT usorecroom FROM INTERVENTI WHERE PROGRESSIVO = 97 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.01 0.01 0 12 0 6 Misses in library cache during parse: 2 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=84 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=37 us cost=1 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.11 0.56 SQL*Net break/reset to client 8 0.00 0.00 SQL*Net more data from client 4 0.00 0.00 ******************************************************************************** SQL ID: 8h86r2y4w7dnq Plan Hash: 1499107076 SELECT ANESTESIA_CHI,ANESTESIA_QUANDO,ANESTESIA_SEM FROM INTERVENTI where PROGRESSIVO = 96 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.01 0.01 0 12 0 6 Misses in library cache during parse: 2 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=70 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 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 7 0.00 0.01 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.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=147 us cost=1 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 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: 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=66 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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 13 0.00 0.00 SQL*Net message from client 13 0.04 0.05 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 326fvjbkbmrw8 Plan Hash: 1499107076 SELECT CONVCHIUSURAUFF FROM Interventi WHERE Progressivo = 97 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: 2 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=85 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=35 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.00 ******************************************************************************** SQL ID: 1s3avjmqk6fp8 Plan Hash: 645679520 SELECT PROGRESSIVO FROM PERSONALE WHERE SIGLA = 'XX' AND 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 12 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=4 pr=0 pw=0 time=437 us cost=3 size=17 card=1) 91 91 91 INDEX RANGE SCAN PERSONALE4 (cr=1 pr=0 pw=0 time=185 us cost=1 size=0 card=91)(object id 4329012) 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: 2bn3ght6fmg2s 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 = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.02 0.02 0 0 0 0 Execute 11 0.00 0.00 0 0 0 0 Fetch 11 0.00 0.00 0 22 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.02 0.02 0 22 0 0 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 SORT UNIQUE (cr=2 pr=0 pw=0 time=138 us cost=4 size=31 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=91 us cost=3 size=31 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=79 us cost=3 size=31 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=75 us cost=2 size=14 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=71 us cost=1 size=7 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=7 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4329013) 0 0 0 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328096) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=0 pr=0 pw=0 time=0 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 23 0.00 0.00 SQL*Net message from client 23 0.09 0.10 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 1qa4ktcqa5tkc 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 = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.01 0.01 0 0 0 0 Execute 11 0.00 0.00 0 0 0 0 Fetch 11 0.00 0.00 0 22 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.01 0.01 0 22 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 UNIQUE (cr=2 pr=0 pw=0 time=128 us cost=4 size=31 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=77 us cost=3 size=31 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=70 us cost=3 size=31 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=66 us cost=2 size=14 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=61 us cost=1 size=7 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=7 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4329013) 0 0 0 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328096) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=0 pr=0 pw=0 time=0 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 22 0.00 0.00 SQL*Net message from client 22 0.00 0.02 ******************************************************************************** SQL ID: 60319wrt8jfqg Plan Hash: 233579607 SELECT P.CHIAVEESTERNA FROM INTERVENTI I, PAZIENTI P WHERE I.CODPAZIENTE = P.PROGRESSIVO AND I.PROGRESSIVO = 97 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 20 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.00 0 20 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 NESTED LOOPS (cr=5 pr=0 pw=0 time=149 us cost=2 size=26 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=86 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=50 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=45 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=31 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 ******************************************************************************** SQL ID: 6y7hh4b5rc200 Plan Hash: 1499107076 SELECT USOCIA FROM INTERVENTI WHERE PROGRESSIVO = 96 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.01 0.01 0 12 0 6 Misses in library cache during parse: 2 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=70 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.02 ******************************************************************************** SQL ID: 2mj3aat8c4080 Plan Hash: 1499107076 SELECT NONOPERATO FROM Interventi WHERE Progressivo = 97 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.01 0.01 0 12 0 6 Misses in library cache during parse: 2 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=80 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=35 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.00 ******************************************************************************** SQL ID: 4r1sbpbx533qp Plan Hash: 2316417378 select asl0_.PROGRCOMUNE as PROGRCOM1_1_, asl0_.PROGRASL as PROGRASL1_, 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 ASLCOMUNI asl0_, TABELLE tabelle1_ where asl0_.PROGRASL= tabelle1_.PROGRESSIVO(+) and asl0_.PROGRCOMUNE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 16 0.00 0.00 0 0 0 0 Execute 16 0.02 0.02 0 0 0 0 Fetch 16 0.00 0.00 0 16 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.03 0.03 0 16 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: 12 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=75 us cost=2 size=68 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID ASLCOMUNI (cr=1 pr=0 pw=0 time=64 us cost=1 size=8 card=1) 0 0 0 INDEX RANGE SCAN ASLCOMUNI2 (cr=1 pr=0 pw=0 time=55 us cost=1 size=0 card=1)(object id 4328972) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) 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 33 0.00 0.00 SQL*Net message from client 33 0.02 0.05 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** 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=88 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=46 us cost=1 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 13 0.00 0.00 SQL*Net message from client 13 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: gbkpqyn14cj8z Plan Hash: 1955432048 SELECT MOTIVSOMMTERAPIAANTIBIOTICA FROM ALTRIDATI WHERE INTERVENTO = 97 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=74 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 8h286vh5aptx9 Plan Hash: 995981425 select cnfgequipe0_.FUNZIONE as FUNZIONE626_0_, cnfgequipe0_.DESCRIZIONE as DESCRIZI2_626_0_ from CNFGEQUIPE cnfgequipe0_ where cnfgequipe0_.FUNZIONE=:1 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.01 0.01 0 12 0 6 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=66 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=38 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.02 ******************************************************************************** SQL ID: 8r9aqrm8j1q0t Plan Hash: 1499107076 SELECT * FROM INTERVENTI WHERE PROGRESSIVO = 97 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 BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=107 us cost=1 size=402 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 more data to client 9 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: cq3jydw9rpf87 Plan Hash: 995981425 select rowid, FUNZIONE AS PROGRESSIVO,DESCRIZIONE FROM CNFGEQUIPE WHERE 1=1 AND FUNZIONE = 1 ORDER BY DESCRIZIONE 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.02 0.02 0 8 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 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=68 us cost=1 size=19 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=42 us cost=1 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.00 0.00 SQL*Net break/reset to client 4 0.00 0.00 KJC: Wait for msg sends to complete 1 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=100 us cost=1 size=15 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIBLOCCHI2 (cr=1 pr=0 pw=0 time=67 us cost=1 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: 0qcpfqrsn1j0w Plan Hash: 1499107076 SELECT ListaOp FROM Interventi WHERE Progressivo = 97 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=119 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=45 us cost=1 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 2 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: b0bxu6vgygh8x Plan Hash: 2593403931 SELECT macchina FROM polling WHERE polling.tabella = 'INTERVENTI' AND polling.valore = 96 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 POLLING (cr=2 pr=0 pw=0 time=108 us cost=1 size=48 card=1) 1 1 1 INDEX RANGE SCAN POLLING1 (cr=1 pr=0 pw=0 time=62 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.00 SQL*Net break/reset to client 4 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 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 CNFGEQUIPE (cr=2 pr=0 pw=0 time=68 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 16 0.00 0.00 SQL*Net message from client 16 4.81 4.88 SQL*Net break/reset to client 8 0.00 0.00 ******************************************************************************** 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.00 0.00 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=157 us cost=1 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 14 0.00 0.00 SQL*Net message from client 14 0.01 0.02 ******************************************************************************** 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=158 us cost=1 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 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 ******************************************************************************** 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=162 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 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=65 us cost=1 size=30 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=32 us cost=1 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 13 0.00 0.00 SQL*Net message from client 13 0.00 0.00 SQL*Net break/reset to client 2 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 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 12 0 16 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 12 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 TABLE ACCESS FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=190 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: 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=156 us cost=1 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 13 0.00 0.00 SQL*Net message from client 13 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 057yfxfs5sr6f Plan Hash: 1600954465 select intervento0_.PROGRESSIVO as col_0_0_, intervento0_.REPARTO as col_1_0_, intervento0_.SBLOCCOTEMPI_CHI as col_2_0_, intervento0_.SBLOCCOTEMPI_QUANDO as col_3_0_, intervento0_.SBLOCCOTEMPI_MOTIVAZIONE as col_4_0_, repartobas1_.PROGRESSIVO as PROGRESS1_446_0_, intervento2_.SIGLA as SIGLA433_1_, repartobas1_.CODICE as CODICE446_0_, repartobas1_.CCOSTO as CCOSTO446_0_, repartobas1_.DESCRIZIONE as DESCRIZI4_446_0_, repartobas1_.ATTIVO as ATTIVO446_0_, repartobas1_.CODMAG as CODMAG446_0_, repartobas1_.CODUNITAPRELIEVO as CODUNITA7_446_0_, repartobas1_.SIGLACS as SIGLACS446_0_, repartobas1_.CODREGIONALE as CODREGIO9_446_0_, repartobas1_.CODICECRIL as CODICECRIL446_0_, repartobas1_.CHIUSURAAUTOMATICASI as CHIUSUR11_446_0_, intervento2_.UTENTE as UTENTE433_1_, intervento2_.LIVELLO as LIVELLO433_1_, intervento2_.PASSWORD as PASSWORD433_1_, intervento2_.PASSWORD2 as PASSWORD5_433_1_, intervento2_.ATTIVO as ATTIVO433_1_, intervento2_.ULTIMOACCESSO as ULTIMOAC7_433_1_, intervento2_.LINGUA as LINGUA433_1_, intervento2_.DATAPASSWORD as DATAPASS9_433_1_, intervento2_.CAMBIOPASSWORD as CAMBIOP10_433_1_, intervento2_.DATADISATTIVAZIONE as DATADIS11_433_1_, intervento2_.DATARIATTIVAZIONE as DATARIA12_433_1_, intervento2_.SMARTCARD as SMARTCARD433_1_, intervento2_.CODFISC as CODFISC433_1_, intervento2_.IGNORAADSI as IGNORAADSI433_1_, intervento2_.COGNOME as COGNOME433_1_, intervento2_.NOME as NOME433_1_, intervento2_.CODICEESTERNO as CODICEE22_433_1_ from INTERVENTI intervento0_, REPARTI repartobas1_, UTENTI intervento2_ where intervento0_.REPARTO=repartobas1_.PROGRESSIVO(+) and intervento0_.SBLOCCOTEMPI_CHI=intervento2_.SIGLA(+) and intervento0_.PROGRESSIVO=: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 20 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 20 0 2 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=10 pr=0 pw=0 time=362 us cost=6 size=584 card=1) 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=106 us cost=2 size=484 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=64 us cost=1 size=402 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=28 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=14 us cost=1 size=0 card=1)(object id 4328413) 0 0 0 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=240 us cost=4 size=100 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: a6u3ydcw94bt6 Plan Hash: 1955432048 SELECT CONTAGARZE FROM ALTRIDATI WHERE INTERVENTO = 97 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: 2 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 ALTRIDATI (cr=2 pr=0 pw=0 time=70 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=163 us cost=1 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 13 0.00 0.00 SQL*Net message from client 13 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: cs6y699q0jhac Plan Hash: 233579607 SELECT P.CHIAVEESTERNA FROM INTERVENTI I, PAZIENTI P WHERE I.CODPAZIENTE = P.PROGRESSIVO AND I.PROGRESSIVO = 96 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 20 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.00 0 20 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 NESTED LOOPS (cr=5 pr=0 pw=0 time=134 us cost=2 size=26 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=73 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=48 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=42 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=26 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.01 ******************************************************************************** SQL ID: a84d2bxt7aa1y Plan Hash: 1499107076 SELECT AMBULATORIALE,PRELIEVOORGANO FROM INTERVENTI WHERE PROGRESSIVO = 97 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: 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 INTERVENTI (cr=2 pr=0 pw=0 time=69 us cost=1 size=9 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: 0yvyfva2ts8qw Plan Hash: 1499107076 SELECT NONOPERATO,NONOPERATO_CHI,NONOPERATO_QUANDO,NONOPERATOTOLTA_CHI, NONOPERATOTOLTA_QUANDO FROM INTERVENTI WHERE PROGRESSIVO = 97 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=93 us cost=1 size=58 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=50 us cost=1 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.01 0.02 ******************************************************************************** SQL ID: 9mj85kp6sf47g Plan Hash: 2303426068 SELECT * FROM ( SELECT PROGRESSIVO,DESCRIZIONE,'1' AS SELEZIONATO FROM TABELLE WHERE CODICETABELLA = '141' AND EXISTS (SELECT '1' FROM LISTAATTESAGRUPPI WHERE REPARTO IN (14) AND GRUPPOLISTAATTESA = TABELLE.PROGRESSIVO) UNION SELECT PROGRESSIVO,DESCRIZIONE,'0' AS SELEZIONATO FROM TABELLE WHERE CODICETABELLA = '141' AND NOT EXISTS (SELECT '1' FROM LISTAATTESAGRUPPI WHERE REPARTO IN (14) AND GRUPPOLISTAATTESA = TABELLE.PROGRESSIVO) ) LISTALA WHERE 1=1 AND (SELEZIONATO = '1' ) ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.02 0.02 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.02 0.02 0 6 0 0 Misses in library cache during parse: 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=221 us cost=7 size=290 card=2) 0 0 0 VIEW (cr=1 pr=0 pw=0 time=189 us cost=6 size=290 card=2) 0 0 0 SORT UNIQUE (cr=1 pr=0 pw=0 time=183 us cost=6 size=116 card=2) 0 0 0 UNION-ALL (cr=1 pr=0 pw=0 time=164 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=134 us cost=4 size=58 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=128 us cost=4 size=58 card=1) 0 0 0 SORT UNIQUE (cr=1 pr=0 pw=0 time=123 us cost=2 size=26 card=1) 0 0 0 TABLE ACCESS FULL LISTAATTESAGRUPPI (cr=1 pr=0 pw=0 time=93 us cost=2 size=26 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=32 card=1) 0 0 0 FILTER (cr=0 pr=0 pw=0 time=6 us) 0 0 0 HASH JOIN ANTI (cr=0 pr=0 pw=0 time=0 us cost=12 size=1914 card=33) 0 0 0 TABLE ACCESS FULL TABELLE (cr=0 pr=0 pw=0 time=0 us cost=10 size=1088 card=34) 0 0 0 TABLE ACCESS FULL LISTAATTESAGRUPPI (cr=0 pr=0 pw=0 time=0 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 12 0.00 0.00 SQL*Net message from client 12 0.08 0.20 ******************************************************************************** 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 7 0.01 0.01 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.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=143 us cost=1 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 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 ******************************************************************************** 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=147 us cost=1 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 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: 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 16 0.01 0.01 0 0 0 0 Execute 16 0.00 0.00 0 0 0 0 Fetch 16 0.00 0.00 0 16 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 48 0.01 0.01 0 16 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 CONFIGURAZIONI (cr=1 pr=0 pw=0 time=69 us cost=1 size=9 card=1) 0 0 0 INDEX RANGE SCAN CONFIGURAZIONI3 (cr=1 pr=0 pw=0 time=57 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 32 0.00 0.00 SQL*Net message from client 32 0.00 0.02 ******************************************************************************** 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 6 0.01 0.01 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=153 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 latch free 1 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=142 us cost=1 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 14 0.00 0.00 SQL*Net message from client 14 0.05 0.06 latch free 1 0.00 0.00 ******************************************************************************** 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.00 0.00 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=138 us cost=1 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 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 ******************************************************************************** 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=136 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=125 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 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 ******************************************************************************** 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=70 us cost=1 size=30 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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.03 0.04 ******************************************************************************** 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=140 us cost=1 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 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 ******************************************************************************** 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=144 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.09 0.11 ******************************************************************************** SQL ID: 0fh0dw8db065v Plan Hash: 3298367667 select cnfgsituaz0_.PROGRESSIVO as PROGRESS1_793_, cnfgsituaz0_.SITUAZIONE as SITUAZIONE793_, cnfgsituaz0_.TIPOLISTAATTESA as TIPOLIST3_793_, cnfgsituaz0_.GARANZIA as GARANZIA793_, cnfgsituaz0_.SITUAZIONELOCK as SITUAZIO5_793_ from CNFGSITUAZIONE cnfgsituaz0_, TABELLE situazione1_ where cnfgsituaz0_.SITUAZIONE=situazione1_.PROGRESSIVO(+) and cnfgsituaz0_.SITUAZIONE=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 12 0.00 0.00 0 0 0 0 Execute 12 0.01 0.02 0 0 0 0 Fetch 12 0.00 0.00 0 12 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 36 0.02 0.03 0 12 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: 7 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGSITUAZIONE (cr=1 pr=0 pw=0 time=79 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN CNFGSITUAZIONE2 (cr=1 pr=0 pw=0 time=66 us cost=1 size=0 card=1)(object id 4328696) 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 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 row cache lock 5 0.02 0.02 ******************************************************************************** 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=146 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.04 0.07 ******************************************************************************** SQL ID: 7529mc779dtcf 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) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 9 0.00 0.00 0 0 0 0 Execute 9 0.02 0.02 0 0 0 0 Fetch 9 0.00 0.00 0 9 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27 0.03 0.03 0 9 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: 8 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=3 size=86 card=1) 0 0 0 TABLE ACCESS FULL LISTAATTESAGRUPPI (cr=1 pr=0 pw=0 time=90 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=60 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) 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 ******************************************************************************** SQL ID: 6ugkpmdtp1zuh 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 ( 171 ) ORDER BY P.UTCODICE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.03 0.03 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 20 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.03 0 20 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=2 pr=0 pw=0 time=80 us) 20 20 20 INDEX RANGE SCAN ICDPREVISIONI1 (cr=2 pr=0 pw=0 time=54 us cost=1 size=44 card=11)(object id 4328317) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=31 us) 0 0 0 INDEX RANGE SCAN PRESIDIPREVISIONI1 (cr=1 pr=0 pw=0 time=22 us cost=1 size=13 card=1)(object id 4328876) 1 1 1 NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=160 us cost=3 size=133 card=1) 1 1 1 NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=124 us cost=2 size=97 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=2 pr=0 pw=0 time=72 us cost=1 size=68 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=45 us cost=1 size=0 card=1)(object id 4328856) 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=37 us cost=1 size=29 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=22 us cost=1 size=0 card=1)(object id 4328103) 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=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 row cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: 0gyftabdxdf37 Plan Hash: 1499107076 SELECT CONVCHIUSURAUFF,CONVCHIUSURAUFF_CHI,CONVCHIUSURAUFF_QUANDO, CONVCHIUSURAUFFTOLTA_CHI,CONVCHIUSURAUFFTOLTA_QUANDO FROM INTERVENTI WHERE PROGRESSIVO = 96 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=81 us cost=1 size=58 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=46 us cost=1 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.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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=134 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=124 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 15 0.00 0.00 SQL*Net message from client 15 0.05 0.06 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: dypzz1pajpz6j Plan Hash: 1499107076 SELECT ListaAttesa FROM Interventi WHERE Progressivo = 96 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=79 us cost=1 size=5 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=47 us cost=1 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.03 0.03 ******************************************************************************** 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=131 us cost=1 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 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 ******************************************************************************** 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=147 us cost=1 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 13 0.00 0.00 SQL*Net message from client 13 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: 5qbs6svujwjnc Plan Hash: 1499107076 SELECT EQUIPE_CHI,EQUIPE_QUANDO,EQUIPE_SEM FROM INTERVENTI where PROGRESSIVO = 97 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: 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=67 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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 break/reset to client 4 0.00 0.00 SQL*Net message to client 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: f3ftz2gp26a8x Plan Hash: 3616902813 SELECT * FROM pazienti WHERE Progressivo = 182049 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 6 0.00 0.00 0 9 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.01 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 PAZIENTI (cr=3 pr=0 pw=0 time=102 us cost=1 size=128 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=54 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 9 0.00 0.00 SQL*Net more data to client 3 0.00 0.00 SQL*Net message from client 9 0.00 0.00 ******************************************************************************** SQL ID: 35r11fmnnagr9 Plan Hash: 1499107076 SELECT BLOCCO FROM INTERVENTI WHERE PROGRESSIVO = 96 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.01 0.01 0 8 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 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=98 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=67 us cost=1 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.00 ******************************************************************************** SQL ID: 6zqmqd9w27s87 Plan Hash: 1499107076 SELECT CONVRXBRILLANZA FROM INTERVENTI WHERE PROGRESSIVO = 96 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: 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 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=86 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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.00 0.01 SQL*Net break/reset to client 16 0.00 0.00 ******************************************************************************** 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=126 us cost=1 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 14 0.00 0.00 SQL*Net message from client 14 0.02 0.04 ******************************************************************************** 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=125 us cost=1 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 15 0.00 0.00 SQL*Net message from client 15 0.00 0.01 library cache lock 1 0.02 0.02 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: bdgg3n5g4dk0b 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 = 96 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 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 14 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=7 pr=0 pw=0 time=250 us) 1 1 1 NESTED LOOPS (cr=7 pr=0 pw=0 time=220 us cost=3 size=17 card=1) 2 2 2 NESTED LOOPS (cr=5 pr=0 pw=0 time=180 us cost=3 size=17 card=1) 2 2 2 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=3 pr=0 pw=0 time=136 us cost=2 size=10 card=1) 2 2 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=73 us cost=1 size=0 card=1)(object id 4328955) 2 2 2 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=33 us cost=1 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=26 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 4 0.00 0.00 SQL*Net message from client 4 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=146 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=149 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: 128793frumckt Plan Hash: 2080917051 SELECT * FROM ( SELECT INTERVENTO AS PROGRESSIVO, 0 AS CONTATORE, TEMPOBRILLANZA FROM ALTRIDATI WHERE INTERVENTO = 96 UNION SELECT PROGRESSIVO, CONTATORE, TEMPO AS TEMPOBRILLANZA FROM ALTRESCOPIE WHERE INTERVENTO = 96 ) V ORDER BY CONTATORE 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 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 6 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=3 pr=0 pw=0 time=346 us cost=6 size=78 card=2) 1 1 1 VIEW (cr=3 pr=0 pw=0 time=286 us cost=5 size=78 card=2) 1 1 1 SORT UNIQUE (cr=3 pr=0 pw=0 time=278 us cost=5 size=68 card=2) 1 1 1 UNION-ALL (cr=3 pr=0 pw=0 time=203 us) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=74 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=48 us cost=1 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=98 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 4 0.00 0.00 SQL*Net message from client 4 0.10 0.19 ******************************************************************************** SQL ID: grp3fwq7gy5fw Plan Hash: 1499107076 SELECT CHIRURGO_CHI,CHIRURGO_QUANDO,CHIRURGO_SEM FROM INTERVENTI where PROGRESSIVO = 97 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=70 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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.00 ******************************************************************************** SQL ID: 1jxyuk3bd062x Plan Hash: 3616902813 SELECT * FROM pazienti WHERE Progressivo = 187559 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 6 0.00 0.00 0 9 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.01 0 9 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 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=92 us cost=1 size=128 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=47 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 9 0.00 0.00 SQL*Net more data to client 3 0.00 0.00 SQL*Net message from client 9 0.00 0.00 ******************************************************************************** SQL ID: 6qfc9cncrsyh2 Plan Hash: 1837612413 select posizionim0_.POSIZIONE as col_0_0_, posizionim0_.CONTATORE as col_1_0_, posizione1_.PROGRESSIVO as PROGRESS1_428_, posizione1_.UTCODICE as UTCODICE428_, posizione1_.DESCRIZIONE as DESCRIZI4_428_, posizione1_.NONATTIVO as NONATTIVO428_, posizione1_.COPIAPROGRESSIVO as COPIAPRO6_428_, posizione1_.DATAORA as DATAORA428_, posizione1_.DATAINIZIO as DATAINIZIO428_, posizione1_.DATAFINE as DATAFINE428_ from POSIZIONIMULTIPLE posizionim0_, TABELLE posizione1_ where posizionim0_.POSIZIONE=posizione1_.PROGRESSIVO(+) and posizionim0_.INTERVENTO=:1 order by posizionim0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 11 0.00 0.00 0 0 0 0 Execute 11 0.01 0.01 0 0 0 0 Fetch 11 0.00 0.00 0 11 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.02 0.02 0 11 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: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=107 us cost=3 size=99 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=61 us cost=2 size=99 card=1) 0 0 0 INDEX RANGE SCAN POSIZIONIMULTIPLE1 (cr=1 pr=0 pw=0 time=52 us cost=1 size=39 card=1)(object id 4328881) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) 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 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.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 12 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 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=490 us cost=8 size=726 card=2) 0 0 0 HASH JOIN OUTER (cr=6 pr=0 pw=0 time=478 us cost=7 size=704 card=2) 0 0 0 NESTED LOOPS (cr=6 pr=0 pw=0 time=258 us cost=5 size=136 card=2) 0 0 0 NESTED LOOPS (cr=6 pr=0 pw=0 time=254 us cost=5 size=136 card=2) 4 4 4 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=222 us cost=4 size=16 card=2) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=16 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=0 us cost=1 size=60 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=1 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: ffk50tcxtxqth Plan Hash: 4165688936 SELECT TCHIR1 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: 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 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=146 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 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 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: 29m37s0db7prb Plan Hash: 805254920 SELECT MIN(datascadenza) as TempoMin FROM INTERVENTISETFERRI WHERE progressivointervento = 97 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 4 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.00 0 4 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 AGGREGATE (cr=1 pr=0 pw=0 time=92 us) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=62 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=55 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 8 0.00 0.00 SQL*Net message from client 8 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 6 0.00 0.01 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=143 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=147 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.00 ******************************************************************************** SQL ID: bpnu1w25gn00x Plan Hash: 3779891269 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 (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.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 8 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=8 pr=0 pw=0 time=1016 us cost=10 size=23 card=1) 0 0 0 HASH JOIN OUTER (cr=8 pr=0 pw=0 time=973 us cost=9 size=23 card=1) 0 0 0 NESTED LOOPS ANTI (cr=8 pr=0 pw=0 time=376 us cost=5 size=15 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=71 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=41 us cost=1 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=292 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 3 0.00 0.00 SQL*Net message from client 3 0.01 0.01 SQL*Net break/reset to 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 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.01 0.01 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 NESTED LOOPS (cr=4 pr=0 pw=0 time=109 us cost=2 size=27 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=56 us cost=1 size=19 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=36 us cost=1 size=0 card=1)(object id 4328096) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTIEQUIPE (cr=2 pr=0 pw=0 time=34 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIEQUIPE1 (cr=1 pr=0 pw=0 time=21 us cost=1 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 20 0.00 0.00 SQL*Net message from client 20 0.00 0.01 SQL*Net break/reset to client 24 0.00 0.01 ******************************************************************************** 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 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.01 0.01 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 NESTED LOOPS (cr=4 pr=0 pw=0 time=107 us cost=2 size=27 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=60 us cost=1 size=19 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=38 us cost=1 size=0 card=1)(object id 4328096) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTIEQUIPE (cr=2 pr=0 pw=0 time=32 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTIEQUIPE1 (cr=1 pr=0 pw=0 time=18 us cost=1 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 11 0.00 0.00 SQL*Net message from client 11 0.00 0.01 SQL*Net break/reset to client 6 0.00 0.00 ******************************************************************************** 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 2 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 48 0 8 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 10 0.00 0.00 0 48 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 2 2 2 NESTED LOOPS (cr=12 pr=0 pw=0 time=226 us cost=5 size=74 card=2) 2 2 2 NESTED LOOPS (cr=10 pr=0 pw=0 time=187 us cost=5 size=74 card=2) 2 2 2 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=136 us cost=4 size=16 card=2) 2 2 2 INDEX UNIQUE SCAN TABELLE1 (cr=4 pr=0 pw=0 time=43 us cost=1 size=0 card=1)(object id 4328103) 2 2 2 TABLE ACCESS BY INDEX ROWID TABELLE (cr=2 pr=0 pw=0 time=28 us cost=1 size=29 card=1) ******************************************************************************** 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=140 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.07 0.08 ******************************************************************************** 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=129 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=118 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 14 0.00 0.00 SQL*Net message from client 14 0.00 0.01 ******************************************************************************** SQL ID: 4zsk2bsw0x0yw Plan Hash: 4165688936 select rowid, SSPompaAnalgesia 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: 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 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=124 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: f53y0pu1puw5k Plan Hash: 3278723647 select intervento0_.PROGRESSIVO as col_0_0_, intervento0_.PREVISIONE as col_1_0_, intervento0_.ASA as col_2_0_, intervento0_.ASAE as col_3_0_, intervento0_.STADIAZIONECONDENSATA as col_4_0_, intervento0_.CONVPRESAVISIONEDATI as col_5_0_, intervento0_.CONVPRESAVISIONEDATI_CHI as col_6_0_, intervento0_.CONVPRESAVISIONEDATI_QUANDO as col_7_0_, previsione1_.PROGRESSIVO as PROGRESS1_447_0_, stadiazion2_.PROGRESSIVO as PROGRESS1_428_1_, intervento3_.SIGLA as SIGLA433_2_, previsione1_.UTCODICE as UTCODICE447_0_, previsione1_.DESCRIZIONE as DESCRIZI3_447_0_, previsione1_.DURATA as DURATA447_0_, previsione1_.DURATASANIFICAZIONE as DURATASA5_447_0_, previsione1_.FLACONI as FLACONI447_0_, previsione1_.NGIORNI as NGIORNI447_0_, previsione1_.REGIME as REGIME447_0_, previsione1_.PROTESI as PROTESI447_0_, previsione1_.ANESTESIA as ANESTESIA447_0_, previsione1_.INUSO as INUSO447_0_, previsione1_.NGIORNIPOSTINT as NGIORNI12_447_0_, previsione1_.ESCLUDICHECKLIST as ESCLUDI13_447_0_, stadiazion2_.UTCODICE as UTCODICE428_1_, stadiazion2_.DESCRIZIONE as DESCRIZI4_428_1_, stadiazion2_.NONATTIVO as NONATTIVO428_1_, stadiazion2_.COPIAPROGRESSIVO as COPIAPRO6_428_1_, stadiazion2_.DATAORA as DATAORA428_1_, stadiazion2_.DATAINIZIO as DATAINIZIO428_1_, stadiazion2_.DATAFINE as DATAFINE428_1_, intervento3_.UTENTE as UTENTE433_2_, intervento3_.LIVELLO as LIVELLO433_2_, intervento3_.PASSWORD as PASSWORD433_2_, intervento3_.PASSWORD2 as PASSWORD5_433_2_, intervento3_.ATTIVO as ATTIVO433_2_, intervento3_.ULTIMOACCESSO as ULTIMOAC7_433_2_, intervento3_.LINGUA as LINGUA433_2_, intervento3_.DATAPASSWORD as DATAPASS9_433_2_, intervento3_.CAMBIOPASSWORD as CAMBIOP10_433_2_, intervento3_.DATADISATTIVAZIONE as DATADIS11_433_2_, intervento3_.DATARIATTIVAZIONE as DATARIA12_433_2_, intervento3_.SMARTCARD as SMARTCARD433_2_, intervento3_.CODFISC as CODFISC433_2_, intervento3_.IGNORAADSI as IGNORAADSI433_2_, intervento3_.COGNOME as COGNOME433_2_, intervento3_.NOME as NOME433_2_, intervento3_.CODICEESTERNO as CODICEE22_433_2_ from INTERVENTI intervento0_, PREVISIONI previsione1_, TABELLE stadiazion2_, UTENTI intervento3_ where intervento0_.PREVISIONE= previsione1_.PROGRESSIVO(+) and intervento0_.STADIAZIONECONDENSATA= stadiazion2_.PROGRESSIVO(+) and intervento0_.CONVPRESAVISIONEDATI_CHI= intervento3_.SIGLA(+) and intervento0_.PROGRESSIVO=: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 8 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 8 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=8 pr=0 pw=0 time=619 us cost=7 size=293 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=199 us cost=3 size=193 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=180 us cost=2 size=125 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=153 us cost=1 size=65 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=119 us cost=1 size=0 card=1)(object id 4328375) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=16 us cost=1 size=60 card=1) 0 0 0 INDEX UNIQUE SCAN TABELLE1 (cr=0 pr=0 pw=0 time=8 us cost=1 size=0 card=1)(object id 4328103) 0 0 0 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=0 pr=0 pw=0 time=9 us cost=1 size=68 card=1) 0 0 0 INDEX UNIQUE SCAN PREVISIONI1 (cr=0 pr=0 pw=0 time=4 us cost=1 size=0 card=1)(object id 4328856) 0 0 0 TABLE ACCESS FULL UTENTI (cr=6 pr=0 pw=0 time=402 us cost=4 size=100 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: gru771kqmkz1v Plan Hash: 1955432048 SELECT TEMPOBRILLANZATOT FROM ALTRIDATI WHERE INTERVENTO = 96 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=72 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=43 us cost=1 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: 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 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: 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 FULL OBBLIGATORI (cr=6 pr=0 pw=0 time=262 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: 9xk9rhddqy2w1 Plan Hash: 847836866 select intraopane0_.PROGRESSIVO as col_0_0_, intraopane0_.PROGRCHIAMANTE as col_1_0_, intraopane0_.ASA as col_2_0_, intraopane0_.ASAE as col_3_0_, intraopane0_.PESO as col_4_0_, intraopane0_.ALTEZZA as col_5_0_, intraopane0_.RICTERAPIAINTENSIVA as col_6_0_, intraopane0_.RISCHIOOPERATORIO as col_7_0_, intraopane0_.RISCALDAMENTO as col_8_0_, intraopane0_.COMARCK as col_9_0_, intraopane0_.ESITOINTUB as col_10_0_, intraopane0_.FIO2 as col_11_0_, intraopane0_.N2O as col_12_0_, rischioope1_.PROGRESSIVO as PROGRESS1_428_, rischioope1_.UTCODICE as UTCODICE428_, rischioope1_.DESCRIZIONE as DESCRIZI4_428_, rischioope1_.NONATTIVO as NONATTIVO428_, rischioope1_.COPIAPROGRESSIVO as COPIAPRO6_428_, rischioope1_.DATAORA as DATAORA428_, rischioope1_.DATAINIZIO as DATAINIZIO428_, rischioope1_.DATAFINE as DATAFINE428_ from INTRAOP_ANEST intraopane0_, TABELLE rischioope1_ where intraopane0_.RISCHIOOPERATORIO=rischioope1_.PROGRESSIVO(+) and intraopane0_.CODCHIAMANTE=1 and intraopane0_.PROGRCHIAMANTE=:1 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 7 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 7 0 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=153 us cost=2 size=116 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=2 pr=0 pw=0 time=120 us cost=1 size=56 card=1) 1 1 1 INDEX UNIQUE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=42 us cost=1 size=0 card=1)(object id 4329091) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=11 us cost=1 size=60 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) 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: 0f2tn4rtqdh9u Plan Hash: 4165688936 select rowid, SSElastomero 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: 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 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=150 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 05bcu06b935a7 Plan Hash: 4018145916 select altregrafi0_.CONTATORE as col_0_0_, altregrafi0_.KV as col_1_0_, altregrafi0_.MAXS as col_2_0_, altregrafi0_.MA as col_3_0_, altregrafi0_.MS as col_4_0_, altregrafi0_.NPROIEZIONI as col_5_0_, altregrafi0_.MEZZOCONTRASTO as col_6_0_, altregrafi0_.MEZZOCONTRASTOQUANTITA as col_7_0_, mezzocontr1_.PROGRESSIVO as PROGRESS1_428_, mezzocontr1_.UTCODICE as UTCODICE428_, mezzocontr1_.DESCRIZIONE as DESCRIZI4_428_, mezzocontr1_.NONATTIVO as NONATTIVO428_, mezzocontr1_.COPIAPROGRESSIVO as COPIAPRO6_428_, mezzocontr1_.DATAORA as DATAORA428_, mezzocontr1_.DATAINIZIO as DATAINIZIO428_, mezzocontr1_.DATAFINE as DATAFINE428_ from ALTREGRAFIE altregrafi0_, TABELLE mezzocontr1_ where altregrafi0_.MEZZOCONTRASTO=mezzocontr1_.PROGRESSIVO(+) and altregrafi0_.INTERVENTO=:1 order by altregrafi0_.CONTATORE 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 11 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 33 0.02 0.02 0 11 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: 11 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=77 us cost=2 size=177 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID ALTREGRAFIE (cr=1 pr=0 pw=0 time=67 us cost=1 size=117 card=1) 0 0 0 INDEX RANGE SCAN PK_ALTREGRAFIE (cr=1 pr=0 pw=0 time=57 us cost=1 size=0 card=1)(object id 4328724) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) 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.07 0.14 ******************************************************************************** SQL ID: 6rt25p23q92pa Plan Hash: 4165688936 SELECT bloccaconvalide 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=142 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: c1n9ha5x0z0rh Plan Hash: 1499107076 SELECT NONOPERATO FROM INTERVENTI WHERE PROGRESSIVO = 96 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.01 0.01 0 8 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 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=68 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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.00 ******************************************************************************** SQL ID: g5j15k2sg42wf Plan Hash: 2115174012 select anestesia0_.ATTO as col_0_0_ from ANESTESIA anestesia0_ where anestesia0_.INTERVENTO=: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 6 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.01 0 6 0 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID ANESTESIA (cr=2 pr=0 pw=0 time=80 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ANESTESIA1 (cr=1 pr=0 pw=0 time=49 us cost=1 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 9 0.00 0.00 SQL*Net message from client 9 0.00 0.01 ******************************************************************************** SQL ID: 9d7ky8b2wbux2 Plan Hash: 1499107076 SELECT GENERALE_CHI,GENERALE_SEM FROM INTERVENTI where PROGRESSIVO = 96 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: 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 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=74 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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.05 0.06 ******************************************************************************** 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=134 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=123 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** 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 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=321 us cost=1 size=24 card=1) 8 8 8 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 6d6qx4fzyjx74 Plan Hash: 1499107076 SELECT SALETTA FROM INTERVENTI WHERE PROGRESSIVO = 97 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=126 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=80 us cost=1 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 3.50 3.50 ******************************************************************************** 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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.00 0.00 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=134 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=121 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: 472k5wt8t6bwg Plan Hash: 1955432048 SELECT TEMPOBRILLANZATOT FROM ALTRIDATI WHERE INTERVENTO = 97 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: 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 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=71 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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: 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 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 7 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 21 0.01 0.01 0 7 0 0 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=122 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=109 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 14 0.00 0.00 SQL*Net message from client 14 0.02 0.03 ******************************************************************************** SQL ID: dr0fnr0x9d9pq Plan Hash: 1499107076 SELECT ListaOp FROM Interventi WHERE Progressivo = 96 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=71 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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.00 ******************************************************************************** SQL ID: fkj7x1pupbmus Plan Hash: 1499107076 SELECT ListaAttesa FROM Interventi WHERE Progressivo = 97 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=64 us cost=1 size=5 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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.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 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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 TABLE ACCESS BY INDEX ROWID OBBLIGATORI (cr=1 pr=0 pw=0 time=132 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=118 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: dn1j8rnfrtp3g Plan Hash: 1499107076 SELECT USORECROOM FROM INTERVENTI WHERE PROGRESSIVO = 96 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: 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 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=72 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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.00 ******************************************************************************** SQL ID: 93bm7hnbj5kyc Plan Hash: 199058961 SELECT * FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = 96 ORDER BY ORDINE 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 0 0 0 Fetch 8 0.00 0.00 0 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 8 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=117 us cost=2 size=394 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=62 us cost=1 size=394 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=53 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 19 0.00 0.00 SQL*Net message from client 19 0.09 0.11 SQL*Net break/reset to client 6 0.00 0.00 library cache lock 1 0.01 0.01 library cache pin 1 0.00 0.00 row cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: ay5g9fw8sp44s Plan Hash: 2479997560 SELECT COUNT(*) AS TOTICD FROM ICDINTERVENTI WHERE INTERVENTO = 96 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 4 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 0.00 0 4 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 AGGREGATE (cr=1 pr=0 pw=0 time=105 us) 0 0 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=73 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 10 0.00 0.00 SQL*Net message to client 13 0.00 0.00 SQL*Net message from client 13 0.00 0.01 ******************************************************************************** SQL ID: 742vh9xqh9ts2 Plan Hash: 3292814411 select diagnosi_.PROGRESSIVO, diagnosi_.FAMIGLIA as FAMIGLIA173_, diagnosi_.UTCODICE as UTCODICE173_, diagnosi_.DESCRIZIONE as DESCRIZI4_173_, diagnosi_.SINONIMO as SINONIMO173_, diagnosi_.CODICEEXT as CODICEEXT173_ from DIAGNOSI diagnosi_ where diagnosi_.PROGRESSIVO=: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 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 6 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 DIAGNOSI (cr=3 pr=0 pw=0 time=100 us cost=1 size=102 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=62 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 4u1p6thzy43f3 Plan Hash: 1499107076 SELECT NONOPERATO,NONOPERATO_CHI,NONOPERATO_QUANDO,NONOPERATOTOLTA_CHI, NONOPERATOTOLTA_QUANDO FROM INTERVENTI WHERE PROGRESSIVO = 96 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=73 us cost=1 size=58 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: c1ztdfyqfjtc9 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, :3, :4, :5, :6, :7) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.00 0 0 0 0 Execute 6 0.03 0.03 0 0 0 0 Fetch 6 0.00 0.00 0 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.03 0.03 0 6 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: 6 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=162 us cost=2 size=108 card=1) 0 0 0 INLIST ITERATOR (cr=1 pr=0 pw=0 time=148 us) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIPARTI (cr=1 pr=0 pw=0 time=100 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN REPARTIPARTI2 (cr=1 pr=0 pw=0 time=78 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=1 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.01 0.02 library cache lock 1 0.00 0.00 library cache pin 1 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.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 11 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 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=525 us cost=6 size=96 card=2) 11 11 11 NESTED LOOPS (cr=21 pr=0 pw=0 time=626 us cost=5 size=96 card=2) 11 11 11 NESTED LOOPS (cr=10 pr=0 pw=0 time=480 us cost=5 size=96 card=2) 11 11 11 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=285 us cost=4 size=16 card=2) 11 11 11 INDEX UNIQUE SCAN PERSONALE1 (cr=4 pr=0 pw=0 time=77 us cost=1 size=0 card=1)(object id 4329013) 11 11 11 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=11 pr=0 pw=0 time=66 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 2 0.00 0.00 ******************************************************************************** SQL ID: f53y0pu1puw5k Plan Hash: 3657071796 select intervento0_.PROGRESSIVO as col_0_0_, intervento0_.PREVISIONE as col_1_0_, intervento0_.ASA as col_2_0_, intervento0_.ASAE as col_3_0_, intervento0_.STADIAZIONECONDENSATA as col_4_0_, intervento0_.CONVPRESAVISIONEDATI as col_5_0_, intervento0_.CONVPRESAVISIONEDATI_CHI as col_6_0_, intervento0_.CONVPRESAVISIONEDATI_QUANDO as col_7_0_, previsione1_.PROGRESSIVO as PROGRESS1_447_0_, stadiazion2_.PROGRESSIVO as PROGRESS1_428_1_, intervento3_.SIGLA as SIGLA433_2_, previsione1_.UTCODICE as UTCODICE447_0_, previsione1_.DESCRIZIONE as DESCRIZI3_447_0_, previsione1_.DURATA as DURATA447_0_, previsione1_.DURATASANIFICAZIONE as DURATASA5_447_0_, previsione1_.FLACONI as FLACONI447_0_, previsione1_.NGIORNI as NGIORNI447_0_, previsione1_.REGIME as REGIME447_0_, previsione1_.PROTESI as PROTESI447_0_, previsione1_.ANESTESIA as ANESTESIA447_0_, previsione1_.INUSO as INUSO447_0_, previsione1_.NGIORNIPOSTINT as NGIORNI12_447_0_, previsione1_.ESCLUDICHECKLIST as ESCLUDI13_447_0_, stadiazion2_.UTCODICE as UTCODICE428_1_, stadiazion2_.DESCRIZIONE as DESCRIZI4_428_1_, stadiazion2_.NONATTIVO as NONATTIVO428_1_, stadiazion2_.COPIAPROGRESSIVO as COPIAPRO6_428_1_, stadiazion2_.DATAORA as DATAORA428_1_, stadiazion2_.DATAINIZIO as DATAINIZIO428_1_, stadiazion2_.DATAFINE as DATAFINE428_1_, intervento3_.UTENTE as UTENTE433_2_, intervento3_.LIVELLO as LIVELLO433_2_, intervento3_.PASSWORD as PASSWORD433_2_, intervento3_.PASSWORD2 as PASSWORD5_433_2_, intervento3_.ATTIVO as ATTIVO433_2_, intervento3_.ULTIMOACCESSO as ULTIMOAC7_433_2_, intervento3_.LINGUA as LINGUA433_2_, intervento3_.DATAPASSWORD as DATAPASS9_433_2_, intervento3_.CAMBIOPASSWORD as CAMBIOP10_433_2_, intervento3_.DATADISATTIVAZIONE as DATADIS11_433_2_, intervento3_.DATARIATTIVAZIONE as DATARIA12_433_2_, intervento3_.SMARTCARD as SMARTCARD433_2_, intervento3_.CODFISC as CODFISC433_2_, intervento3_.IGNORAADSI as IGNORAADSI433_2_, intervento3_.COGNOME as COGNOME433_2_, intervento3_.NOME as NOME433_2_, intervento3_.CODICEESTERNO as CODICEE22_433_2_ from INTERVENTI intervento0_, PREVISIONI previsione1_, TABELLE stadiazion2_, UTENTI intervento3_ where intervento0_.PREVISIONE= previsione1_.PROGRESSIVO(+) and intervento0_.STADIAZIONECONDENSATA= stadiazion2_.PROGRESSIVO(+) and intervento0_.CONVPRESAVISIONEDATI_CHI= intervento3_.SIGLA(+) and intervento0_.PROGRESSIVO=: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 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 4 0 2 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=161 us cost=4 size=293 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=130 us cost=3 size=225 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=108 us cost=2 size=165 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=70 us cost=1 size=65 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 size=0 card=1)(object id 4328375) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=20 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=10 us cost=1 size=0 card=1)(object id 4329020) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=11 us cost=1 size=60 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 PREVISIONI (cr=0 pr=0 pw=0 time=8 us cost=1 size=68 card=1) 0 0 0 INDEX UNIQUE SCAN PREVISIONI1 (cr=0 pr=0 pw=0 time=4 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.02 0.03 ******************************************************************************** SQL ID: 7f0rjdh22h9kt Plan Hash: 1039561147 select intervento0_.ICD as col_0_0_, intervento0_.PERSONALE as col_1_0_, intervento0_.CONTATORE as col_2_0_, icd9cm1_.PROGRESSIVO as PROGRESS1_634_0_, intervento2_.PROGRESSIVO as PROGRESS1_624_1_, icd9cm1_.INIZIO as INIZIO634_0_, icd9cm1_.FINE as FINE634_0_, icd9cm1_.ICD as ICD634_0_, icd9cm1_.DESCRIZIONE as DESCRIZI5_634_0_, icd9cm1_.LIVELLOCHIRURGIA as LIVELLOC6_634_0_, icd9cm1_.TABELLA as TABELLA634_0_, intervento2_.FUNZIONE as FUNZIONE624_1_, intervento2_.SIGLA as SIGLA624_1_, intervento2_.NOMINATIVO as NOMINATIVO624_1_, intervento2_.MATRICOLA as MATRICOLA624_1_, intervento2_.PRESENTE as PRESENTE624_1_, intervento2_.UTENTE as UTENTE624_1_, intervento2_.SPECIALIZZANDO as SPECIAL11_624_1_, intervento2_.DATAFINE as DATAFINE624_1_ from ICDINTERVENTI intervento0_, ICD9CM icd9cm1_, PERSONALE intervento2_ where intervento0_.ICD=icd9cm1_.PROGRESSIVO(+) and intervento0_.PERSONALE= intervento2_.PROGRESSIVO(+) and intervento0_.INTERVENTO=:1 order by intervento0_.CONTATORE 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 11 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.02 0.02 0 11 0 2 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=169 us cost=3 size=182 card=1) 0 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=150 us cost=2 size=120 card=1) 0 1 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=2 pr=0 pw=0 time=99 us cost=1 size=11 card=1) 0 1 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=73 us cost=1 size=0 card=1)(object id 4328796) 0 1 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=2 pr=0 pw=0 time=41 us cost=1 size=109 card=1) 0 1 1 INDEX UNIQUE SCAN ICD9CM1 (cr=1 pr=0 pw=0 time=19 us cost=1 size=0 card=1)(object id 4328949) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=5 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=2 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.03 0.06 ******************************************************************************** SQL ID: 005jgd2mxjt0y Plan Hash: 1499107076 select intervento0_.PROGRESSIVO as col_0_0_, intervento0_.TDIAGNOSI1 as col_1_0_ from INTERVENTI intervento0_ where intervento0_.PROGRESSIVO=:1 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 6 0.00 0.00 0 6 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.02 0.02 0 6 0 3 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: 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=78 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=37 us cost=1 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 ID: 23u52m85rh3yv Plan Hash: 1499107076 SELECT Prelievoorgano FROM INTERVENTI WHERE PROGRESSIVO = 97 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: 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 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=86 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=51 us cost=1 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: 57zhgw7w81x0s Plan Hash: 1499107076 SELECT IMPIANTI_CHI,IMPIANTI_QUANDO,IMPIANTI_SEM FROM INTERVENTI where PROGRESSIVO = 97 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=74 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=43 us cost=1 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: aj8p2h416q7y2 Plan Hash: 368749322 select int_profan0_.PROGINTERVENTO as col_0_0_, int_profan0_.CONTATORE as col_0_1_, int_profan0_.CONTATORE as col_1_0_, int_profan0_.TERAPIAANTIBIOTICA as col_2_0_, int_profan0_.MOLECOLA2 as col_3_0_, int_profan0_.DOSAGGIO as col_4_0_, int_profan0_.UNITAMISURA as col_5_0_, int_profan0_.VIADISOMMINISTRAZIONE as col_6_0_, int_profan0_.DATASOMMINISTRAZIONE as col_7_0_, int_profan0_.ORASOMMINISTRAZIONE as col_8_0_, tipoprofil1_.PROGRESSIVO as PROGRESS1_428_0_, tipoprofil2_.PROGRESSIVO as PROGRESS1_428_1_, unitamisur3_.PROGRESSIVO as PROGRESS1_428_2_, viedisommi4_.PROGRESSIVO as PROGRESS1_428_3_, tipoprofil1_.UTCODICE as UTCODICE428_0_, tipoprofil1_.DESCRIZIONE as DESCRIZI4_428_0_, tipoprofil1_.NONATTIVO as NONATTIVO428_0_, tipoprofil1_.COPIAPROGRESSIVO as COPIAPRO6_428_0_, tipoprofil1_.DATAORA as DATAORA428_0_, tipoprofil1_.DATAINIZIO as DATAINIZIO428_0_, tipoprofil1_.DATAFINE as DATAFINE428_0_, tipoprofil2_.UTCODICE as UTCODICE428_1_, tipoprofil2_.DESCRIZIONE as DESCRIZI4_428_1_, tipoprofil2_.NONATTIVO as NONATTIVO428_1_, tipoprofil2_.COPIAPROGRESSIVO as COPIAPRO6_428_1_, tipoprofil2_.DATAORA as DATAORA428_1_, tipoprofil2_.DATAINIZIO as DATAINIZIO428_1_, tipoprofil2_.DATAFINE as DATAFINE428_1_, unitamisur3_.UTCODICE as UTCODICE428_2_, unitamisur3_.DESCRIZIONE as DESCRIZI4_428_2_, unitamisur3_.NONATTIVO as NONATTIVO428_2_, unitamisur3_.COPIAPROGRESSIVO as COPIAPRO6_428_2_, unitamisur3_.DATAORA as DATAORA428_2_, unitamisur3_.DATAINIZIO as DATAINIZIO428_2_, unitamisur3_.DATAFINE as DATAFINE428_2_, viedisommi4_.UTCODICE as UTCODICE428_3_, viedisommi4_.DESCRIZIONE as DESCRIZI4_428_3_, viedisommi4_.NONATTIVO as NONATTIVO428_3_, viedisommi4_.COPIAPROGRESSIVO as COPIAPRO6_428_3_, viedisommi4_.DATAORA as DATAORA428_3_, viedisommi4_.DATAINIZIO as DATAINIZIO428_3_, viedisommi4_.DATAFINE as DATAFINE428_3_ from INT_PROFANT int_profan0_, TABELLE tipoprofil1_, TABELLE tipoprofil2_, TABELLE unitamisur3_, TABELLE viedisommi4_ where int_profan0_.TERAPIAANTIBIOTICA=tipoprofil1_.PROGRESSIVO(+) and int_profan0_.MOLECOLA2=tipoprofil2_.PROGRESSIVO(+) and int_profan0_.UNITAMISURA=unitamisur3_.PROGRESSIVO(+) and int_profan0_.VIADISOMMINISTRAZIONE=viedisommi4_.PROGRESSIVO(+) and int_profan0_.PROGINTERVENTO=:1 order by int_profan0_.CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.08 0.08 0 0 0 0 Fetch 8 0.00 0.00 0 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.09 0.09 0 8 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: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=84 us cost=5 size=349 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=76 us cost=4 size=289 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=72 us cost=3 size=229 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=69 us cost=2 size=169 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INT_PROFANT (cr=1 pr=0 pw=0 time=65 us cost=1 size=109 card=1) 0 0 0 INDEX RANGE SCAN INT_PROFANT1 (cr=1 pr=0 pw=0 time=51 us cost=1 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=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) 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: 1m1hch24f9t6g Plan Hash: 1955432048 SELECT * FROM ALTRIDATI WHERE INTERVENTO = 97 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: 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 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=91 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 9 0.00 0.00 SQL*Net more data to client 3 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: 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 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 21 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 21 0 0 Misses in library cache during parse: 3 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=7 pr=0 pw=0 time=223 us cost=1 size=24 card=1) 8 8 8 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: 01assuqh6jmaa Plan Hash: 1689343369 select strutturap0_.PROGRESSIVO as PROGRESS1_786_, strutturap0_.CODICE as CODICE786_, strutturap0_.DESCRIZIONE as DESCRIZI3_786_, strutturap0_.TIPOLOGIAISTITUTO as TIPOLOGI4_786_ from STRUTTURAPROVENIENZA strutturap0_ order by strutturap0_.DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.01 0 0 0 0 Execute 6 0.00 0.00 0 0 0 0 Fetch 6 0.00 0.00 0 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.01 0 6 0 0 Misses in library cache during parse: 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=126 us cost=3 size=160 card=1) 0 0 0 TABLE ACCESS FULL STRUTTURAPROVENIENZA (cr=1 pr=0 pw=0 time=80 us cost=2 size=160 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.00 0.00 ******************************************************************************** SQL ID: g39r95c1wsf68 Plan Hash: 3071416102 select priorita0_.PROGRESSIVO as PROGRESS1_9_0_, priorita0_.LIVELLO as LIVELLO9_0_, priorita0_.DESCRIZIONE as DESCRIZI3_9_0_, priorita0_.GGSEMAFOROGIALLOMIN as GGSEMAFO4_9_0_, priorita0_.GGSEMAFOROGIALLOMAX as GGSEMAFO5_9_0_, priorita0_.GGSEMAFOROROSSO as GGSEMAFO6_9_0_, priorita0_.GIORNI as GIORNI9_0_ from PRIORITA priorita0_ where priorita0_.PROGRESSIVO=: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 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 PRIORITA (cr=2 pr=0 pw=0 time=79 us cost=1 size=36 card=1) 1 1 1 INDEX UNIQUE SCAN PRIORITA1 (cr=1 pr=0 pw=0 time=44 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 8t23k6t2cz5aq Plan Hash: 1499107076 SELECT CONVCHIUSURAUFF,CONVCHIUSURAUFF_CHI,CONVCHIUSURAUFF_QUANDO, CONVCHIUSURAUFFTOLTA_CHI,CONVCHIUSURAUFFTOLTA_QUANDO FROM INTERVENTI WHERE PROGRESSIVO = 97 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=69 us cost=1 size=58 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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.00 ******************************************************************************** SQL ID: 917y50tzza2cu Plan Hash: 1499107076 SELECT ANESTESIA_CHI,ANESTESIA_QUANDO,ANESTESIA_SEM FROM INTERVENTI where PROGRESSIVO = 97 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=78 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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: 6uv2p8nydk52q Plan Hash: 2010722907 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 = 96 order by p.funzione,e.chkprimo desc,e.contatore call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.03 0.03 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 14 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.03 0.03 0 14 0 2 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 INTEQUIPESCOPIE (cr=0 pr=0 pw=0 time=16 us cost=1 size=42 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE5 (cr=0 pr=0 pw=0 time=13 us cost=1 size=0 card=1)(object id 4328450) 0 1 2 SORT ORDER BY (cr=7 pr=0 pw=0 time=315 us cost=6 size=131 card=1) 0 1 2 NESTED LOOPS (cr=6 pr=0 pw=0 time=193 us cost=5 size=131 card=1) 0 1 2 NESTED LOOPS (cr=6 pr=0 pw=0 time=176 us cost=5 size=131 card=1) 0 1 2 NESTED LOOPS (cr=4 pr=0 pw=0 time=162 us cost=4 size=114 card=1) 0 1 2 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=132 us cost=3 size=69 card=1) 0 1 2 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=2 pr=0 pw=0 time=115 us cost=2 size=41 card=1) 0 1 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=82 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=10 us cost=1 size=28 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=5 us cost=1 size=0 card=1)(object id 4329013) 0 1 2 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=23 us cost=1 size=45 card=1) 0 1 2 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=12 us cost=1 size=0 card=1)(object id 4329013) 0 1 2 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=8 us cost=1 size=0 card=1)(object id 4328096) 0 1 2 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=1 pr=0 pw=0 time=8 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 5h2r5gw6bgcj1 Plan Hash: 4165688936 select rowid, giorni0 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=170 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: b9wdhu2uz9fjf Plan Hash: 233579607 SELECT P.SANGUE,P.RH FROM INTERVENTI I,PAZIENTI P WHERE 1=1 AND I.CODPAZIENTE = P.PROGRESSIVO AND I.PROGRESSIVO = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.01 0.01 0 4 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 19 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 NESTED LOOPS (cr=5 pr=0 pw=0 time=116 us cost=2 size=39 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=60 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=40 us cost=1 size=31 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=25 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 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: c3uamaj15rvfn Plan Hash: 1499107076 SELECT CONVRXBRILLANZA FROM INTERVENTI WHERE PROGRESSIVO = 97 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=45 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 SQL*Net break/reset to client 12 0.00 0.00 SQL*Net more data from client 1 0.00 0.00 ******************************************************************************** SQL ID: 92q4q0134dhqb Plan Hash: 1938141473 select intraopane0_.NOTE as col_0_0_ from INTRAOP_ANEST intraopane0_, TABELLE rischioope1_ where intraopane0_.RISCHIOOPERATORIO=rischioope1_.PROGRESSIVO(+) and intraopane0_.PROGRESSIVO=: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.01 0.01 0 6 0 3 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: 3 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=71 us cost=1 size=56 card=1) 1 1 1 INDEX UNIQUE SCAN PK_INTRAOP_ANEST (cr=1 pr=0 pw=0 time=40 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.01 0.01 ******************************************************************************** SQL ID: 15wtuc24xhk0q Plan Hash: 2593403931 SELECT macchina FROM polling WHERE polling.tabella = 'INTERVENTI' AND polling.valore = 97 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 POLLING (cr=2 pr=0 pw=0 time=110 us cost=1 size=48 card=1) 1 1 1 INDEX RANGE SCAN POLLING1 (cr=1 pr=0 pw=0 time=62 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 library cache lock 1 0.01 0.01 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 540zgf7p45zuu Plan Hash: 1499107076 SELECT prelievoorgano From interventi Where progressivo = 96 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=62 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=35 us cost=1 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.00 ******************************************************************************** SQL ID: dtmuypf2vd50s Plan Hash: 1156682895 select intervento0_.PROGRESSIVO as col_0_0_ from INTERVENTI intervento0_ where intervento0_.PROGRESSIVO=: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 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 0 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 0gzmpyhy979bw Plan Hash: 1094000761 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 = 97 ORDER BY CNFGTEMPI.IDTEMPO, TEMPIINTERVENTI.TEMPO 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 17 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 17 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=8 pr=0 pw=0 time=262 us cost=4 size=146 card=2) 0 1 2 NESTED LOOPS (cr=8 pr=0 pw=0 time=208 us cost=3 size=146 card=2) 0 1 2 NESTED LOOPS (cr=8 pr=0 pw=0 time=190 us cost=3 size=146 card=2) 0 1 2 NESTED LOOPS (cr=6 pr=0 pw=0 time=172 us cost=2 size=60 card=2) 2 2 2 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=2 pr=0 pw=0 time=94 us cost=1 size=38 card=2) 2 2 2 INDEX RANGE SCAN CNFGTEMPI2 (cr=1 pr=0 pw=0 time=55 us cost=1 size=0 card=2)(object id 4328610) 0 1 2 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=4 pr=0 pw=0 time=71 us cost=1 size=11 card=1) 0 1 2 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=4 pr=0 pw=0 time=54 us cost=1 size=0 card=1)(object id 4328463) 0 1 2 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=12 us cost=1 size=0 card=1)(object id 4328611) 0 1 2 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=1 pr=0 pw=0 time=9 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.00 0.00 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 9ykzjqfr1am77 Plan Hash: 4009073816 select intervento0_.DIAGNOSI as col_0_0_, intervento0_.CONTATORE as col_1_0_, diagnosi1_.PROGRESSIVO as PROGRESS1_627_, diagnosi1_.FAMIGLIA as FAMIGLIA627_, diagnosi1_.UTCODICE as UTCODICE627_, diagnosi1_.DESCRIZIONE as DESCRIZI4_627_, diagnosi1_.SINONIMO as SINONIMO627_, diagnosi1_.CODICEEXT as CODICEEXT627_, diagnosi1_.DESCRIZIONEEXT as DESCRIZI7_627_, diagnosi1_.STADIAZIONECONDENSATA as STADIAZI8_627_ from DIAGNOSIINTERVENTI intervento0_, DIAGNOSI diagnosi1_ where intervento0_.DIAGNOSI=diagnosi1_.PROGRESSIVO and intervento0_.INTERVENTO=:1 order by intervento0_.CONTATORE 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 11 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 11 0 2 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=154 us cost=2 size=113 card=1) 0 1 1 NESTED LOOPS (cr=3 pr=0 pw=0 time=129 us cost=2 size=113 card=1) 0 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=2 pr=0 pw=0 time=102 us cost=1 size=11 card=1) 0 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=59 us cost=1 size=0 card=1)(object id 4328627) 0 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=1 pr=0 pw=0 time=17 us cost=1 size=0 card=1)(object id 4328750) 0 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=1 pr=0 pw=0 time=10 us cost=1 size=102 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: fzfjtw3pdw4qs Plan Hash: 1156682895 SELECT PROGRESSIVO FROM INTERVENTI WHERE PROGRESSIVO = 96 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 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=69 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 5 0.00 0.00 SQL*Net message from client 5 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 2 0.00 0.00 ******************************************************************************** SQL ID: 6dtfbawa1wsm9 Plan Hash: 3798878895 SELECT intervento FROM esamirichiestipv where intervento = 97 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 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 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: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL ESAMIRICHIESTIPV (cr=1 pr=0 pw=0 time=146 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 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: 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 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 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.00 0.00 0 8 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 INDEX RANGE SCAN CONFIGURAZIONI3 (cr=1 pr=0 pw=0 time=73 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 16 0.00 0.00 SQL*Net message from client 16 0.01 0.02 ******************************************************************************** SQL ID: 34ka68g7rp8th 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 = 96 AND IA.CODCHIAMANTE (+) = 1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.02 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 2 0.00 0.00 0 9 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 9 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=142 us cost=3 size=102 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=92 us cost=2 size=46 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 size=3 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=42 us cost=1 size=43 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=17 us cost=1 size=0 card=1)(object id 4329001) 0 0 1 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=2 pr=0 pw=0 time=34 us cost=1 size=56 card=1) 0 0 1 INDEX UNIQUE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=18 us cost=1 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 6 0.00 0.00 SQL*Net more data to client 2 0.00 0.00 SQL*Net message from client 6 0.05 0.11 SQL*Net break/reset to client 4 0.00 0.00 library cache lock 3 0.02 0.02 library cache pin 3 0.00 0.00 row cache lock 14 0.01 0.03 ******************************************************************************** SQL ID: gracfn29u6mnq Plan Hash: 1955432048 SELECT TERAPIAANTITROMBCALZE FROM ALTRIDATI WHERE INTERVENTO = 97 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 ALTRIDATI (cr=2 pr=0 pw=0 time=71 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 1qsg8q2dm55a1 Plan Hash: 1146907460 select intervento0_.ICD as col_0_0_, intervento0_.PERSONALE as col_1_0_, intervento0_.REPARTO as col_2_0_, intervento0_.CONTATORE as col_3_0_, icd9cm1_.PROGRESSIVO as PROGRESS1_634_0_, intervento2_.PROGRESSIVO as PROGRESS1_624_1_, repartobas3_.PROGRESSIVO as PROGRESS1_446_2_, icd9cm1_.INIZIO as INIZIO634_0_, icd9cm1_.FINE as FINE634_0_, icd9cm1_.ICD as ICD634_0_, icd9cm1_.DESCRIZIONE as DESCRIZI5_634_0_, icd9cm1_.LIVELLOCHIRURGIA as LIVELLOC6_634_0_, icd9cm1_.TABELLA as TABELLA634_0_, intervento2_.FUNZIONE as FUNZIONE624_1_, intervento2_.SIGLA as SIGLA624_1_, intervento2_.NOMINATIVO as NOMINATIVO624_1_, intervento2_.MATRICOLA as MATRICOLA624_1_, intervento2_.PRESENTE as PRESENTE624_1_, intervento2_.UTENTE as UTENTE624_1_, intervento2_.SPECIALIZZANDO as SPECIAL11_624_1_, intervento2_.DATAFINE as DATAFINE624_1_, repartobas3_.CODICE as CODICE446_2_, repartobas3_.CCOSTO as CCOSTO446_2_, repartobas3_.DESCRIZIONE as DESCRIZI4_446_2_, repartobas3_.ATTIVO as ATTIVO446_2_, repartobas3_.CODMAG as CODMAG446_2_, repartobas3_.CODUNITAPRELIEVO as CODUNITA7_446_2_, repartobas3_.SIGLACS as SIGLACS446_2_, repartobas3_.CODREGIONALE as CODREGIO9_446_2_, repartobas3_.CODICECRIL as CODICECRIL446_2_, repartobas3_.CHIUSURAAUTOMATICASI as CHIUSUR11_446_2_ from ICDINTERVENTI intervento0_, ICD9CM icd9cm1_, PERSONALE intervento2_, REPARTI repartobas3_ where intervento0_.ICD=icd9cm1_.PROGRESSIVO(+) and intervento0_.PERSONALE=intervento2_.PROGRESSIVO(+) and intervento0_.REPARTO= repartobas3_.PROGRESSIVO(+) and intervento0_.INTERVENTO=:1 order by intervento0_.CONTATORE 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 11 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.02 0.02 0 11 0 2 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=142 us cost=4 size=264 card=1) 0 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=128 us cost=3 size=182 card=1) 0 1 1 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=117 us cost=2 size=120 card=1) 0 1 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=2 pr=0 pw=0 time=85 us cost=1 size=11 card=1) 0 1 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=57 us cost=1 size=0 card=1)(object id 4328796) 0 1 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=2 pr=0 pw=0 time=24 us cost=1 size=109 card=1) 0 1 1 INDEX UNIQUE SCAN ICD9CM1 (cr=1 pr=0 pw=0 time=14 us cost=1 size=0 card=1)(object id 4328949) 0 0 0 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=0 pr=0 pw=0 time=4 us cost=1 size=62 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=2 us cost=1 size=0 card=1)(object id 4329013) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTI (cr=0 pr=0 pw=0 time=3 us cost=1 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=1 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 0afpsg77gsyrk 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 = 97 AND F.NOTIMELINE = 0 UNION SELECT MIN(FG.X) AS X,MAX(FG.X) AS Y FROM FARMA_GRAFICI FG WHERE FG.IDEXT = 97 UNION SELECT MIN(INIZIO) AS X,MAX(FINE) AS Y FROM EVENTIMONITORAGGIO WHERE INTERVENTO = 97 UNION SELECT MIN(INIZIO) AS X,MAX(INIZIO) AS Y FROM EVENTIMONITORAGGIO WHERE INTERVENTO = 97 UNION SELECT MIN(FG.X1) AS X,MAX(FG.X2) AS Y FROM INTRAOP_GRAFICITABELLARI FG WHERE FG.IDEXT = 97 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.01 0.01 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.01 0.01 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=10 pr=0 pw=0 time=561 us) 1 1 1 VIEW (cr=10 pr=0 pw=0 time=538 us cost=28 size=180 card=10) 1 1 1 SORT UNIQUE (cr=10 pr=0 pw=0 time=533 us cost=28 size=624 card=10) 10 10 10 UNION-ALL (cr=10 pr=0 pw=0 time=532 us) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=81 us cost=3 size=50 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=69 us cost=2 size=50 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=65 us cost=2 size=50 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_VALUES (cr=1 pr=0 pw=0 time=60 us cost=1 size=44 card=1) 0 0 0 INDEX RANGE SCAN FARMA_VALUES3 (cr=1 pr=0 pw=0 time=53 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=1 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=30 us cost=2 size=22 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_GRAFICI (cr=1 pr=0 pw=0 time=18 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN FARMA_GRAFICI3 (cr=1 pr=0 pw=0 time=15 us cost=1 size=0 card=1)(object id 4328712) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=22 us cost=2 size=31 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID EVENTIMONITORAGGIO (cr=1 pr=0 pw=0 time=14 us cost=1 size=31 card=1) 0 0 0 INDEX RANGE SCAN EVENTIMONITORAGGIO2 (cr=1 pr=0 pw=0 time=12 us cost=1 size=0 card=1)(object id 4328572) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=17 us cost=2 size=22 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID EVENTIMONITORAGGIO (cr=1 pr=0 pw=0 time=11 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN EVENTIMONITORAGGIO2 (cr=1 pr=0 pw=0 time=8 us cost=1 size=0 card=1)(object id 4328572) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=21 us cost=2 size=31 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=13 us cost=1 size=31 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_GRAFICITABELLARI2 (cr=1 pr=0 pw=0 time=11 us cost=1 size=0 card=1)(object id 4328389) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=83 us cost=5 size=50 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=76 us cost=3 size=50 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=72 us cost=3 size=50 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_FARMACI (cr=1 pr=0 pw=0 time=69 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=1 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=37 us cost=4 size=22 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICI (cr=1 pr=0 pw=0 time=29 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=0 pw=0 time=24 us cost=2 size=31 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM_EVENTIMONITORAGGIO (cr=1 pr=0 pw=0 time=17 us cost=1 size=31 card=1) 0 0 0 INDEX RANGE SCAN RECROOM_EVENTIMONITORAGGIO2 (cr=1 pr=0 pw=0 time=12 us cost=1 size=0 card=1)(object id 4328642) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=20 us cost=2 size=22 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM_EVENTIMONITORAGGIO (cr=1 pr=0 pw=0 time=11 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN RECROOM_EVENTIMONITORAGGIO2 (cr=1 pr=0 pw=0 time=8 us cost=1 size=0 card=1)(object id 4328642) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=48 us cost=4 size=31 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=41 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.54 0.54 ******************************************************************************** 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=62 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=36 us cost=1 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.07 ******************************************************************************** SQL ID: 90ytyzt9r7uhq Plan Hash: 1094058786 select rowid, NOTERISVEGLIO FROM POSTOP_ANEST WHERE PROGRESSIVO = 93 AND ( ROWID = :rowid2 ) 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 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.00 0.00 0 4 0 2 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: 2 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=61 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 6 0.00 0.00 SQL*Net message from client 6 0.02 0.03 ******************************************************************************** SQL ID: f744py56j4m5w Plan Hash: 3451169968 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 = 97 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 3 0.03 0.03 0 0 0 0 Execute 3 0.00 0.00 0 0 0 0 Fetch 3 0.00 0.00 0 12 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.03 0.03 0 12 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 INTEQUIPESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=1 size=42 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE5 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328450) 0 0 0 SORT ORDER BY (cr=4 pr=0 pw=0 time=228 us cost=6 size=131 card=1) 0 0 0 NESTED LOOPS (cr=4 pr=0 pw=0 time=153 us cost=5 size=131 card=1) 0 0 0 NESTED LOOPS (cr=4 pr=0 pw=0 time=147 us cost=5 size=131 card=1) 0 0 0 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=142 us cost=4 size=86 card=1) 0 0 0 NESTED LOOPS (cr=4 pr=0 pw=0 time=137 us cost=3 size=58 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=2 pr=0 pw=0 time=59 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=35 us cost=1 size=0 card=1)(object id 4328096) 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=2 pr=0 pw=0 time=69 us cost=2 size=41 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=43 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=1 size=0 card=1)(object id 4329013) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=1 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 10 0.00 0.00 SQL*Net message from client 10 0.00 0.00 SQL*Net break/reset to client 8 0.00 0.00 ******************************************************************************** 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=57 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=30 us cost=1 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.04 ******************************************************************************** SQL ID: b2pqn8fs16tkz Plan Hash: 1388353226 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 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 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 6 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=120 us cost=2 size=60 card=1) 1 1 1 INDEX RANGE SCAN TABELLE3 (cr=2 pr=0 pw=0 time=78 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.02 0.02 ******************************************************************************** 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=50 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=29 us cost=1 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.04 0.07 ******************************************************************************** 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=58 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGTEMPI1 (cr=1 pr=0 pw=0 time=32 us cost=1 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.04 ******************************************************************************** SQL ID: 30qqb4kb3w8n7 Plan Hash: 1499107076 SELECT TEMPI_CHI,TEMPI_QUANDO,TEMPI_SEM FROM INTERVENTI where PROGRESSIVO = 97 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=68 us cost=1 size=32 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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: 6jczm5twmg319 Plan Hash: 3779891269 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) 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.01 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 8 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=8 pr=0 pw=0 time=647 us cost=10 size=23 card=1) 0 0 0 HASH JOIN OUTER (cr=8 pr=0 pw=0 time=612 us cost=9 size=23 card=1) 0 0 0 NESTED LOOPS ANTI (cr=8 pr=0 pw=0 time=300 us cost=5 size=15 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=73 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=43 us cost=1 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=214 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 3 0.00 0.00 SQL*Net message from client 3 0.01 0.01 SQL*Net break/reset to client 2 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 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: 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=157 us cost=1 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 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.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 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=86 us cost=1 size=17 card=1) 1 1 1 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=1 pr=0 pw=0 time=48 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 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 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 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 REGIMIRICOVERO (cr=2 pr=0 pw=0 time=98 us cost=1 size=59 card=1) 1 1 1 INDEX UNIQUE SCAN REGIMIRICOVERO1 (cr=1 pr=0 pw=0 time=56 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 6ac2ru6tvy3kx 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 ( 14834 ) ORDER BY A.UTCODICE 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 8 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 8 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=56 us) 0 0 0 INDEX RANGE SCAN ICDDIAGNOSI3 (cr=1 pr=0 pw=0 time=36 us cost=1 size=13 card=1)(object id 4328754) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=72 us cost=2 size=131 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=3 pr=0 pw=0 time=52 us cost=1 size=102 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=36 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=7 us cost=1 size=29 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) 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: bc0ps70b6uvud Plan Hash: 1499107076 SELECT ANESTESIA_SEM From interventi Where progressivo = 96 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=92 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=52 us cost=1 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.02 0.02 ******************************************************************************** SQL ID: ab7v1d2c06358 Plan Hash: 1499107076 SELECT USOCIA FROM INTERVENTI WHERE PROGRESSIVO = 97 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=69 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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: c8mh5w9c6hajg Plan Hash: 2008993843 select personale0_.PROGRESSIVO as PROGRESS1_7_0_, personale0_.FUNZIONE as FUNZIONE7_0_, personale0_.REPARTO as REPARTO7_0_, personale0_.SIGLA as SIGLA7_0_, personale0_.BLOCCO as BLOCCO7_0_, personale0_.NOMINATIVO as NOMINATIVO7_0_, personale0_.MATRICOLA as MATRICOLA7_0_, personale0_.PRESENTE as PRESENTE7_0_, personale0_.UTENTE as UTENTE7_0_, personale0_.SPECIALIZZANDO as SPECIAL10_7_0_, personale0_.DATAFINE as DATAFINE7_0_, personale0_.IDREGIONALE as IDREGIO12_7_0_ from PERSONALE personale0_ where personale0_.PROGRESSIVO=: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 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 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 PERSONALE (cr=2 pr=0 pw=0 time=88 us cost=1 size=62 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=46 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: axmrt7pfvu012 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 (14) 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 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.02 0.02 0 8 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=8 pr=0 pw=0 time=592 us cost=10 size=23 card=1) 0 0 0 HASH JOIN OUTER (cr=8 pr=0 pw=0 time=560 us cost=9 size=23 card=1) 0 0 0 NESTED LOOPS ANTI (cr=8 pr=0 pw=0 time=288 us cost=5 size=15 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=78 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=45 us cost=1 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=6 pr=0 pw=0 time=201 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: 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.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=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 1xy7c0rj1zcr2 Plan Hash: 1955432048 SELECT brillanza FROM altridati where intervento = 97 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 ALTRIDATI (cr=2 pr=0 pw=0 time=60 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=35 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: bmuam4v0f3x6n Plan Hash: 1499107076 SELECT ListaOp FROM Interventi WHERE Progressivo = 96 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=80 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=47 us cost=1 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: 83g4wntruv8rf Plan Hash: 1955432048 SELECT STAMPATO FROM ALTRIDATI WHERE INTERVENTO = 97 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: 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 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=66 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 4fw89gy0r4k9d Plan Hash: 1499107076 SELECT CEC_SEM From interventi Where progressivo = 96 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=73 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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: 6pxxc6ddfngnj Plan Hash: 1388353226 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 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 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 6 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=129 us cost=2 size=60 card=1) 1 1 1 INDEX RANGE SCAN TABELLE3 (cr=2 pr=0 pw=0 time=56 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** 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.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=161 us cost=1 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 7 0.00 0.00 SQL*Net message from client 7 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: d57186c87d4g6 Plan Hash: 3616902813 select paziente_.PROGRESSIVO, paziente_.CITTADINANZA as CITTADIN2_186_, paziente_.CARDIO_CHI as CARDIO3_186_, paziente_.POSIZIONEPROF as POSIZION4_186_, paziente_.COMUNENASCITA as COMUNENA5_186_, paziente_.PROFESSIONE as PROFESSI6_186_, paziente_.STATOCIVILE as STATOCIV7_186_, paziente_.COMUNERESIDENZA as COMUNERE8_186_, paziente_.USL as USL186_, paziente_.MEDICOCHEINVIA as MEDICOC10_186_, paziente_.RAMOATTIVITA as RAMOATT11_186_, paziente_.REGIONEASSISTENZA as REGIONE12_186_, paziente_.TITOLOSTUDIO as TITOLOS13_186_, paziente_.COGNOME as COGNOME186_, paziente_.COGNOME2 as COGNOME15_186_, paziente_.NOME as NOME186_, paziente_.INDIRIZZO as INDIRIZZO186_, paziente_.SESSO as SESSO186_, paziente_.TELEFONO as TELEFONO186_, paziente_.DATANASCITA as DATANAS20_186_, paziente_.CODICESANITARIO as CODICES21_186_, paziente_.NOMEFAMILIARE as NOMEFAM22_186_, paziente_.INDIRIZZOFAMILIARE as INDIRIZ23_186_, paziente_.TELEFONOFAMILIARE as TELEFON24_186_, paziente_.SANGUE as SANGUE186_, paziente_.RH as RH186_, paziente_.CODFISC as CODFISC186_, paziente_.CARDIO_QUANDO as CARDIO28_186_, paziente_.CARDIO_SEM as CARDIO29_186_, paziente_.CHIAVEESTERNA as CHIAVEE30_186_, paziente_.DATAMATRIMONIO as DATAMAT31_186_, paziente_.DOMICILIO as DOMICILIO186_, paziente_.MEF as MEF186_, paziente_.STP as STP186_, paziente_.IDREGIONALE as IDREGIO35_186_, paziente_.SIGLAPAZINS as SIGLAPA36_186_, paziente_.DATAORAPAZINS as DATAORA37_186_, paziente_.DATAVALIDITAMEF as DATAVAL38_186_, paziente_.ENTECERTIFICANTE as ENTECER39_186_, paziente_.CONSENSO_ACQUISITO as CONSENSO40_186_, paziente_.COMUNERESIDENZAESTERO as COMUNER41_186_, paziente_.COMUNENASCITAESTERO as COMUNEN42_186_, paziente_.QUALITACF as QUALITACF186_, paziente_.QUALITACFTRATTI as QUALITA44_186_, paziente_.TEAM_NUMEROTESSERA as TEAM45_186_, paziente_.DOC_CODICE as DOC46_186_, paziente_.DOC_NAZIONERILASCIO as DOC47_186_, paziente_.ES_DNI as ES48_186_, paziente_.ES_NIF as ES49_186_, paziente_.ES_NIE as ES50_186_, paziente_.NUMPASSAPORTO as NUMPASS51_186_, paziente_.NUMTESSSANEUROPEA as NUMTESS52_186_, paziente_.ES_NUMTESSSANARAGONA as ES53_186_, paziente_.ES_NUMSOCIALESICUREZZA as ES54_186_ from PAZIENTI paziente_ where paziente_.PROGRESSIVO=: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 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 6 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 PAZIENTI (cr=3 pr=0 pw=0 time=90 us cost=1 size=128 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=52 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 4 0.00 0.00 SQL*Net more data to client 2 0.00 0.00 SQL*Net message from client 4 0.00 0.01 ******************************************************************************** SQL ID: 1dkqgzx6456p0 Plan Hash: 1499107076 SELECT CONVANESTESIA,CONVCHIRURGIA,CONVINFERMIERI,STAMPATO,BLOCCO,ANNO, REPARTO,PROGRREPARTO,DATAINT FROM INTERVENTI WHERE PROGRESSIVO = 96 call 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=38 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=49 us cost=1 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.13 0.13 ******************************************************************************** SQL ID: 40ustwga5j0qp Plan Hash: 1499107076 SELECT ALTRI_SEM From interventi Where progressivo = 96 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=72 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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: cbtt6nbyzd50m Plan Hash: 1499107076 SELECT PROGRESSIVO,STAMPATO,DISCONVALIDATO,DISCONVALIDATO_INT_DAFIRMARE, DISCONVALIDATO_CIA_DAFIRMARE FROM INTERVENTI WHERE PROGRESSIVO = 97 call 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=86 us cost=1 size=14 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=50 us cost=1 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.01 0.01 ******************************************************************************** SQL ID: f3qsttt0a09wv Plan Hash: 1955432048 SELECT tempoBrillanza FROM altridati where intervento = 97 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 ALTRIDATI (cr=2 pr=0 pw=0 time=68 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 1j3fbv33c5mnq Plan Hash: 1499107076 SELECT CIAHTML5 FROM INTERVENTI WHERE PROGRESSIVO = 96 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: 2 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=73 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=43 us cost=1 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 library cache lock 1 0.00 0.00 KJC: Wait for msg sends to complete 2 0.01 0.01 library cache pin 1 0.04 0.04 SQL*Net break/reset to client 4 0.00 0.00 row cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: 5p9grmy04p0pm Plan Hash: 2080917051 SELECT * FROM ( SELECT INTERVENTO AS PROGRESSIVO, 0 AS CONTATORE, TEMPOBRILLANZA FROM ALTRIDATI WHERE INTERVENTO = 97 UNION SELECT PROGRESSIVO, CONTATORE, TEMPO AS TEMPOBRILLANZA FROM ALTRESCOPIE WHERE INTERVENTO = 97 ) V 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 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 SORT ORDER BY (cr=3 pr=0 pw=0 time=336 us cost=6 size=78 card=2) 1 1 1 VIEW (cr=3 pr=0 pw=0 time=281 us cost=5 size=78 card=2) 1 1 1 SORT UNIQUE (cr=3 pr=0 pw=0 time=271 us cost=5 size=68 card=2) 1 1 1 UNION-ALL (cr=3 pr=0 pw=0 time=199 us) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=65 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=43 us cost=1 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=108 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 2 0.00 0.00 SQL*Net message from client 2 0.08 0.08 ******************************************************************************** SQL ID: cz41pchd6x3xx Plan Hash: 3655575535 select diagnosive0_.diagnosi as diagnosi3_, diagnosive0_.DIAGNOSI as DIAGNOSI3_, diagnosive0_.VERSIONE as VERSIONE3_, diagnosive0_.DIAGNOSI as DIAGNOSI176_2_, diagnosive0_.VERSIONE as VERSIONE176_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 DIAGNOSIVERSIONI diagnosive0_, DIAGNOSI diagnosi1_, TABELLE tabelle2_ where diagnosive0_.DIAGNOSI=diagnosi1_.PROGRESSIVO and diagnosi1_.FAMIGLIA= tabelle2_.PROGRESSIVO(+) and diagnosive0_.diagnosi=:1 order by diagnosive0_.VERSIONE 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 10 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 10 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=5 pr=0 pw=0 time=148 us cost=3 size=170 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=86 us cost=2 size=162 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=3 pr=0 pw=0 time=68 us cost=1 size=102 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=46 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=9 us cost=1 size=60 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) 1 1 1 INDEX RANGE SCAN DIAGNOSIVERSIONI1 (cr=2 pr=0 pw=0 time=44 us cost=1 size=8 card=1)(object id 4328370) 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 KJC: Wait for msg sends to complete 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 3n93fq4mxzu7s Plan Hash: 1499107076 SELECT ambulatoriale From interventi Where progressivo = 96 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=96 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=68 us cost=1 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: 0zq2yjsprh7zq Plan Hash: 3659905649 select tempiicd0_.INIZIO as col_0_0_, tempiicd0_.FINE as col_1_0_, tempiicd0_.CONTATORE as col_2_0_ from TEMPIICD tempiicd0_ where tempiicd0_.INTERVENTO=:1 order by tempiicd0_.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 5 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 0 5 0 2 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 1 1 TABLE ACCESS BY INDEX ROWID TEMPIICD (cr=2 pr=0 pw=0 time=84 us cost=1 size=16 card=1) 0 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=56 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 6 0.00 0.00 SQL*Net message from client 6 0.07 0.08 ******************************************************************************** SQL ID: 507rfz6j74tty Plan Hash: 806745218 select rowid, NOTERISVEGLIO FROM POSTOP_ANEST WHERE PROGRESSIVO = 94 call 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=288 us cost=1 size=14 card=1) 1 1 1 INDEX UNIQUE SCAN PK_POSTOP_ANEST (cr=1 pr=0 pw=0 time=60 us cost=1 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: 9c04zvcub6bbt Plan Hash: 2239390328 SELECT * FROM EMODERIVATI WHERE INTERVENTO = 97 ORDER BY 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 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=163 us cost=3 size=75 card=1) 0 0 0 TABLE ACCESS FULL EMODERIVATI (cr=1 pr=0 pw=0 time=114 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 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.01 0.01 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** 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.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=1 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: a1hkmg9pf8naa Plan Hash: 862861938 SELECT DESCRIZIONE FROM TABELLE WHERE PROGRESSIVO = 2833 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 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 6 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=76 us cost=1 size=29 card=1) 1 1 1 INDEX UNIQUE SCAN TABELLE1 (cr=2 pr=0 pw=0 time=41 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 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 ******************************************************************************** SQL ID: 5r5btgssj4dxj Plan Hash: 2479997560 SELECT COUNT(*) AS TOTICD FROM ICDINTERVENTI WHERE INTERVENTO = 97 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: 2 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=91 us) 1 1 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=60 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: ffmxus2z2vdpg Plan Hash: 1499107076 SELECT EQUIPE_CHI,EQUIPE_SEM FROM INTERVENTI where PROGRESSIVO = 96 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: 2 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=74 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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: 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.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=148 us cost=1 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 7 0.00 0.00 SQL*Net message from client 7 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** 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.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=564 us cost=10 size=23 card=1) 0 0 0 HASH JOIN OUTER (cr=5 pr=0 pw=0 time=534 us cost=9 size=23 card=1) 0 0 0 NESTED LOOPS ANTI (cr=5 pr=0 pw=0 time=303 us cost=5 size=15 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=93 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN PERSONALE1 (cr=1 pr=0 pw=0 time=64 us cost=1 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS FULL PERSONALEBLOCCHIREPARTI (cr=3 pr=0 pw=0 time=176 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: gz2t1zwqxtghz Plan Hash: 1990843182 select rowid, tdiagnosi1 FROM INTERVENTI WHERE PROGRESSIVO = 96 AND ( ROWID = :rowid2 ) 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 2 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.00 0.00 0 2 0 2 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: 2 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=68 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.01 ******************************************************************************** SQL ID: a4ypws7m03q6h Plan Hash: 2303426068 SELECT * FROM ( SELECT PROGRESSIVO,DESCRIZIONE,'1' AS SELEZIONATO FROM TABELLE WHERE CODICETABELLA = '141' AND EXISTS (SELECT '1' FROM LISTAATTESAGRUPPI WHERE REPARTO IN (14) AND GRUPPOLISTAATTESA = TABELLE.PROGRESSIVO) UNION SELECT PROGRESSIVO,DESCRIZIONE,'0' AS SELEZIONATO FROM TABELLE WHERE CODICETABELLA = '141' AND NOT EXISTS (SELECT '1' FROM LISTAATTESAGRUPPI WHERE REPARTO IN (14) AND GRUPPOLISTAATTESA = TABELLE.PROGRESSIVO) ) LISTALA WHERE 1=1 AND SELEZIONATO = '1' ORDER BY DESCRIZIONE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.02 0.02 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.02 0.02 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=195 us cost=7 size=290 card=2) 0 0 0 VIEW (cr=1 pr=0 pw=0 time=169 us cost=6 size=290 card=2) 0 0 0 SORT UNIQUE (cr=1 pr=0 pw=0 time=165 us cost=6 size=116 card=2) 0 0 0 UNION-ALL (cr=1 pr=0 pw=0 time=145 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=124 us cost=4 size=58 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=117 us cost=4 size=58 card=1) 0 0 0 SORT UNIQUE (cr=1 pr=0 pw=0 time=114 us cost=2 size=26 card=1) 0 0 0 TABLE ACCESS FULL LISTAATTESAGRUPPI (cr=1 pr=0 pw=0 time=89 us cost=2 size=26 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=32 card=1) 0 0 0 FILTER (cr=0 pr=0 pw=0 time=6 us) 0 0 0 HASH JOIN ANTI (cr=0 pr=0 pw=0 time=0 us cost=12 size=1914 card=33) 0 0 0 TABLE ACCESS FULL TABELLE (cr=0 pr=0 pw=0 time=0 us cost=10 size=1088 card=34) 0 0 0 TABLE ACCESS FULL LISTAATTESAGRUPPI (cr=0 pr=0 pw=0 time=0 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 6 0.00 0.00 SQL*Net message from client 6 25.83 25.93 ******************************************************************************** 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 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=1 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: 6fm7ng2yft0y8 Plan Hash: 1499107076 SELECT BLOCCATO From interventi Where progressivo = 96 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=74 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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.03 0.03 ******************************************************************************** SQL ID: agva0nx5n0bfv Plan Hash: 1955432048 SELECT TERAPIAANTITROMBCALZE FROM ALTRIDATI WHERE INTERVENTO = 96 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 ALTRIDATI (cr=2 pr=0 pw=0 time=73 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 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 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: 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=153 us cost=1 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: 0p6jra4v1ukv6 Plan Hash: 1499107076 SELECT GENERALE_SEM From interventi Where progressivo = 96 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=72 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=43 us cost=1 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: c26ksh45pfvp7 Plan Hash: 2549113427 select rowid, intervento,tempo FROM tempiinterventi WHERE intervento = 96 AND progrtempo = 9 AND NOT tempo IS 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 0 0 0 Fetch 2 0.00 0.00 0 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 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 TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=98 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=68 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 4 0.00 0.00 SQL*Net message from client 4 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.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=140 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.01 0.01 latch free 1 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 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: 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=146 us cost=1 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 2.51 7.04 ******************************************************************************** SQL ID: 28kmz2ug1ynd2 Plan Hash: 923941986 select reparto0_.PROGRESSIVO as PROGRESS1_10_0_, reparto0_.CODICE as CODICE10_0_, reparto0_.CCOSTO as CCOSTO10_0_, reparto0_.DESCRIZIONE as DESCRIZI4_10_0_, reparto0_.ATTIVO as ATTIVO10_0_, reparto0_.CODMAG as CODMAG10_0_, reparto0_.CODUNITAPRELIEVO as CODUNITA7_10_0_, reparto0_.SIGLACS as SIGLACS10_0_, reparto0_.CODREGIONALE as CODREGIO9_10_0_, reparto0_.CHIUSURAAUTOMATICASI as CHIUSUR10_10_0_ from REPARTI reparto0_ where reparto0_.PROGRESSIVO=: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 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 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 REPARTI (cr=2 pr=0 pw=0 time=80 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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.01 0.01 ******************************************************************************** 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.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=148 us cost=1 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: awr0uc2yvys36 Plan Hash: 2215510676 select this_.PROGRESSIVO as PROGRESS1_173_1_, this_.FAMIGLIA as FAMIGLIA173_1_, this_.UTCODICE as UTCODICE173_1_, this_.DESCRIZIONE as DESCRIZI4_173_1_, this_.SINONIMO as SINONIMO173_1_, this_.CODICEEXT as CODICEEXT173_1_, tabelle2_.PROGRESSIVO as PROGRESS1_15_0_, tabelle2_.CODICETABELLA as CODICETA2_15_0_, tabelle2_.UTCODICE as UTCODICE15_0_, tabelle2_.DESCRIZIONE as DESCRIZI4_15_0_, tabelle2_.NONATTIVO as NONATTIVO15_0_, tabelle2_.COPIAPROGRESSIVO as COPIAPRO6_15_0_, tabelle2_.DATAORA as DATAORA15_0_, tabelle2_.DATAINIZIO as DATAINIZIO15_0_, tabelle2_.DATAFINE as DATAFINE15_0_ from DIAGNOSI this_, TABELLE tabelle2_ where this_.FAMIGLIA= tabelle2_.PROGRESSIVO(+) and this_.PROGRESSIVO=: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 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 6 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=3 pr=0 pw=0 time=102 us cost=2 size=162 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=3 pr=0 pw=0 time=72 us cost=1 size=102 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=48 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=10 us cost=1 size=60 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) 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: 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.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=123 us cost=1 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 7 0.00 0.00 SQL*Net message from client 7 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 8dc906k81fctd Plan Hash: 1499107076 SELECT progressivo,Stampato,Ambulatoriale,disconvalidato FROM INTERVENTI WHERE PROGRESSIVO = 96 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=73 us cost=1 size=11 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: 444zd0c3vtgd9 Plan Hash: 1499107076 SELECT ListaAttesa FROM Interventi WHERE Progressivo = 96 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=78 us cost=1 size=5 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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 library cache lock 1 0.00 0.00 library cache pin 1 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 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: 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=164 us cost=1 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: 44u5rb31dpzms Plan Hash: 2466772717 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(77643) call 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 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 7 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=4 pr=0 pw=0 time=226 us) 0 0 0 NESTED LOOPS (cr=4 pr=0 pw=0 time=205 us cost=112 size=27192 card=1133) 0 0 0 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=4 pr=0 pw=0 time=199 us cost=111 size=17472 card=1092) 0 0 0 BITMAP CONVERSION TO ROWIDS (cr=4 pr=0 pw=0 time=181 us) 0 0 0 BITMAP AND (cr=4 pr=0 pw=0 time=173 us) 1 1 1 BITMAP CONVERSION FROM ROWIDS (cr=2 pr=0 pw=0 time=133 us) 1 1 1 SORT ORDER BY (cr=2 pr=0 pw=0 time=119 us) 1 1 1 INDEX RANGE SCAN ICD9CM4 (cr=2 pr=0 pw=0 time=75 us cost=2 size=0 card=21832)(object id 4328948) 0 0 0 BITMAP CONVERSION FROM ROWIDS (cr=2 pr=0 pw=0 time=26 us) 0 0 0 INDEX RANGE SCAN ICD9CM3 (cr=2 pr=0 pw=0 time=24 us cost=21 size=0 card=21832)(object id 4328947) 0 0 0 INDEX UNIQUE SCAN ICDVERSIONI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=8 card=1)(object id 4328916) 1 1 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=3 pr=0 pw=0 time=73 us cost=1 size=109 card=1) 1 1 1 INDEX UNIQUE SCAN ICD9CM1 (cr=2 pr=0 pw=0 time=45 us cost=1 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 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: dw5hdqar742p6 Plan Hash: 1499107076 SELECT SALETTA FROM INTERVENTI WHERE PROGRESSIVO = 96 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: 2 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=71 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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: 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 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: 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=145 us cost=1 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: 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.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=113 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=105 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: fh0avwfdzmdjm Plan Hash: 743427959 SELECT PROGRESSIVO FROM LISTAATTESAPRIORITA WHERE NUMERO = :B1 ORDER BY PROGRESSIVO 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 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.00 0.00 0 6 0 2 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 1 1 1 SORT ORDER BY (cr=3 pr=0 pw=0 time=154 us cost=2 size=8 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=3 pr=0 pw=0 time=86 us cost=1 size=8 card=1) 1 1 1 INDEX RANGE SCAN LISTAATTESAPRIORITA2 (cr=2 pr=0 pw=0 time=58 us cost=1 size=0 card=1)(object id 4328863) ******************************************************************************** SQL ID: chba7ugq3vgkf Plan Hash: 3987657845 SELECT TempiInterventi.Tempo FROM CnfgTempi, TempiInterventi WHERE CnfgTempi.Progressivo = TempiInterventi.ProgrTempo AND TempiInterventi.Progrtempo = (SELECT TAnest2 FROM Avelco) AND TempiInterventi.Intervento = 96 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 4 0 0 Fetch 2 0.00 0.00 0 5 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 9 0 1 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 1 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=4 pr=0 pw=0 time=220 us cost=1 size=11 card=1) 0 0 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=4 pr=0 pw=0 time=195 us cost=1 size=0 card=1)(object id 4328463) 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=120 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 4 0.00 0.00 SQL*Net message from client 4 0.02 0.02 row cache lock 6 0.00 0.00 ******************************************************************************** SQL ID: asyyva3z07zg4 Plan Hash: 1499107076 SELECT ANESTESIA_CHI,ANESTESIA_SEM FROM INTERVENTI where PROGRESSIVO = 96 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: 2 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=72 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=43 us cost=1 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: 6xpctvqm2ha2h Plan Hash: 1499107076 SELECT ATTO_SEM From interventi Where progressivo = 96 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=72 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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: 094qaun919p4g Plan Hash: 1499107076 SELECT CodPaziente FROM Interventi WHERE Progressivo = 96 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=69 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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: 5c982dggqat7t Plan Hash: 1201041653 SELECT intervento FROM lab_esamirichiesti where statorecord <> 'E' and intervento = 97 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 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 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: 4 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=69 us cost=1 size=16 card=1) 0 0 0 INDEX RANGE SCAN LAB_ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=57 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 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: d896gh0awszu6 Plan Hash: 1499107076 SELECT SBLOCCOTEMPI_CHI FROM INTERVENTI WHERE PROGRESSIVO = 96 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: 2 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=72 us cost=1 size=20 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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: 3j9f6fs5ftppq Plan Hash: 3511256956 select intervento0_.DILATAZIONE as col_0_0_, dildilataz1_.DESCRIZIONE as col_1_0_, intervento0_.NOTE as col_2_0_ from DIL_DATI intervento0_, DIL_DILATAZIONI dildilataz1_ where intervento0_.DILATAZIONE=dildilataz1_.PROGRESSIVO(+) and intervento0_.INTERVENTO=:1 order by dildilataz1_.DESCRIZIONE 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 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.02 0.03 0 3 0 0 Misses in library cache during parse: 3 Misses in library cache during execute: 3 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=151 us cost=4 size=54 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=97 us cost=3 size=54 card=1) 0 0 0 TABLE ACCESS FULL DIL_DATI (cr=1 pr=0 pw=0 time=88 us cost=2 size=29 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID DIL_DILATAZIONI (cr=0 pr=0 pw=0 time=0 us cost=1 size=25 card=1) 0 0 0 INDEX UNIQUE SCAN DIL_DILATAZIONI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328747) 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 row cache lock 3 0.00 0.00 ******************************************************************************** SQL ID: 3qpvxd6hm7ff9 Plan Hash: 1499107076 SELECT CHIRURGO_SEM From interventi Where progressivo = 96 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=72 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=43 us cost=1 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: 6x3vd2vkv03c6 Plan Hash: 1072942911 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'LO_INT' call 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=245 us cost=2 size=49 card=1) 1 1 1 INDEX RANGE SCAN PK_SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=211 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 8010w8rg7cbb8 Plan Hash: 2394020273 SELECT * FROM ICDINTERVENTI WHERE INTERVENTO = 96 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 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 0 1 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 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=2 pr=0 pw=0 time=86 us cost=1 size=11 card=1) 0 0 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=59 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 4 0.00 0.00 SQL*Net message from client 4 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 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: 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=135 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=125 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: 5k436cqzb9yms Plan Hash: 4165688936 select rowid, bloccotempisovrapp 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=176 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** 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 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 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=102 us cost=2 size=104 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID PREVISIONI (cr=2 pr=0 pw=0 time=60 us cost=1 size=68 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=38 us cost=1 size=0 card=1)(object id 4328856) 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=13 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** 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.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=138 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 5jwg4un1bz6qx Plan Hash: 1499107076 SELECT IMPIANTI_SEM From interventi Where progressivo = 96 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=70 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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: 930xfmsj2tav0 Plan Hash: 1615952595 SELECT NVL(MAX(Numero),0)+1 AS PROGRESSIVO FROM listaattesa 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 SORT AGGREGATE (cr=2 pr=0 pw=0 time=94 us) 1 1 1 INDEX FULL SCAN (MIN/MAX) LISTAATTESA1 (cr=2 pr=0 pw=0 time=57 us cost=1 size=4 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 0p5c4a2cmd0z2 Plan Hash: 2481481707 select icddiagnos0_.diagnosi as diagnosi5_, icddiagnos0_.DIAGNOSI as DIAGNOSI5_, icddiagnos0_.ICD as ICD5_, icddiagnos0_.CONTATORE as CONTATORE5_, icddiagnos0_.DIAGNOSI as DIAGNOSI175_4_, icddiagnos0_.ICD as ICD175_4_, icddiagnos0_.CONTATORE as CONTATORE175_4_, 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_, icd9cm3_.PROGRESSIVO as PROGRESS1_5_2_, icd9cm3_.INIZIO as INIZIO5_2_, icd9cm3_.FINE as FINE5_2_, icd9cm3_.ICD as ICD5_2_, icd9cm3_.DESCRIZIONE as DESCRIZI5_5_2_, icd9cm3_.LIVELLOCHIRURGIA as LIVELLOC6_5_2_, icd9cm3_.TABELLA as TABELLA5_2_, icd9cm3_.SINONIMO as SINONIMO5_2_, icdximpian4_.ICD as ICD31_3_, icdximpian4_.IMPIANTI as IMPIANTI31_3_, icdximpian4_.ANCAGINOCCHIO as ANCAGINO3_31_3_, icdximpian4_.REVISIONE as REVISIONE31_3_ from IcdDiagnosi icddiagnos0_, DIAGNOSI diagnosi1_, TABELLE tabelle2_, ICD9CM icd9cm3_, ICDXIMPIANTI icdximpian4_ where icddiagnos0_.DIAGNOSI= diagnosi1_.PROGRESSIVO and diagnosi1_.FAMIGLIA=tabelle2_.PROGRESSIVO(+) and icddiagnos0_.ICD=icd9cm3_.PROGRESSIVO and icd9cm3_.PROGRESSIVO= icdximpian4_.ICD(+) and icddiagnos0_.diagnosi=:1 order by icddiagnos0_.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 8 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 8 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=4 pr=0 pw=0 time=220 us cost=6 size=332 card=1) 0 0 0 NESTED LOOPS OUTER (cr=4 pr=0 pw=0 time=158 us cost=5 size=332 card=1) 0 0 0 NESTED LOOPS (cr=4 pr=0 pw=0 time=152 us cost=4 size=310 card=1) 0 0 0 NESTED LOOPS (cr=4 pr=0 pw=0 time=148 us cost=3 size=201 card=1) 1 1 1 NESTED LOOPS OUTER (cr=3 pr=0 pw=0 time=100 us cost=2 size=162 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=3 pr=0 pw=0 time=74 us cost=1 size=102 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=51 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=13 us cost=1 size=60 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 ICDDIAGNOSI (cr=1 pr=0 pw=0 time=43 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN ICDDIAGNOSI3 (cr=1 pr=0 pw=0 time=39 us cost=1 size=0 card=1)(object id 4328754) 0 0 0 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=0 pr=0 pw=0 time=0 us cost=1 size=109 card=1) 0 0 0 INDEX UNIQUE SCAN ICD9CM1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=22 card=1) 0 0 0 INDEX UNIQUE SCAN ICDXIMPIANTI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 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.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=163 us cost=1 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 7 0.00 0.00 SQL*Net message from client 7 0.00 0.01 SQL*Net break/reset to 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.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=126 us cost=1 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 0.01 0.01 ******************************************************************************** SQL ID: 2hurvkjtd6f0d Plan Hash: 1499107076 select rowid, tdiagnosi1 FROM INTERVENTI WHERE PROGRESSIVO = 96 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: 2 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=62 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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: 8j6gac41pyaj1 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 = 97 call 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 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 7 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=7 pr=0 pw=0 time=288 us) 1 1 1 NESTED LOOPS (cr=7 pr=0 pw=0 time=260 us cost=3 size=17 card=1) 2 2 2 NESTED LOOPS (cr=5 pr=0 pw=0 time=217 us cost=3 size=17 card=1) 2 2 2 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=3 pr=0 pw=0 time=168 us cost=2 size=10 card=1) 2 2 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=76 us cost=1 size=0 card=1)(object id 4328955) 2 2 2 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=34 us cost=1 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS BY INDEX ROWID PERSONALE (cr=2 pr=0 pw=0 time=28 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 ******************************************************************************** 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 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: 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=127 us cost=1 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: 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 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: 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=120 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=110 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: 9t2musax54wqw 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 = 96 ORDER BY DIAGNINT.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 6 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 6 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 NESTED LOOPS (cr=2 pr=0 pw=0 time=137 us cost=3 size=112 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=124 us cost=3 size=112 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=120 us cost=2 size=14 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 size=3 card=1)(object id 4328375) 0 0 0 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=1 pr=0 pw=0 time=70 us cost=1 size=11 card=1) 0 0 0 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=62 us cost=1 size=0 card=1)(object id 4328627) 0 0 0 INDEX UNIQUE SCAN DIAGNOSI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=98 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.04 0.04 SQL*Net break/reset to client 6 0.03 0.03 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 7 0.00 0.01 ******************************************************************************** SQL ID: bq6gh5dvfwj7k Plan Hash: 3822599648 SELECT * FROM ORIGINI WHERE INTERVENTO = 97 ORDER BY 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 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.00 0.00 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=139 us cost=3 size=96 card=1) 0 0 0 TABLE ACCESS FULL ORIGINI (cr=1 pr=0 pw=0 time=99 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 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: 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 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: 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=129 us cost=1 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: 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.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=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=118 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: 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 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: 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=126 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=116 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: ahynfhgcbn0rx Plan Hash: 923941986 SELECT DESCRIZIONE FROM REPARTI WHERE PROGRESSIVO = 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 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 4 0 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=54 us cost=1 size=40 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=30 us cost=1 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: 2ugpyw784hr6p 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-11-18','yyyy-mm-dd') AND i.progressivo <> 96 call 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 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 7 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=32 us cost=1 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=26 us cost=1 size=0 card=1)(object id 4328463) 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=16 us cost=1 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=13 us cost=1 size=0 card=1)(object id 4328463) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=3 pr=0 pw=0 time=173 us cost=1 size=16 card=1) 2 2 2 INDEX RANGE SCAN INTERVENTI3 (cr=1 pr=0 pw=0 time=59 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.08 0.08 ******************************************************************************** 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 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: 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=128 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 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 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: 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=129 us cost=1 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: 44ft9qqnsn345 Plan Hash: 1499107076 SELECT disconvalidato,annulla_conv_cosa FROM interventi WHERE progressivo = 96 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=71 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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: 3ywnns661wcqh 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 = 96 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 = 96) AND G.TABELLARE = '0' ORDER BY IDGRAFICI,X,Y 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 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.02 0.02 0 4 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 SORT UNIQUE (cr=2 pr=0 pw=0 time=223 us cost=8 size=2264 card=2) 0 0 0 UNION-ALL (cr=2 pr=0 pw=0 time=178 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=65 us cost=2 size=1132 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=60 us cost=2 size=1132 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_GRAFICI (cr=1 pr=0 pw=0 time=56 us cost=1 size=1094 card=1) 0 0 0 INDEX RANGE SCAN FARMA_GRAFICI3 (cr=1 pr=0 pw=0 time=50 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=1 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=87 us cost=3 size=1132 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=84 us cost=3 size=1132 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICI (cr=1 pr=0 pw=0 time=81 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=1 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 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 row cache lock 3 0.00 0.00 ******************************************************************************** SQL ID: c38cm1tsv3j7z Plan Hash: 3292814411 SELECT STADIAZIONECONDENSATA FROM DIAGNOSI WHERE PROGRESSIVO = 14849 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 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 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 DIAGNOSI (cr=3 pr=0 pw=0 time=74 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=46 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** 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.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=126 us cost=1 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: 766zt9bwqgdfm Plan Hash: 1499107076 SELECT PRESIDI_SEM From interventi Where progressivo = 96 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=68 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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: 1v3kf01mvuajn Plan Hash: 3886774841 SELECT TUTORE FROM PERCORSI WHERE INTERV = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.02 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.02 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 PERCORSI (cr=2 pr=0 pw=0 time=94 us cost=1 size=15 card=1) 1 1 1 INDEX RANGE SCAN PERCORSI2 (cr=1 pr=0 pw=0 time=54 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 84zcfs34vaubw Plan Hash: 4151854619 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_CONVINFERMIERICHECK' call 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 SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=82 us cost=1 size=49 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=0 pw=0 time=52 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 2 0.00 0.00 SQL*Net message from client 2 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 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=122 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=110 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.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=123 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 525tt7wcuq4mt Plan Hash: 1499107076 SELECT prelievoorgano From interventi Where progressivo = 97 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=55 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=30 us cost=1 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 5 0.00 0.00 SQL*Net message from client 5 0.03 0.04 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 6htqc9z2z2q88 Plan Hash: 962973987 select previsione_.PROGRESSIVO, previsione_.PRIORITA as PRIORITA177_, previsione_.UTCODICE as UTCODICE177_, previsione_.DESCRIZIONE as DESCRIZI4_177_, previsione_.DURATA as DURATA177_, previsione_.DURATASANIFICAZIONE as DURATASA6_177_, previsione_.FLACONI as FLACONI177_, previsione_.NGIORNI as NGIORNI177_, previsione_.REGIME as REGIME177_, previsione_.PROTESI as PROTESI177_, previsione_.ANESTESIA as ANESTESIA177_, previsione_.INUSO as INUSO177_, previsione_.NGIORNIPOSTINT as NGIORNI13_177_, previsione_.ESCLUDICHECKLIST as ESCLUDI14_177_, previsione_.GARANZIA as GARANZIA177_ from PREVISIONI previsione_ where previsione_.PROGRESSIVO=: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 4 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 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 PREVISIONI (cr=2 pr=0 pw=0 time=74 us cost=1 size=68 card=1) 1 1 1 INDEX UNIQUE SCAN PREVISIONI1 (cr=1 pr=0 pw=0 time=43 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: g8wr5st35vp2k Plan Hash: 1499107076 SELECT BLOCCO,REPARTO,USOCIA,CIAHTML5 FROM INTERVENTI WHERE PROGRESSIVO = 96 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: 2 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=70 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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: 9uxnn7p5nx7qa Plan Hash: 1548344554 select Previsione from RepartiPrevisioni where Previsione = 171 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 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 INDEX UNIQUE SCAN REPARTIPREVISIONI1 (cr=2 pr=0 pw=0 time=56 us cost=1 size=7 card=1)(object id 4328969) 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: 0xa08vsw3jjpj Plan Hash: 1499107076 SELECT TEMPI_SEM FROM INTERVENTI WHERE PROGRESSIVO = 96 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=78 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=50 us cost=1 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: apcw5zjuw9vxm Plan Hash: 1499107076 SELECT EQUIPE_SEM From interventi Where progressivo = 96 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=58 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=34 us cost=1 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: cc7xprkpjnjt0 Plan Hash: 1499107076 SELECT TEMPI_CHI,TEMPI_SEM FROM INTERVENTI where PROGRESSIVO = 96 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: 2 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=65 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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: 22mxsbcp4ppz7 Plan Hash: 1499107076 SELECT CHIRURGO_CHI,CHIRURGO_SEM FROM INTERVENTI where PROGRESSIVO = 96 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: 2 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=62 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=36 us cost=1 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*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 68hymz1haftyp Plan Hash: 2720241499 select altridatii0_.PROGRESSIVOSETFERRI as col_0_0_, altridatii0_.ORDINE as col_1_0_, altridatii0_.LOTTO as col_2_0_, altridatii0_.DATASCADENZA as col_3_0_, altridatii0_.DATAINVIOMATERIALE as col_4_0_, altridatii0_.IDKITITINERIS as col_5_0_, altridatii0_.IDSET as col_6_0_, altridatii0_.PREZZO as col_7_0_, altridatii0_.SIGLAINS as col_8_0_, altridatii0_.DATAORAINS as col_9_0_, setferrich1_.PROGRESSIVO as PROGRESS1_428_0_, intervento2_.SIGLA as SIGLA433_1_, setferrich1_.UTCODICE as UTCODICE428_0_, setferrich1_.DESCRIZIONE as DESCRIZI4_428_0_, setferrich1_.NONATTIVO as NONATTIVO428_0_, setferrich1_.COPIAPROGRESSIVO as COPIAPRO6_428_0_, setferrich1_.DATAORA as DATAORA428_0_, setferrich1_.DATAINIZIO as DATAINIZIO428_0_, setferrich1_.DATAFINE as DATAFINE428_0_, intervento2_.UTENTE as UTENTE433_1_, intervento2_.LIVELLO as LIVELLO433_1_, intervento2_.PASSWORD as PASSWORD433_1_, intervento2_.PASSWORD2 as PASSWORD5_433_1_, intervento2_.ATTIVO as ATTIVO433_1_, intervento2_.ULTIMOACCESSO as ULTIMOAC7_433_1_, intervento2_.LINGUA as LINGUA433_1_, intervento2_.DATAPASSWORD as DATAPASS9_433_1_, intervento2_.CAMBIOPASSWORD as CAMBIOP10_433_1_, intervento2_.DATADISATTIVAZIONE as DATADIS11_433_1_, intervento2_.DATARIATTIVAZIONE as DATARIA12_433_1_, intervento2_.SMARTCARD as SMARTCARD433_1_, intervento2_.CODFISC as CODFISC433_1_, intervento2_.IGNORAADSI as IGNORAADSI433_1_, intervento2_.COGNOME as COGNOME433_1_, intervento2_.NOME as NOME433_1_, intervento2_.CODICEESTERNO as CODICEE22_433_1_ from INTERVENTISETFERRI altridatii0_, TABELLE setferrich1_, UTENTI intervento2_ where altridatii0_.PROGRESSIVOSETFERRI=setferrich1_.PROGRESSIVO(+) and altridatii0_.SIGLAINS=intervento2_.SIGLA(+) and altridatii0_.PROGRESSIVOINTERVENTO=:1 order by altridatii0_.ORDINE 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 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=140 us cost=4 size=541 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=72 us cost=3 size=541 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=65 us cost=2 size=441 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=62 us cost=1 size=381 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=54 us cost=1 size=0 card=1)(object id 4328355) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 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=1 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: 6g09vbsmsx27w Plan Hash: 1499107076 SELECT MMEDIA_SEM From interventi Where progressivo = 96 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=64 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=37 us cost=1 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: 6ggm3an7swaq3 Plan Hash: 2789299873 select rowid, NOTE FROM INTRAOP_ANEST WHERE PROGRESSIVO = 93 AND ( ROWID = :rowid2 ) 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: 2 Misses in library cache during execute: 2 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 USER ROWID INTRAOP_ANEST (cr=1 pr=0 pw=0 time=54 us cost=1 size=56 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: 8332w87t0katq Plan Hash: 1929469565 select intraopane3_.DESCRIZIONE as col_0_0_, intraopane1_.DESCRIZIONE as col_1_0_, intraopane0_.NOTE as col_2_0_ from INTRAOP_COMPLICANZE intraopane0_, INTRAOP_SUPPORT intraopane1_, INTRAOP_SUPPORT intraopane3_ where intraopane0_.TIPO= intraopane1_.PROGRESSIVO(+) and intraopane1_.GRUPPO= intraopane3_.PROGRESSIVO(+) and intraopane0_.PROGRINTRAOP=:1 order by intraopane3_.ORDINE, intraopane1_.ORDINE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.02 0.05 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.02 0.06 0 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=148 us cost=4 size=89 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=91 us cost=3 size=89 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=84 us cost=2 size=59 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_COMPLICANZE (cr=1 pr=0 pw=0 time=79 us cost=1 size=29 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_COMPLICANZE3 (cr=1 pr=0 pw=0 time=67 us cost=1 size=0 card=1)(object id 4328153) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_SUPPORT (cr=0 pr=0 pw=0 time=0 us cost=1 size=30 card=1) 0 0 0 INDEX UNIQUE SCAN PK_INTRAOP_SUPPORT (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328220) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_SUPPORT (cr=0 pr=0 pw=0 time=0 us cost=1 size=30 card=1) 0 0 0 INDEX UNIQUE SCAN PK_INTRAOP_SUPPORT (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328220) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 2 0.03 0.03 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.02 0.02 ******************************************************************************** SQL ID: 9macsfc0ymrxd Plan Hash: 1499107076 SELECT TEMPI_SEM From interventi Where progressivo = 96 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=66 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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: 45vg5qca4x9n3 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) 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 OUTER (cr=1 pr=0 pw=0 time=160 us cost=3 size=86 card=1) 0 0 0 TABLE ACCESS FULL LISTAATTESAGRUPPI (cr=1 pr=0 pw=0 time=148 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=60 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) 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: 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.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=115 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=105 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 7 0.00 0.00 SQL*Net message from client 7 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: cdpfbgwvusjk4 Plan Hash: 1499107076 SELECT CIAHTML5 FROM INTERVENTI WHERE PROGRESSIVO = 97 call 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=69 us cost=1 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 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 5w8ymz7nfmhy2 Plan Hash: 1499107076 select rowid, tdiagnosi1 FROM INTERVENTI WHERE PROGRESSIVO = 97 call 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=79 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=47 us cost=1 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: 5cygyq4j5a5ma Plan Hash: 1976713544 select tempiinter0_.PROGRTEMPO as col_0_0_, tempiinter0_.TEMPO as col_1_0_, tempiinter0_.PRIMOULTIMO as col_2_0_, cnfgtempi1_.PROGRESSIVO as PROGRESS1_451_, cnfgtempi1_.REPARTO as REPARTO451_, cnfgtempi1_.IDTEMPO as IDTEMPO451_, cnfgtempi1_.DESCRIZIONE as DESCRIZI4_451_, cnfgtempi1_.IDENTAZIONE as IDENTAZI5_451_, cnfgtempi1_.FLAGICD as FLAGICD451_, cnfgtempi1_.SUBTOTAL as SUBTOTAL451_, cnfgtempi1_.LIVELLO as LIVELLO451_, cnfgtempi1_.VISIBILE as VISIBILE451_, cnfgtempi1_.MAGGIOREDI as MAGGIOREDI451_, cnfgtempi1_.CTRLSOVRAPP as CTRLSOV11_451_, cnfgtempi1_.ACCETTAZIONE as ACCETTA12_451_ from TEMPIINTERVENTI tempiinter0_, CNFGTEMPI cnfgtempi1_ where tempiinter0_.PROGRTEMPO=cnfgtempi1_.PROGRESSIVO(+) and tempiinter0_.INTERVENTO=:1 and (cnfgtempi1_.REPARTO is not null) order by cnfgtempi1_.IDTEMPO 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 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 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: 3 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=3 size=64 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=70 us cost=2 size=64 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=63 us cost=2 size=64 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=1 pr=0 pw=0 time=59 us cost=1 size=53 card=1) 0 0 0 INDEX FULL SCAN CNFGTEMPI3 (cr=1 pr=0 pw=0 time=52 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=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=1 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 6 0.00 0.00 SQL*Net message from client 6 0.01 0.02 ******************************************************************************** SQL ID: 84xu7n3njn7gc Plan Hash: 1499107076 SELECT CODPAZIENTE FROM INTERVENTI WHERE PROGRESSIVO = 96 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=63 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=36 us cost=1 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: 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 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: 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=111 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=102 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: 6cjagj7xupt65 Plan Hash: 183588041 select intervento0_.PROGPERSONALE as col_0_0_, intervento0_.PROGALTRIDATI as col_1_0_, altridatib2_.ORARIOESECUZIONEBRILLANZA as col_2_0_, altridatib2_.TEMPOBRILLANZA as col_3_0_, intervento0_.PROGALTRESCOPIE as col_4_0_, altridatia3_.ORARIOESECUZIONE as col_5_0_, altridatia3_.TEMPO as col_6_0_, intervento0_.DISTANZASCOPIA as col_7_0_, intervento0_.TEMPOSCOPIA as col_8_0_ from INTEQUIPESCOPIE intervento0_, PERSONALE intervento1_, ALTRIDATI altridatib2_, ALTRESCOPIE altridatia3_ where intervento0_.PROGPERSONALE= intervento1_.PROGRESSIVO(+) and intervento0_.PROGALTRIDATI= altridatib2_.INTERVENTO(+) and intervento0_.PROGALTRESCOPIE= altridatia3_.PROGRESSIVO(+) and intervento0_.PROGINTERVENTO=:1 order by intervento0_.PROGPERSONALE 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 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 3 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: 3 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=4 size=128 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=73 us cost=3 size=128 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=66 us cost=2 size=93 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPESCOPIE (cr=1 pr=0 pw=0 time=61 us cost=1 size=68 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE2 (cr=1 pr=0 pw=0 time=53 us cost=1 size=0 card=1)(object id 4328451) 0 0 0 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=0 pr=0 pw=0 time=0 us cost=1 size=25 card=1) 0 0 0 INDEX UNIQUE SCAN ALTRIDATI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4329001) 0 0 0 TABLE ACCESS BY INDEX ROWID ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=1 size=35 card=1) 0 0 0 INDEX UNIQUE SCAN PK_ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328143) 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.14 0.17 ******************************************************************************** SQL ID: 04xqmwh08nku5 Plan Hash: 1094058786 select rowid, NOTERISVEGLIO FROM POSTOP_ANEST WHERE PROGRESSIVO = 94 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=64 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: c4g2wdsjxqhv5 Plan Hash: 3089551290 select PERCORSO from HIBERNATE_HILO for update call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.06 0.07 0 0 0 0 Execute 2 0.00 0.00 2 4 4 0 Fetch 2 0.00 0.00 0 0 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.07 0.08 2 4 4 2 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 ---------- ---------- ---------- --------------------------------------------------- 1 1 1 FOR UPDATE (cr=2 pr=1 pw=0 time=4518 us) 2 2 2 BUFFER SORT (cr=2 pr=1 pw=0 time=3628 us) 1 1 1 TABLE ACCESS FULL HIBERNATE_HILO (cr=2 pr=1 pw=0 time=3540 us cost=3 size=13 card=1) 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 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 gc current block 2-way 2 0.00 0.00 gc cr block 2-way 1 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.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=102 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=94 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 7 0.00 0.00 SQL*Net message from client 7 0.02 0.03 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 057yfxfs5sr6f Plan Hash: 3172034735 select intervento0_.PROGRESSIVO as col_0_0_, intervento0_.REPARTO as col_1_0_, intervento0_.SBLOCCOTEMPI_CHI as col_2_0_, intervento0_.SBLOCCOTEMPI_QUANDO as col_3_0_, intervento0_.SBLOCCOTEMPI_MOTIVAZIONE as col_4_0_, repartobas1_.PROGRESSIVO as PROGRESS1_446_0_, intervento2_.SIGLA as SIGLA433_1_, repartobas1_.CODICE as CODICE446_0_, repartobas1_.CCOSTO as CCOSTO446_0_, repartobas1_.DESCRIZIONE as DESCRIZI4_446_0_, repartobas1_.ATTIVO as ATTIVO446_0_, repartobas1_.CODMAG as CODMAG446_0_, repartobas1_.CODUNITAPRELIEVO as CODUNITA7_446_0_, repartobas1_.SIGLACS as SIGLACS446_0_, repartobas1_.CODREGIONALE as CODREGIO9_446_0_, repartobas1_.CODICECRIL as CODICECRIL446_0_, repartobas1_.CHIUSURAAUTOMATICASI as CHIUSUR11_446_0_, intervento2_.UTENTE as UTENTE433_1_, intervento2_.LIVELLO as LIVELLO433_1_, intervento2_.PASSWORD as PASSWORD433_1_, intervento2_.PASSWORD2 as PASSWORD5_433_1_, intervento2_.ATTIVO as ATTIVO433_1_, intervento2_.ULTIMOACCESSO as ULTIMOAC7_433_1_, intervento2_.LINGUA as LINGUA433_1_, intervento2_.DATAPASSWORD as DATAPASS9_433_1_, intervento2_.CAMBIOPASSWORD as CAMBIOP10_433_1_, intervento2_.DATADISATTIVAZIONE as DATADIS11_433_1_, intervento2_.DATARIATTIVAZIONE as DATARIA12_433_1_, intervento2_.SMARTCARD as SMARTCARD433_1_, intervento2_.CODFISC as CODFISC433_1_, intervento2_.IGNORAADSI as IGNORAADSI433_1_, intervento2_.COGNOME as COGNOME433_1_, intervento2_.NOME as NOME433_1_, intervento2_.CODICEESTERNO as CODICEE22_433_1_ from INTERVENTI intervento0_, REPARTI repartobas1_, UTENTI intervento2_ where intervento0_.REPARTO=repartobas1_.PROGRESSIVO(+) and intervento0_.SBLOCCOTEMPI_CHI=intervento2_.SIGLA(+) and 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 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 OUTER (cr=4 pr=0 pw=0 time=121 us cost=3 size=584 card=1) 1 1 1 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=82 us cost=2 size=502 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=54 us cost=1 size=402 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=33 us cost=1 size=0 card=1)(object id 4328375) 0 0 0 TABLE ACCESS BY INDEX ROWID UTENTI (cr=0 pr=0 pw=0 time=16 us cost=1 size=100 card=1) 0 0 0 INDEX UNIQUE SCAN UTENTI1 (cr=0 pr=0 pw=0 time=8 us cost=1 size=0 card=1)(object id 4329020) 1 1 1 TABLE ACCESS BY INDEX ROWID REPARTI (cr=2 pr=0 pw=0 time=23 us cost=1 size=82 card=1) 1 1 1 INDEX UNIQUE SCAN REPARTI1 (cr=1 pr=0 pw=0 time=12 us cost=1 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.01 ******************************************************************************** SQL ID: 8bdytn1x8xjnz Plan Hash: 1072942911 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'REPARTO' call 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=219 us cost=2 size=49 card=1) 1 1 1 INDEX RANGE SCAN PK_SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=192 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 7v8zxyr6tua76 Plan Hash: 1499107076 SELECT CODPAZIENTE FROM INTERVENTI WHERE PROGRESSIVO = 97 call 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=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=62 us cost=1 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: 7jpt9bj6rsxkv Plan Hash: 1499107076 SELECT stampato FROM interventi WHERE progressivo = 96 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=58 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=34 us cost=1 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: 7fu5g0nhyph0t Plan Hash: 4116741144 SELECT intervento FROM esamirichiesti where intervento = 97 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 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 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: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX RANGE SCAN ESAMIRICHIESTI2 (cr=1 pr=0 pw=0 time=70 us cost=1 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 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: 56sarmcjggdq7 Plan Hash: 2026145250 SELECT PROGRESSIVO FROM ALTRESCOPIE WHERE INTERVENTO = 97 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 FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=97 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 6 0.00 0.00 SQL*Net message from client 6 0.08 0.09 ******************************************************************************** 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=212 us cost=4 size=420 card=7) 7 7 7 TABLE ACCESS BY INDEX ROWID TABELLE (cr=5 pr=0 pw=0 time=112 us cost=3 size=420 card=7) 7 7 7 INDEX RANGE SCAN TABELLE2 (cr=2 pr=0 pw=0 time=63 us cost=1 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 ******************************************************************************** SQL ID: aszudapj0pys6 Plan Hash: 1499107076 SELECT BLOCCO FROM INTERVENTI WHERE PROGRESSIVO = 97 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=66 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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: bkzw5hsrzquxv Plan Hash: 3789608841 SELECT PROGRESSIVO FROM POSTOP_ANEST WHERE PROGRINTERVENTI = 96 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 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 0 1 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 1 TABLE ACCESS BY INDEX ROWID POSTOP_ANEST (cr=2 pr=0 pw=0 time=76 us cost=1 size=6 card=1) 0 0 1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 23rggsckqm3sp Plan Hash: 1072942911 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'DATANASCITA' call 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=218 us cost=2 size=49 card=1) 1 1 1 INDEX RANGE SCAN PK_SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=190 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 54u66gjzvxt4a Plan Hash: 1499107076 SELECT USORECROOM FROM INTERVENTI WHERE PROGRESSIVO = 97 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=67 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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: 4mwg4d3y88fac Plan Hash: 3231536544 SELECT i.dataint,s.utcodice codice_saletta,s.descrizione saletta,p.cognome, p.nome,(SELECT tempo FROM tempiinterventi WHERE intervento = i.progressivo AND progrtempo = 3) tempo1, (SELECT tempo FROM tempiinterventi WHERE intervento = i.progressivo AND progrtempo = 9) tempo2 FROM interventi i,pazienti p,salette s WHERE i.codpaziente = p.progressivo AND i.saletta = s.progressivo AND i.progressivo IN (96) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 2 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.00 0.00 0 13 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.01 0.01 0 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 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=46 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=32 us cost=1 size=0 card=1)(object id 4328463) 1 1 1 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=26 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=18 us cost=1 size=0 card=1)(object id 4328463) 1 1 1 NESTED LOOPS (cr=7 pr=0 pw=0 time=116 us cost=3 size=68 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=71 us cost=2 size=46 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID INTERVENTI (cr=2 pr=0 pw=0 time=40 us cost=1 size=19 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=22 us cost=1 size=0 card=1)(object id 4328375) 1 1 1 TABLE ACCESS BY INDEX ROWID SALETTE (cr=2 pr=0 pw=0 time=23 us cost=1 size=27 card=1) 1 1 1 INDEX UNIQUE SCAN SALETTE1 (cr=1 pr=0 pw=0 time=14 us cost=1 size=0 card=1)(object id 4328878) 1 1 1 TABLE ACCESS BY INDEX ROWID PAZIENTI (cr=3 pr=0 pw=0 time=30 us cost=1 size=22 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=22 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 4.18 4.18 ******************************************************************************** SQL ID: 8ztwqw2p07kbj Plan Hash: 199058961 SELECT * FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = 97 ORDER BY ORDINE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 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.00 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=108 us cost=2 size=394 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=62 us cost=1 size=394 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=53 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 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: 7ps92cxnu0v1a Plan Hash: 234762480 SELECT PROGRESSIVO,SCADENZA,STAMPATO FROM INTRAOP_ANEST WHERE CODCHIAMANTE = 1 AND PROGRCHIAMANTE = 96 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 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 0 1 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 1 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=2 pr=0 pw=0 time=65 us cost=1 size=27 card=1) 0 0 1 INDEX UNIQUE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=44 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.01 0.01 ******************************************************************************** SQL ID: d9tmw5qcy0dhh Plan Hash: 3292814411 SELECT STADIAZIONECONDENSATA FROM DIAGNOSI WHERE PROGRESSIVO = 14834 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 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 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 DIAGNOSI (cr=3 pr=0 pw=0 time=56 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=34 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 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 ******************************************************************************** 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 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=134 us cost=1 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: 455j9u17x5hvx Plan Hash: 1499107076 SELECT progressivo,Stampato,Ambulatoriale,disconvalidato FROM INTERVENTI WHERE PROGRESSIVO = 97 call 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=11 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=63 us cost=1 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: fuhnu3zuspk86 Plan Hash: 4009073816 SELECT DIAGNOSI.UTCODICE, DIAGNOSI.DESCRIZIONE FROM DIAGNOSIINTERVENTI,DIAGNOSI WHERE DIAGNOSIINTERVENTI.DIAGNOSI = DIAGNOSI.PROGRESSIVO AND DIAGNOSIINTERVENTI.INTERVENTO = 97 ORDER BY DIAGNOSIINTERVENTI.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 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=195 us cost=2 size=109 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=166 us cost=2 size=109 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=2 pr=0 pw=0 time=111 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=51 us cost=1 size=0 card=1)(object id 4328627) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=24 us cost=1 size=0 card=1)(object id 4328750) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=1 pr=0 pw=0 time=13 us cost=1 size=98 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 ******************************************************************************** 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 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: 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=102 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=93 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: 3cct1mnpcj0zt Plan Hash: 627940087 SELECT * FROM POSIZIONIMULTIPLE WHERE INTERVENTO = 97 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 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.00 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=111 us cost=2 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSIZIONIMULTIPLE1 (cr=1 pr=0 pw=0 time=69 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 8hu6x4hg3kr0h Plan Hash: 1844575694 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 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 8 0 5 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 0.00 0.00 0 8 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 INLIST ITERATOR (cr=8 pr=0 pw=0 time=254 us) 5 5 5 TABLE ACCESS BY INDEX ROWID SETUPGRIGLIEWEB (cr=8 pr=0 pw=0 time=135 us cost=1 size=49 card=1) 5 5 5 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=7 pr=0 pw=0 time=96 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: b0qgatq10wm3d Plan Hash: 3659905649 SELECT * FROM TEMPIICD WHERE INTERVENTO = 96 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 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 0 1 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 1 TABLE ACCESS BY INDEX ROWID TEMPIICD (cr=2 pr=0 pw=0 time=81 us cost=1 size=16 card=1) 0 0 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=55 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: fc09n8uvu3x7k Plan Hash: 2479997560 SELECT COUNT(*) AS CONTATORE FROM ICDINTERVENTI WHERE INTERVENTO = 96 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: 2 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=72 us) 0 0 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=46 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: ax66jukv56qpa Plan Hash: 1534600257 SELECT CONTATORE FROM INT_PROFANT WHERE PROGINTERVENTO = 97 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.00 0 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 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: 4 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 INDEX RANGE SCAN INT_PROFANT1 (cr=1 pr=0 pw=0 time=64 us cost=1 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 8 0.00 0.00 SQL*Net message from client 8 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 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=133 us cost=1 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: 72bbgg4yv40hg Plan Hash: 2763934763 select intraopane0_.PROGRESSIVO as PROGRESS1_529_, intraopane0_.PROGRINTRAOP as PROGRINT2_529_, intraopane0_.TIPO as TIPO529_, intraopane0_.TREELEVEL as TREELEVEL529_ from INTRAOP_TECNICHE intraopane0_ where intraopane0_.PROGRINTRAOP=:1 order by intraopane0_.TREELEVEL call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.01 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 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=109 us cost=2 size=12 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_TECNICHE (cr=1 pr=0 pw=0 time=63 us cost=1 size=12 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_TECNICHE3 (cr=1 pr=0 pw=0 time=55 us cost=1 size=0 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.01 row cache lock 2 0.00 0.00 ******************************************************************************** SQL ID: 89m4mjd0d0xjy Plan Hash: 1822114062 select intraopane0_.TIPO as col_0_0_, intraopane0_.SEDE as col_1_0_, intraopane0_.DIAMETRO as col_2_0_, intraopane0_.NOTE as col_3_0_ from INTRAOP_CATETERI intraopane0_ where intraopane0_.PROGRINTRAOP=:1 order by intraopane0_.TIPO 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: 2 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=110 us cost=2 size=171 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_CATETERI (cr=1 pr=0 pw=0 time=64 us cost=1 size=171 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_CATETERI3 (cr=1 pr=0 pw=0 time=53 us cost=1 size=0 card=1)(object id 4328574) 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 ID: 9juws52mnu0fq Plan Hash: 4009073816 SELECT DIAGNOSI.UTCODICE, DIAGNOSI.DESCRIZIONE FROM DIAGNOSIINTERVENTI,DIAGNOSI WHERE DIAGNOSIINTERVENTI.DIAGNOSI = DIAGNOSI.PROGRESSIVO AND DIAGNOSIINTERVENTI.INTERVENTO = 96 ORDER BY DIAGNOSIINTERVENTI.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 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=170 us cost=2 size=109 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=137 us cost=2 size=109 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=2 pr=0 pw=0 time=100 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=60 us cost=1 size=0 card=1)(object id 4328627) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=27 us cost=1 size=0 card=1)(object id 4328750) 1 1 1 TABLE ACCESS BY INDEX ROWID DIAGNOSI (cr=1 pr=0 pw=0 time=16 us cost=1 size=98 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.03 0.03 ******************************************************************************** SQL ID: 29434k35d5q4n Plan Hash: 1499107076 SELECT Stampato From Interventi Where Progressivo = 96 call 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=69 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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.08 0.08 ******************************************************************************** SQL ID: 9120fd5rwxyaf Plan Hash: 767198794 SELECT PROGRESSIVOINTERVENTO FROM (SELECT CEC.PROGRESSIVOINTERVENTO FROM CEC, CECDATI WHERE CEC.PROGRESSIVOCEC = CECDATI.PROGRESSIVOCEC AND CEC.PROGRESSIVOINTERVENTO = 97) V call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.02 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.02 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 NESTED LOOPS (cr=1 pr=0 pw=0 time=92 us cost=3 size=39 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=85 us cost=3 size=39 card=1) 0 0 0 TABLE ACCESS FULL CECDATI (cr=1 pr=0 pw=0 time=80 us cost=2 size=13 card=1) 0 0 0 INDEX RANGE SCAN CEC2 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** 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 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=122 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=111 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: 27z3h430utv0f Plan Hash: 1499107076 SELECT CONVANESTESIA,CONVCHIRURGIA,CONVINFERMIERI,STAMPATO,BLOCCO,ANNO, REPARTO,PROGRREPARTO,DATAINT FROM INTERVENTI WHERE PROGRESSIVO = 97 call 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=65 us cost=1 size=38 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=34 us cost=1 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.16 0.17 ******************************************************************************** SQL ID: 9z9kykpq6ccr4 Plan Hash: 3382396010 SELECT ICD9CM.ICD,ICD9CM.DESCRIZIONE FROM ICDINTERVENTI,ICD9CM WHERE ICDINTERVENTI.ICD = ICD9CM.PROGRESSIVO AND ICDINTERVENTI.INTERVENTO = 97 ORDER BY ICDINTERVENTI.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 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=172 us cost=2 size=120 card=1) 1 1 1 NESTED LOOPS (cr=4 pr=0 pw=0 time=126 us cost=2 size=120 card=1) 1 1 1 TABLE ACCESS BY INDEX ROWID ICDINTERVENTI (cr=2 pr=0 pw=0 time=96 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=56 us cost=1 size=0 card=1)(object id 4328796) 1 1 1 INDEX UNIQUE SCAN ICD9CM1 (cr=2 pr=0 pw=0 time=24 us cost=1 size=0 card=1)(object id 4328949) 1 1 1 TABLE ACCESS BY INDEX ROWID ICD9CM (cr=1 pr=0 pw=0 time=32 us cost=1 size=109 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: 72z4ux6vqsxhj Plan Hash: 1499107076 SELECT EQUIPE_CHI,EQUIPE_SEM FROM INTERVENTI where PROGRESSIVO = 97 call 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=83 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=54 us cost=1 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=146 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: dqh635jgk4446 Plan Hash: 1072942911 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'LA_INT' call 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=150 us cost=2 size=49 card=1) 1 1 1 INDEX RANGE SCAN PK_SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=124 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: gaja95md77apz Plan Hash: 1499107076 SELECT stampato FROM interventi WHERE progressivo = 97 call 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=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=47 us cost=1 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: 96q17ajh13mr7 Plan Hash: 1499107076 SELECT STAMPATO FROM INTERVENTI WHERE PROGRESSIVO = 96 call 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=84 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=51 us cost=1 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.09 0.09 ******************************************************************************** SQL ID: cv65agsnm7bb7 Plan Hash: 234762480 SELECT PROGRESSIVO FROM INTRAOP_ANEST WHERE PROGRCHIAMANTE = 96 AND CODCHIAMANTE = '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 3 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 3 0 1 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 1 TABLE ACCESS BY INDEX ROWID INTRAOP_ANEST (cr=2 pr=0 pw=0 time=68 us cost=1 size=9 card=1) 0 0 1 INDEX UNIQUE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=50 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.09 0.14 ******************************************************************************** SQL ID: 0ppkmzuf5fwsv Plan Hash: 1499107076 SELECT BLOCCO,REPARTO,USOCIA,CIAHTML5 FROM INTERVENTI WHERE PROGRESSIVO = 97 call 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=76 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=45 us cost=1 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: 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 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=113 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=103 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: auxsqnjh3bfy8 Plan Hash: 1072942911 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'CAMPOWEB_IDO4C' call 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=180 us cost=2 size=49 card=1) 1 1 1 INDEX RANGE SCAN PK_SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=149 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: b5td1mgzwpbfs Plan Hash: 1499107076 SELECT TEMPI_SEM FROM INTERVENTI WHERE PROGRESSIVO = 97 call 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=76 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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: 9gjs789c2pkga Plan Hash: 4101511507 SELECT DESCRIZIONE FROM DESCRIZIONILIVELLI WHERE LIVELLO = 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 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 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=39 us cost=1 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: 4m6hs04w683d9 Plan Hash: 1072942911 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'NOME' call 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=161 us cost=2 size=49 card=1) 1 1 1 INDEX RANGE SCAN PK_SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=133 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 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 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=120 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=109 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: 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 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=116 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=106 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: 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 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=120 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=110 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: 9vqydnmb3t8hz 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-11-18','yyyy-mm-dd') 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 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=140 us cost=2 size=46 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=128 us cost=2 size=46 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESARIATTIVAZIONE (cr=2 pr=0 pw=0 time=124 us cost=1 size=39 card=1) 2 2 2 INDEX RANGE SCAN LISTAATTESARIATTIVAZIONE2 (cr=1 pr=0 pw=0 time=71 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=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 3m87ytk6dxr40 Plan Hash: 1499107076 SELECT convanestesia,convanestesia_chi,convchirurgia,convchirurgia_chi, convinfermieri,convinfermieri_chi,ambulatoriale,prelievoorgano FROM interventi WHERE progressivo = 96 call 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=73 us cost=1 size=69 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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: 4wpdpwvvund9t Plan Hash: 4075576241 SELECT CONTATORE FROM INT_PROFANT_MOTIV WHERE PROGINTERVENTO = 97 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 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.00 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: 4 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=107 us cost=1 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 ******************************************************************************** SQL ID: 0tyxs0d45zvgy Plan Hash: 818722317 select intervento0_.SIGLA as col_0_0_, intervento0_.DATAORA as col_1_0_, intervento0_.ANESTESIALOCALE as col_2_0_, intervento0_.FARMACO as col_3_0_, intervento0_.FARMACOTABELLARE as col_4_0_, intervento1_.SIGLA as SIGLA433_0_, farmaciatt2_.PROGRESSIVO as PROGRESS1_428_1_, intervento1_.UTENTE as UTENTE433_0_, intervento1_.LIVELLO as LIVELLO433_0_, intervento1_.PASSWORD as PASSWORD433_0_, intervento1_.PASSWORD2 as PASSWORD5_433_0_, intervento1_.ATTIVO as ATTIVO433_0_, intervento1_.ULTIMOACCESSO as ULTIMOAC7_433_0_, intervento1_.LINGUA as LINGUA433_0_, intervento1_.DATAPASSWORD as DATAPASS9_433_0_, intervento1_.CAMBIOPASSWORD as CAMBIOP10_433_0_, intervento1_.DATADISATTIVAZIONE as DATADIS11_433_0_, intervento1_.DATARIATTIVAZIONE as DATARIA12_433_0_, intervento1_.SMARTCARD as SMARTCARD433_0_, intervento1_.CODFISC as CODFISC433_0_, intervento1_.IGNORAADSI as IGNORAADSI433_0_, intervento1_.COGNOME as COGNOME433_0_, intervento1_.NOME as NOME433_0_, intervento1_.CODICEESTERNO as CODICEE22_433_0_, farmaciatt2_.UTCODICE as UTCODICE428_1_, farmaciatt2_.DESCRIZIONE as DESCRIZI4_428_1_, farmaciatt2_.NONATTIVO as NONATTIVO428_1_, farmaciatt2_.COPIAPROGRESSIVO as COPIAPRO6_428_1_, farmaciatt2_.DATAORA as DATAORA428_1_, farmaciatt2_.DATAINIZIO as DATAINIZIO428_1_, farmaciatt2_.DATAFINE as DATAFINE428_1_ from ATTIINTERVENTI intervento0_, UTENTI intervento1_, TABELLE farmaciatt2_ where intervento0_.SIGLA=intervento1_.SIGLA(+) and intervento0_.FARMACOTABELLARE= farmaciatt2_.PROGRESSIVO(+) and intervento0_.INTERVENTO=:1 order by intervento0_.DATAORA 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: 2 Misses in library cache during execute: 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=135 us cost=4 size=218 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=63 us cost=3 size=218 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=56 us cost=2 size=118 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID ATTIINTERVENTI (cr=1 pr=0 pw=0 time=52 us cost=1 size=58 card=1) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=0 pw=0 time=46 us cost=1 size=0 card=1)(object id 4328540) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 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=1 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 4 0.00 0.00 SQL*Net message from client 4 0.03 0.03 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 4 0.00 0.00 ******************************************************************************** SQL ID: 3gdzync93hfp0 Plan Hash: 1081253506 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 (+) = 96 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 (+) = 96 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 (+) = 96 AND CT.REPARTO = 14 ORDER BY CT.IDTEMPO call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.06 0.06 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.06 0.06 0 2 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 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=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=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 FULL SCAN CNFGTEMPI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=8)(object id 4328611) 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=2 size=22 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=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 FULL SCAN CNFGTEMPI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=8)(object id 4328611) 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=26 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 FULL SCAN CNFGTEMPI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=8)(object id 4328611) 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=1 size=26 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 FULL SCAN CNFGTEMPI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=8)(object id 4328611) 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=1 size=26 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 FULL SCAN CNFGTEMPI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=8)(object id 4328611) 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=146 us cost=4 size=75 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=76 us cost=3 size=75 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=68 us cost=2 size=64 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=1 pr=0 pw=0 time=64 us cost=1 size=53 card=1) 0 0 0 INDEX RANGE SCAN CNFGTEMPI3 (cr=1 pr=0 pw=0 time=57 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=1 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=1 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*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 0tyxs0d45zvgy Plan Hash: 3380664259 select intervento0_.SIGLA as col_0_0_, intervento0_.DATAORA as col_1_0_, intervento0_.ANESTESIALOCALE as col_2_0_, intervento0_.FARMACO as col_3_0_, intervento0_.FARMACOTABELLARE as col_4_0_, intervento1_.SIGLA as SIGLA433_0_, farmaciatt2_.PROGRESSIVO as PROGRESS1_428_1_, intervento1_.UTENTE as UTENTE433_0_, intervento1_.LIVELLO as LIVELLO433_0_, intervento1_.PASSWORD as PASSWORD433_0_, intervento1_.PASSWORD2 as PASSWORD5_433_0_, intervento1_.ATTIVO as ATTIVO433_0_, intervento1_.ULTIMOACCESSO as ULTIMOAC7_433_0_, intervento1_.LINGUA as LINGUA433_0_, intervento1_.DATAPASSWORD as DATAPASS9_433_0_, intervento1_.CAMBIOPASSWORD as CAMBIOP10_433_0_, intervento1_.DATADISATTIVAZIONE as DATADIS11_433_0_, intervento1_.DATARIATTIVAZIONE as DATARIA12_433_0_, intervento1_.SMARTCARD as SMARTCARD433_0_, intervento1_.CODFISC as CODFISC433_0_, intervento1_.IGNORAADSI as IGNORAADSI433_0_, intervento1_.COGNOME as COGNOME433_0_, intervento1_.NOME as NOME433_0_, intervento1_.CODICEESTERNO as CODICEE22_433_0_, farmaciatt2_.UTCODICE as UTCODICE428_1_, farmaciatt2_.DESCRIZIONE as DESCRIZI4_428_1_, farmaciatt2_.NONATTIVO as NONATTIVO428_1_, farmaciatt2_.COPIAPROGRESSIVO as COPIAPRO6_428_1_, farmaciatt2_.DATAORA as DATAORA428_1_, farmaciatt2_.DATAINIZIO as DATAINIZIO428_1_, farmaciatt2_.DATAFINE as DATAFINE428_1_ from ATTIINTERVENTI intervento0_, UTENTI intervento1_, TABELLE farmaciatt2_ where intervento0_.SIGLA=intervento1_.SIGLA(+) and intervento0_.FARMACOTABELLARE= farmaciatt2_.PROGRESSIVO(+) and intervento0_.INTERVENTO=:1 order by intervento0_.DATAORA call 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=288 us cost=7 size=218 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=238 us cost=6 size=218 card=1) 0 0 0 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=234 us cost=5 size=158 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID ATTIINTERVENTI (cr=1 pr=0 pw=0 time=60 us cost=1 size=58 card=1) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=0 pw=0 time=51 us cost=1 size=0 card=1)(object id 4328540) 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) 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: a56cz9pgqjmtp Plan Hash: 2881684557 SELECT Min(Tempo) AS T FROM TempiInterventi WHERE Intervento = 96 call 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=101 us) 0 0 0 FIRST ROW (cr=2 pr=0 pw=0 time=75 us cost=1 size=8 card=1) 0 0 0 INDEX RANGE SCAN (MIN/MAX) TEMPIINTERVENTI5 (cr=2 pr=0 pw=0 time=70 us cost=1 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: 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 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=117 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=107 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: fkauxw17wg3sc Plan Hash: 1990843182 select rowid, tdiagnosi1 FROM INTERVENTI WHERE PROGRESSIVO = 97 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 1 0 1 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 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 INTERVENTI (cr=1 pr=0 pw=0 time=51 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: fxs2h0gv46uyr Plan Hash: 1641808512 SELECT NOMINATIVO FROM PERSONALE WHERE PROGRESSIVO = (SELECT FIRMASTRUM FROM ALTRIDATI WHERE INTERVENTO = 96) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.02 0.02 0 0 0 0 Execute 8 0.00 0.00 0 16 0 0 Fetch 8 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.02 0.02 0 16 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 PERSONALE (cr=2 pr=0 pw=0 time=91 us cost=1 size=28 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=78 us cost=1 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=61 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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 16 0.00 0.00 SQL*Net message from client 16 0.00 0.01 ******************************************************************************** SQL ID: f3cx1ds588zz2 Plan Hash: 3886774841 SELECT TUTORE FROM PERCORSI WHERE INTERV = 97 call 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 PERCORSI (cr=2 pr=0 pw=0 time=99 us cost=1 size=15 card=1) 1 1 1 INDEX RANGE SCAN PERCORSI2 (cr=1 pr=0 pw=0 time=63 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: 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 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=120 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=110 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: 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 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=106 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=98 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: 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 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=112 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=102 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: fd9p4k6nkhsgd Plan Hash: 1499107076 SELECT MMEDIA_SEM From interventi Where progressivo = 97 call 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=58 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=34 us cost=1 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: 3sazary4a2x1t Plan Hash: 2881684557 SELECT Min(Tempo) AS T FROM TempiInterventi WHERE Intervento = 97 call 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=108 us) 0 0 0 FIRST ROW (cr=2 pr=0 pw=0 time=80 us cost=1 size=8 card=1) 0 0 0 INDEX RANGE SCAN (MIN/MAX) TEMPIINTERVENTI5 (cr=2 pr=0 pw=0 time=77 us cost=1 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: 9nny6bm6vha08 Plan Hash: 1499107076 SELECT STAMPATO FROM INTERVENTI WHERE PROGRESSIVO = 97 call 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=79 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=46 us cost=1 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.08 0.08 ******************************************************************************** SQL ID: 8mvqr5fkm9umz Plan Hash: 3313776741 SELECT COUNT(*) AS NUM_EQUIPE FROM INTEQUIPE WHERE PROGRINTERVENTO =97 call 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=80 us) 0 0 0 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=54 us cost=1 size=3 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: 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 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=110 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=98 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: 2va6sc6pcybpc Plan Hash: 1388353226 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '20' 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 3 0 3 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 3 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: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 3 3 3 TABLE ACCESS BY INDEX ROWID TABELLE (cr=3 pr=0 pw=0 time=101 us cost=3 size=180 card=3) 3 3 3 INDEX RANGE SCAN TABELLE3 (cr=2 pr=0 pw=0 time=63 us cost=1 size=0 card=3)(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.13 0.14 ******************************************************************************** SQL ID: 7xhtw7zscscpv 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 = 97 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 = 97 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 = 97 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 = 97) AND G.TABELLARE = '1' ORDER BY DESCRIZIONE, X1 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 4 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 SORT ORDER BY (cr=4 pr=0 pw=0 time=271 us cost=13 size=932 card=4) 0 0 0 UNION-ALL (cr=4 pr=0 pw=0 time=232 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=67 us cost=2 size=121 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=62 us cost=2 size=121 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTRAOP_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=59 us cost=1 size=91 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_GRAFICITABELLARI2 (cr=1 pr=0 pw=0 time=50 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=1 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=0 pw=0 time=25 us cost=2 size=99 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=22 us cost=2 size=99 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_GRAFICI (cr=1 pr=0 pw=0 time=19 us cost=1 size=66 card=1) 0 0 0 INDEX RANGE SCAN FARMA_GRAFICI3 (cr=1 pr=0 pw=0 time=16 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=1 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=0 pw=0 time=64 us cost=4 size=147 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=63 us cost=4 size=147 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=61 us cost=3 size=117 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=60 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=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=1 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=0 pw=0 time=41 us cost=3 size=99 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=39 us cost=3 size=99 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICI (cr=1 pr=0 pw=0 time=37 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=1 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.00 0.00 SQL*Net break/reset to 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 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=114 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=103 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: 7k4unb3uhncwq Plan Hash: 4151854619 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_CONVCHIRURGIACHECK' call 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 SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=77 us cost=1 size=49 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=0 pw=0 time=51 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: fffruc7yjq2xt Plan Hash: 2789299873 select rowid, NOTE FROM INTRAOP_ANEST WHERE PROGRESSIVO = 94 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=74 us cost=1 size=56 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: c646xzca8r054 Plan Hash: 2549113427 SELECT PROGRTEMPO,TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 96 AND TEMPO IS NOT NULL ORDER BY PROGRTEMPO 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 5 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 5 0 4 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 2 4 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=86 us cost=2 size=22 card=2) 0 4 8 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=62 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 86dm8ayvcg3p6 Plan Hash: 4073877326 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 = 97 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 = 97 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.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 SORT ORDER BY (cr=2 pr=0 pw=0 time=258 us cost=11 size=426 card=2) 0 0 0 UNION-ALL (cr=2 pr=0 pw=0 time=209 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=76 us cost=4 size=200 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=70 us cost=4 size=200 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=66 us cost=3 size=153 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=63 us cost=2 size=124 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_VALUES (cr=1 pr=0 pw=0 time=56 us cost=1 size=117 card=1) 0 0 0 INDEX RANGE SCAN FARMA_VALUES3 (cr=1 pr=0 pw=0 time=48 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=1 size=0 card=1)(object id 4328311) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=29 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 INDEX UNIQUE SCAN FARMACI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=47 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=104 us cost=6 size=226 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=98 us cost=6 size=226 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=96 us cost=5 size=179 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=92 us cost=4 size=150 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=89 us cost=3 size=143 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_FARMACI (cr=1 pr=0 pw=0 time=85 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) 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=1 size=0 card=1)(object id 4328311) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=29 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 INDEX UNIQUE SCAN FARMACI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=47 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: 15c0bavrmn2jq Plan Hash: 1072942911 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'CAMPOWEB_TIPOINTEGRAZEST' call 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=155 us cost=2 size=49 card=1) 1 1 1 INDEX RANGE SCAN PK_SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=133 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 21g1f78u886p6 Plan Hash: 821085353 SELECT INTERVENTO FROM TGARZE WHERE INTERVENTO = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.00 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.00 0.02 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 INDEX UNIQUE SCAN TGARZE1 (cr=1 pr=0 pw=0 time=39 us cost=1 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 10 0.00 0.00 SQL*Net message from client 10 0.00 0.01 ******************************************************************************** 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 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=112 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=102 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: bvhr03hmmh2k5 Plan Hash: 2549113427 select rowid, TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 96 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 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 TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=84 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=60 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: ctsvbxfcxa25j Plan Hash: 1499107076 SELECT IMPIANTI_SEM From interventi Where progressivo = 97 call 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=74 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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: bsbwvc4h4kxwx Plan Hash: 2549113427 select rowid, intervento,tempo FROM tempiinterventi WHERE intervento = 97 AND progrtempo = 9 AND NOT tempo 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 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 TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=100 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=68 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: 0gx9g1y551y1m Plan Hash: 4151854619 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_APERTO' call 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 SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=85 us cost=1 size=49 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=0 pw=0 time=56 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 5ymf6zg3tv91d Plan Hash: 3292814411 SELECT CODICEEXT FROM DIAGNOSI WHERE DIAGNOSI.PROGRESSIVO =:B1 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 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 6 0 2 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: 2 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=89 us cost=1 size=102 card=1) 1 1 1 INDEX UNIQUE SCAN DIAGNOSI1 (cr=2 pr=0 pw=0 time=56 us cost=1 size=0 card=1)(object id 4328750) ******************************************************************************** SQL ID: aaa5zxzjfw9q2 Plan Hash: 1388353226 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 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 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 4 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 TABELLE (cr=2 pr=0 pw=0 time=78 us cost=2 size=60 card=1) 0 0 0 INDEX RANGE SCAN TABELLE3 (cr=2 pr=0 pw=0 time=68 us cost=1 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 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 row cache lock 5 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 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=101 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=91 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: 5jkpwbp69bvfh Plan Hash: 4151854619 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_IDO4C' call 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 SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=76 us cost=1 size=49 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=0 pw=0 time=42 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 8s8w1f128mtsu Plan Hash: 1499107076 SELECT ANESTESIA_CHI,ANESTESIA_SEM FROM INTERVENTI where PROGRESSIVO = 97 call 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=66 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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: 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.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 OUTER (cr=1 pr=0 pw=0 time=118 us cost=2 size=108 card=1) 0 0 0 INLIST ITERATOR (cr=1 pr=0 pw=0 time=108 us) 0 0 0 TABLE ACCESS BY INDEX ROWID REPARTIPARTI (cr=1 pr=0 pw=0 time=76 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN REPARTIPARTI2 (cr=1 pr=0 pw=0 time=62 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=1 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN REPARTI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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: 9bzk91tmh525z Plan Hash: 1938141473 select rowid, NOTE FROM INTRAOP_ANEST WHERE PROGRESSIVO = 94 call 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=96 us cost=1 size=56 card=1) 1 1 1 INDEX UNIQUE SCAN PK_INTRAOP_ANEST (cr=1 pr=0 pw=0 time=64 us cost=1 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 ******************************************************************************** SQL ID: 9rgrk080k09sb Plan Hash: 1072942911 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLIA = 'interventi' AND UPPER(COL_NAME) = 'COGNOME' call 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=136 us cost=2 size=49 card=1) 1 1 1 INDEX RANGE SCAN PK_SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=116 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 4qfx9m3vkv8n2 Plan Hash: 1499107076 SELECT ALTRI_SEM From interventi Where progressivo = 97 call 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=65 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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: 4bh2rxdyhz6ha Plan Hash: 1499107076 SELECT ListaAttesa FROM Interventi WHERE Progressivo = 97 call 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=70 us cost=1 size=5 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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: 0vnnp78qwp55b 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 = 97 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 = 97) AND G.TABELLARE = '0' ORDER BY IDGRAFICI,X,Y call 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 SORT UNIQUE (cr=2 pr=0 pw=0 time=227 us cost=8 size=2264 card=2) 0 0 0 UNION-ALL (cr=2 pr=0 pw=0 time=185 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=71 us cost=2 size=1132 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=66 us cost=2 size=1132 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_GRAFICI (cr=1 pr=0 pw=0 time=60 us cost=1 size=1094 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) 0 0 0 INDEX UNIQUE SCAN GRAFICI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=87 us cost=3 size=1132 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=83 us cost=3 size=1132 card=1) 0 0 0 TABLE ACCESS FULL RECROOM_GRAFICI (cr=1 pr=0 pw=0 time=81 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=1 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.00 0.00 ******************************************************************************** SQL ID: 286602f8b9p3z Plan Hash: 1641808512 SELECT NOMINATIVO FROM PERSONALE WHERE PROGRESSIVO = (SELECT FIRMAINFERMIERESALA FROM ALTRIDATI WHERE INTERVENTO = 96) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.02 0.02 0 0 0 0 Execute 8 0.00 0.00 0 16 0 0 Fetch 8 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.02 0.02 0 16 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 PERSONALE (cr=2 pr=0 pw=0 time=85 us cost=1 size=28 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=76 us cost=1 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=60 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=37 us cost=1 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.00 0.02 SQL*Net break/reset to client 2 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 9xzhsr8qbdcgg Plan Hash: 1499107076 SELECT PRESIDI_SEM From interventi Where progressivo = 97 call 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=69 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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.07 0.07 ******************************************************************************** SQL ID: 8vupuczqh78zw Plan Hash: 1499107076 SELECT CHIRURGO_CHI,CHIRURGO_SEM FROM INTERVENTI where PROGRESSIVO = 97 call 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=61 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 0n9gn9wu1rrjc Plan Hash: 1499107076 SELECT ANESTESIA_SEM From interventi Where progressivo = 97 call 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=73 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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: b0nv30dws48nw Plan Hash: 3616902813 SELECT ChiaveEsterna FROM Pazienti WHERE Progressivo = 182049 call 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=72 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=45 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.20 0.20 ******************************************************************************** SQL ID: 156fxr0wrtzmb Plan Hash: 1499107076 SELECT GENERALE_SEM From interventi Where progressivo = 97 call 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=87 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=62 us cost=1 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: 5qmj631nyxrj8 Plan Hash: 4074155534 SELECT * FROM ALTREGRAFIE WHERE INTERVENTO = 97 ORDER BY CONTATORE call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 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.00 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 ALTREGRAFIE (cr=1 pr=0 pw=0 time=63 us cost=1 size=117 card=1) 0 0 0 INDEX RANGE SCAN PK_ALTREGRAFIE (cr=1 pr=0 pw=0 time=52 us cost=1 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 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: gqxackk3pqknv Plan Hash: 1499107076 SELECT CodPaziente FROM Interventi WHERE Progressivo = 97 call 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=71 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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.03 0.03 ******************************************************************************** SQL ID: 9rqzanrpdyvt3 Plan Hash: 1388353226 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 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 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 4 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 TABELLE (cr=2 pr=0 pw=0 time=72 us cost=2 size=60 card=1) 0 0 0 INDEX RANGE SCAN TABELLE3 (cr=2 pr=0 pw=0 time=62 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 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 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=94 us cost=1 size=24 card=1) 0 0 0 INDEX RANGE SCAN OBBLIGATORI1 (cr=1 pr=0 pw=0 time=84 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 1.99 3.82 ******************************************************************************** SQL ID: ay24awgvz1ytr Plan Hash: 3912189262 select intervento0_.SIGLA as col_0_0_, intervento0_.ATTO as col_1_0_ from ATTIINTERVENTI intervento0_ where intervento0_.INTERVENTO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.00 0.02 0 0 0 0 Fetch 3 0.00 0.00 0 3 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.02 0 3 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: 3 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=63 us cost=1 size=33 card=1) 0 0 0 INDEX RANGE SCAN ATTIINTERVENTI2 (cr=1 pr=0 pw=0 time=48 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.05 0.06 row cache lock 1 0.01 0.01 ******************************************************************************** SQL ID: azddu49b58mxp Plan Hash: 1388353226 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 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 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 4 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 TABELLE (cr=2 pr=0 pw=0 time=72 us cost=2 size=60 card=1) 0 0 0 INDEX RANGE SCAN TABELLE3 (cr=2 pr=0 pw=0 time=62 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.06 0.06 ******************************************************************************** SQL ID: 64bgww0sssttg Plan Hash: 3616902813 SELECT ChiaveEsterna FROM Pazienti WHERE Progressivo = 187559 call 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=72 us cost=1 size=18 card=1) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=49 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.02 0.02 ******************************************************************************** SQL ID: 95t3qscsjasrq Plan Hash: 1499107076 SELECT disconvalidato,annulla_conv_cosa FROM interventi WHERE progressivo = 97 call 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=66 us cost=1 size=8 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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: dx2kcuxwg1w4n Plan Hash: 1499107076 SELECT SBLOCCOTEMPI_CHI FROM INTERVENTI WHERE PROGRESSIVO = 97 call 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=70 us cost=1 size=20 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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: ap9frkpn0fpxc Plan Hash: 1388353226 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 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 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 4 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 TABELLE (cr=2 pr=0 pw=0 time=62 us cost=2 size=60 card=1) 0 0 0 INDEX RANGE SCAN TABELLE3 (cr=2 pr=0 pw=0 time=52 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: 5cxggbtn920bj Plan Hash: 96837372 select intervento0_.INTERVENTO as col_0_0_, intervento0_.TIPOINT as col_1_0_ from TIPIINTERVENTI intervento0_ where intervento0_.INTERVENTO=: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.00 0.00 0 3 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID TIPIINTERVENTI (cr=1 pr=0 pw=0 time=43 us cost=1 size=3 card=1) 0 0 0 INDEX UNIQUE SCAN TIPIINTERVENTI1 (cr=1 pr=0 pw=0 time=31 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: 3cznmkfkvm55x Plan Hash: 4151854619 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_SEMAFORI' call 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 SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=83 us cost=1 size=49 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=0 pw=0 time=54 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 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 ******************************************************************************** SQL ID: 434u59fksdbr5 Plan Hash: 1499107076 SELECT CHIRURGO_SEM From interventi Where progressivo = 97 call 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=68 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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: f2kf3s1znbv5j Plan Hash: 1499107076 SELECT TEMPI_CHI,TEMPI_SEM FROM INTERVENTI where PROGRESSIVO = 97 call 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=65 us cost=1 size=23 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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: bub93ujxtkp0m Plan Hash: 3910211908 SELECT NOTE FROM LISTAATTESA WHERE NUMERO = :B1 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 6 0 2 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 6 0 2 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: 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=84 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=53 us cost=1 size=0 card=1)(object id 4328934) ******************************************************************************** SQL ID: 43da4z7pck19t Plan Hash: 1499107076 SELECT CEC_SEM From interventi Where progressivo = 97 call 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=62 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=37 us cost=1 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: 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 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 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=86 us cost=2 size=59 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID ESAMIPREVISIONI (cr=1 pr=0 pw=0 time=74 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN ESAMIPREVISIONI3 (cr=1 pr=0 pw=0 time=66 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=1 size=33 card=1) 0 0 0 INDEX UNIQUE SCAN TIPIESAMI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328224) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 3 0.00 0.00 library cache pin 3 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: gcgha8812zgdj Plan Hash: 305320910 select intraopane0_.PROGFARMACO as col_0_0_, intraopane0_.VIASOMM as col_1_0_, intraopane0_.UNITAMISURA as col_2_0_, intraopane0_.DOSAGGIO as col_3_0_, farmacoris1_.PROGRESSIVO as PROGRESS1_538_0_, viedisommi2_.PROGRESSIVO as PROGRESS1_428_1_, unitamisur3_.PROGRESSIVO as PROGRESS1_428_2_, farmacoris1_.DESCRIZIONE as DESCRIZI2_538_0_, farmacoris1_.PRINCIPIOATTIVOCODICE as PRINCIPI3_538_0_, farmacoris1_.PRINCIPIOATTIVOCATEGORIA as PRINCIPI4_538_0_, farmacoris1_.PRINCIPIOATTIVOPREFERITO as PRINCIPI5_538_0_, farmacoris1_.ALIASPRINCIPIOATTIVO as ALIASPRI6_538_0_, viedisommi2_.UTCODICE as UTCODICE428_1_, viedisommi2_.DESCRIZIONE as DESCRIZI4_428_1_, viedisommi2_.NONATTIVO as NONATTIVO428_1_, viedisommi2_.COPIAPROGRESSIVO as COPIAPRO6_428_1_, viedisommi2_.DATAORA as DATAORA428_1_, viedisommi2_.DATAINIZIO as DATAINIZIO428_1_, viedisommi2_.DATAFINE as DATAFINE428_1_, unitamisur3_.UTCODICE as UTCODICE428_2_, unitamisur3_.DESCRIZIONE as DESCRIZI4_428_2_, unitamisur3_.NONATTIVO as NONATTIVO428_2_, unitamisur3_.COPIAPROGRESSIVO as COPIAPRO6_428_2_, unitamisur3_.DATAORA as DATAORA428_2_, unitamisur3_.DATAINIZIO as DATAINIZIO428_2_, unitamisur3_.DATAFINE as DATAFINE428_2_ from RISVEGLIO_FARMACI intraopane0_, FARMACI_RISVEGLIO farmacoris1_, TABELLE viedisommi2_, TABELLE unitamisur3_ where intraopane0_.PROGFARMACO= farmacoris1_.PROGRESSIVO(+) and intraopane0_.VIASOMM= viedisommi2_.PROGRESSIVO(+) and intraopane0_.UNITAMISURA= unitamisur3_.PROGRESSIVO(+) and intraopane0_.PROGRISVEGLIO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.08 0.14 0 0 0 0 Fetch 3 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.08 0.14 0 0 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=0 pr=0 pw=0 time=39 us cost=4 size=615 card=1) 0 0 0 NESTED LOOPS OUTER (cr=0 pr=0 pw=0 time=29 us cost=3 size=555 card=1) 0 0 0 NESTED LOOPS OUTER (cr=0 pr=0 pw=0 time=25 us cost=2 size=495 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RISVEGLIO_FARMACI (cr=0 pr=0 pw=0 time=20 us cost=1 size=65 card=1) 0 0 0 INDEX RANGE SCAN RISVEGLIO_FARMACI2 (cr=0 pr=0 pw=0 time=12 us cost=1 size=0 card=1)(object id 4328127) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMACI_RISVEGLIO (cr=0 pr=0 pw=0 time=0 us cost=1 size=430 card=1) 0 0 0 INDEX UNIQUE SCAN PK_FARMACI_RISVEGLIO (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328737) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=60 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) 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 row cache lock 27 0.02 0.05 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.01 0.02 ******************************************************************************** SQL ID: 0pphdqfx6d7pm Plan Hash: 1499107076 SELECT ambulatoriale From interventi Where progressivo = 97 call 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=65 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=35 us cost=1 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: 6kvwm4v23spt6 Plan Hash: 1499107076 SELECT ATTO_SEM From interventi Where progressivo = 97 call 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=69 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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: 2sucxzun5210z Plan Hash: 3776458806 SELECT * FROM INTERVENTI_RECUPEROEMATICO WHERE INTERVENTO = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.02 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.02 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 INTERVENTI_RECUPEROEMATICO (cr=1 pr=0 pw=0 time=63 us cost=1 size=2257 card=1) 0 0 0 INDEX RANGE SCAN INTERVENTI_RECUPEROEMATICO2 (cr=1 pr=0 pw=0 time=52 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 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: g371xtrz1v2vb Plan Hash: 732816915 select intervento0_.SIGLA as col_0_0_, intervento1_.UTENTE as col_1_0_, intervento0_.REPERTO as col_2_0_ from REPERTIINTERVENTI intervento0_, UTENTI intervento1_ where intervento0_.SIGLA= intervento1_.SIGLA(+) and intervento0_.INTERVENTO=: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 HASH JOIN OUTER (cr=1 pr=0 pw=0 time=191 us cost=5 size=95 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID REPERTIINTERVENTI (cr=1 pr=0 pw=0 time=58 us cost=1 size=33 card=1) 0 0 0 INDEX RANGE SCAN REPERTIINTERVENTI2 (cr=1 pr=0 pw=0 time=51 us cost=1 size=0 card=1)(object id 4328316) 0 0 0 TABLE ACCESS FULL UTENTI (cr=0 pr=0 pw=0 time=0 us cost=4 size=11036 card=178) 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: 7wht1ty79rdvh Plan Hash: 3068446092 select intraopane0_.PROGRESSIVO as PROGRESS1_520_, intraopane0_.PROGRISVEGLIO as PROGRISV2_520_, intraopane0_.PROGEVENTO as PROGEVENTO520_ from RISVEGLIO_EVENTIAVVERSI intraopane0_, TABELLE eventiavve1_ where intraopane0_.PROGEVENTO=eventiavve1_.PROGRESSIVO(+) and intraopane0_.PROGRISVEGLIO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.05 0.13 0 0 0 0 Fetch 3 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.05 0.13 0 0 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL RISVEGLIO_EVENTIAVVERSI (cr=0 pr=0 pw=0 time=36 us cost=2 size=39 card=1) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 9 0.06 0.07 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.02 0.03 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 4n5sa8npgs3gy Plan Hash: 4071471912 select intraopane0_.PROGRESSIVO as PROGRESS1_519_, intraopane0_.PROGRISVEGLIO as PROGRISV2_519_, intraopane0_.PROGTIPORISVEGLIO as PROGTIPO3_519_ from RISVEGLIO_TIPO intraopane0_, TABELLE tiporisveg1_ where intraopane0_.PROGTIPORISVEGLIO=tiporisveg1_.PROGRESSIVO(+) and intraopane0_.PROGRISVEGLIO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.02 0.03 0 0 0 0 Fetch 3 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.03 0.04 0 0 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS FULL RISVEGLIO_TIPO (cr=0 pr=0 pw=0 time=36 us cost=2 size=39 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 row cache lock 7 0.00 0.01 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.01 0.01 ******************************************************************************** SQL ID: 0v1psjfdybmhr Plan Hash: 4151854619 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_COGNOME2' call 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 SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=66 us cost=1 size=49 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=0 pw=0 time=35 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 81zj0bfmqk56r Plan Hash: 2549113427 select rowid, TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 96 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 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 TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=68 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=49 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: bbk5zj4tvq9b7 Plan Hash: 1156682895 SELECT PROGRESSIVO FROM INTERVENTI WHERE PROGRESSIVO = 97 call 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 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 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 0.00 0.00 ******************************************************************************** SQL ID: 5dg0dq2unb1cz Plan Hash: 4151854619 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_CONVANESTESIACHECK' call 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 SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=78 us cost=1 size=49 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=0 pw=0 time=50 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: cph0nk577vzbw Plan Hash: 1499107076 SELECT EQUIPE_SEM From interventi Where progressivo = 97 call 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=64 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=36 us cost=1 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: 4ja2hzk9zkkg8 Plan Hash: 3910211908 select listaattes_.NUMERO, listaattes_.PROGREPARTO as PROGREPA2_115_, listaattes_.DATAPRENOT as DATAPRENOT115_, listaattes_.ORAPRENOT as ORAPRENOT115_, listaattes_.CODPAZIENTE as CODPAZIE5_115_, listaattes_.PREVISIONE as PREVISIONE115_, listaattes_.DIAGNOSI as DIAGNOSI115_, listaattes_.AUTORIZZATO as AUTORIZZ8_115_, listaattes_.DATAACCPREOP as DATAACCP9_115_, listaattes_.DATASCADACC as DATASCA10_115_, listaattes_.DATAINT as DATAINT115_, listaattes_.LATERALITA as LATERALITA115_, listaattes_.SALETTA as SALETTA115_, listaattes_.PRIORITA as PRIORITA115_, listaattes_.EQUIPE as EQUIPE115_, listaattes_.ETA as ETA115_, listaattes_.REPARTO as REPARTO115_, listaattes_.SOLVENTE as SOLVENTE115_, listaattes_.RX as RX115_, listaattes_.ACCPREOP as ACCPREOP115_, listaattes_.DATARIC as DATARIC115_, listaattes_.ORARIC as ORARIC115_, listaattes_.STATO as STATO115_, listaattes_.STATODATAOFFERTA as STATODA24_115_, listaattes_.STATODATATRASFERIMENTO as STATODA25_115_, listaattes_.SIGLA as SIGLA115_, listaattes_.DATAORAINS as DATAORAINS115_, listaattes_.MEDICOPROPONENTE as MEDICOP28_115_, listaattes_.LIBERA_PROFESSIONE as LIBERA29_115_, listaattes_.REGIME as REGIME115_, listaattes_.TIPORICOVERO as TIPORIC31_115_, listaattes_.ACARICO as ACARICO115_, listaattes_.PREDEPOSITO as PREDEPO33_115_, listaattes_.ALLERGICO as ALLERGICO115_, listaattes_.BLOCCO as BLOCCO115_, listaattes_.NOSOLOGICO as NOSOLOGICO115_, listaattes_.NOSOLOGICOVALIDATO as NOSOLOG37_115_, listaattes_.IDPERSONALE as IDPERSO38_115_, listaattes_.CCOSTO as CCOSTO115_, listaattes_.OPTMATERIALE as OPTMATE40_115_, listaattes_.MATERIALE as MATERIALE115_, listaattes_.INDAGINIDIAGNATTREZ as INDAGIN42_115_, listaattes_.INDAGINIDIAGNOSTICHE as INDAGIN43_115_, listaattes_.MOTIVOSOSPENSIONE as MOTIVOS44_115_, listaattes_.PERIODORICOVERO as PERIODO45_115_, listaattes_.ASSEGNATO as ASSEGNATO115_, listaattes_.DATAPERIODOIN as DATAPER47_115_, listaattes_.DATAPERIODOFIN as DATAPER48_115_, listaattes_.IDACCESSO as IDACCESSO115_, listaattes_.LA_CHIAVEESTERNA as LA50_115_, listaattes_.SIGLAMOD as SIGLAMOD115_, listaattes_.DATAORAMOD as DATAORAMOD115_, listaattes_.FONTEESTERNA as FONTEES53_115_, listaattes_.NOTEDIAGNOSI as NOTEDIA54_115_, listaattes_.NOTETIPOINTERVENTO as NOTETIP55_115_, listaattes_.GRUPPOLISTAATTESA as GRUPPOL56_115_, listaattes_.DATAPRESCRIZIONE as DATAPRE57_115_, listaattes_.RICHIESTAVISITAANEST as RICHIES58_115_, listaattes_.PROGLAVISITACHIRURGICA as PROGLAV59_115_, listaattes_.DATALAVISITACHIRURGICA as DATALAV60_115_, listaattes_.REPARTODEGENZA as REPARTO61_115_, listaattes_.DATAVISITAANESTPROPOSTA as DATAVIS62_115_, listaattes_.ORAVISITAANESTPROPOSTA as ORAVISI63_115_, listaattes_.DURATA as DURATA115_, listaattes_.PREOSPEDALIZZAZIONETERMINATA as PREOSPE65_115_, listaattes_.IDPERCORSO as IDPERCORSO115_, listaattes_.DATAINTPREVISTO as DATAINT67_115_, listaattes_.VALUTAZIONE as VALUTAZ68_115_, listaattes_.MINIINVASIVA as MINIINV69_115_, listaattes_.TIPOMINIINVASIVA as TIPOMIN70_115_, listaattes_.CODICEIMPEGNATIVA_PRE as CODICEI71_115_, listaattes_.CODICEIMPEGNATIVA_POST as CODICEI72_115_, listaattes_.RICHIESTARX as RICHIES73_115_, listaattes_.TERAPIAANTIBIOTICA as TERAPIA74_115_, listaattes_.NOTETERAPIAANTIBIOTICA as NOTETER75_115_, listaattes_.TERAPIAANTITROMBOTICA as TERAPIA76_115_, listaattes_.TERAPIAANTITROMBCALZE as TERAPIA77_115_, listaattes_.NOTETERAPIAANTITROMBOTICA as NOTETER78_115_, listaattes_.POSITIVO as POSITIVO115_, listaattes_.DESTINAZIONE as DESTINA80_115_, listaattes_.SOSPESO as SOSPESO115_, listaattes_.DATARIVALUTAZIONE as DATARIV82_115_, listaattes_.ORARIVALUTAZIONE as ORARIVA83_115_, listaattes_.MOTIVORIVALUTAZIONE as MOTIVOR84_115_, listaattes_.REGIMEVISITA as REGIMEV85_115_, listaattes_.ESITORIVALUTAZIONE as ESITORI86_115_, listaattes_.TIPOANESTESIA as TIPOANE87_115_, listaattes_.MOTIVOAGGIORNALA as MOTIVOA88_115_, listaattes_.RIVALUTATO_QUALE as RIVALUTATO89_115_, listaattes_.DATACAMBIOREPARTO as DATACAM90_115_, listaattes_.UTENTECAMBIOREPARTO as UTENTEC91_115_, listaattes_.REPARTOALLETTAGGIO as REPARTO92_115_, listaattes_.VISITAANESTESEGUITA as VISITAA93_115_, listaattes_.NOTEANAMNESI as NOTEANA94_115_, listaattes_.NOTEESAMEOBIETTIVO as NOTEESA95_115_, listaattes_.NOTETERAPIEINATTO as NOTETER96_115_, listaattes_.NOTEPRESCRIZIONIPREOP as NOTEPRE97_115_, listaattes_.NOTEANAMNESIPROSSIMA as NOTEANA98_115_, listaattes_.NUMEROEPISODIOAMB as NUMEROE99_115_, listaattes_.RIFIUTOTRASFALTRASEDE as RIFIUT100_115_, listaattes_.STRUTTURAPROVENIENZA as STRUTT101_115_, listaattes_.STRUTTURADESTINAZIONE as STRUTT102_115_, listaattes_.GIORNIPRERICOVERO as GIORNI103_115_, listaattes_.GIORNIPOSTRICOVERO as GIORNI104_115_, listaattes_.TIPOSOLVENZA as TIPOSO105_115_, listaattes_.TIPOLISTAATTESA as TIPOLI106_115_, listaattes_.GARANZIA as GARANZIA115_, listaattes_.NUMEROSTORIACLINICA as NUMERO108_115_, listaattes_.TELEFONORIFERIMENTOEPISODIO as TELEFO109_115_, listaattes_.BRILLANZA as BRILLANZA115_, listaattes_.TERAPIAINTENSIVAPOSTOP as TERAPI111_115_, listaattes_.NOTEALLERGIE as NOTEAL112_115_, listaattes_.RICHIESTAESAMIINTRAOP as RICHIE113_115_ from LISTAATTESA listaattes_ where listaattes_.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 4 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 4 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 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=2 pr=0 pw=0 time=58 us cost=1 size=227 card=1) 0 0 0 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=43 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 4 0.00 0.00 SQL*Net more data to client 4 0.00 0.00 SQL*Net message from client 4 0.00 0.00 ******************************************************************************** SQL ID: dmqz26s1nn9wn Plan Hash: 2549113427 select rowid, TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 97 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=76 us cost=1 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=65 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: 0ukmw3xd824d8 Plan Hash: 1499107076 SELECT TEMPI_SEM From interventi Where progressivo = 97 call 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=61 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=34 us cost=1 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: 9g7au974673cs Plan Hash: 2479997560 SELECT COUNT(*) AS CONTATORE FROM ICDINTERVENTI WHERE INTERVENTO = 97 call 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=80 us) 1 1 1 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=55 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.00 0.00 ******************************************************************************** SQL ID: 7rdg7murpm0nn Plan Hash: 1641808512 SELECT NOMINATIVO FROM PERSONALE WHERE PROGRESSIVO = (SELECT FIRMASTRUM FROM ALTRIDATI WHERE INTERVENTO = 97) 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 6 0 0 Fetch 3 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 6 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 PERSONALE (cr=2 pr=0 pw=0 time=81 us cost=1 size=28 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=70 us cost=1 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=55 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=32 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: fn2vjm1czu6n7 Plan Hash: 4151854619 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE id_griglia = 'interventi' AND COL_NAME= 'CAMPOWEB_SEMAFORI' call 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 SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=54 us cost=1 size=49 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=0 pw=0 time=35 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 4013amgmhb6xt Plan Hash: 4151854619 SELECT COL_INDEX FROM SETUPGRIGLIEWEB WHERE ID_GRIGLiA ='interventi' AND COL_NAME = 'CAMPOWEB_TIPOINTEGRAZEST' call 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 SETUPGRIGLIEWEB (cr=3 pr=0 pw=0 time=51 us cost=1 size=49 card=1) 1 1 1 INDEX UNIQUE SCAN PK_SETUPGRIGLIEWEB (cr=2 pr=0 pw=0 time=33 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: bc6gfjg8qcnmx Plan Hash: 2549113427 select rowid, TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 97 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=93 us cost=1 size=11 card=1) 0 0 0 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 2 0.00 0.00 SQL*Net message from client 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 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 OUTER (cr=1 pr=0 pw=0 time=72 us cost=4 size=239 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=62 us cost=3 size=217 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=59 us cost=2 size=108 card=1) 0 0 0 INDEX RANGE SCAN PRESIDIPREVISIONI1 (cr=1 pr=0 pw=0 time=55 us cost=1 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=1 size=82 card=1) 0 0 0 INDEX UNIQUE SCAN TESTATAPRESIDI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=109 card=1) 0 0 0 INDEX UNIQUE SCAN ICD9CM1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=22 card=1) 0 0 0 INDEX UNIQUE SCAN ICDXIMPIANTI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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 2 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.00 ******************************************************************************** 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 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 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 0 0 0 Misses in library cache during parse: 3 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=0 pr=0 pw=0 time=46 us) 0 0 0 FILTER (cr=0 pr=0 pw=0 time=7 us) 0 0 0 TABLE ACCESS FULL TABELLE (cr=0 pr=0 pw=0 time=0 us cost=10 size=780 card=13) 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.08 ******************************************************************************** SQL ID: 4m6dapjhtrf5r 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 = 97 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 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 NESTED LOOPS (cr=2 pr=0 pw=0 time=133 us cost=3 size=112 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=123 us cost=3 size=112 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=117 us cost=2 size=14 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=53 us cost=1 size=3 card=1)(object id 4328375) 0 0 0 TABLE ACCESS BY INDEX ROWID DIAGNOSIINTERVENTI (cr=1 pr=0 pw=0 time=53 us cost=1 size=11 card=1) 0 0 0 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=44 us cost=1 size=0 card=1)(object id 4328627) 0 0 0 INDEX UNIQUE SCAN DIAGNOSI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=98 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: dum8zqvnthnyv Plan Hash: 2486723522 select intraopane0_.PROGRESSIVO as PROGRESS1_521_, intraopane0_.PROGRISVEGLIO as PROGRISV2_521_, intraopane0_.PROGPRESCRIZIONE as PROGPRES3_521_ from RISVEGLIO_PRESCRIZIONI intraopane0_, TABELLE protocolli1_ where intraopane0_.PROGPRESCRIZIONE=protocolli1_.PROGRESSIVO(+) and intraopane0_.PROGRISVEGLIO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.05 0.07 0 0 0 0 Fetch 3 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.05 0.07 0 0 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 TABLE ACCESS BY INDEX ROWID RISVEGLIO_PRESCRIZIONI (cr=0 pr=0 pw=0 time=28 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN RISVEGLIO_PRESCRIZIONI2 (cr=0 pr=0 pw=0 time=14 us cost=1 size=0 card=1)(object id 4328657) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 10 0.00 0.01 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.01 0.01 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 4vmwbfcgx6r3t Plan Hash: 1499107076 SELECT ListaOp FROM Interventi WHERE Progressivo = 97 call 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=58 us cost=1 size=7 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=33 us cost=1 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: 4vur4j5br8yjp Plan Hash: 1499107076 SELECT BLOCCATO From interventi Where progressivo = 97 call 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=40 us cost=1 size=6 card=1) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=22 us cost=1 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: 5vhdkk1dk6ky0 Plan Hash: 1089449864 select intraopane0_.PROGALDRETESCORE as col_0_0_, intraopane0_.VALORE as col_1_0_, intraopane0_.ORARIO as col_2_0_, intraopane1_.PROGRESSIVO as PROGRESS1_767_, intraopane1_.DESCRIZIONE as DESCRIZI2_767_ from RISVEGLIO_ALDRETESCORE intraopane0_, RECROOM_CNFG_ALDRETESCORE intraopane1_ where intraopane0_.PROGALDRETESCORE=intraopane1_.PROGRESSIVO(+) and intraopane0_.PROGRISVEGLIO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.08 0.24 0 0 0 0 Fetch 3 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.08 0.24 0 0 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=0 pr=0 pw=0 time=29 us cost=2 size=61 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RISVEGLIO_ALDRETESCORE (cr=0 pr=0 pw=0 time=19 us cost=1 size=48 card=1) 0 0 0 INDEX RANGE SCAN RISVEGLIO_ALDRETESCORE2 (cr=0 pr=0 pw=0 time=11 us cost=1 size=0 card=1)(object id 4328915) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM_CNFG_ALDRETESCORE (cr=0 pr=0 pw=0 time=0 us cost=1 size=13 card=1) 0 0 0 INDEX UNIQUE SCAN RECROOM_CNFG_ALDRETESCORE1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328452) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 2 0.01 0.01 library cache pin 2 0.00 0.00 row cache lock 17 0.08 0.14 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.03 0.06 ******************************************************************************** SQL ID: 1utb038ytz8cj Plan Hash: 2035021956 SELECT * FROM DIL_DATI WHERE INTERVENTO = 97 call 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 DIL_DATI (cr=1 pr=0 pw=0 time=116 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: bpdvz63ddb714 Plan Hash: 2115174012 select rowid, ATTO FROM ANESTESIA WHERE INTERVENTO = 97 call 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 ANESTESIA (cr=1 pr=0 pw=0 time=73 us cost=1 size=7 card=1) 0 0 0 INDEX UNIQUE SCAN ANESTESIA1 (cr=1 pr=0 pw=0 time=60 us cost=1 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 0.21 0.21 ******************************************************************************** SQL ID: 641hgq1vm6311 Plan Hash: 1602443404 select intraopane0_.PROGBILANCIOIDRICO as col_0_0_, intraopane0_.VALORE as col_1_0_, intraopane1_.PROGRESSIVO as PROGRESS1_526_, intraopane1_.DESCRIZIONE as DESCRIZI2_526_, intraopane1_.TIPO as TIPO526_ from RISVEGLIO_BILANCIOIDRICO intraopane0_, CNFGBILANCIOIDRICO intraopane1_ where intraopane0_.PROGBILANCIOIDRICO=intraopane1_.PROGRESSIVO(+) and intraopane0_.PROGRISVEGLIO=:1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 3 0.00 0.00 0 0 0 0 Execute 3 0.02 0.03 0 0 0 0 Fetch 3 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.03 0.04 0 0 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: 3 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 NESTED LOOPS OUTER (cr=0 pr=0 pw=0 time=31 us cost=2 size=53 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID RISVEGLIO_BILANCIOIDRICO (cr=0 pr=0 pw=0 time=21 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN PK_RISVEGLIO_BILANCIOIDRICO (cr=0 pr=0 pw=0 time=12 us cost=1 size=0 card=1)(object id 4328695) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGBILANCIOIDRICO (cr=0 pr=0 pw=0 time=0 us cost=1 size=14 card=1) 0 0 0 INDEX UNIQUE SCAN PK_CNFGBILANCIOIDRICO (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328324) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 5 0.00 0.00 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.01 0.01 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 6cj9ffz4y5262 Plan Hash: 3616288861 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 = 96 AND PERSONALE.FUNZIONE = 2 ORDER BY INTEQUIPESCOPIE.PROGPERSONALE, 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 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 SORT ORDER BY (cr=1 pr=0 pw=0 time=125 us cost=4 size=101 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=72 us cost=3 size=101 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=63 us cost=3 size=101 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=59 us cost=2 size=94 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPESCOPIE (cr=1 pr=0 pw=0 time=55 us cost=1 size=68 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE2 (cr=1 pr=0 pw=0 time=46 us cost=1 size=0 card=1)(object id 4328451) 0 0 0 TABLE ACCESS BY INDEX ROWID ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=1 size=26 card=1) 0 0 0 INDEX UNIQUE SCAN PK_ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328143) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=1 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 7mj41205xrua4 Plan Hash: 1388353226 select rowid, progressivo, codicetabella, utcodice, descrizione, nonattivo, datainizio, datafine from tabelle where codicetabella = '200' 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 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 TABELLE (cr=2 pr=0 pw=0 time=70 us cost=2 size=60 card=1) 0 0 0 INDEX RANGE SCAN TABELLE3 (cr=2 pr=0 pw=0 time=58 us cost=1 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 117.71 117.71 ******************************************************************************** SQL ID: d9f3fgyxwmvqg Plan Hash: 1641808512 SELECT NOMINATIVO FROM PERSONALE WHERE PROGRESSIVO = (SELECT FIRMAINFERMIERESALA FROM ALTRIDATI WHERE INTERVENTO = 97) 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 6 0 0 Fetch 3 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 9 0.01 0.01 0 6 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 PERSONALE (cr=2 pr=0 pw=0 time=83 us cost=1 size=28 card=1) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=2 pr=0 pw=0 time=73 us cost=1 size=0 card=1)(object id 4329013) 1 1 1 TABLE ACCESS BY INDEX ROWID ALTRIDATI (cr=2 pr=0 pw=0 time=58 us cost=1 size=16 card=1) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=36 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 ******************************************************************************** SQL ID: dmm2626ph4tba Plan Hash: 59350479 SELECT ENTRATA FROM RECROOM WHERE INTERVENTO = 97 call 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=100 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=1 pr=0 pw=0 time=71 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 ******************************************************************************** SQL ID: dnx4xhkvhb9ab Plan Hash: 2010722907 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 = 97 order by p.funzione,e.chkprimo desc,e.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 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 INTEQUIPESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=1 size=42 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE5 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328450) 0 0 0 SORT ORDER BY (cr=2 pr=0 pw=0 time=134 us cost=6 size=131 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=84 us cost=5 size=131 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=79 us cost=5 size=131 card=1) 0 0 0 NESTED LOOPS (cr=2 pr=0 pw=0 time=76 us cost=4 size=114 card=1) 0 0 0 NESTED LOOPS OUTER (cr=2 pr=0 pw=0 time=73 us cost=3 size=69 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPE (cr=2 pr=0 pw=0 time=70 us cost=2 size=41 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=50 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=1 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) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4329013) 0 0 0 INDEX UNIQUE SCAN CNFGEQUIPE1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328096) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGEQUIPE (cr=0 pr=0 pw=0 time=0 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: datw8bh1ymc7w Plan Hash: 3987657845 SELECT TempiInterventi.Tempo FROM CnfgTempi, TempiInterventi WHERE CnfgTempi.Progressivo = TempiInterventi.ProgrTempo AND TempiInterventi.Progrtempo = (SELECT TAnest1 FROM Avelco) AND TempiInterventi.Intervento = 97 call 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=221 us cost=1 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=4 pr=0 pw=0 time=210 us cost=1 size=0 card=1)(object id 4328463) 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=132 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.12 0.12 ******************************************************************************** SQL ID: babxv1m11d6wm Plan Hash: 1492590248 SELECT * FROM RECROOM_FARMACI WHERE PROGRECROOM = (SELECT PROGRESSIVO FROM RECROOM WHERE INTERVENTO = 97) call 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 RECROOM_FARMACI (cr=1 pr=0 pw=0 time=85 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 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: 7pfuqrdx6438t Plan Hash: 3987657845 SELECT TempiInterventi.Tempo FROM CnfgTempi, TempiInterventi WHERE CnfgTempi.Progressivo = TempiInterventi.ProgrTempo AND TempiInterventi.Progrtempo = (SELECT TAnest2 FROM Avelco) AND TempiInterventi.Intervento = 97 call 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=239 us cost=1 size=11 card=1) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=4 pr=0 pw=0 time=225 us cost=1 size=0 card=1)(object id 4328463) 1 1 1 TABLE ACCESS FULL AVELCO (cr=2 pr=0 pw=0 time=145 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: 9fdhqp36s4ytr Plan Hash: 3975849947 SELECT Articoli.CodArt, Articoli.CodInt, Articoli.Descrizione, fornitori.codfor, Movimenti.Qta, Tabelle.UtCodice AS CodTipoScar, Tabelle_1.UtCodice AS CodTipoArt, Articoli.Progressivo AS Articolo, Movimenti.TipoScar AS ProgrTipoScar, Movimenti.TipoArticolo AS ProgrTipoArt, movimenti.lotto, movimenti.scadenzalotto, movimenti.numdocum, Movimenti.Progressivo AS ProgrMovimento, Movimenti.Info, Movimenti.ScaricoWS, movimenti.id_rr, Movimenti.TipoIntegrazioneEsterna FROM Movimenti,Articoli,Tabelle,Tabelle Tabelle_1,fornitori WHERE Articoli.Progressivo = Movimenti.Articolo AND Movimenti.TipoScar = Tabelle.Progressivo(+) AND Movimenti.TipoArticolo = Tabelle_1.Progressivo(+) AND articoli.fornitore = fornitori.progressivo(+) AND Movimenti.Intervento = 97 AND Movimenti.Presidio = '0' ORDER BY Movimenti.Progressivo 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 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=89 us cost=5 size=737 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=81 us cost=4 size=727 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=77 us cost=3 size=717 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=74 us cost=2 size=677 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID MOVIMENTI (cr=1 pr=0 pw=0 time=71 us cost=1 size=443 card=1) 0 0 0 INDEX FULL SCAN MOVIMENTI1 (cr=1 pr=0 pw=0 time=62 us cost=1 size=0 card=1)(object id 4328365) 0 0 0 TABLE ACCESS BY INDEX ROWID ARTICOLI (cr=0 pr=0 pw=0 time=0 us cost=1 size=234 card=1) 0 0 0 INDEX UNIQUE SCAN ARTICOLI1 (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=40 card=1) 0 0 0 INDEX UNIQUE SCAN FORNITORI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328741) 0 0 0 TABLE ACCESS BY INDEX ROWID TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=10 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 TABELLE (cr=0 pr=0 pw=0 time=0 us cost=1 size=10 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) 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: 8rbgg83cx3gg1 Plan Hash: 3616288861 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 = 96 AND PERSONALE.FUNZIONE = 1 ORDER BY INTEQUIPESCOPIE.PROGPERSONALE, 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=113 us cost=4 size=101 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=65 us cost=3 size=101 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=58 us cost=3 size=101 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=55 us cost=2 size=94 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID INTEQUIPESCOPIE (cr=1 pr=0 pw=0 time=51 us cost=1 size=68 card=1) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE2 (cr=1 pr=0 pw=0 time=46 us cost=1 size=0 card=1)(object id 4328451) 0 0 0 TABLE ACCESS BY INDEX ROWID ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=1 size=26 card=1) 0 0 0 INDEX UNIQUE SCAN PK_ALTRESCOPIE (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=1)(object id 4328143) 0 0 0 INDEX UNIQUE SCAN PERSONALE1 (cr=0 pr=0 pw=0 time=0 us cost=1 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 8799jpt5y77gw Plan Hash: 1081253506 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 (+) = 97 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 (+) = 97 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 (+) = 97 AND CT.REPARTO = 14 ORDER BY CT.IDTEMPO 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.02 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 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=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=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 FULL SCAN CNFGTEMPI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=8)(object id 4328611) 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=2 size=22 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=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 FULL SCAN CNFGTEMPI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=8)(object id 4328611) 0 0 0 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=0 pr=0 pw=0 time=0 us cost=1 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=1 size=26 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 FULL SCAN CNFGTEMPI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=8)(object id 4328611) 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=1 size=26 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 FULL SCAN CNFGTEMPI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=8)(object id 4328611) 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=1 size=26 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 FULL SCAN CNFGTEMPI1 (cr=0 pr=0 pw=0 time=0 us cost=1 size=0 card=8)(object id 4328611) 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=108 us cost=4 size=75 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=61 us cost=3 size=75 card=1) 0 0 0 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=55 us cost=2 size=64 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID CNFGTEMPI (cr=1 pr=0 pw=0 time=53 us cost=1 size=53 card=1) 0 0 0 INDEX RANGE SCAN CNFGTEMPI3 (cr=1 pr=0 pw=0 time=46 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=1 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=1 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 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: g61nk3k3c2f5p Plan Hash: 1213243052 SELECT * FROM POSTOP_ANEST PA,POSTOP_PRESCRIZ PP WHERE PA.PROGRESSIVO = PP.PROGRPOSTOP (+) AND PROGRINTERVENTI = 97 call 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 NESTED LOOPS OUTER (cr=1 pr=0 pw=0 time=86 us cost=2 size=30 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_ANEST (cr=1 pr=0 pw=0 time=76 us cost=1 size=14 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=63 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=1 size=16 card=1) 0 0 0 INDEX UNIQUE SCAN PK_POSTOP_PRESCRIZ (cr=0 pr=0 pw=0 time=0 us cost=1 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.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: cu95xbgw59h0n Plan Hash: 4285797066 SELECT PROGRPROTOCOLLO FROM POSTOP_PROTOCOLLI WHERE PROGRPOSTOP = (SELECT PROGRESSIVO FROM POSTOP_ANEST WHERE PROGRINTERVENTI = 97 ) 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 1 0 0 Fetch 1 0.00 0.00 0 0 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=179 us cost=2 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_PROTOCOLLI1 (cr=1 pr=0 pw=0 time=93 us cost=1 size=39 card=1)(object id 4328407) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_ANEST (cr=1 pr=0 pw=0 time=67 us cost=1 size=6 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=57 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: 5buwycfby9ch9 Plan Hash: 1388353226 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 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 TABELLE (cr=2 pr=0 pw=0 time=70 us cost=2 size=60 card=1) 0 0 0 INDEX RANGE SCAN TABELLE3 (cr=2 pr=0 pw=0 time=59 us cost=1 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 ******************************************************************************** SQL ID: dpwxq3trdm1vc Plan Hash: 887355020 SELECT * FROM INTRAOP_TECNICHE WHERE PROGRINTRAOP = 93 call 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_TECNICHE (cr=1 pr=0 pw=0 time=77 us cost=1 size=12 card=1) 0 0 0 INDEX RANGE SCAN INTRAOP_TECNICHE3 (cr=1 pr=0 pw=0 time=63 us cost=1 size=0 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: gyb634vbp73wa Plan Hash: 54894425 SELECT TIPOFILE FROM INTERVENTILOB WHERE INTERVENTO = 97 call 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 INTERVENTILOB2 (cr=1 pr=0 pw=0 time=65 us cost=1 size=10 card=1)(object id 4823853) 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: 8usva228wbr46 Plan Hash: 2549113427 SELECT PROGRTEMPO,TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 97 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=72 us cost=2 size=22 card=2) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=62 us cost=1 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: gn07yk7hnradu Plan Hash: 3738243353 SELECT PROGRESSIVO FROM CG WHERE IDINTERVENTO = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.07 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.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 CG (cr=1 pr=0 pw=0 time=63 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN CG2 (cr=1 pr=0 pw=0 time=54 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.02 0.02 ******************************************************************************** SQL ID: 8us5ut6wnajsa Plan Hash: 1823741976 select rowid, INTERVENTO FROM ANESTESIA WHERE INTERVENTO = 97 call 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=46 us cost=1 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: 4knnb15vhqyfv Plan Hash: 3789608841 SELECT PROGRESSIVO FROM POSTOP_ANEST WHERE PROGRINTERVENTI = 97 call 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=63 us cost=1 size=6 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=51 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: fuxgt8k7k91r1 Plan Hash: 4228710233 SELECT * FROM POSTOP_DATI WHERE PROGRPOSTOP = (SELECT PROGRESSIVO FROM POSTOP_ANEST WHERE PROGRINTERVENTI = 97 ) 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 1 0.00 0.00 0 0 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 POSTOP_DATI (cr=1 pr=0 pw=0 time=216 us cost=1 size=194 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=204 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=184 us cost=1 size=6 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=113 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 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: ay655gcm69srq Plan Hash: 1130823009 SELECT PROGRESSIVO FROM CONTAGARZA WHERE INTERVENTO = 97 call 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 CONTAGARZA (cr=1 pr=0 pw=0 time=63 us cost=1 size=26 card=1) 0 0 0 INDEX RANGE SCAN CONTAGARZA2 (cr=1 pr=0 pw=0 time=52 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 library cache lock 1 0.05 0.05 library cache pin 1 0.01 0.01 ******************************************************************************** SQL ID: 22ukkqgdhswmc Plan Hash: 2073903628 SELECT DATACOMPILAZIONE FROM CHECKLISTRCSALVATAGGIO WHERE IDINTERVENTI = 97 call 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 CHECKLISTRCSALVATAGGIO (cr=1 pr=0 pw=0 time=49 us cost=1 size=22 card=1) 0 0 0 INDEX UNIQUE SCAN CHECKLISTRCSALVATAGGIO2 (cr=1 pr=0 pw=0 time=36 us cost=1 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 ******************************************************************************** SQL ID: 5ynvra3vzk2pp Plan Hash: 481196082 SELECT TIPOFILE FROM INTERVENTI_INTRAOP_LOB WHERE INTERVENTO = 97 call 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_INTRAOP_LOB (cr=1 pr=0 pw=0 time=51 us cost=1 size=20 card=1) 0 0 0 INDEX UNIQUE SCAN PK_INTERVENTI_INTRAOP_LOB (cr=1 pr=0 pw=0 time=40 us cost=1 size=0 card=1)(object id 4329015) 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: c5wd5hq6fu5gu Plan Hash: 234762480 SELECT PROGRESSIVO,SCADENZA,STAMPATO FROM INTRAOP_ANEST WHERE CODCHIAMANTE = 1 AND PROGRCHIAMANTE = 97 call 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=56 us cost=1 size=27 card=1) 0 0 0 INDEX UNIQUE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=43 us cost=1 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.10 0.10 ******************************************************************************** SQL ID: gmnwvff3s49x7 Plan Hash: 234762480 SELECT PROGRESSIVO FROM INTRAOP_ANEST WHERE PROGRCHIAMANTE = 97 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=49 us cost=1 size=9 card=1) 0 0 0 INDEX UNIQUE SCAN PROGR_COD_CHIAMANTE (cr=1 pr=0 pw=0 time=39 us cost=1 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 3285 0.17 0.18 0 0 0 0 Execute 3285 0.43 0.43 0 0 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6570 0.61 0.62 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 3285 0.00 0.04 SQL*Net message from client 3285 1.92 12.52 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: 28b37qfv4praf Plan Hash: 0 insert into ICDLISTAATTESA (PROGLA, ICD, CONTATORE) values (:1, :2, :3) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.02 0.04 4 2 100 40 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.02 0.04 4 2 100 40 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 LOAD TABLE CONVENTIONAL (cr=1 pr=2 pw=0 time=12473 us) 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 db file sequential read 4 0.01 0.01 gc current grant 2-way 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 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: 34suz9knuwqk0 Plan Hash: 2335991257 UPDATE listaattesa SET NOTE = NULL WHERE NUMERO = 940 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 3 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.01 0 3 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 UPDATE LISTAATTESA (cr=3 pr=0 pw=0 time=640 us) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=119 us cost=1 size=227 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=77 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 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: a06nt13j6vf7a Plan Hash: 0 INSERT INTO LISTAATTESAPRIORITA (PROGRESSIVO,NUMERO,DATAPRENOT,PRIORITA,SIGLA, MOTIVOCAMBIOPRIORITA) VALUES (1001,940, to_date('2021-11-18','yyyy-mm-dd') ,3,'XX',null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.01 0.02 5 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.03 5 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=5 pw=0 time=22916 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 5 0.00 0.01 gc current grant busy 2 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.10 0.10 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: a2s74gkw9mtaq Plan Hash: 2750258314 update HIBERNATE_HILO set PERCORSO = :1 where PERCORSO = :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 4 2 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 4 2 2 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE HIBERNATE_HILO (cr=2 pr=0 pw=0 time=369 us) 1 1 1 TABLE ACCESS FULL HIBERNATE_HILO (cr=2 pr=0 pw=0 time=134 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: 022bnp4jwc03k Plan Hash: 499323837 UPDATE INTERVENTI SET GENERALE_CHI = 'XX',GENERALE_QUANDO = to_date('2021-11-18 15:39:01','yyyy-mm-dd hh24:mi:ss'),GENERALE_SEM = '1' WHERE PROGRESSIVO = 96 call 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=2061 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 size=32 card=1)(object id 4328375) 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: 18u9xufn7q06y Plan Hash: 2832457903 UPDATE ALTRIDATI SET terapiaantitrombcalze = null, terapiaantitrombcalzeapplic = null, terapiaantitrombcalzeapplicsal = null where intervento = 96 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 8 4 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.00 0.00 0 4 8 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=418 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=46 us cost=1 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 4 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.08 0.29 ******************************************************************************** SQL ID: dk5cdnpxu74bb Plan Hash: 499323837 UPDATE INTERVENTI SET REPARTO = '14',REPARTODEGENZA = NULL,SALETTA = '10', CARTELLACLINICA = NULL,NOSOLOGICO = NULL,LIBERA_PROFESSIONE = NULL,REGIME = NULL,NONOPERATO = '0' WHERE PROGRESSIVO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.03 0.04 0 0 0 0 Execute 6 0.00 0.04 0 6 24 6 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.04 0.08 0 6 24 6 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 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=8087 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=33 us cost=1 size=117 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 2 0.02 0.03 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.13 0.14 gc current grant busy 4 0.00 0.00 ******************************************************************************** SQL ID: 2mpww391uxyhj Plan Hash: 2832457903 UPDATE ALTRIDATI SET UNITAMISURADAP = NULL, DAPSTANDARD = NULL WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 18 0.01 0.01 0 0 0 0 Execute 18 0.00 0.00 0 18 18 18 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 36 0.02 0.02 0 18 18 18 Misses in library cache during parse: 2 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 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=250 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 20 0.00 0.00 SQL*Net message from client 20 0.00 0.02 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: a6p18211jvt87 Plan Hash: 499323837 UPDATE INTERVENTI SET LIBERA_PROFESSIONE = NULL,AMBULATORIALE = '0', PRELIEVOORGANO = '0',ETA = '63 A',REGIME = NULL,NOSOLOGICOVALIDATO = '0', NOSOLOGICO = NULL,NUMEROSTORIACLINICA = NULL,NUMEROEPISODIOAMB = NULL, CARTELLACLINICA = NULL,REPARTODEGENZA = NULL,DATAINT = TO_DATE('2021-11-18', '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 = 96 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 4 16 4 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.03 0.03 0 4 16 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 INTERVENTI (cr=1 pr=0 pw=0 time=400 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=36 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 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 20 0.01 0.01 0 0 0 0 Execute 20 0.59 1.11 13 20 375 20 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 40 0.60 1.12 13 20 375 20 Misses in library cache during parse: 6 Misses in library cache during execute: 10 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 LOAD TABLE CONVENTIONAL (cr=1 pr=1 pw=0 time=14964 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net more data from client 21 0.00 0.00 gc current block 2-way 33 0.06 0.12 gc current grant 2-way 19 0.00 0.02 db file sequential read 13 0.01 0.08 SQL*Net message to client 23 0.00 0.00 SQL*Net message from client 23 0.12 0.25 gc current grant busy 7 0.00 0.00 SQL*Net break/reset to client 6 0.00 0.00 library cache lock 52 0.08 0.14 library cache pin 52 0.04 0.15 KJC: Wait for msg sends to complete 3 0.01 0.03 ******************************************************************************** SQL ID: cvd84qxzws35x Plan Hash: 0 insert into ACTIVITYLOG (MODULO, SUBMODULO, EVENTO, PROGSCHEDA, SIGLACREAZIONE, DATAORACREAZIONE, XML, COGNOME, COGNOME2, NOME, DATANASCITA, SESSO, DATASCHEDA, NOSOLOGICO, BLOCCO, REPARTO, SALETTA, SIGLA, NOMINATIVO, CODFISC, GRUPPO, PROGRESSIVO) values (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 59 0.01 0.01 0 0 0 0 Execute 59 1.16 1.96 77 10903 9807 59 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 118 1.18 1.98 77 10903 9807 59 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: 34 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=320 pr=2 pw=2 time=37531 us) 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 3 0.00 0.00 SQL*Net more data from client 188 0.00 0.00 gc current grant 2-way 98 0.08 0.39 db file sequential read 77 0.01 0.18 CSS initialization 4 0.02 0.04 CSS operation: action 4 0.00 0.01 CSS operation: query 12 0.00 0.00 SQL*Net message to client 60 0.00 0.00 SQL*Net message from client 60 0.06 0.23 direct path write 16 0.00 0.01 gc current grant busy 67 0.01 0.10 row cache lock 31 0.02 0.07 enq: FB - contention 1 0.00 0.00 gc current multi block request 1 0.00 0.00 gc cr block 2-way 12 0.00 0.01 gc current block 2-way 53 0.01 0.08 SQL*Net break/reset to client 2 0.00 0.00 enq: HW - contention 1 0.00 0.00 gc current grant congested 1 0.00 0.00 ******************************************************************************** SQL ID: 8qhfztnqmd2cp Plan Hash: 2750258314 update HIBERNATE_HILO set ACTIVITYLOG = :1 where ACTIVITYLOG = :2 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 59 0.01 0.01 0 0 0 0 Execute 59 0.08 0.08 0 118 59 59 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 118 0.10 0.10 0 118 59 59 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: 25 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE HIBERNATE_HILO (cr=2 pr=0 pw=0 time=399 us) 1 1 1 TABLE ACCESS FULL HIBERNATE_HILO (cr=2 pr=0 pw=0 time=163 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 61 0.00 0.00 SQL*Net message from client 61 0.04 0.09 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 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 8hrsc4kn4wdc2 Plan Hash: 1183906171 UPDATE UTENTICONNESSI SET USCITA = SYSDATE WHERE PROGRESSIVO = 1819 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 81 0.02 0.03 0 0 0 0 Execute 81 0.08 0.14 0 162 165 81 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 162 0.11 0.17 0 162 165 81 Misses in library cache during parse: 2 Optimizer mode: ALL_ROWS Parsing user id: 190 Number of plan statistics captured: 39 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE UTENTICONNESSI (cr=2 pr=0 pw=0 time=1380 us) 1 1 1 INDEX UNIQUE SCAN PK_UTENTICONNESSI (cr=2 pr=0 pw=0 time=57 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 ---------- ------------ gc current block 2-way 28 0.04 0.06 log file sync 80 0.13 0.32 SQL*Net message to client 82 0.00 0.00 SQL*Net message from client 82 30.04 163.77 Disk file operations I/O 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 gc current block congested 1 0.00 0.00 KJC: Wait for msg sends to complete 2 0.01 0.03 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: g3jjr37kwf8m7 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, 96, 96, 1, 'XX', TO_DATE('2021-11-18 15:39:00','YYYY-MM-DD HH24:MI:SS'), 93) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.15 0.19 0 0 0 0 Execute 1 0.00 0.01 4 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.16 0.21 4 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=4 pw=0 time=8120 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 db file sequential read 4 0.00 0.00 gc current grant 2-way 2 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.15 0.15 ******************************************************************************** SQL ID: 49jsh7vtdt6bw Plan Hash: 2842439740 DELETE FROM INTRAOP_MONITOR WHERE PROGRINTRAOP = 93 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.01 1 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 1 2 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 DELETE INTRAOP_MONITOR (cr=1 pr=0 pw=0 time=4912 us) 0 0 0 INDEX RANGE SCAN INTRAOP_MONITOR3 (cr=1 pr=0 pw=0 time=4868 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.00 0.00 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.04 0.04 row cache lock 3 0.00 0.00 ******************************************************************************** SQL ID: 9arqutx858pta Plan Hash: 698881089 DELETE FROM INTRAOP_UTENTI WHERE PROGRINTRAOP = 93 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.02 1 2 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.02 0.03 1 2 3 1 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 DELETE INTRAOP_UTENTI (cr=1 pr=0 pw=0 time=9030 us) 0 0 1 INDEX RANGE SCAN INTRAOP_UTENTI1 (cr=1 pr=0 pw=0 time=7427 us cost=1 size=20 card=1)(object id 4328182) 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 2 0.00 0.00 SQL*Net message from client 2 0.03 0.03 KJC: Wait for msg sends to complete 1 0.00 0.00 enq: TM - contention 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 gc current grant busy 1 0.00 0.00 ******************************************************************************** SQL ID: 39n1jvd6ud7cn Plan Hash: 0 INSERT INTO INTRAOP_UTENTI (PROGRINTRAOP,UTENTEABILITANTE,UTENTEABILITATO) VALUES (93,'XX','XX') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.01 0.03 4 5 19 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.04 4 5 19 2 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 LOAD TABLE CONVENTIONAL (cr=2 pr=2 pw=0 time=17353 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.01 gc current grant 2-way 1 0.00 0.00 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 KJC: Wait for msg sends to complete 1 0.00 0.00 row cache lock 5 0.00 0.00 gc current block 2-way 3 0.00 0.00 gc cr block 2-way 1 0.00 0.00 gc current grant busy 3 0.00 0.00 ******************************************************************************** SQL ID: 6b2xdukmw1ww3 Plan Hash: 1366998100 DELETE FROM INTRAOP_CATETERI WHERE PROGRINTRAOP = 93 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.02 0 0 0 0 Execute 2 0.00 0.02 1 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.02 0.04 1 2 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 DELETE INTRAOP_CATETERI (cr=1 pr=0 pw=0 time=11242 us) 0 0 0 INDEX RANGE SCAN INTRAOP_CATETERI3 (cr=1 pr=0 pw=0 time=11192 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.02 0.02 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 enq: TM - contention 1 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.01 0.03 ******************************************************************************** SQL ID: b5a2bmh9jvuvj Plan Hash: 1754034629 DELETE FROM INTRAOP_TECNICHE WHERE PROGRINTRAOP = 93 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.03 0.07 0 0 0 0 Execute 2 0.00 0.01 1 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.04 0.08 1 2 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 DELETE INTRAOP_TECNICHE (cr=1 pr=0 pw=0 time=5590 us) 0 0 0 INDEX RANGE SCAN INTRAOP_TECNICHE3 (cr=1 pr=0 pw=0 time=5528 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 ---------- ------------ gc cr grant 2-way 1 0.00 0.00 db file sequential read 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 enq: TM - contention 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 38a487cphqpfc Plan Hash: 0 INSERT INTO ANESTESIA (INTERVENTO,ATTO) VALUES (96,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 1 6 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.04 4 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=4 pw=0 time=42372 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 4 0.01 0.03 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: acxn3mq84v3vp Plan Hash: 2481745080 DELETE FROM INTRAOP_COMPLICANZE WHERE PROGRINTRAOP = 93 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.03 1 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.04 1 2 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 DELETE INTRAOP_COMPLICANZE (cr=1 pr=0 pw=0 time=15248 us) 0 0 0 INDEX RANGE SCAN INTRAOP_COMPLICANZE3 (cr=1 pr=0 pw=0 time=15198 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 2 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 message to client 2 0.00 0.00 SQL*Net message from client 2 0.18 0.29 ******************************************************************************** SQL ID: 3zn1bwahphtxr Plan Hash: 2777622666 DELETE FROM FARMA_VALUES WHERE IDEXT = 96 AND IDFARMACI IN (SELECT ID FROM FARMACI WHERE NOTIMELINE = 0) 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 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.02 0 2 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 DELETE FARMA_VALUES (cr=1 pr=0 pw=0 time=123 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=63 us cost=2 size=45 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=58 us cost=2 size=45 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_VALUES (cr=1 pr=0 pw=0 time=54 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN FARMA_VALUES3 (cr=1 pr=0 pw=0 time=49 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=1 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 3 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: 7wzcj3p71fbky Plan Hash: 2777622666 DELETE FROM FARMA_VALUES WHERE IDEXT = 96 AND IDFARMACI IN (SELECT ID FROM FARMACI WHERE NOTIMELINE = 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 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 2 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 DELETE FARMA_VALUES (cr=1 pr=0 pw=0 time=116 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=64 us cost=2 size=45 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=59 us cost=2 size=45 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_VALUES (cr=1 pr=0 pw=0 time=56 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN FARMA_VALUES3 (cr=1 pr=0 pw=0 time=50 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=1 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 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: bj00crt847hud Plan Hash: 1057232436 DELETE FROM INTRAOP_GRAFICITABELLARI WHERE IDEXT = 96 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 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 2 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 DELETE INTRAOP_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=66 us) 0 0 0 INDEX RANGE SCAN INTRAOP_GRAFICITABELLARI2 (cr=1 pr=0 pw=0 time=56 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 2 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: 3vaz1ypa3mru1 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 = 96 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 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 UPDATE INTRAOP_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=69 us) 0 0 0 INDEX RANGE SCAN INTRAOP_GRAFICITABELLARI2 (cr=1 pr=0 pw=0 time=58 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 2 0.00 0.00 SQL*Net message from client 2 0.02 0.02 ******************************************************************************** SQL ID: f0136qdphaa13 Plan Hash: 1607470415 DELETE FROM FARMA_GRAFICI WHERE IDEXT = 96 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.01 0 2 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 DELETE FARMA_GRAFICI (cr=1 pr=0 pw=0 time=100 us) 0 0 0 INDEX RANGE SCAN FARMA_GRAFICI3 (cr=1 pr=0 pw=0 time=50 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 row cache lock 1 0.00 0.00 enq: TM - contention 1 0.00 0.00 ******************************************************************************** SQL ID: bdx42cgb4b661 Plan Hash: 1614955936 DELETE FROM INTRAOP_OSTETRICIA WHERE PROGRINTRAOP = 93 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.02 1 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.03 1 2 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 DELETE INTRAOP_OSTETRICIA (cr=1 pr=0 pw=0 time=9337 us) 0 0 0 INDEX UNIQUE SCAN PK_INTRAOP_OSTETRICIA (cr=1 pr=0 pw=0 time=9326 us cost=1 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 row cache lock 5 0.00 0.00 enq: TM - contention 1 0.00 0.00 ******************************************************************************** SQL ID: 4zcqd27vthupj Plan Hash: 3091637417 DELETE FROM INTRAOP_DATIFIGLIO WHERE PROGRINTRAOP = 93 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.02 0 0 0 0 Execute 2 0.00 0.02 1 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.02 0.04 1 2 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 DELETE INTRAOP_DATIFIGLIO (cr=1 pr=0 pw=0 time=10002 us) 0 0 0 INDEX RANGE SCAN INTRAOP_DATIFIGLIO3 (cr=1 pr=0 pw=0 time=9950 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.01 0.01 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 enq: TM - contention 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: bahyqd4knwh8u Plan Hash: 0 INSERT INTO POSTOP_ANEST (PROGRLISTAOP,NOTERISVEGLIO,PROGRINTERVENTI, PROGRESSIVO) VALUES (0,NULL,96,93) 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 8 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.04 4 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=4 pw=0 time=33411 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.01 0.02 gc current grant 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 ******************************************************************************** SQL ID: dp54bk9ntnx5x Plan Hash: 3091702242 DELETE FROM POSTOP_PRESCRIZ WHERE PROGRPOSTOP = 93 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.01 1 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.02 1 2 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 DELETE POSTOP_PRESCRIZ (cr=1 pr=0 pw=0 time=8535 us) 0 0 0 INDEX UNIQUE SCAN PK_POSTOP_PRESCRIZ (cr=1 pr=0 pw=0 time=8524 us cost=1 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.01 0.01 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 enq: TM - contention 1 0.00 0.00 ******************************************************************************** SQL ID: dhn340a82k8us Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 93 AND IDTABELLA = 47 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.01 1 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.02 1 2 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 DELETE POSTOP_DATI (cr=1 pr=0 pw=0 time=5668 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=5608 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=5598 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 1t5gcxfws7cz6 Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 93 AND IDTABELLA = 48 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 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 DELETE POSTOP_DATI (cr=1 pr=0 pw=0 time=130 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=65 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=58 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 9hssba4suvus3 Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 93 AND IDTABELLA = 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 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 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 DELETE POSTOP_DATI (cr=1 pr=0 pw=0 time=116 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=68 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=60 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: bvym7gvkvsbsf Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 93 AND IDTABELLA = 18 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 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 DELETE POSTOP_DATI (cr=1 pr=0 pw=0 time=105 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=60 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=54 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 8rtnncf9ntpb3 Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 93 AND IDTABELLA = 50 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 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 DELETE POSTOP_DATI (cr=1 pr=0 pw=0 time=96 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=52 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=44 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: fxumt5zmggk83 Plan Hash: 1390207539 DELETE FROM POSTOP_PROTOCOLLI WHERE PROGRPOSTOP = 93 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.10 1 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.11 1 2 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 DELETE POSTOP_PROTOCOLLI (cr=1 pr=0 pw=0 time=51087 us) 0 0 0 INDEX RANGE SCAN POSTOP_PROTOCOLLI1 (cr=1 pr=0 pw=0 time=51077 us cost=1 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.03 0.03 db file sequential read 1 0.06 0.06 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.03 0.03 enq: TM - contention 1 0.00 0.00 ******************************************************************************** SQL ID: gucy4p5wd62u7 Plan Hash: 369232681 UPDATE POSTOP_ANEST SET Elastomero = '0' WHERE PROGRINTERVENTI = 96 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 2 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 2 2 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 UPDATE POSTOP_ANEST (cr=1 pr=0 pw=0 time=257 us) 1 1 1 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=72 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 3hw2874yzkca1 Plan Hash: 3315877487 UPDATE INTRAOP_ANEST SET SCADENZA = to_date('2021-11-22 15:39:33', 'yyyy-mm-dd hh24:mi:ss') , SCADENZACIA_CHI = '#YY#' WHERE Progressivo = 93 call 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=284 us) 1 1 1 INDEX UNIQUE SCAN PK_INTRAOP_ANEST (cr=1 pr=0 pw=0 time=63 us cost=1 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: 9zfny15xtu99b Plan Hash: 369232681 UPDATE POSTOP_ANEST SET PompaAnalg = '0' WHERE PROGRINTERVENTI = 96 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 2 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 2 2 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 UPDATE POSTOP_ANEST (cr=1 pr=0 pw=0 time=216 us) 1 1 1 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=48 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.01 ******************************************************************************** SQL ID: 4ybyha5ju3kfu Plan Hash: 3721364834 update (select rowid, NOTERISVEGLIO FROM POSTOP_ANEST WHERE PROGRESSIVO = 93 ) set NOTERISVEGLIO = :rowid0 WHERE ROWID = :rowid1 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: 2 Misses in library cache during execute: 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 UPDATE POSTOP_ANEST (cr=1 pr=0 pw=0 time=259 us) 1 1 1 TABLE ACCESS BY USER ROWID POSTOP_ANEST (cr=1 pr=0 pw=0 time=48 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: gdju0xndpcb9p Plan Hash: 499323837 UPDATE INTERVENTI SET ANESTESIA_SEM = '0' WHERE PROGRESSIVO = 96 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: 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 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=291 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=36 us cost=1 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.00 0.00 ******************************************************************************** SQL ID: f6u75y51bcq28 Plan Hash: 499323837 UPDATE INTERVENTI SET TEMPI_CHI = 'XX',TEMPI_QUANDO = to_date('2021-11-18 15:39:41','yyyy-mm-dd hh24:mi:ss'),TEMPI_SEM = '1' WHERE PROGRESSIVO = 96 call 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=1800 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=21 us cost=1 size=32 card=1)(object id 4328375) 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.04 0.04 ******************************************************************************** SQL ID: 78cxxq56dac5f Plan Hash: 2388153138 DELETE FROM TEMPIICD WHERE INTERVENTO = 96 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 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 4 1 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 DELETE TEMPIICD (cr=1 pr=0 pw=0 time=208 us) 0 0 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=50 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 6sprcmg0f5phm Plan Hash: 960338009 DELETE FROM TEMPIINTERVENTI WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.01 0.01 0 4 33 8 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.02 0.03 0 4 33 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=8114 us) 0 4 8 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=80 us cost=1 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 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc current grant busy 4 0.00 0.00 gc current block 2-way 7 0.00 0.00 ******************************************************************************** SQL ID: afbyyc4qws9rp Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (96,null,1,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.02 0.07 7 5 24 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.02 0.08 7 5 24 2 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 LOAD TABLE CONVENTIONAL (cr=2 pr=4 pw=0 time=39738 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ db file sequential read 7 0.02 0.05 gc current grant 2-way 5 0.00 0.00 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 3 0.00 0.00 gc cr block 2-way 1 0.00 0.00 gc current grant busy 2 0.00 0.00 ******************************************************************************** SQL ID: 7gg4h7y9uqrxy Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (96,to_date('2021-11-18 09:00:00','yyyy-MM-dd hh24:mi:ss'),3,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.05 1 2 24 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.06 1 2 24 2 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 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=29524 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant 2-way 2 0.00 0.00 db file sequential read 1 0.05 0.05 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: 3c1ggr7x299y7 Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (96,null,4,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 20 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 20 2 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 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 89gcq6nsmdvs2 Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (96,to_date('2021-11-18 09:30:00','yyyy-MM-dd hh24:mi:ss'),6,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 24 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 24 2 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 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=494 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: 9jw01d3ar1s1r Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (96,to_date('2021-11-18 10:00:00','yyyy-MM-dd hh24:mi:ss'),7,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 24 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 24 2 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 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=428 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: 4b15r9s1c9kzd Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (96,null,8,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 1 2 20 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 1 2 20 2 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 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=2524 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 5fswjmb6t57hp Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (96,to_date('2021-11-18 11:00:00','yyyy-MM-dd hh24:mi:ss'),9,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 24 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 24 2 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 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: d4usygjz2cptn Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (96,null,10,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 20 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 20 2 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 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=398 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: aypt88cwbtju1 Plan Hash: 788056787 UPDATE TEMPIINTERVENTI SET PRIMOULTIMO = 'I' WHERE INTERVENTO = 96 AND PROGRTEMPO = 3 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.01 1 4 6 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 1 4 6 2 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 UPDATE TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=5110 us) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=75 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 grant 2-way 2 0.00 0.00 db file sequential read 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: 4h0yrpqdzucmv Plan Hash: 788056787 UPDATE TEMPIINTERVENTI SET PRIMOULTIMO = 'F' WHERE INTERVENTO = 96 AND PROGRTEMPO = 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 4 6 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 4 6 2 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 UPDATE TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=376 us) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=65 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 4 0.00 0.00 SQL*Net message from client 4 0.00 0.01 SQL*Net break/reset to client 4 0.00 0.00 ******************************************************************************** SQL ID: 87fpgb592b2mc Plan Hash: 2306072036 UPDATE RECROOM SET ENTRATA = (SELECT TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 96 AND PROGRTEMPO IN (SELECT TPAZOUT FROM AVELCO)) WHERE INTERVENTO = 96 AND ENTRATA IS NULL 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 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 2 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 UPDATE RECROOM (cr=1 pr=0 pw=0 time=68 us) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=1 pr=0 pw=0 time=58 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=1 pr=0 pw=0 time=51 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=5 size=24 card=1) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=0 us cost=5 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=1 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.01 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: 6wzt8ss26q9fm Plan Hash: 2067956132 DELETE FROM DIL_DATI WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.02 0 0 0 0 Execute 2 0.00 0.00 0 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.02 0.03 0 2 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 DELETE DIL_DATI (cr=1 pr=0 pw=0 time=124 us) 0 0 0 TABLE ACCESS FULL DIL_DATI (cr=1 pr=0 pw=0 time=115 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.05 0.05 enq: TM - contention 2 0.00 0.00 ******************************************************************************** SQL ID: abghagn6cmqmx Plan Hash: 499323837 UPDATE INTERVENTI SET TEMPI_SEM = '0' WHERE PROGRESSIVO = 96 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 5 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 2 5 2 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 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=1122 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=32 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00 SQL*Net break/reset to client 8 0.00 0.00 gc current grant busy 1 0.00 0.00 ******************************************************************************** SQL ID: 1j2cuhkts1cs9 Plan Hash: 499323837 UPDATE INTERVENTI SET EQUIPE_CHI = 'XX',EQUIPE_QUANDO = to_date('2021-11-18 15:39:59','yyyy-mm-dd hh24:mi:ss'),EQUIPE_SEM = '1' WHERE PROGRESSIVO = 96 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 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.01 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=2554 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=130 us cost=1 size=32 card=1)(object id 4328375) 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 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: 8zkyjtj4qkbxa Plan Hash: 4042878930 UPDATE LISTAATTESARICOVERI SET NOTE = :B2 WHERE NUMERO = :B1 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 Misses in library cache during execute: 1 Optimizer mode: ALL_ROWS Parsing user id: 190 (recursive depth: 1) Number of plan statistics captured: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE LISTAATTESARICOVERI (cr=2 pr=0 pw=0 time=153 us) 1 1 1 INDEX UNIQUE SCAN LISTAATTESARICOVERI1 (cr=2 pr=0 pw=0 time=68 us cost=1 size=7 card=1)(object id 4328336) ******************************************************************************** SQL ID: 4ma8s2k433gqd Plan Hash: 459529811 update (select rowid, NOTE FROM INTRAOP_ANEST WHERE PROGRESSIVO = 93 ) set NOTE = :rowid0 WHERE ROWID = :rowid1 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: 2 Misses in library cache during execute: 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 UPDATE INTRAOP_ANEST (cr=1 pr=0 pw=0 time=250 us) 1 1 1 TABLE ACCESS BY USER ROWID INTRAOP_ANEST (cr=1 pr=0 pw=0 time=44 us cost=1 size=56 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: abvdsz4wgry03 Plan Hash: 0 INSERT INTO POLLING (TABELLA,CHIAVE,VALORE,ISTANTE,MACCHINA) VALUES ('INTERVENTI','PROGRESSIVO',96,(SYSDATE+(60/86400)),'172.18.59.237') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 35 0.01 0.01 0 0 0 0 Execute 35 0.05 0.18 8 35 242 35 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 70 0.06 0.19 8 35 242 35 Misses in library cache during parse: 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 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=4009 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant 2-way 3 0.00 0.00 db file sequential read 8 0.01 0.03 log file sync 35 0.01 0.09 SQL*Net message to client 38 0.00 0.00 SQL*Net message from client 38 0.18 0.33 gc current block 2-way 13 0.07 0.08 gc current grant busy 6 0.00 0.00 SQL*Net break/reset to client 6 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: 8pfgzng3zu964 Plan Hash: 734943673 DELETE POLLING WHERE TABELLA = 'INTERVENTI' AND CHIAVE = 'PROGRESSIVO' AND VALORE = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 28 0.03 0.04 0 0 0 0 Execute 28 0.05 0.09 1 30 123 26 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 56 0.08 0.13 1 30 123 26 Misses in library cache during parse: 2 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 DELETE POLLING (cr=1 pr=0 pw=0 time=4348 us) 1 1 1 INDEX SKIP SCAN POLLING1 (cr=1 pr=0 pw=0 time=1539 us cost=1 size=26 card=1)(object id 4328704) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ log file sync 26 0.01 0.06 SQL*Net message to client 28 0.00 0.00 SQL*Net message from client 28 0.31 0.61 gc cr block 2-way 7 0.00 0.00 gc current block 2-way 14 0.00 0.02 gc current grant busy 6 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 db file sequential read 1 0.01 0.01 latch free 1 0.00 0.00 Disk file operations I/O 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: faxz7saayfmq5 Plan Hash: 3254839537 DELETE FROM ALTRESCOPIE WHERE INTERVENTO = 96 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.01 0.01 0 8 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 DELETE ALTRESCOPIE (cr=1 pr=0 pw=0 time=100 us) 0 0 0 TABLE ACCESS FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=92 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 latch free 1 0.00 0.00 ******************************************************************************** SQL ID: f8bkrwpuumu0k Plan Hash: 163990605 UPDATE INTEQUIPE SET PRESENZASCOPIA = '0', DISTANZASCOPIA = null, TEMPOSCOPIA = 0 WHERE PROGRINTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.01 0.01 0 0 0 0 Execute 8 0.01 0.03 0 16 21 14 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.02 0.05 0 16 21 14 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 UPDATE INTEQUIPE (cr=2 pr=0 pw=0 time=2366 us) 2 2 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=539 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.01 gc current grant busy 2 0.00 0.00 gc cr block 2-way 1 0.00 0.00 gc current block 2-way 3 0.00 0.00 enq: TM - contention 1 0.01 0.01 ******************************************************************************** SQL ID: gbcbshrk38g6v Plan Hash: 2832457903 UPDATE ALTRIDATI SET uoanestesia = null,drenaggi = null,drenagginumero = null,letto = null,perditeematiche = null,laccio = null,minutilaccio = null, millilitrisng = null,segmento = null,ammdiag = null,accesso = null,posiz = 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,brillanza = null,confermasterilita = null,conteggiostruminiz = null,confermastrumfin = null,valutazione = null, sterilizzazione = null,conteggioaghi = null,firmainfermieresala = null, ceceffettuata = null,radiograf = null,contagarze = null, scopiagrafianoneffettuata = '0',scopiamezzocontrasto = null, scopiamezzocontrastoquantita = null,grafiamezzocontrasto = null, grafiamezzocontrastoquantita = null,accessovenoso = null,catetere_posizione = null,catetere_tipo = null,diuresiiniziale = null,diuresifinale = null, elettrodoneutrosede = null,catetere = null,piastraneutra = null,protesi = null,orarioesecuzionebrillanza = null,grafiaunita = '0',seduta = null, unitabrillanza = 'S',NOTE = null WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 6 0.00 0.00 0 0 0 0 Execute 6 0.00 0.01 0 6 18 6 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 12 0.01 0.02 0 6 18 6 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 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=1567 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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 6 0.00 0.00 SQL*Net message from client 6 0.01 0.06 gc current grant busy 4 0.00 0.00 ******************************************************************************** SQL ID: 6bcr9cvycz7q5 Plan Hash: 718217191 DELETE FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = 96 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.01 0.01 0 8 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 DELETE INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=94 us) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=49 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 enq: TM - contention 1 0.00 0.00 ******************************************************************************** SQL ID: f1ahfpkf34urq Plan Hash: 1851274751 DELETE FROM ALTREGRAFIE WHERE INTERVENTO = 96 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.01 0.01 0 8 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 DELETE ALTREGRAFIE (cr=1 pr=0 pw=0 time=57 us) 0 0 0 INDEX RANGE SCAN PK_ALTREGRAFIE (cr=1 pr=0 pw=0 time=49 us cost=1 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 11 0.00 0.00 SQL*Net message from client 11 0.00 0.01 SQL*Net break/reset to client 6 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 enq: TM - contention 1 0.00 0.00 ******************************************************************************** SQL ID: dhw16x13frdkv Plan Hash: 960495090 DELETE FROM POSIZIONIMULTIPLE WHERE INTERVENTO = 96 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.01 0.01 0 8 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 DELETE POSIZIONIMULTIPLE (cr=1 pr=0 pw=0 time=56 us) 0 0 0 INDEX RANGE SCAN POSIZIONIMULTIPLE1 (cr=1 pr=0 pw=0 time=47 us cost=1 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 ******************************************************************************** SQL ID: 3pxd12xzahzk5 Plan Hash: 3061595985 DELETE FROM SANGUEINTERVENTI WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.01 0.01 0 8 22 7 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.02 0.02 0 8 22 7 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 DELETE SANGUEINTERVENTI (cr=1 pr=0 pw=0 time=2003 us) 1 1 1 INDEX UNIQUE SCAN SANGUEINTERVENTI1 (cr=1 pr=0 pw=0 time=483 us cost=1 size=3 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 9 0.00 0.00 SQL*Net message from client 9 0.00 0.00 enq: TM - contention 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 gc cr block 2-way 2 0.00 0.00 gc current block 2-way 5 0.00 0.00 gc current grant busy 2 0.00 0.00 ******************************************************************************** SQL ID: f5r07bhuuay27 Plan Hash: 0 INSERT INTO SANGUEINTERVENTI (INTERVENTO,FLACONI,TRASFUSIONI,EMODERIVATI, EMATICO,PREDEPOSITO,FLACONICHK) VALUES (96,null,null,0,null,0,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.01 0.07 5 17 51 8 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.02 0.07 5 17 51 8 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 LOAD TABLE CONVENTIONAL (cr=2 pr=1 pw=0 time=8763 us) 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 db file sequential read 5 0.01 0.04 gc current grant 2-way 2 0.00 0.00 KJC: Wait for msg sends to complete 2 0.00 0.00 gc cr block 2-way 5 0.00 0.00 gc current block 2-way 5 0.00 0.00 gc current grant busy 1 0.00 0.00 ******************************************************************************** SQL ID: f3g6bc7jjabwm Plan Hash: 1555757685 DELETE FROM ORIGINI WHERE INTERVENTO = 96 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 8 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.01 0.01 0 8 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 DELETE ORIGINI (cr=1 pr=0 pw=0 time=92 us) 0 0 0 TABLE ACCESS FULL ORIGINI (cr=1 pr=0 pw=0 time=84 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 9 0.00 0.00 SQL*Net message from client 9 0.00 0.00 enq: TM - contention 1 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: 3fbzhk7qtmrma Plan Hash: 953135584 DELETE FROM EMODERIVATI WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.00 0.00 0 0 0 0 Execute 8 0.00 0.02 0 8 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 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: 8 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE EMODERIVATI (cr=1 pr=0 pw=0 time=95 us) 0 0 0 TABLE ACCESS FULL EMODERIVATI (cr=1 pr=0 pw=0 time=87 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 enq: TM - contention 1 0.01 0.01 ******************************************************************************** SQL ID: 29wuwv4qqk282 Plan Hash: 1075310950 DELETE FROM INTERVENTI_RECUPEROEMATICO WHERE INTERVENTO = 96 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.01 0.01 0 8 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 DELETE INTERVENTI_RECUPEROEMATICO (cr=1 pr=0 pw=0 time=95 us) 0 0 0 INDEX RANGE SCAN INTERVENTI_RECUPEROEMATICO2 (cr=1 pr=0 pw=0 time=50 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 enq: TM - contention 1 0.00 0.00 ******************************************************************************** SQL ID: 3pd0t6hgbfx8w Plan Hash: 1624403105 UPDATE PAZIENTI SET SANGUE = 0, RH = 0,SIGLAPAZINS = 'XX' ,DATAORAPAZINS = sysdate WHERE PROGRESSIVO = 2651 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 8 0.01 0.01 0 0 0 0 Execute 8 0.00 0.01 0 16 16 8 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.02 0.02 0 16 16 8 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 UPDATE PAZIENTI (cr=2 pr=0 pw=0 time=1459 us) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=46 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 gc current grant busy 3 0.00 0.00 gc current grant 2-way 3 0.00 0.00 ******************************************************************************** SQL ID: a6j9tb4uth9mt Plan Hash: 2832457903 UPDATE ALTRIDATI SET CONTAMINATO = null WHERE INTERVENTO = 96 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 8 8 8 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.01 0.01 0 8 8 8 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 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=219 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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 8 0.00 0.00 SQL*Net message from client 8 0.00 0.00 ******************************************************************************** SQL ID: 8pf3thx4khnsj Plan Hash: 499323837 UPDATE Interventi SET CONVANESTESIA = '1',CONVANESTESIA_CHI = 'XX', CONVANESTESIA_QUANDO = SYSDATE WHERE Progressivo = 96 call 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=378 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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: 9j31msyx2kj7y Plan Hash: 51540892 DELETE FROM INTEQUIPESCOPIE WHERE PROGINTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 10 0.02 0.03 0 0 0 0 Execute 10 0.00 0.03 1 10 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 20 0.03 0.07 1 10 0 0 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE INTEQUIPESCOPIE (cr=1 pr=0 pw=0 time=1792 us) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE2 (cr=1 pr=0 pw=0 time=1736 us cost=1 size=65 card=1)(object id 4328451) 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.01 0.01 KJC: Wait for msg sends to complete 1 0.01 0.01 enq: TM - contention 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 2atd9pasy6kct Plan Hash: 499323837 UPDATE Interventi SET CONVINFERMIERI = '1',CONVINFERMIERI_CHI = 'XX', CONVINFERMIERI_QUANDO = SYSDATE WHERE Progressivo = 96 call 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=2068 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=58 us cost=1 size=32 card=1)(object id 4328375) 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: 2amv3kfhmvdqg Plan Hash: 499323837 UPDATE INTERVENTI SET GENERALE_CHI = 'XX',GENERALE_QUANDO = to_date('2021-11-18 15:42:01','yyyy-mm-dd hh24:mi:ss'),GENERALE_SEM = '1' WHERE PROGRESSIVO = 96 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 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.01 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=370 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=47 us cost=1 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: 03wtgzdq3wqvx Plan Hash: 499323837 UPDATE INTERVENTI SET ALTRI_CHI = 'XX',ALTRI_QUANDO = to_date('2021-11-18 15:43:20','yyyy-mm-dd hh24:mi:ss'),ALTRI_SEM = '1' WHERE PROGRESSIVO = 96 call 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=1980 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=37 us cost=1 size=32 card=1)(object id 4328375) 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 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: ckycaf68rg60s Plan Hash: 499323837 UPDATE INTERVENTI SET IMPIANTI_SEM = '0' WHERE PROGRESSIVO = 96 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=1249 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=48 us cost=1 size=6 card=1)(object id 4328375) 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 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 8 0.00 0.00 ******************************************************************************** SQL ID: fkkqr2tuygayk Plan Hash: 2832457903 UPDATE ALTRIDATI SET UNITAMISURADAP = NULL, DAPSTANDARD = NULL WHERE INTERVENTO = 97 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 12 12 12 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 24 0.01 0.01 0 12 12 12 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=248 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=34 us cost=1 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 12 0.00 0.00 SQL*Net message from client 12 0.00 0.01 ******************************************************************************** SQL ID: 14qpwzfqax6np Plan Hash: 499323837 UPDATE INTERVENTI SET REPARTO = '14',REPARTODEGENZA = NULL,SALETTA = '10', CARTELLACLINICA = NULL,NOSOLOGICO = NULL,LIBERA_PROFESSIONE = NULL,REGIME = NULL,NONOPERATO = '0' WHERE PROGRESSIVO = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 5 0.01 0.01 0 0 0 0 Execute 5 0.00 0.01 0 5 20 5 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 10 0.02 0.02 0 5 20 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=2241 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=32 us cost=1 size=117 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant busy 4 0.00 0.00 SQL*Net message to client 5 0.00 0.00 SQL*Net message from client 5 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 28k7xw0raqwy4 Plan Hash: 499323837 UPDATE INTERVENTI SET LIBERA_PROFESSIONE = NULL,AMBULATORIALE = '0', PRELIEVOORGANO = '0',ETA = '20 A',REGIME = NULL,NOSOLOGICOVALIDATO = '0', NOSOLOGICO = NULL,NUMEROSTORIACLINICA = NULL,NUMEROEPISODIOAMB = NULL, CARTELLACLINICA = NULL,REPARTODEGENZA = NULL,DATAINT = TO_DATE('2021-11-18', '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 = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.34 0 5 17 4 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.01 0.35 0 5 17 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=87082 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=32 us cost=1 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 gc current block 2-way 1 0.00 0.00 gc cr block 2-way 1 0.00 0.00 enq: TX - row lock contention 1 0.33 0.33 gc current block congested 1 0.00 0.00 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 row cache lock 7 0.00 0.01 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 1kns4rfv3kxdq Plan Hash: 499323837 UPDATE Interventi SET CONVINFERMIERI = '1',CONVINFERMIERI_CHI = 'XX', CONVINFERMIERI_QUANDO = SYSDATE WHERE Progressivo = 97 call 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=362 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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: fxzj2kvqrxs78 Plan Hash: 734943673 DELETE POLLING WHERE TABELLA = 'INTERVENTI' AND CHIAVE = 'PROGRESSIVO' AND VALORE = 97 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 16 0.01 0.01 0 0 0 0 Execute 16 0.05 0.15 0 16 64 15 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 32 0.06 0.16 0 16 64 15 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POLLING (cr=1 pr=0 pw=0 time=14606 us) 1 1 1 INDEX SKIP SCAN POLLING1 (cr=1 pr=0 pw=0 time=2025 us cost=1 size=26 card=1)(object id 4328704) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr block 2-way 11 0.00 0.01 gc current block 2-way 23 0.04 0.08 gc current grant busy 10 0.00 0.01 log file sync 15 0.00 0.02 SQL*Net message to client 18 0.00 0.00 SQL*Net message from client 18 0.02 0.05 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 1 0.00 0.00 ******************************************************************************** SQL ID: cnrpc5tqd38bw Plan Hash: 0 INSERT INTO POLLING (TABELLA,CHIAVE,VALORE,ISTANTE,MACCHINA) VALUES ('INTERVENTI','PROGRESSIVO',97,(SYSDATE+(60/86400)),'172.18.59.237') call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 22 0.01 0.01 0 0 0 0 Execute 22 0.03 0.05 0 22 155 22 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 44 0.04 0.06 0 22 155 22 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=2932 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 16 0.00 0.01 gc current grant busy 4 0.00 0.00 log file sync 22 0.29 0.35 SQL*Net message to client 24 0.00 0.00 SQL*Net message from client 24 0.02 0.05 SQL*Net break/reset to client 4 0.00 0.00 SQL*Net more data from client 2 0.00 0.00 latch free 1 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 ******************************************************************************** SQL ID: 11zd0kszg05zw Plan Hash: 2832457903 UPDATE ALTRIDATI SET terapiaantitrombcalze = null, terapiaantitrombcalzeapplic = null, terapiaantitrombcalzeapplicsal = null where intervento = 97 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 9 4 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.00 0.00 0 4 9 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=378 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 4 0.00 0.00 SQL*Net message to client 4 0.00 0.00 SQL*Net message from client 4 0.08 0.25 ******************************************************************************** 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 25 0.00 0.00 0 0 0 0 Execute 25 0.57 0.84 13 50 100 25 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 50 0.58 0.85 13 50 100 25 Misses in library cache during parse: 2 Misses in library cache during execute: 4 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 UPDATE PAZIENTI (cr=2 pr=1 pw=0 time=16323 us) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=1 pw=0 time=11469 us cost=1 size=128 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 25 0.00 0.00 db file sequential read 13 0.01 0.11 gc current grant busy 16 0.04 0.06 SQL*Net message to client 25 0.00 0.00 SQL*Net message from client 25 0.10 0.15 gc current block 2-way 5 0.00 0.00 gc cr grant 2-way 5 0.06 0.08 gc current grant 2-way 3 0.00 0.00 ******************************************************************************** SQL ID: 0qns7csqhw94a Plan Hash: 51540892 DELETE FROM INTEQUIPESCOPIE WHERE PROGINTERVENTO = 97 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.00 0.00 0 4 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 DELETE INTEQUIPESCOPIE (cr=1 pr=0 pw=0 time=105 us) 0 0 0 INDEX RANGE SCAN INTEQUIPESCOPIE2 (cr=1 pr=0 pw=0 time=52 us cost=1 size=65 card=1)(object id 4328451) 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: c07cnqdu6m775 Plan Hash: 3254839537 DELETE FROM ALTRESCOPIE WHERE INTERVENTO = 97 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 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 DELETE ALTRESCOPIE (cr=1 pr=0 pw=0 time=78 us) 0 0 0 TABLE ACCESS FULL ALTRESCOPIE (cr=1 pr=0 pw=0 time=71 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 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: 6vjhp7169w67f Plan Hash: 163990605 UPDATE INTEQUIPE SET PRESENZASCOPIA = '0', DISTANZASCOPIA = null, TEMPOSCOPIA = 0 WHERE PROGRINTERVENTO = 97 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 6 6 4 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 6 6 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTEQUIPE (cr=2 pr=0 pw=0 time=1338 us) 2 1 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=543 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 ---------- ------------ gc cr block 2-way 1 0.00 0.00 gc current block 2-way 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 ID: ay4u3ct1zf9wp Plan Hash: 2832457903 UPDATE ALTRIDATI SET uoanestesia = null,drenaggi = null,drenagginumero = null,letto = null,perditeematiche = null,laccio = null,minutilaccio = null, millilitrisng = null,segmento = null,ammdiag = null,accesso = null,posiz = 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,brillanza = null,confermasterilita = null,conteggiostruminiz = null,confermastrumfin = null,valutazione = null, sterilizzazione = null,conteggioaghi = null,firmainfermieresala = null, ceceffettuata = null,radiograf = null,contagarze = null, scopiagrafianoneffettuata = '0',scopiamezzocontrasto = null, scopiamezzocontrastoquantita = null,grafiamezzocontrasto = null, grafiamezzocontrastoquantita = null,accessovenoso = null,catetere_posizione = null,catetere_tipo = null,diuresiiniziale = null,diuresifinale = null, elettrodoneutrosede = null,catetere = null,piastraneutra = null,protesi = null,orarioesecuzionebrillanza = null,grafiaunita = '0',seduta = null, unitabrillanza = 'S',NOTE = null WHERE INTERVENTO = 97 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 2 6 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.02 0 2 6 2 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 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=2266 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=32 us cost=1 size=43 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant busy 2 0.00 0.00 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.01 ******************************************************************************** SQL ID: 0fyy6y5w71sak Plan Hash: 718217191 DELETE FROM INTERVENTISETFERRI WHERE PROGRESSIVOINTERVENTO = 97 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 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 DELETE INTERVENTISETFERRI (cr=1 pr=0 pw=0 time=91 us) 0 0 0 INDEX RANGE SCAN INTERVENTISETFERRI2 (cr=1 pr=0 pw=0 time=46 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 3 0.00 0.00 SQL*Net message from client 3 0.04 0.05 ******************************************************************************** SQL ID: cqbzsu2d4kvg8 Plan Hash: 1851274751 DELETE FROM ALTREGRAFIE WHERE INTERVENTO = 97 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 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 DELETE ALTREGRAFIE (cr=1 pr=0 pw=0 time=52 us) 0 0 0 INDEX RANGE SCAN PK_ALTREGRAFIE (cr=1 pr=0 pw=0 time=45 us cost=1 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 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: dp2yr7k43stxx Plan Hash: 960495090 DELETE FROM POSIZIONIMULTIPLE WHERE INTERVENTO = 97 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 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 DELETE POSIZIONIMULTIPLE (cr=1 pr=0 pw=0 time=35 us) 0 0 0 INDEX RANGE SCAN POSIZIONIMULTIPLE1 (cr=1 pr=0 pw=0 time=31 us cost=1 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 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: 16nqkmg3ksd0m Plan Hash: 3061595985 DELETE FROM SANGUEINTERVENTI WHERE INTERVENTO = 97 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 6 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 6 2 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 DELETE SANGUEINTERVENTI (cr=1 pr=0 pw=0 time=174 us) 1 1 1 INDEX UNIQUE SCAN SANGUEINTERVENTI1 (cr=1 pr=0 pw=0 time=26 us cost=1 size=3 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 ******************************************************************************** SQL ID: acd6adrt5afpb Plan Hash: 0 INSERT INTO SANGUEINTERVENTI (INTERVENTO,FLACONI,TRASFUSIONI,EMODERIVATI, EMATICO,PREDEPOSITO,FLACONICHK) VALUES (97,null,null,0,null,0,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 3 18 3 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 18 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=346 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: 42b3vr323u9xx Plan Hash: 1555757685 DELETE FROM ORIGINI WHERE INTERVENTO = 97 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 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 DELETE ORIGINI (cr=1 pr=0 pw=0 time=83 us) 0 0 0 TABLE ACCESS FULL ORIGINI (cr=1 pr=0 pw=0 time=75 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 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: daqf2vwqtvusa Plan Hash: 953135584 DELETE FROM EMODERIVATI WHERE INTERVENTO = 97 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 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 DELETE EMODERIVATI (cr=1 pr=0 pw=0 time=67 us) 0 0 0 TABLE ACCESS FULL EMODERIVATI (cr=1 pr=0 pw=0 time=60 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 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: 7akardpyvtxk8 Plan Hash: 1075310950 DELETE FROM INTERVENTI_RECUPEROEMATICO WHERE INTERVENTO = 97 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 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 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 DELETE INTERVENTI_RECUPEROEMATICO (cr=1 pr=0 pw=0 time=89 us) 0 0 0 INDEX RANGE SCAN INTERVENTI_RECUPEROEMATICO2 (cr=1 pr=0 pw=0 time=46 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 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: 3z7u7fggjvujx Plan Hash: 2832457903 UPDATE ALTRIDATI SET CONTAMINATO = null WHERE INTERVENTO = 97 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 3 3 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 3 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 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=278 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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 3 0.00 0.00 SQL*Net message from client 3 0.00 0.00 ******************************************************************************** SQL ID: 481j5yyx4ywc1 Plan Hash: 1624403105 UPDATE PAZIENTI SET SANGUE = 0, RH = 0,SIGLAPAZINS = 'XX' ,DATAORAPAZINS = sysdate WHERE PROGRESSIVO = 59611 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 6 6 3 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.01 0 6 6 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 UPDATE PAZIENTI (cr=2 pr=0 pw=0 time=1827 us) 1 1 1 INDEX UNIQUE SCAN PAZIENTI1 (cr=2 pr=0 pw=0 time=39 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 ---------- ------------ gc current grant busy 3 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 ID: czqz128b0643q Plan Hash: 499323837 UPDATE Interventi SET CONVCHIRURGIA = '1',CONVCHIRURGIA_CHI = 'XX', CONVCHIRURGIA_QUANDO = SYSDATE WHERE Progressivo = 97 call 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=2022 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 size=32 card=1)(object id 4328375) 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: cpwrt4n47x3tg Plan Hash: 0 insert into LISTAATTESA (PROGREPARTO, DATAPRENOT, ORAPRENOT, CODPAZIENTE, PREVISIONE, DIAGNOSI, AUTORIZZATO, DATAACCPREOP, DATASCADACC, DATAINT, LATERALITA, SALETTA, PRIORITA, EQUIPE, ETA, REPARTO, SOLVENTE, RX, ACCPREOP, DATARIC, ORARIC, STATO, STATODATAOFFERTA, STATODATATRASFERIMENTO, SIGLA, DATAORAINS, MEDICOPROPONENTE, LIBERA_PROFESSIONE, REGIME, TIPORICOVERO, ACARICO, PREDEPOSITO, ALLERGICO, BLOCCO, NOSOLOGICO, NOSOLOGICOVALIDATO, IDPERSONALE, CCOSTO, OPTMATERIALE, MATERIALE, INDAGINIDIAGNATTREZ, INDAGINIDIAGNOSTICHE, MOTIVOSOSPENSIONE, PERIODORICOVERO, ASSEGNATO, DATAPERIODOIN, DATAPERIODOFIN, IDACCESSO, LA_CHIAVEESTERNA, SIGLAMOD, DATAORAMOD, FONTEESTERNA, NOTEDIAGNOSI, NOTETIPOINTERVENTO, GRUPPOLISTAATTESA, DATAPRESCRIZIONE, RICHIESTAVISITAANEST, PROGLAVISITACHIRURGICA, DATALAVISITACHIRURGICA, REPARTODEGENZA, DATAVISITAANESTPROPOSTA, ORAVISITAANESTPROPOSTA, DURATA, PREOSPEDALIZZAZIONETERMINATA, IDPERCORSO, DATAINTPREVISTO, VALUTAZIONE, MINIINVASIVA, TIPOMINIINVASIVA, CODICEIMPEGNATIVA_PRE, CODICEIMPEGNATIVA_POST, RICHIESTARX, TERAPIAANTIBIOTICA, NOTETERAPIAANTIBIOTICA, TERAPIAANTITROMBOTICA, TERAPIAANTITROMBCALZE, NOTETERAPIAANTITROMBOTICA, POSITIVO, DESTINAZIONE, SOSPESO, DATARIVALUTAZIONE, ORARIVALUTAZIONE, MOTIVORIVALUTAZIONE, REGIMEVISITA, ESITORIVALUTAZIONE, TIPOANESTESIA, MOTIVOAGGIORNALA, RIVALUTATO_QUALE, DATACAMBIOREPARTO, UTENTECAMBIOREPARTO, REPARTOALLETTAGGIO, VISITAANESTESEGUITA, NOTEANAMNESI, NOTEESAMEOBIETTIVO, NOTETERAPIEINATTO, NOTEPRESCRIZIONIPREOP, NOTEANAMNESIPROSSIMA, NUMEROEPISODIOAMB, RIFIUTOTRASFALTRASEDE, STRUTTURAPROVENIENZA, STRUTTURADESTINAZIONE, GIORNIPRERICOVERO, GIORNIPOSTRICOVERO, TIPOSOLVENZA, TIPOLISTAATTESA, GARANZIA, NUMEROSTORIACLINICA, TELEFONORIFERIMENTOEPISODIO, BRILLANZA, TERAPIAINTENSIVAPOSTOP, NOTEALLERGIE, RICHIESTAESAMIINTRAOP, NUMERO) 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, :55, :56, :57, :58, :59, :60, :61, :62, :63, :64, :65, :66, :67, :68, :69, :70, :71, :72, :73, :74, :75, :76, :77, :78, :79, :80, :81, :82, :83, :84, :85, :86, :87, :88, :89, :90, :91, :92, :93, :94, :95, :96, :97, :98, :99, :100, :101, :102, :103, :104, :105, :106, :107, :108, :109, :110, :111, :112, :113) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.20 0.38 2 2 56 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.20 0.39 2 2 56 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 LOAD TABLE CONVENTIONAL (cr=4 pr=1 pw=0 time=93979 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 3 0.11 0.11 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.10 0.15 library cache lock 8 0.00 0.01 library cache pin 8 0.00 0.01 row cache lock 2 0.00 0.00 KJC: Wait for msg sends to complete 1 0.00 0.00 enq: TM - contention 5 0.00 0.00 db file sequential read 2 0.01 0.01 gc current grant 2-way 5 0.02 0.03 gc current grant busy 1 0.00 0.00 ******************************************************************************** SQL ID: 9w4r5fhtn7atc Plan Hash: 2335991257 UPDATE listaattesa SET NOTE = NULL WHERE NUMERO = 941 call 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 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 3 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 UPDATE LISTAATTESA (cr=3 pr=0 pw=0 time=662 us) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=128 us cost=1 size=227 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=88 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 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: b1vmmnmpddk6r Plan Hash: 0 INSERT INTO LISTAATTESAPRIORITA (PROGRESSIVO,NUMERO,DATAPRENOT,PRIORITA,SIGLA, MOTIVOCAMBIOPRIORITA) VALUES (1002,941, to_date('2021-11-18','yyyy-mm-dd') ,3,'XX',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=504 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.21 0.21 ******************************************************************************** SQL ID: 4mpfa6c521pnn Plan Hash: 0 insert into PERCORSI (ID_PAZIENTE, ID_ANAGRAFICA, LAVC, LAR, LA, LO, INTERV, VPO, VPO_LO, VPO_LA, VPO_INT, PARTI, IVG, ASP, AVC, SORV_INF, RR, RIPO, TUTORE, PROGRESSIVO) values (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.09 0.27 6 8 28 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.10 0.27 6 8 28 2 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=4 pr=3 pw=0 time=97091 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ library cache lock 3 0.00 0.00 library cache pin 3 0.00 0.00 gc current block 2-way 11 0.12 0.13 gc cr block 2-way 3 0.00 0.00 gc current grant busy 2 0.00 0.00 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 enq: TM - contention 1 0.00 0.00 gc cr grant 2-way 2 0.00 0.00 db file sequential read 6 0.01 0.03 gc current grant 2-way 3 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 45 0.01 0.01 0 0 0 0 Execute 45 0.37 0.44 9 45 460 45 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 90 0.38 0.45 9 45 460 45 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=0 pw=1 time=4945 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net more data from client 88 0.00 0.00 SQL*Net message to client 45 0.00 0.00 SQL*Net message from client 45 0.12 0.19 db file sequential read 9 0.01 0.07 ******************************************************************************** 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 45 0.01 0.01 0 0 0 0 Execute 45 0.41 0.41 0 90 295 45 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 90 0.43 0.43 0 90 295 45 Misses in library cache during parse: 1 Misses in library cache during execute: 3 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 UPDATE HL7IN (cr=2 pr=0 pw=1 time=3228 us) 1 1 1 INDEX UNIQUE SCAN PK_HL7IN (cr=2 pr=0 pw=0 time=62 us cost=1 size=1478 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 89 0.00 0.00 SQL*Net message to client 45 0.00 0.00 SQL*Net message from client 45 0.03 0.14 ******************************************************************************** SQL ID: 0trxbh6515x75 Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = '0' WHERE INTERVENTO = 96 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 3 3 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 3 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 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=914 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=35 us cost=1 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 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 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 7g886s741bftx Plan Hash: 499323837 UPDATE INTERVENTI SET GENERALE_SEM = '0' WHERE PROGRESSIVO = 96 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: 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 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=318 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=32 us cost=1 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.00 0.00 ******************************************************************************** SQL ID: 92x9a6mdt08bz Plan Hash: 499323837 UPDATE INTERVENTI SET CHIRURGO_CHI = 'XX',CHIRURGO_QUANDO = to_date('2021-11-18 15:39:18','yyyy-mm-dd hh24:mi:ss'),CHIRURGO_SEM = '1' WHERE PROGRESSIVO = 96 call 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.01 0.01 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=3011 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 size=32 card=1)(object id 4328375) 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: 1sp2aq4wm80xy Plan Hash: 499323837 UPDATE INTERVENTI SET PREVISIONE = null,tdiagnosi1 = null WHERE Progressivo = 96 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.01 0.01 0 2 6 2 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 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=1230 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 gc current grant busy 1 0.00 0.00 ******************************************************************************** SQL ID: adrn6gnbf36ax Plan Hash: 3091320449 DELETE FROM TIPIINTERVENTI WHERE INTERVENTO = 96 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 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 2 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 DELETE TIPIINTERVENTI (cr=1 pr=0 pw=0 time=43 us) 0 0 0 INDEX UNIQUE SCAN TIPIINTERVENTI1 (cr=1 pr=0 pw=0 time=34 us cost=1 size=3 card=1)(object id 4328500) 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 3skggt1z35ncp Plan Hash: 980058976 DELETE FROM DIAGNOSIINTERVENTI WHERE INTERVENTO = 96 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 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 2 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 DELETE DIAGNOSIINTERVENTI (cr=1 pr=0 pw=0 time=100 us) 0 0 0 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=49 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 ---------- ------------ enq: TM - contention 2 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: cqxrzfg174k7h Plan Hash: 3247088227 DELETE FROM ICDINTERVENTI WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.01 0 0 0 0 Execute 2 0.00 0.01 0 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.02 0 2 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 DELETE ICDINTERVENTI (cr=1 pr=0 pw=0 time=148 us) 0 0 0 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=54 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 ---------- ------------ enq: TM - contention 2 0.00 0.00 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.01 0.01 ******************************************************************************** SQL ID: g2tfy5r3xq40j Plan Hash: 499323837 UPDATE INTERVENTI SET STADIAZIONECONDENSATA = NULL WHERE Progressivo = 96 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 2 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 2 2 2 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 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=259 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.01 ******************************************************************************** SQL ID: b7n7yf939yjvk Plan Hash: 499323837 UPDATE INTERVENTI SET CHIRURGO_SEM = '0' WHERE PROGRESSIVO = 96 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 6 3 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.01 0.01 0 3 6 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 ---------- ---------- ---------- --------------------------------------------------- 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=36 us cost=1 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*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: bd1xata75bpts Plan Hash: 499323837 UPDATE INTERVENTI SET ALTRI_CHI = 'XX',ALTRI_QUANDO = to_date('2021-11-18 15:39:24','yyyy-mm-dd hh24:mi:ss'),ALTRI_SEM = '1' WHERE PROGRESSIVO = 96 call 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=2558 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 size=32 card=1)(object id 4328375) 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 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: 33t3dafgy4m9f Plan Hash: 2832457903 UPDATE ALTRIDATI SET letto = null,contagarze = null,protesi = null, 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 = 96 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 2 6 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.02 0.02 0 2 6 2 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 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=1210 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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.01 gc current grant busy 1 0.00 0.00 ******************************************************************************** SQL ID: gph1hwjk9sfqv Plan Hash: 499323837 UPDATE INTERVENTI SET ALTRI_SEM = '0' WHERE PROGRESSIVO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.08 0 4 8 4 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 8 0.01 0.09 0 4 8 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 INTERVENTI (cr=1 pr=0 pw=0 time=21401 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=34 us cost=1 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 gc current grant busy 2 0.08 0.08 ******************************************************************************** SQL ID: f4sr1vg7xs5bv Plan Hash: 3300323478 update (select rowid, tdiagnosi1 FROM INTERVENTI WHERE PROGRESSIVO = 96 ) set TDIAGNOSI1 = :rowid0 WHERE ROWID = :rowid1 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 2 4 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 2 4 2 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=216 us) 1 1 1 TABLE ACCESS BY USER ROWID INTERVENTI (cr=1 pr=0 pw=0 time=72 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*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 3x4v39bww7a79 Plan Hash: 499323837 UPDATE INTERVENTI SET ANESTESIA_CHI = 'XX',ANESTESIA_QUANDO = to_date('2021-11-18 15:39:32','yyyy-mm-dd hh24:mi:ss'),ANESTESIA_SEM = '1' WHERE PROGRESSIVO = 96 call 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=2501 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 size=32 card=1)(object id 4328375) 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: 06pc7rajaah8x Plan Hash: 3902522327 DELETE FROM INTEQUIPE WHERE PROGRINTERVENTO = 96 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 9 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.01 0 4 9 2 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 DELETE INTEQUIPE (cr=2 pr=0 pw=0 time=2377 us) 0 1 2 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=72 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 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 gc current grant busy 2 0.00 0.00 KJC: Wait for msg sends to complete 1 0.01 0.01 ******************************************************************************** SQL ID: 6knksvy7dk9b3 Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (96,23,'1',to_date('2021-11-18', 'yyyy-MM-dd'),null,to_date('2021-11-18', '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.03 5 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.04 5 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=5 pw=0 time=38491 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ db file sequential read 5 0.01 0.02 gc current grant 2-way 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 ******************************************************************************** SQL ID: 859tvuygcfynu Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (96,11,'1',to_date('2021-11-18', 'yyyy-MM-dd'),null,to_date('2021-11-18', '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=361 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.01 0.01 ******************************************************************************** SQL ID: 0vnjs01fgxnm4 Plan Hash: 499323837 UPDATE interventi SET chirurghiuniti = '0' WHERE progressivo = 96 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 2 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.01 0 2 2 2 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 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=1054 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 size=6 card=1)(object id 4328375) 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: b2173q3y12v38 Plan Hash: 499323837 UPDATE INTERVENTI SET EQUIPE_SEM = '0' WHERE PROGRESSIVO = 96 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: 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 UPDATE INTERVENTI (cr=1 pr=0 pw=0 time=302 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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 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: 72smacf7f63f3 Plan Hash: 499323837 UPDATE INTERVENTI SET IMPIANTI_CHI = 'XX',IMPIANTI_QUANDO = to_date('2021-11-18 15:40:25','yyyy-mm-dd hh24:mi:ss'),IMPIANTI_SEM = '1' WHERE PROGRESSIVO = 96 call 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=2327 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=43 us cost=1 size=32 card=1)(object id 4328375) 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 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: 5mp32umjhvjnz Plan Hash: 499323837 UPDATE INTERVENTI SET ALTRI_CHI = 'XX',ALTRI_QUANDO = to_date('2021-11-18 15:40:29','yyyy-mm-dd hh24:mi:ss'),ALTRI_SEM = '1' WHERE PROGRESSIVO = 96 call 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=2351 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 size=32 card=1)(object id 4328375) 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 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: 3s2hvpaunw901 Plan Hash: 499323837 UPDATE INTERVENTI SET CHIRURGO_CHI = 'XX',CHIRURGO_QUANDO = to_date('2021-11-18 15:41:05','yyyy-mm-dd hh24:mi:ss'),CHIRURGO_SEM = '1' WHERE PROGRESSIVO = 96 call 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=2289 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=43 us cost=1 size=32 card=1)(object id 4328375) 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: fu1tcf06wntc1 Plan Hash: 499323837 UPDATE INTERVENTI SET IVG_AS = '0' WHERE PROGRESSIVO = 96 call 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=2048 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 size=6 card=1)(object id 4328375) 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 log file sync 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.04 0.04 ******************************************************************************** SQL ID: 73gp17vu908d3 Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = '1' WHERE INTERVENTO = 96 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 2 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 2 2 2 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 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=1049 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=36 us cost=1 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 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*Net more data from client 1 0.00 0.00 gc current block 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: bb5a9cyqyypm0 Plan Hash: 499323837 UPDATE Interventi SET CONVCHIRURGIA = '1',CONVCHIRURGIA_CHI = 'XX', CONVCHIRURGIA_QUANDO = SYSDATE WHERE Progressivo = 96 call 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=316 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=33 us cost=1 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: 9602twyxmdunu Plan Hash: 499323837 UPDATE INTERVENTI SET ProgrReparto = -96, siglautente = 'XX', datautente = to_date('2021-11-18','yyyy-mm-dd') , orautente = to_date('1899-12-30 15:43:36','yyyy-MM-dd hh24:mi:ss') WHERE PROGRESSIVO = 96 call 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=340 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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: fv3j85550smv3 Plan Hash: 499323837 UPDATE INTERVENTI SET GENERALE_CHI = 'XX',GENERALE_QUANDO = to_date('2021-11-18 15:45:01','yyyy-mm-dd hh24:mi:ss'),GENERALE_SEM = '1' WHERE PROGRESSIVO = 97 call 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=2405 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 size=32 card=1)(object id 4328375) 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: bwyy372fwfb1v Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = '0' WHERE INTERVENTO = 97 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=1266 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=52 us cost=1 size=16 card=1)(object id 4329001) 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.02 0.02 ******************************************************************************** SQL ID: dmaqrzzpxsvct Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = '0',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 = 97 call 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=180 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=30 us cost=1 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: 91jp4wwnt4vhg Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = '0',DATAURG = NULL,ORAURG = NULL,TIPOURGENZA = NULL,LATERALITA = NULL,INTRAOP = NULL,TERAPIAANTITROMBOTICA = NULL, NOTETERAPIAANTITROMBOTICA = NULL,TERAPIAANTIBIOTICA = NULL, NOTETERAPIAANTIBIOTICA = NULL,PROFILASSIANTIALLERGICA = NULL, NOTEPROFILASSIANTIALLERGICA = NULL,DESTINAZIONE = '3229' WHERE INTERVENTO = 97 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 9 3 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 6 0.00 0.00 0 3 9 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 UPDATE ALTRIDATI (cr=1 pr=0 pw=0 time=1048 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=50 us cost=1 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 4 0.00 0.00 SQL*Net message from client 4 0.01 0.01 gc current 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: f5kf44wgb1tg4 Plan Hash: 499323837 UPDATE Interventi SET CONVANESTESIA = '1',CONVANESTESIA_CHI = 'XX', CONVANESTESIA_QUANDO = SYSDATE WHERE Progressivo = 97 call 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=435 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 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: 0sgvkfp0gdvdt Plan Hash: 499323837 UPDATE INTERVENTI SET CHIRURGO_CHI = 'XX',CHIRURGO_QUANDO = to_date('2021-11-18 15:45:30','yyyy-mm-dd hh24:mi:ss'),CHIRURGO_SEM = '1' WHERE PROGRESSIVO = 97 call 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=2320 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=45 us cost=1 size=32 card=1)(object id 4328375) 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: fxzj2kvqrxs78 Plan Hash: 2374902355 DELETE POLLING WHERE TABELLA = 'INTERVENTI' AND CHIAVE = 'PROGRESSIVO' AND VALORE = 97 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 7 32 7 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 14 0.01 0.02 0 7 32 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POLLING (cr=1 pr=0 pw=0 time=500 us) 1 1 1 INDEX UNIQUE SCAN POLLING1 (cr=1 pr=0 pw=0 time=145 us cost=1 size=26 card=1)(object id 4328704) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ log file sync 7 0.08 0.09 SQL*Net message to client 8 0.00 0.00 SQL*Net message from client 8 0.03 0.08 gc cr block 2-way 1 0.00 0.00 gc current block 2-way 2 0.00 0.00 gc current grant busy 1 0.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: gd0svmpgzzqr5 Plan Hash: 0 ALTER SESSION SET NLS_SORT=BINARY 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 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 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 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00 ******************************************************************************** SQL ID: 58kmgw2mjnyc8 Plan Hash: 499323837 UPDATE INTERVENTI SET PREVISIONE = null,tdiagnosi1 = null WHERE Progressivo = 97 call 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=1779 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=33 us cost=1 size=10 card=1)(object id 4328375) 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: avpdazmf9mxpz Plan Hash: 3091320449 DELETE FROM TIPIINTERVENTI WHERE INTERVENTO = 97 call 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 TIPIINTERVENTI (cr=1 pr=0 pw=0 time=40 us) 0 0 0 INDEX UNIQUE SCAN TIPIINTERVENTI1 (cr=1 pr=0 pw=0 time=33 us cost=1 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: 62yf5fkp4q3g1 Plan Hash: 980058976 DELETE FROM DIAGNOSIINTERVENTI WHERE INTERVENTO = 97 call 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 DIAGNOSIINTERVENTI (cr=1 pr=0 pw=0 time=92 us) 0 0 0 INDEX RANGE SCAN DIAGNOSIINTERVENTI3 (cr=1 pr=0 pw=0 time=50 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: 1vn52h7zsrrkv Plan Hash: 0 INSERT INTO DIAGNOSIINTERVENTI (INTERVENTO,DIAGNOSI,CONTATORE) VALUES (97,14834,1) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.33 0 4 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.33 0 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=0 pw=0 time=330455 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 3 0.29 0.29 gc cr block 2-way 1 0.00 0.00 gc current grant busy 4 0.01 0.03 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 31kc5f896hn2m Plan Hash: 3247088227 DELETE FROM ICDINTERVENTI WHERE INTERVENTO = 97 call 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 ICDINTERVENTI (cr=1 pr=0 pw=0 time=100 us) 0 0 0 INDEX RANGE SCAN ICDINTERVENTI3 (cr=1 pr=0 pw=0 time=54 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.04 0.04 ******************************************************************************** SQL ID: d9sd3b1btxh3q Plan Hash: 181322875 UPDATE TEMPIICD SET INIZIO = (SELECT TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 97 AND PROGRTEMPO = 6) WHERE INTERVENTO = 97 AND CONTATORE = 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 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: 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 UPDATE TEMPIICD (cr=4 pr=0 pw=0 time=246 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=61 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=58 us cost=1 size=11 card=1) 0 0 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=41 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: c2145q8ktk4kd Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (97,1,77643,null,null) 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 4 11 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.02 0 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=0 pw=0 time=19042 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 4 0.00 0.00 gc cr block 2-way 1 0.00 0.00 gc current grant busy 5 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: 5412hbrt608zn Plan Hash: 499323837 UPDATE INTERVENTI SET STADIAZIONECONDENSATA = NULL WHERE Progressivo = 97 call 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=225 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=33 us cost=1 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.00 0.00 ******************************************************************************** SQL ID: 0hh768sjzuuyb Plan Hash: 499323837 UPDATE INTERVENTI SET GENERALE_SEM = '0' WHERE PROGRESSIVO = 97 call 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=304 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=44 us cost=1 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: 6h5cg74qcfu6u Plan Hash: 499323837 UPDATE INTERVENTI SET CHIRURGO_SEM = '0' WHERE PROGRESSIVO = 97 call 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=407 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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: bbuuasbrr7axh Plan Hash: 499323837 UPDATE INTERVENTI SET ALTRI_CHI = 'XX',ALTRI_QUANDO = to_date('2021-11-18 15:45:58','yyyy-mm-dd hh24:mi:ss'),ALTRI_SEM = '1' WHERE PROGRESSIVO = 97 call 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=1523 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 size=32 card=1)(object id 4328375) 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 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: a82c86kfzc4ac Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (1,97,null,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.02 0.05 2 8 16 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.02 0.05 2 8 16 2 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 LOAD TABLE CONVENTIONAL (cr=4 pr=1 pw=0 time=26086 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 6 0.00 0.00 gc cr block 2-way 5 0.00 0.00 gc current grant busy 5 0.00 0.00 db file sequential read 2 0.02 0.02 SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.02 0.02 gc current grant 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 4kbj173psf119 Plan Hash: 1977623155 UPDATE TEMPIICD SET FINE = (SELECT TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 97 AND PROGRTEMPO = 7) WHERE INTERVENTO = 97 AND CONTATORE = (SELECT MAX(CONTATORE) FROM TEMPIICD WHERE INTERVENTO = 97) 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 9 2 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.01 0 9 2 2 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 UPDATE TEMPIICD (cr=4 pr=0 pw=0 time=298 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=2 pr=0 pw=0 time=114 us cost=1 size=15 card=1)(object id 4328882) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=86 us) 1 1 1 FIRST ROW (cr=1 pr=0 pw=0 time=58 us cost=1 size=6 card=1) 1 1 1 INDEX RANGE SCAN (MIN/MAX) TEMPIICD3 (cr=1 pr=0 pw=0 time=55 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=1 size=11 card=1) 0 0 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=38 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: dq9tknt1km6sh Plan Hash: 2832457903 UPDATE ALTRIDATI SET letto = null,contagarze = null,protesi = null, 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 = 97 call 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.01 0.01 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=2734 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=48 us cost=1 size=43 card=1)(object id 4329001) 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: 3h05at7p2k928 Plan Hash: 499323837 UPDATE INTERVENTI SET ALTRI_SEM = '0' WHERE PROGRESSIVO = 97 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=1238 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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 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*Net more data from client 1 0.00 0.00 gc current grant busy 1 0.00 0.00 ******************************************************************************** SQL ID: b9jr49yuxggx0 Plan Hash: 499323837 UPDATE INTERVENTI SET ProgrReparto = -97, siglautente = 'XX', datautente = to_date('2021-11-18','yyyy-mm-dd') , orautente = to_date('1899-12-30 15:47:14','yyyy-MM-dd hh24:mi:ss') WHERE PROGRESSIVO = 97 call 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=365 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 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: 2t9tjw3m3y5r1 Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = NULL WHERE INTERVENTO = 97 call 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=1929 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=41 us cost=1 size=16 card=1)(object id 4329001) 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 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: dupnk7x97g7xt Plan Hash: 499323837 UPDATE INTERVENTI SET ANESTESIA_CHI = 'XX',ANESTESIA_QUANDO = to_date('2021-11-18 15:46:05','yyyy-mm-dd hh24:mi:ss'),ANESTESIA_SEM = '1' WHERE PROGRESSIVO = 97 call 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=1977 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=41 us cost=1 size=32 card=1)(object id 4328375) 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: c1wrxsj1k1s3f 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, 97, 97, 1, 'XX', TO_DATE('2021-11-18 15:46:00','YYYY-MM-DD HH24:MI:SS'), 94) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.01 0 0 0 0 Execute 1 0.01 0.11 1 4 11 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.02 0.12 1 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=1 pw=0 time=22774 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ enq: TM - contention 5 0.06 0.06 KJC: Wait for msg sends to complete 1 0.01 0.01 gc current block 2-way 3 0.00 0.00 gc cr block 2-way 1 0.00 0.00 gc current grant busy 3 0.00 0.00 gc current 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: 1afk8j9a08ttt Plan Hash: 2842439740 DELETE FROM INTRAOP_MONITOR WHERE PROGRINTRAOP = 94 call 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 INTRAOP_MONITOR (cr=1 pr=0 pw=0 time=89 us) 0 0 0 INDEX RANGE SCAN INTRAOP_MONITOR3 (cr=1 pr=0 pw=0 time=47 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 ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 6uvjygnx63jcy Plan Hash: 698881089 DELETE FROM INTRAOP_UTENTI WHERE PROGRINTRAOP = 94 call 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 INTRAOP_UTENTI (cr=1 pr=0 pw=0 time=91 us) 0 0 0 INDEX RANGE SCAN INTRAOP_UTENTI1 (cr=1 pr=0 pw=0 time=82 us cost=1 size=20 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: 7pvpv289dxz7s Plan Hash: 0 INSERT INTO INTRAOP_UTENTI (PROGRINTRAOP,UTENTEABILITANTE,UTENTEABILITATO) VALUES (94,'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.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=401 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: 081jzb3nx50gk Plan Hash: 1366998100 DELETE FROM INTRAOP_CATETERI WHERE PROGRINTRAOP = 94 call 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 INTRAOP_CATETERI (cr=1 pr=0 pw=0 time=84 us) 0 0 0 INDEX RANGE SCAN INTRAOP_CATETERI3 (cr=1 pr=0 pw=0 time=49 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 ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 36g0tafpf5dug Plan Hash: 1754034629 DELETE FROM INTRAOP_TECNICHE WHERE PROGRINTRAOP = 94 call 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 INTRAOP_TECNICHE (cr=1 pr=0 pw=0 time=88 us) 0 0 0 INDEX RANGE SCAN INTRAOP_TECNICHE3 (cr=1 pr=0 pw=0 time=52 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: 0xfw2zmuuck45 Plan Hash: 0 INSERT INTO ANESTESIA (INTERVENTO,ATTO) VALUES (97,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 4 7 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.01 0 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=0 pw=0 time=8942 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 3 0.00 0.00 gc cr block 2-way 1 0.00 0.00 gc current grant busy 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: 8h6535xzxgts2 Plan Hash: 2481745080 DELETE FROM INTRAOP_COMPLICANZE WHERE PROGRINTRAOP = 94 call 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 INTRAOP_COMPLICANZE (cr=1 pr=0 pw=0 time=78 us) 0 0 0 INDEX RANGE SCAN INTRAOP_COMPLICANZE3 (cr=1 pr=0 pw=0 time=40 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 ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.06 0.06 ******************************************************************************** SQL ID: 942zryar0b1cv Plan Hash: 2777622666 DELETE FROM FARMA_VALUES WHERE IDEXT = 97 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=149 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=71 us cost=2 size=45 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=67 us cost=2 size=45 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_VALUES (cr=1 pr=0 pw=0 time=64 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN FARMA_VALUES3 (cr=1 pr=0 pw=0 time=55 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=1 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 ******************************************************************************** SQL ID: 6ujxk5sbzwtu1 Plan Hash: 2777622666 DELETE FROM FARMA_VALUES WHERE IDEXT = 97 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=124 us) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=69 us cost=2 size=45 card=1) 0 0 0 NESTED LOOPS (cr=1 pr=0 pw=0 time=63 us cost=2 size=45 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID FARMA_VALUES (cr=1 pr=0 pw=0 time=61 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN FARMA_VALUES3 (cr=1 pr=0 pw=0 time=53 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=1 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 ******************************************************************************** SQL ID: 9061s4w4vn411 Plan Hash: 1057232436 DELETE FROM INTRAOP_GRAFICITABELLARI WHERE IDEXT = 97 call 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 INTRAOP_GRAFICITABELLARI (cr=1 pr=0 pw=0 time=80 us) 0 0 0 INDEX RANGE SCAN INTRAOP_GRAFICITABELLARI2 (cr=1 pr=0 pw=0 time=67 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 ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: atwjcamwafmna 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 = 97 call 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=66 us) 0 0 0 INDEX RANGE SCAN INTRAOP_GRAFICITABELLARI2 (cr=1 pr=0 pw=0 time=52 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: bg4kzg6vwazzj Plan Hash: 1607470415 DELETE FROM FARMA_GRAFICI WHERE IDEXT = 97 call 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=96 us) 0 0 0 INDEX RANGE SCAN FARMA_GRAFICI3 (cr=1 pr=0 pw=0 time=53 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 ******************************************************************************** SQL ID: dfsytp525zhkc Plan Hash: 1614955936 DELETE FROM INTRAOP_OSTETRICIA WHERE PROGRINTRAOP = 94 call 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 INTRAOP_OSTETRICIA (cr=1 pr=0 pw=0 time=47 us) 0 0 0 INDEX UNIQUE SCAN PK_INTRAOP_OSTETRICIA (cr=1 pr=0 pw=0 time=38 us cost=1 size=13 card=1)(object id 4328418) 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: 6gb97z1ky3aqf Plan Hash: 3091637417 DELETE FROM INTRAOP_DATIFIGLIO WHERE PROGRINTRAOP = 94 call 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 INTRAOP_DATIFIGLIO (cr=1 pr=0 pw=0 time=107 us) 0 0 0 INDEX RANGE SCAN INTRAOP_DATIFIGLIO3 (cr=1 pr=0 pw=0 time=57 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 ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: dkrusmu2a5qgd Plan Hash: 459529811 update (select rowid, NOTE FROM INTRAOP_ANEST WHERE PROGRESSIVO = 94 ) 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=305 us) 1 1 1 TABLE ACCESS BY USER ROWID INTRAOP_ANEST (cr=1 pr=0 pw=0 time=47 us cost=1 size=56 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: aw3a6anmgmhdh Plan Hash: 0 INSERT INTO POSTOP_ANEST (PROGRLISTAOP,NOTERISVEGLIO,PROGRINTERVENTI, PROGRESSIVO) VALUES (0,NULL,97,94) 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 4 9 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.01 0.01 0 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=0 pw=0 time=13753 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 3 0.00 0.00 gc cr block 2-way 1 0.00 0.00 gc current grant busy 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 ******************************************************************************** SQL ID: gv2fcf847xm0z Plan Hash: 3091702242 DELETE FROM POSTOP_PRESCRIZ WHERE PROGRPOSTOP = 94 call 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_PRESCRIZ (cr=1 pr=0 pw=0 time=47 us) 0 0 0 INDEX UNIQUE SCAN PK_POSTOP_PRESCRIZ (cr=1 pr=0 pw=0 time=37 us cost=1 size=13 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 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 1kgyu904tkat6 Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 94 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.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=157 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=115 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=66 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: 3pr4w9rhz2wg4 Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 94 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=100 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=64 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=57 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: amt70ffsgdkjr Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 94 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=138 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=73 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=64 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: 17va4zv5snznj Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 94 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=107 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=58 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: 10qn2pqqa1hvv Plan Hash: 3614822168 DELETE FROM POSTOP_DATI WHERE PROGRPOSTOP = 94 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=192 us) 0 0 0 TABLE ACCESS BY INDEX ROWID POSTOP_DATI (cr=1 pr=0 pw=0 time=134 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN POSTOP_DATI3 (cr=1 pr=0 pw=0 time=80 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: 3fqqv04wbt9vq Plan Hash: 1390207539 DELETE FROM POSTOP_PROTOCOLLI WHERE PROGRPOSTOP = 94 call 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_PROTOCOLLI (cr=1 pr=0 pw=0 time=63 us) 0 0 0 INDEX RANGE SCAN POSTOP_PROTOCOLLI1 (cr=1 pr=0 pw=0 time=53 us cost=1 size=39 card=1)(object id 4328407) 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: 42wts1jwuhcj4 Plan Hash: 369232681 UPDATE POSTOP_ANEST SET Elastomero = '0' WHERE PROGRINTERVENTI = 97 call 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=343 us) 1 1 1 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=74 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: cnpat2ccax4jz Plan Hash: 3315877487 UPDATE INTRAOP_ANEST SET SCADENZA = to_date('2021-11-22 15:46:07', 'yyyy-mm-dd hh24:mi:ss') , SCADENZACIA_CHI = '#YY#' WHERE Progressivo = 94 call 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=270 us) 1 1 1 INDEX UNIQUE SCAN PK_INTRAOP_ANEST (cr=1 pr=0 pw=0 time=68 us cost=1 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: 86xv92aprnnwz Plan Hash: 369232681 UPDATE POSTOP_ANEST SET PompaAnalg = '0' WHERE PROGRINTERVENTI = 97 call 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=236 us) 1 1 1 INDEX RANGE SCAN POSTOP_ANEST_2 (cr=1 pr=0 pw=0 time=65 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: fpx4xap0p4gcy Plan Hash: 499323837 UPDATE INTERVENTI SET ANESTESIA_SEM = '0' WHERE PROGRESSIVO = 97 call 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=344 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=36 us cost=1 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: 0d4vam4mhzhyq Plan Hash: 499323837 UPDATE INTERVENTI SET TEMPI_CHI = 'XX',TEMPI_QUANDO = to_date('2021-11-18 15:46:11','yyyy-mm-dd hh24:mi:ss'),TEMPI_SEM = '1' WHERE PROGRESSIVO = 97 call 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=2051 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=33 us cost=1 size=32 card=1)(object id 4328375) 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: 2nxmtrgf8dc58 Plan Hash: 2388153138 DELETE FROM TEMPIICD WHERE INTERVENTO = 97 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 1 4 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.02 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 DELETE TEMPIICD (cr=1 pr=0 pw=0 time=22455 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=57 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 ---------- ------------ gc current grant busy 2 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: 7pca5t4y845au Plan Hash: 960338009 DELETE FROM TEMPIINTERVENTI WHERE INTERVENTO = 97 call 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 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 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 DELETE TEMPIINTERVENTI (cr=2 pr=0 pw=0 time=110 us) 0 0 0 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=61 us cost=1 size=44 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 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 872q3fvh3pcuq Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (97,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.02 1 1 13 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.03 1 1 13 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=29432 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 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 KJC: Wait for msg sends to complete 1 0.01 0.01 ******************************************************************************** SQL ID: 3qz6ur31uam0d Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (97,to_date('2021-11-18 10:00:00','yyyy-MM-dd hh24:mi:ss'),3,null) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.02 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.02 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=589 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: 586k77ft0nb1d Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (97,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=459 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: 2vc1453w4rbxu Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (97,to_date('2021-11-18 10:30: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=719 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: a6rx8vhq30dyh Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (97,to_date('2021-11-18 11:30: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=601 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: 6urj53btwtwt5 Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (97,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=459 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: b1m8rtby8jk4u Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (97,to_date('2021-11-18 12: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 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=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: aqjshj1z3xn8m Plan Hash: 0 INSERT INTO TEMPIINTERVENTI (INTERVENTO,TEMPO,PROGRTEMPO,PRIMOULTIMO) VALUES (97,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=391 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: 46zudj71pv3st Plan Hash: 788056787 UPDATE TEMPIINTERVENTI SET PRIMOULTIMO = 'I' WHERE INTERVENTO = 97 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.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=477 us) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=84 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 1 0.00 0.00 SQL*Net message from client 1 0.01 0.01 ******************************************************************************** SQL ID: g8njk28fc4dgd Plan Hash: 788056787 UPDATE TEMPIINTERVENTI SET PRIMOULTIMO = 'F' WHERE INTERVENTO = 97 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=458 us) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=76 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: 0js36rdmyh76t Plan Hash: 1874876866 UPDATE TEMPIICD SET INIZIO = to_date('2021-11-18 10:30:00','yyyy-MM-dd hh24:mi:ss') WHERE INTERVENTO = 97 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=233 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=60 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: 0723aydvmzb8j Plan Hash: 1874876866 UPDATE TEMPIICD SET FINE = to_date('2021-11-18 11:30:00','yyyy-MM-dd hh24:mi:ss') WHERE INTERVENTO = 97 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=243 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=64 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.00 0.00 SQL*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 3gufkfrxfy4hh Plan Hash: 2306072036 UPDATE RECROOM SET ENTRATA = (SELECT TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 97 AND PROGRTEMPO IN (SELECT TPAZOUT FROM AVELCO)) WHERE INTERVENTO = 97 AND ENTRATA 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 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 RECROOM (cr=1 pr=0 pw=0 time=44 us) 0 0 0 TABLE ACCESS BY INDEX ROWID RECROOM (cr=1 pr=0 pw=0 time=34 us cost=1 size=22 card=1) 0 0 0 INDEX RANGE SCAN RECROOM2 (cr=1 pr=0 pw=0 time=30 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=5 size=24 card=1) 0 0 0 NESTED LOOPS (cr=0 pr=0 pw=0 time=0 us cost=5 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=1 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 ******************************************************************************** SQL ID: 91zd5kntkbsjy Plan Hash: 2067956132 DELETE FROM DIL_DATI WHERE INTERVENTO = 97 call 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 DIL_DATI (cr=1 pr=0 pw=0 time=92 us) 0 0 0 TABLE ACCESS FULL DIL_DATI (cr=1 pr=0 pw=0 time=85 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: 5wgf7ts5h57a3 Plan Hash: 3721364834 update (select rowid, NOTERISVEGLIO FROM POSTOP_ANEST WHERE PROGRESSIVO = 94 ) 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=512 us) 1 1 1 TABLE ACCESS BY USER ROWID POSTOP_ANEST (cr=1 pr=0 pw=0 time=160 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: 8m6fhv8qppv3x Plan Hash: 499323837 UPDATE INTERVENTI SET TEMPI_SEM = '0' WHERE PROGRESSIVO = 97 call 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=1796 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=43 us cost=1 size=6 card=1)(object id 4328375) 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: ff5juk1yw0y8q Plan Hash: 499323837 UPDATE INTERVENTI SET EQUIPE_CHI = 'XX',EQUIPE_QUANDO = to_date('2021-11-18 15:46:35','yyyy-mm-dd hh24:mi:ss'),EQUIPE_SEM = '1' WHERE PROGRESSIVO = 97 call 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=2010 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=36 us cost=1 size=32 card=1)(object id 4328375) 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 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: 01sk1nv722h94 Plan Hash: 3902522327 DELETE FROM INTEQUIPE WHERE PROGRINTERVENTO = 97 call 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 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 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 DELETE INTEQUIPE (cr=2 pr=0 pw=0 time=151 us) 0 0 0 INDEX RANGE SCAN INTEQUIPE3 (cr=2 pr=0 pw=0 time=95 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 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: c5n2zp535gpxx Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (97,120,'1',to_date('2021-11-18', 'yyyy-MM-dd'),null,to_date('2021-11-18', '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.00 1 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.01 1 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=1 pw=0 time=7083 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 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: 6bwv8su5yafxx Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (97,14,'1',to_date('2021-11-18', 'yyyy-MM-dd'),null,to_date('2021-11-18', '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=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*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 964jxwq600p07 Plan Hash: 499323837 UPDATE interventi SET chirurghiuniti = '0' WHERE progressivo = 97 call 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=2083 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=37 us cost=1 size=6 card=1)(object id 4328375) 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: g1wqb7wphvgvh Plan Hash: 499323837 UPDATE INTERVENTI SET EQUIPE_SEM = '0' WHERE PROGRESSIVO = 97 call 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=282 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=22 us cost=1 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: dc487mrhfzty4 Plan Hash: 499323837 UPDATE INTERVENTI SET IMPIANTI_CHI = 'XX',IMPIANTI_QUANDO = to_date('2021-11-18 15:46:59','yyyy-mm-dd hh24:mi:ss'),IMPIANTI_SEM = '1' WHERE PROGRESSIVO = 97 call 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=2242 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=40 us cost=1 size=32 card=1)(object id 4328375) 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 library cache lock 2 0.00 0.00 library cache pin 2 0.00 0.00 ******************************************************************************** SQL ID: gq7x7nqz85283 Plan Hash: 499323837 UPDATE INTERVENTI SET IMPIANTI_SEM = '0' WHERE PROGRESSIVO = 97 call 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=365 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=37 us cost=1 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: 1m7f89v1078ff Plan Hash: 499323837 UPDATE INTERVENTI SET ALTRI_CHI = 'XX',ALTRI_QUANDO = to_date('2021-11-18 15:47:02','yyyy-mm-dd hh24:mi:ss'),ALTRI_SEM = '1' WHERE PROGRESSIVO = 97 call 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=2390 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 size=32 card=1)(object id 4328375) 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 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: f5pvrsrwzsqrc Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = NULL WHERE INTERVENTO = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.06 0.06 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.06 0.06 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=3700 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=1826 us cost=1 size=16 card=1)(object id 4329001) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ row cache lock 1 0.00 0.00 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 ******************************************************************************** SQL ID: dcmc14vygtugr 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 = '3233' WHERE INTERVENTO = 96 call 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=254 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=38 us cost=1 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: 2mykxawxb57k6 Plan Hash: 499323837 UPDATE INTERVENTI SET CHIRURGO_CHI = 'XX',CHIRURGO_QUANDO = to_date('2021-11-18 15:42:19','yyyy-mm-dd hh24:mi:ss'),CHIRURGO_SEM = '1' WHERE PROGRESSIVO = 96 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 3 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.02 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=18527 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=42 us cost=1 size=32 card=1)(object id 4328375) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant busy 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: 8pfgzng3zu964 Plan Hash: 2374902355 DELETE POLLING WHERE TABELLA = 'INTERVENTI' AND CHIAVE = 'PROGRESSIVO' AND VALORE = 96 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 9 0.00 0.00 0 0 0 0 Execute 9 0.01 0.02 0 9 44 9 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 18 0.01 0.03 0 9 44 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 ---------- ---------- ---------- --------------------------------------------------- 0 0 0 DELETE POLLING (cr=1 pr=0 pw=0 time=1778 us) 1 1 1 INDEX UNIQUE SCAN POLLING1 (cr=1 pr=0 pw=0 time=381 us cost=1 size=26 card=1)(object id 4328704) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ log file sync 9 0.01 0.03 SQL*Net message to client 9 0.00 0.00 SQL*Net message from client 9 0.00 0.01 gc cr block 2-way 2 0.00 0.00 gc current block 2-way 5 0.00 0.01 gc current grant busy 2 0.00 0.00 ******************************************************************************** SQL ID: 5mvc5cwxn992c Plan Hash: 0 INSERT INTO DIAGNOSIINTERVENTI (INTERVENTO,DIAGNOSI,CONTATORE) VALUES (96,14849,1) 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 8 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.01 3 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=3 pw=0 time=12780 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant 2-way 3 0.00 0.00 db file sequential read 3 0.00 0.00 gc cr grant 2-way 1 0.00 0.00 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: 8n2k9c9t8vfdu Plan Hash: 181322875 UPDATE TEMPIICD SET INIZIO = (SELECT TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 96 AND PROGRTEMPO = 6) WHERE INTERVENTO = 96 AND CONTATORE = 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 8 2 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 8 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=280 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=50 us cost=1 size=15 card=1)(object id 4328882) 1 1 1 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=53 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=36 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: 1yu04rwvjff4x Plan Hash: 0 INSERT INTO ICDINTERVENTI (INTERVENTO,CONTATORE,ICD,PERSONALE,REPARTO) VALUES (96,1,77426,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.03 4 1 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.04 4 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=4 pw=0 time=38375 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant 2-way 3 0.00 0.00 db file sequential read 4 0.01 0.02 gc cr grant 2-way 1 0.00 0.00 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: a4ua637dyzfvb Plan Hash: 0 INSERT INTO TEMPIICD (CONTATORE,INTERVENTO,INIZIO,FINE) VALUES (1,96,to_date('2021-11-18 09:30:00','yyyy-MM-dd hh24:mi:ss'), to_date('2021-11-18 10:00:00','yyyy-MM-dd hh24:mi:ss')) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.00 0.04 4 5 15 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.01 0.05 4 5 15 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=2 pr=2 pw=0 time=23839 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current grant 2-way 4 0.00 0.00 db file sequential read 4 0.01 0.03 gc cr grant 2-way 2 0.00 0.00 gc current grant busy 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: 2qfbzqhtdbt4p Plan Hash: 1977623155 UPDATE TEMPIICD SET FINE = (SELECT TEMPO FROM TEMPIINTERVENTI WHERE INTERVENTO = 96 AND PROGRTEMPO = 7) WHERE INTERVENTO = 96 AND CONTATORE = (SELECT MAX(CONTATORE) FROM TEMPIICD WHERE INTERVENTO = 96) 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 10 2 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 0 10 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=5 pr=0 pw=0 time=306 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=2 pr=0 pw=0 time=113 us cost=1 size=15 card=1)(object id 4328882) 1 1 1 SORT AGGREGATE (cr=1 pr=0 pw=0 time=86 us) 1 1 1 FIRST ROW (cr=1 pr=0 pw=0 time=56 us cost=1 size=6 card=1) 1 1 1 INDEX RANGE SCAN (MIN/MAX) TEMPIICD3 (cr=1 pr=0 pw=0 time=50 us cost=1 size=6 card=1)(object id 4328882) 1 1 1 TABLE ACCESS BY INDEX ROWID TEMPIINTERVENTI (cr=3 pr=0 pw=0 time=51 us cost=1 size=11 card=1) 1 1 1 INDEX RANGE SCAN TEMPIINTERVENTI3 (cr=2 pr=0 pw=0 time=33 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: gcut4x5bcw9ug Plan Hash: 499323837 UPDATE INTERVENTI SET ALTRI_CHI = 'XX',ALTRI_QUANDO = to_date('2021-11-18 15:42:52','yyyy-mm-dd hh24:mi:ss'),ALTRI_SEM = '1' WHERE PROGRESSIVO = 96 call 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=1868 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=34 us cost=1 size=32 card=1)(object id 4328375) 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 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: 85prhsjs0n4zd Plan Hash: 499323837 UPDATE INTERVENTI SET ANESTESIA_CHI = 'XX',ANESTESIA_QUANDO = to_date('2021-11-18 15:43:00','yyyy-mm-dd hh24:mi:ss'),ANESTESIA_SEM = '1' WHERE PROGRESSIVO = 96 call 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=1944 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=34 us cost=1 size=32 card=1)(object id 4328375) 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: 0vgkgcvpby9n9 Plan Hash: 3315877487 UPDATE INTRAOP_ANEST SET RISCALDAMENTO = NULL,SERVIZIOANESTESIA = NULL, DIURESI = NULL,PERDITE = NULL,ASA = NULL,RISCHIOOPERATORIO = NULL, RICTERAPIAINTENSIVA = '0',PESO = NULL,ALTEZZA = NULL,ASAE = '0', TIPOVENTMECCH = NULL,FR = NULL,TV = NULL,PEEP = NULL,FGF = NULL,FIO2 = NULL, ET = NULL,COMARCK = NULL,TIPOVENT = NULL,VAP = NULL,ESITOINTUB = NULL,NOTE = NULL,TIPOINTUB=NULL, DIAMETROINTUB=NULL, MASCHERA=0,SIGLASALVA = 'XX', DATAORASALVA = TO_DATE('2021-11-18 15:43:00','YYYY-MM-DD HH24:MI:SS') WHERE PROGRESSIVO = 93 call 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.01 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 INTRAOP_ANEST (cr=1 pr=0 pw=0 time=2936 us) 1 1 1 INDEX UNIQUE SCAN PK_INTRAOP_ANEST (cr=1 pr=0 pw=0 time=1696 us cost=1 size=56 card=1)(object id 4329090) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr 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: fqgpjny6daan8 Plan Hash: 1058969915 UPDATE ANESTESIA SET ATTO = null WHERE INTERVENTO = 96 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 2 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.02 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 ANESTESIA (cr=1 pr=0 pw=0 time=17789 us) 1 1 1 INDEX UNIQUE SCAN ANESTESIA1 (cr=1 pr=0 pw=0 time=44 us cost=1 size=6 card=1)(object id 4328440) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 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 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: gvdg5awkacp32 Plan Hash: 357463676 UPDATE POSTOP_ANEST SET ALDRETESCORE = NULL,ALDRETEMIN = NULL,PROGRLISTAOP = 0, NOTERISVEGLIO = NULL WHERE PROGRESSIVO = 93 call 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 POSTOP_ANEST (cr=1 pr=0 pw=0 time=3986 us) 1 1 1 INDEX UNIQUE SCAN PK_POSTOP_ANEST (cr=1 pr=0 pw=0 time=2095 us cost=1 size=14 card=1)(object id 4328314) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc cr 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.02 0.02 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: bzj4afgch1729 Plan Hash: 499323837 UPDATE INTERVENTI SET TEMPI_CHI = 'XX',TEMPI_QUANDO = to_date('2021-11-18 15:43:09','yyyy-mm-dd hh24:mi:ss'),TEMPI_SEM = '1' WHERE PROGRESSIVO = 96 call 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=2251 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=24 us cost=1 size=32 card=1)(object id 4328375) 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: 5apuu4ck6k3rc Plan Hash: 1874876866 UPDATE TEMPIICD SET INIZIO = to_date('2021-11-18 09:30:00','yyyy-MM-dd hh24:mi:ss') WHERE INTERVENTO = 96 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=272 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=64 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: 44q6c2qugvx1n Plan Hash: 1874876866 UPDATE TEMPIICD SET FINE = to_date('2021-11-18 10:00:00','yyyy-MM-dd hh24:mi:ss') WHERE INTERVENTO = 96 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=240 us) 1 1 1 INDEX RANGE SCAN TEMPIICD3 (cr=1 pr=0 pw=0 time=57 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.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: fszqp6mmhfa3u Plan Hash: 499323837 UPDATE INTERVENTI SET EQUIPE_CHI = 'XX',EQUIPE_QUANDO = to_date('2021-11-18 15:43:14','yyyy-mm-dd hh24:mi:ss'),EQUIPE_SEM = '1' WHERE PROGRESSIVO = 96 call 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=1805 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=34 us cost=1 size=32 card=1)(object id 4328375) 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 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: bp7srw2wf6ssu Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (96,23,'1',to_date('2021-11-18', 'yyyy-MM-dd'),null,to_date('2021-11-18', '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.01 0 0 0 0 Execute 1 0.00 0.01 1 4 10 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.03 1 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=1 pw=0 time=12235 us) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ gc current block 2-way 3 0.00 0.00 gc cr block 2-way 1 0.00 0.00 gc current grant busy 2 0.00 0.00 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.00 0.00 ******************************************************************************** SQL ID: 37unch58skma8 Plan Hash: 0 INSERT INTO INTEQUIPE ( PROGRINTERVENTO, CODPERSONALE, CHKPRIMO, DATAIN, ORAIN, DATAOUT, ORAOUT, ORARIO, NOTE, UNITASCOPIA, TEMPOSCOPIA, SUBENTRATOA, CONTATORE, PRESENZASCOPIA, DISTANZASCOPIA, EXTRATIME, TUTOR) VALUES (96,11,'1',to_date('2021-11-18', 'yyyy-MM-dd'),null,to_date('2021-11-18', '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=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*Net break/reset to client 2 0.00 0.00 ******************************************************************************** SQL ID: 7qd0suu62nkbx Plan Hash: 499323837 UPDATE INTERVENTI SET IMPIANTI_CHI = 'XX',IMPIANTI_QUANDO = to_date('2021-11-18 15:43:17','yyyy-mm-dd hh24:mi:ss'),IMPIANTI_SEM = '1' WHERE PROGRESSIVO = 96 call 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=1997 us) 1 1 1 INDEX UNIQUE SCAN INTERVENTI1 (cr=1 pr=0 pw=0 time=39 us cost=1 size=32 card=1)(object id 4328375) 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 library cache lock 1 0.00 0.00 library cache pin 1 0.00 0.00 ******************************************************************************** SQL ID: bymgugd9kzn97 Plan Hash: 0 BEGIN LISTAATTESARICOVERI_PROCEDURE('940'); END; call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.01 0 0 0 0 Execute 1 0.02 0.02 0 0 0 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.03 0.04 0 0 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS 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 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: 0029sbpwf91d0 Plan Hash: 3910211908 INSERT INTO LISTAATTESARICOVERI (NUMERO,REPARTO,PROGREPARTO,DATAPRENOT, ORAPRENOT,CODPAZIENTE,MEDICOPROPONENTE,IDPERSONALE, PRIORITA,IDACCESSO, REGIME,SOLVENTE,LIBERA_PROFESSIONE,DIAGNOSI,ALLERGICO,NOTEDIAGNOSI, DATARIC, ASSEGNATO,DATAPERIODOIN,DATAPERIODOFIN,PERIODORICOVERO, SIGLA,DATAORAINS, SIGLAMOD,DATAORAMOD,PROGRESSIVOLA,ETA) SELECT :B3 ,REPARTO,:B2 ,DATAPRENOT, ORAPRENOT,CODPAZIENTE,MEDICOPROPONENTE,IDPERSONALE, PRIORITA,IDACCESSO, REGIME,SOLVENTE,LIBERA_PROFESSIONE,DIAGNOSI,ALLERGICO,NOTEDIAGNOSI, DATARIC, ASSEGNATO,DATAPERIODOIN,DATAPERIODOFIN,PERIODORICOVERO, SIGLA , DATAORAINS, SIGLAMOD, DATAORAMOD, NUMERO, ETA FROM LISTAATTESA WHERE NUMERO = :B1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.08 0.16 4 8 44 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.08 0.16 4 8 44 2 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=4 pr=2 pw=0 time=36729 us) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESA (cr=3 pr=0 pw=0 time=121 us cost=1 size=227 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESA1 (cr=2 pr=0 pw=0 time=84 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 ---------- ------------ library cache lock 4 0.00 0.00 library cache pin 4 0.01 0.01 row cache lock 5 0.00 0.01 db file sequential read 4 0.02 0.04 gc current grant 2-way 8 0.00 0.00 gc current block 2-way 2 0.00 0.00 ******************************************************************************** SQL ID: 584985hf7bba6 Plan Hash: 3430060598 INSERT INTO LISTAATTESARICPRIORITA (PROGRESSIVO,NUMERO,DATAPRENOT, DATASOSPENSIONE,PRIORITA,SIGLA,MOTIVOCAMBIOPRIORITA,MOTIVOSOSPENSIONE) SELECT :B4 ,:B3 ,DATAPRENOT,DATASOSPENSIONE,PRIORITA,SIGLA, MOTIVOCAMBIOPRIORITA,MOTIVOSOSPENSIONE FROM LISTAATTESAPRIORITA WHERE NUMERO = :B2 AND PROGRESSIVO = :B1 call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.00 0.00 0 0 0 0 Execute 2 0.02 0.03 5 8 22 2 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.02 0.03 5 8 22 2 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: 2 Rows (1st) Rows (avg) Rows (max) Row Source Operation ---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=4 pr=2 pw=0 time=12948 us) 1 1 1 TABLE ACCESS BY INDEX ROWID LISTAATTESAPRIORITA (cr=3 pr=0 pw=0 time=108 us cost=1 size=31 card=1) 1 1 1 INDEX UNIQUE SCAN LISTAATTESAPRIORITA1 (cr=2 pr=0 pw=0 time=76 us cost=1 size=0 card=1)(object id 4328864) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ db file sequential read 5 0.01 0.01 gc current grant 2-way 1 0.00 0.00 ******************************************************************************** SQL ID: 3wm2ppt3h7k80 Plan Hash: 3215401090 INSERT INTO LISTAATTESARICALTRIFATTORI (NUMERO,PROGFATTOREPRIORITA) SELECT :B2 ,PROGFATTOREPRIORITA FROM LISTAATTESAALTRIFATTORI WHERE NUMERO = :B1 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 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 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 (recursive depth: 1) 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=91 us) 0 0 0 INDEX RANGE SCAN LISTAATTESAALTRIFATTORI1 (cr=1 pr=0 pw=0 time=55 us cost=1 size=26 card=1)(object id 4328445) 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 enq: TM - contention 1 0.00 0.00 ******************************************************************************** SQL ID: c8bstjz2a0823 Plan Hash: 1064975419 INSERT INTO LSTATTRICMALATTIE(PROGLISTAATTESA,MALATTIA,CONTATORE) SELECT :B2 , MALATTIA,CONTATORE FROM LSTATTMALATTIE WHERE PROGLISTAATTESA = :B1 ORDER BY 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 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 0.00 0.00 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 (recursive depth: 1) 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=124 us) 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=98 us cost=2 size=39 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LSTATTMALATTIE (cr=1 pr=0 pw=0 time=56 us cost=1 size=39 card=1) 0 0 0 INDEX RANGE SCAN LSTATTMALATTIE3 (cr=1 pr=0 pw=0 time=47 us cost=1 size=0 card=1)(object id 4328554) ******************************************************************************** SQL ID: 5zxyqr4btm7qt Plan Hash: 2649591263 INSERT INTO LISTAATTESARICALLERGIE (NUMERO,ALLERGIA,CONTATORE) SELECT :B2 , ALLERGIA,CONTATORE FROM LISTAATTESAALLERGIE WHERE NUMERO = :B1 ORDER BY 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 2 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 4 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 (recursive depth: 1) 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=109 us) 0 0 0 SORT ORDER BY (cr=1 pr=0 pw=0 time=80 us cost=2 size=11 card=1) 0 0 0 TABLE ACCESS BY INDEX ROWID LISTAATTESAALLERGIE (cr=1 pr=0 pw=0 time=49 us cost=1 size=11 card=1) 0 0 0 INDEX RANGE SCAN LISTAATTESAALLERGIE1 (cr=1 pr=0 pw=0 time=43 us cost=1 size=0 card=1)(object id 4328555) 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 row cache lock 1 0.00 0.00 ******************************************************************************** SQL ID: cxbs0xc3vw3c4 Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = '0',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 = 96 call 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=270 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=40 us cost=1 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: a8d5txh1ar6n4 Plan Hash: 0 BEGIN LISTAATTESARICOVERI_PROCEDURE('941'); END; 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 1 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.02 0.02 0 0 0 1 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS 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 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00 ******************************************************************************** SQL ID: ggcr2h6razrng Plan Hash: 2832457903 UPDATE ALTRIDATI SET ELEZURG = '0',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 = 96 call 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=220 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=32 us cost=1 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: cr1rc9pmvq1n8 Plan Hash: 3300323478 update (select rowid, tdiagnosi1 FROM INTERVENTI WHERE PROGRESSIVO = 97 ) 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=214 us) 1 1 1 TABLE ACCESS BY USER ROWID INTERVENTI (cr=1 pr=0 pw=0 time=65 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.07 0.07 ******************************************************************************** SQL ID: b4k14q86uwwh1 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 = 96 call 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=260 us) 1 1 1 INDEX UNIQUE SCAN ALTRIDATI1 (cr=1 pr=0 pw=0 time=42 us cost=1 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 19042 15.09 16.69 0 1844 0 0 Execute 19042 17.70 23.70 204 12287 13372 813 Fetch 32365 30.76 39.55 8294 141316 45 180856 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 70449 63.56 79.96 8498 155447 13417 181669 Misses in library cache during parse: 1925 Misses in library cache during execute: 351 Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 56711 0.00 0.63 SQL*Net message from client 56707 2630.16 6422.55 SQL*Net more data from client 1167 0.02 0.12 SQL*Net more data to client 4841 0.00 0.40 library cache lock 428 0.08 1.12 library cache pin 435 0.07 0.97 gc current block 2-way 587 0.29 1.88 gc cr grant 2-way 302 0.09 0.72 db file sequential read 718 0.08 3.84 row cache lock 886 0.08 2.15 KJC: Wait for msg sends to complete 62 0.02 0.37 enq: TM - contention 52 0.06 0.16 gc current grant 2-way 193 0.08 0.52 gc current grant busy 235 0.08 0.48 gc current block congested 5 0.00 0.00 db file scattered read 374 0.07 2.00 gc cr multi block request 556 0.24 2.41 log file sync 612 0.29 2.85 gc cr block 2-way 321 0.11 0.98 SQL*Net break/reset to client 1288 0.08 1.38 latch free 104 0.00 0.07 CSS initialization 4 0.02 0.04 CSS operation: action 4 0.00 0.01 CSS operation: query 12 0.00 0.00 direct path write 24 0.07 0.28 library cache: mutex X 2 0.00 0.00 enq: FB - contention 1 0.00 0.00 gc current multi block request 1 0.00 0.00 Disk file operations I/O 2 0.00 0.00 enq: HW - contention 1 0.00 0.00 gc current grant congested 2 0.00 0.00 gc cr block busy 6 0.00 0.01 enq: TX - row lock contention 1 0.33 0.33 gc cr block congested 1 0.00 0.00 db file parallel read 45 0.19 0.96 OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1620 0.54 0.76 0 0 30 0 Execute 7629 6.54 6.84 9 128 162 53 Fetch 13669 1.37 2.50 102 23716 0 10634 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 22918 8.46 10.11 111 23844 192 10687 Misses in library cache during parse: 114 Misses in library cache during execute: 112 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 more data from client 1 0.00 0.00 library cache lock 36 0.06 0.11 library cache pin 36 0.01 0.04 gc current block 2-way 127 0.14 0.48 gc cr grant 2-way 48 0.00 0.05 db file sequential read 83 0.14 0.68 row cache lock 80 0.00 0.11 KJC: Wait for msg sends to complete 3 0.01 0.03 enq: TM - contention 1 0.00 0.00 gc current grant 2-way 9 0.00 0.00 gc current grant busy 1 0.00 0.00 gc current block congested 1 0.00 0.00 db file scattered read 4 0.01 0.02 gc cr multi block request 3 0.02 0.03 gc cr block 2-way 3 0.00 0.00 SQL*Net break/reset to client 20 0.00 0.01 6640 user SQL statements in session. 362 internal SQL statements in session. 7002 SQL statements in session. ******************************************************************************** Trace file: quirofanos_18112021.trc Trace file compatibility: 11.1.0.7 Sort options: fchela 7 sessions in tracefile. 25932 user SQL statements in trace file. 1361 internal SQL statements in trace file. 7002 SQL statements in trace file. 1187 unique SQL statements in trace file. 467534 lines in trace file. 47923974 elapsed seconds in trace file.