vote up 1 vote down star

When I try to display the contents of a LOB (large object) column in SQL*Plus, it is truncated. How do I display the whole thing?

flag

2 Answers

vote up 0 vote down

This is great solution compared to all other complex solutions provided which requires creating procedures etc.

Thanks

link|flag
vote up 3 vote down check
SQL> set long 30000
SQL> show long
long 30000
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.