Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: new to oracle...HELP!
You can export data in an Oracle binary format using EXP utility but
there is no such command to export data tables to flat files.
Fortunately you can write a script in SQL Plus to do that.
My freeware utility SQLPlusPlus allows you to create such a script without any knowlege of SQLPlus etc by just using EXEC S.BLDDAT (tablename).
You can then modify this script to use whatever delimiter you want to use before executing it in sql plus.
regards,
M. Armaghan Saqib
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Jan 05 2000 - 00:31:50 CST
![]() |
![]() |