Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> olog() -> OCILogon()
I have applicalion, that use OCI v7.
It work very good with Oracle 8.1.7.4.
I install Oracle 10g and rebuild (re-link) my application with
new oracle librarys.
Build was completed successfully (I suppose if applicalion builded OK,
then Oracle10 OCI support OCI v7 compatibility).
But I confronted with trouble!!!
olog() function return error!
Then I read Oracle OCI guide for release 10g (upgrade section).
http://www.cis.unisa.edu.au/oracle/appdev.101/b10779/oci01int.htm#421861
OCI v10 hasn't compatibility with OCI v7 (regarding olog function)? Or I wrong?
I DONT WANT rewrite my application (change OCI v7 to OCI v10).
Can I only change olog() prototype (parameters list) to use this
in OCILogon() function???
How can I do this???
Received on Fri Jul 01 2005 - 07:17:00 CDT
![]() |
![]() |