Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> ORA-03001
I am using oracle 9.2.0.3 and have developed a collection type based
on an object type with several attributes/columns/fields. I am using
the collection type in an api, and calling it from c++. Compiles
cleanly.
I get the above runtime error (03001). I followed metalink's example. but it's not working. The error occurs when, in the c++ code, I attempt to populate the object with another object. This is before the all to the api.
ideas?
Bill Stranges Received on Fri Jun 11 2004 - 15:26:30 CDT