Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Export Answer Welcome
Hi,
Does anyone know an easy way of exporting my sql script from an Oracle
database
into a ascii file?
Export function of the Oracle do some things, but include it into dump file!
For instance if I created my Customer Table using my sql script:
Create table xxx
(customerid char(5), customername varchar(35)); .....................................................
I'd like to export this script into same form using some export function!
I didn't find an easy way!
Thanks
Zoran Received on Tue Aug 03 1999 - 11:11:07 CDT
![]() |
![]() |