Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Dumping contents of LONG columns to a file.
I use a simple sqlplus script - the key if the 'set' commands used up front.
The following example works for data up to 7000 bytes long - change the 7000 to
whatever you need. I do not know the upper limit on these 'set' commands:
![]() |
![]() |