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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: need to Run csscan in Background ?

Re: need to Run csscan in Background ?

From: <gparc_at_free.fr>
Date: Wed, 27 Dec 2006 10:38:01 +0100
Message-ID: <1167212281.45923ef92051e@imp3-g19.free.fr>


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-l
Received on Wed Dec 27 2006 - 03:38:01 CST

Original text of this message

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