getclobval function for xml not automatic if not owner

David K

Member²
If I log in as the owner of a table that has a clob that stores xml, and I right-click the table and select query data, the getclob function is automatically inserted and I can view the xml with the large data editor. If I am not logged in as the owner, then the function is not inserted.

I using version 7.0.2.1076 with Oracle 9.2.0.6.0.
 
Strange. To obtain some more diagnostic information, can you modify the shortcut and add the debugsql parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" debugsql

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory.
 
Back
Top