slow defining in OCI/OCCI: 65% time in internal to external datatype conversion -
05-22-2005
, 04:22 PM
We have some application using Oracle Object Relational features. We
read a quite complex object made of 2 nested objects and about 400
attributes(fields).
We waste 65% of time doing internal to external data conversion.
We used OCI and OCCI but results are the same.
Is there a way to get internal buffers to do conversion by ourself ? We
only use varchar, number and date attributes so conversion is quite
simple. |