Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Looking to dump table into a text file of INSERT statements
A DBA may have a more brute force solution for you, but as a developer I
would recommend using the UTIL_FILE package. You could open a cursor, fetch
each row,and then output the insert statement for the rows values to a text
file using the package.
Bill in NY
Chris Schoenfeld wrote in message <35D0C9EB.98D3E728_at_ixlabs.com>... What is the easiest way to do this in Oracle?
Chris Received on Tue Aug 11 1998 - 23:46:51 CDT
![]() |
![]() |