Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Basic exp/imp question
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
![]() |
![]() |