Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Export Answer Welcome

Export Answer Welcome

From: zoran <zoran.gligorevic_at_mint.nl>
Date: Tue, 03 Aug 1999 17:11:07 +0100
Message-ID: <37A7149B.68E2975D@mint.nl>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US