Data values not visible in debug mode
555742Jan 21 2010 — edited Mar 11 2010I am using Version 1.5.0.53. I have one PL/SQL package that has a package collection and a record. When the debugger steps into that package, I click over to the DATA tab so I can view the contents of these objects. However, that collection and record show no values, and the TYPE is listed as OPAQUE.
I have another package that has the same type of collection and record and I can drill into it just fine. I don't know why I can't see it in this other package.
I have made sure the package and package body are compiled for debug.
Has anyone else seen this? Any ideas are appreciated.
Thanks
Dave