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 -> Basic exp/imp question

Basic exp/imp question

From: Juan Carlos <jc_va_at_hotmail.com>
Date: Sat, 24 Jul 1999 13:40:59 -0700
Message-ID: <7nctrq$knr$1@bgtnsc01.worldnet.att.net>


If I have a script to exp with carriage returns, it seems to not = recognize the commands. This works:

[oracle : ~] $cat full

exp userid=scott/tiger full=y file='/home/oracle/full.dmp' = log='/home/oracle/full.log'

but this doesn't, and it writes to the default expdat.dmp file

[oracle : ~] $cat fulx

exp userid=scott/tiger
full=y
file='/home/oracle/full.dmp'
log='/home/oracle/full.log'

Is there a continuation character so that the commands are parsed = correctly? This is oracle 8.0.5/linux.

Thanks. Received on Sat Jul 24 1999 - 15:40:59 CDT

Original text of this message

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