I have been using Kylix 3 with Oracle 8i and 9 for a long time now. Our hosting provider is forcing us to upgrade to 10g. They have made the switch on the test environment, and now we are getting errors like:
A query with LOB's requires OCI8 mode, but OCI7 mode is used
ORA-00439: feature not enabled: RETURNING clause from this client type
I have looked at the source (Oracle.pas) and see where the LOB error will return this if ASession.UseOCI80 is not true (which is set reverse of UseOCI7)
We have 4.0.3 and Kylix 3
Our Oracle Session Preferences are set
UseOCI7 = False
What could be the problem with 10g
A query with LOB's requires OCI8 mode, but OCI7 mode is used
ORA-00439: feature not enabled: RETURNING clause from this client type
I have looked at the source (Oracle.pas) and see where the LOB error will return this if ASession.UseOCI80 is not true (which is set reverse of UseOCI7)
We have 4.0.3 and Kylix 3
Our Oracle Session Preferences are set
UseOCI7 = False
What could be the problem with 10g