Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: need to Run csscan in Background ?
Vivek,
you can try :
nohup $ORACLE_HOME/bin/csscan userid=\'scan/scan as sysdba\' <other_options> &
Nota : scan/scan (or whatever you like ) is just a hack to avoid the password
prompt.
The scan will run in the background and the result will be in file nohup.out in
your current directory.
HTH Regards
Gilles
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Dec 27 2006 - 03:38:01 CST
![]() |
![]() |