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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Exporting Oracle Database into text file

Re: Exporting Oracle Database into text file

From: Thor HW <thor_at_echidna.net>
Date: 1997/07/15
Message-ID: <01bc916f$ad0785c0$c570248e@thor_hw>#1/1

> set feedback off
> set heading off
> set pagesize 0
> set linesize 210
> set space 0
> set newpage 0
> set verify off
> set termout off
> set echo off
> set wrap off
> set flush off

good list ... although I add
set trimspool on
and set my linesize to 2000

The trimspool will not pad out the line with white space.

Thor HW Received on Tue Jul 15 1997 - 00:00:00 CDT

Original text of this message

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