Run Exp utility in background mode [message #599849] |
Tue, 29 October 2013 09:08 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/a1ef481bc9f131925db258b93fb0a745?s=64&d=mm&r=g) |
sureshram24
Messages: 13 Registered: August 2013 Location: Bangalore
|
Junior Member |
|
|
Hi All,
I have executed the exp utility to take schema backup as below.
DB_NAME=name
DAY=`date +%a_%d-%m-%Y`
gzip < exp_test_pipe > exp_test_${DAY}.dmp.gz &
exp username@test.cis.cat.com file=exp_test_pipe log=exp_test_dumps.log parfile=export_options.par
more export_options.par
compress=n
statistics=none
CONSISTENT=n
indexes=Y
owner=test
direct=Y
my password is starts with $
example: $12300$ahhh and hence its not allowing me to execute when given like below..
exp username/$12300$ahhh@test.cis.cat.com file=exp_test_pipe log=exp_test_dumps.log parfile=export_options.par
Could you please help me to resolve the issue?
Please revert back if any need any info or query.
Many thanks.
|
|
|
|
|
|