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 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
| =====================
PARSING IN CURSOR #1 len=896 dep=0 uid=23 oct=3 lid=23 tim=2791630472 hv=276931049 ad='111b3968'
select d.id_fiche_sncf,r.id as idRep
from
dem_fiche d,
dem_pr dr,
rep_fiche r,
rep_pr pr
where r.Liste_id_fiche_sncf is null
and r.parite is null
and d.id = dr.id_fiche
and r.id = pr.id_fiche
and pr.ci_pr=dr.ci_pr
and pr.ch_pr=dr.ch_pr
and (( r.num_sillon_reponse = d.num_sillon1 )
or ( r.num_sillon_reponse = d.num_sillon2 ))
and d.id_fiche_sncf like :1
and not exists (select id_rep_fiche from correspondance where id_rep_fiche = r.id)
and ((dr.heure_local_dep is null and pr.heure_local_dep is null
and dr.heure_local_arr is not null and pr.heure_local_arr is not null)
or (dr.heure_local_arr is null and pr.heure_local_arr is null
and dr.heure_local_dep is not null and pr.heure_local_dep is not null))
and ((abs(to_number(dr.heure_local_arr) - to_number(pr.heure_local_arr)) <= :2)
or (abs(to_number(dr.heure_local_dep) - to_number(pr.heure_local_dep)) <= :3))
END OF STMT
PARSE #1:c=0,e=23280,p=6,cr=6,cu=0,mis=1,r=0,dep=0,og=0,tim=2791630466
=====================
...
=====================
PARSING IN CURSOR #1 len=896 dep=0 uid=23 oct=3 lid=23 tim=3039375808 hv=276931049 ad='111b3968'
select d.id_fiche_sncf,r.id as idRep
from
dem_fiche d,
dem_pr dr,
rep_fiche r,
rep_pr pr
where r.Liste_id_fiche_sncf is null
and r.parite is null
and d.id = dr.id_fiche
and r.id = pr.id_fiche
and pr.ci_pr=dr.ci_pr
and pr.ch_pr=dr.ch_pr
and (( r.num_sillon_reponse = d.num_sillon1 )
or ( r.num_sillon_reponse = d.num_sillon2 ))
and d.id_fiche_sncf like :1
and not exists (select id_rep_fiche from correspondance where id_rep_fiche = r.id)
and ((dr.heure_local_dep is null and pr.heure_local_dep is null
and dr.heure_local_arr is not null and pr.heure_local_arr is not null)
or (dr.heure_local_arr is null and pr.heure_local_arr is null
and dr.heure_local_dep is not null and pr.heure_local_dep is not null))
and ((abs(to_number(dr.heure_local_arr) - to_number(pr.heure_local_arr)) <= :2)
or (abs(to_number(dr.heure_local_dep) - to_number(pr.heure_local_dep)) <= :3))
END OF STMT
PARSE #1:c=0,e=98,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=3039375802
EXEC #1:c=0,e=54,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=3039376139
*** 2008-01-31 14:28:47.000
FETCH #1:c=4578125,e=18446744067633889042,p=24209,cr=89913,cu=0,mis=0,r=1,dep=0,og=4,tim=18446744070673265216
XCTEND rlbk=0, rd_only=1
*** 2008-01-31 14:29:15.000
FETCH #1:c=26765625,e=27835654,p=1797,cr=16043,cu=0,mis=0,r=200,dep=0,og=4,tim=18446744070701101546
*** 2008-01-31 14:29:40.000
FETCH #1:c=24593750,e=25302878,p=1541,cr=11759,cu=0,mis=0,r=200,dep=0,og=4,tim=18446744070726405350
*** 2008-01-31 14:30:26.000
FETCH #1:c=44359375,e=45590131,p=2280,cr=21264,cu=0,mis=0,r=200,dep=0,og=4,tim=18446744070771996158
*** 2008-01-31 14:31:11.000
FETCH #1:c=43562500,e=45087384,p=2171,cr=28645,cu=0,mis=0,r=200,dep=0,og=4,tim=18446744070817084229
*** 2008-01-31 14:31:33.000
FETCH #1:c=21078125,e=21799783,p=1549,cr=14161,cu=0,mis=0,r=147,dep=0,og=4,tim=18446744070838884785
=====================
...
=====================
PARSING IN CURSOR #1 len=896 dep=0 uid=23 oct=3 lid=23 tim=18446744070850669503 hv=276931049 ad='111b3968'
select d.id_fiche_sncf,r.id as idRep
from
dem_fiche d,
dem_pr dr,
rep_fiche r,
rep_pr pr
where r.Liste_id_fiche_sncf is null
and r.parite is null
and d.id = dr.id_fiche
and r.id = pr.id_fiche
and pr.ci_pr=dr.ci_pr
and pr.ch_pr=dr.ch_pr
and (( r.num_sillon_reponse = d.num_sillon1 )
or ( r.num_sillon_reponse = d.num_sillon2 ))
and d.id_fiche_sncf like :1
and not exists (select id_rep_fiche from correspondance where id_rep_fiche = r.id)
and ((dr.heure_local_dep is null and pr.heure_local_dep is null
and dr.heure_local_arr is not null and pr.heure_local_arr is not null)
or (dr.heure_local_arr is null and pr.heure_local_arr is null
and dr.heure_local_dep is not null and pr.heure_local_dep is not null))
and ((abs(to_number(dr.heure_local_arr) - to_number(pr.heure_local_arr)) <= :2)
or (abs(to_number(dr.heure_local_dep) - to_number(pr.heure_local_dep)) <= :3))
END OF STMT
PARSE #1:c=0,e=42,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=18446744070850669497
EXEC #1:c=0,e=53,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=18446744070850669817
*** 2008-01-31 14:33:00.000
FETCH #1:c=7343750,e=75612202,p=25219,cr=91451,cu=0,mis=0,r=1,dep=0,og=4,tim=18446744070926282054
XCTEND rlbk=0, rd_only=1
*** 2008-01-31 14:35:43.000
FETCH #1:c=157593750,e=162223085,p=9043,cr=73178,cu=0,mis=0,r=54,dep=0,og=4,tim=18446744071088505831
=====================
...
=====================
PARSING IN CURSOR #1 len=896 dep=0 uid=23 oct=3 lid=23 tim=18446744071089301748 hv=276931049 ad='111b3968'
select d.id_fiche_sncf,r.id as idRep
from
dem_fiche d,
dem_pr dr,
rep_fiche r,
rep_pr pr
where r.Liste_id_fiche_sncf is null
and r.parite is null
and d.id = dr.id_fiche
and r.id = pr.id_fiche
and pr.ci_pr=dr.ci_pr
and pr.ch_pr=dr.ch_pr
and (( r.num_sillon_reponse = d.num_sillon1 )
or ( r.num_sillon_reponse = d.num_sillon2 ))
and d.id_fiche_sncf like :1
and not exists (select id_rep_fiche from correspondance where id_rep_fiche = r.id)
and ((dr.heure_local_dep is null and pr.heure_local_dep is null
and dr.heure_local_arr is not null and pr.heure_local_arr is not null)
or (dr.heure_local_arr is null and pr.heure_local_arr is null
and dr.heure_local_dep is not null and pr.heure_local_dep is not null))
and ((abs(to_number(dr.heure_local_arr) - to_number(pr.heure_local_arr)) <= :2)
or (abs(to_number(dr.heure_local_dep) - to_number(pr.heure_local_dep)) <= :3))
END OF STMT
PARSE #1:c=0,e=17,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=18446744071089301742
EXEC #1:c=0,e=52,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=18446744071089302062
*** 2008-01-31 14:36:58.000
FETCH #1:c=7437500,e=74924791,p=25788,cr=91495,cu=0,mis=0,r=1,dep=0,og=4,tim=18446744071164226888
XCTEND rlbk=0, rd_only=1
*** 2008-01-31 14:39:40.000
FETCH #1:c=157484375,e=162109754,p=9037,cr=73315,cu=0,mis=0,r=119,dep=0,og=4,tim=18446744071326337316
=====================
...
=====================
PARSING IN CURSOR #1 len=896 dep=0 uid=23 oct=3 lid=23 tim=18446744071328324885 hv=276931049 ad='111b3968'
select d.id_fiche_sncf,r.id as idRep
from
dem_fiche d,
dem_pr dr,
rep_fiche r,
rep_pr pr
where r.Liste_id_fiche_sncf is null
and r.parite is null
and d.id = dr.id_fiche
and r.id = pr.id_fiche
and pr.ci_pr=dr.ci_pr
and pr.ch_pr=dr.ch_pr
and (( r.num_sillon_reponse = d.num_sillon1 )
or ( r.num_sillon_reponse = d.num_sillon2 ))
and d.id_fiche_sncf like :1
and not exists (select id_rep_fiche from correspondance where id_rep_fiche = r.id)
and ((dr.heure_local_dep is null and pr.heure_local_dep is null
and dr.heure_local_arr is not null and pr.heure_local_arr is not null)
or (dr.heure_local_arr is null and pr.heure_local_arr is null
and dr.heure_local_dep is not null and pr.heure_local_dep is not null))
and ((abs(to_number(dr.heure_local_arr) - to_number(pr.heure_local_arr)) <= :2)
or (abs(to_number(dr.heure_local_dep) - to_number(pr.heure_local_dep)) <= :3))
END OF STMT
PARSE #1:c=0,e=17,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=18446744071328324879
EXEC #1:c=0,e=52,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=18446744071328325199
*** 2008-01-31 14:43:15.000
FETCH #1:c=140921875,e=212773704,p=33160,cr=150129,cu=0,mis=0,r=1,dep=0,og=4,tim=18446744071541098938
XCTEND rlbk=0, rd_only=1
*** 2008-01-31 14:43:40.000
FETCH #1:c=23921875,e=24742240,p=1842,cr=12751,cu=0,mis=0,r=1,dep=0,og=4,tim=18446744071565841861
===================== |