Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Slow access to fields by ODynaset::GetValue() method of OO4O library
Hello oracle boys. I am making a little persistent object (C++) framework
for our internal needs. When I tuned the system I found that 75%-80% of the
time is consummed by ODynaset::GetValue(...) (OO4O library) methods. Does
someone know how to access many field values by one method call (not by many
GetValue(...) calls) or some other library which has better field access
perfomance (for C or C++). May the problem is not in GetValue method? May
the parameters of the library (buffer size ...) have not proper values? May
be the problem is somewhere else?
Thanks in advance
Stojan Stojanov
Received on Thu Nov 25 1999 - 06:25:41 CST
![]() |
![]() |