Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to interpret date values in a trace file?
On Jan 26, 5:35 pm, wagen..._at_yahoo.com wrote:
> Bind#5
> oacdty=180 mxl=11(11) mxlc=00 mal=00 scl=00 pre=00
> oacflg=03 fl2=1000000 frm=01 csi=873 siz=0 off=352
> kxsbbbfp=2a973b6d38 bln=11 avl=11 flg=01
> value=
> Dump of memory from 0x0000002A973B6D38 to 0x0000002A973B6D43
> 2A973B6D30 1C0A6A78 1520130F [xj.... .]
> 2A973B6D40 974075C1 [.u@.]
> Bind#6
> oacdty=180 mxl=11(11) mxlc=00 mal=00 scl=00 pre=00
> oacflg=03 fl2=1000000 frm=01 csi=873 siz=0 off=368
> kxsbbbfp=2a973b6d48 bln=11 avl=11 flg=01
> value=
> Dump of memory from 0x0000002A973B6D48 to 0x0000002A973B6D53
> 2A973B6D40 1A016B78 1520130F [xk.... .]
> 2A973B6D50 034075C1 [.u@.]
>
> Thanks for any help/pointers.
> wagen
Hi,
Are you sure you are mapping the binds correctly? Yours looks more like an object bind.
See below...
Notice the datatype is 12 (my table had a date datatype, as did the bind), whereas yours is 180.
HTH, Steve Received on Fri Jan 26 2007 - 20:08:25 CST