10g and OCI? Mode

Joe Bibbo

Member
I have upgraded an application 10 to Oracle 10g. When accessing data I gat the following message:
A Query with LOB's requires OCI8 mode, but OCI7 mode is used.

The query works fine in PL/SQL Devoloper, but not in my app. I have upgraded with the following:
Product: Direct Oracle Access, Standard version, with source
- Serial number: 02.22213
- Licenses: 4
- Base version: 4.0
- Service contract expiration date: September 1, 2005
- Oracle Monitor: Lite

What do I need to do?

Thanks

Joe
 
This indicates that either you have set TOracleSession.Preferences.UseOCI7 to True, or that the application is still linked with Direct Oracle Access 3.4 or older units.
 
Back
Top