I have a client that is written using a script that inserts data into
clob data fields and these columns exceed 32K. It looks like the
writes to the lobs are suceeding from the client, but I am unable to
view them data from either sqlplus nor toad.
How would I be able to display clob fields via sqlplus or
toad for data types > 32K?
Thank you!
-- Phil
Thanks, but I'm using the 8.0.0.47 (commercial) version and don't see
a clob nor lob icon. Is this something to configure? Where do you get
this icon?
Also, does dbms_lob calls work on sql editor?
Thanks
You're several releases behind on TOAD, as the current release is
9.6.1.1. I expect you won't find such an icon in your release, as I
suspect it was written prior to the implementation of LOBs.
David Fitzjarrell