Query with LOB's

laurarana

Member
When I try to execute a query on a table with LOB's I encounter this error: "A query with LOB's requires OCI8 mode but OCI7 mode is used".

How can I resolve this problem?

Thanks a lot,

LAURA
 
This indicates that you have enabled the "Force OCI7 mode on OCI8" preference (Tools > Preferences > Options tab page). Disable the preference, restart PL/SQL Developer, and try again.

------------------
Marco Kalter
Allround Automations
 
Dear mkalter,

You are great! Just a checkbox, and the problem is solved!!! Thank you very much!!!

Regards,

LAURA ARANA
 
Back
Top