Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL tables to text file
SQL*XL may be able to help you out here. With SQL*XL you can fetch the data
very easially into an Excel spreadsheet. From there it is easy to make the
insert statements. If you write them in ANSI SQL you should be able to apply
that to any database that supports ANSI. Use the Excel formula concatenate
to build your statements. Using SQL*XL you can then execute all the insert
statements (using the PL/SQL command).
Have a look at SQL*XL at http://www.oraxcel.com
Regards, Gerrit-Jan Linker Received on Sat Feb 23 2002 - 15:16:20 CST
![]() |
![]() |