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 -> Re: Can SvrMgrl accept command-line parameters?

Re: Can SvrMgrl accept command-line parameters?

From: <mmkpass_at_my-deja.com>
Date: Sat, 23 Oct 1999 04:29:11 GMT
Message-ID: <7urdim$1r9$1@nnrp1.deja.com>


svrmgrl command=@yourscriptname.sql

[yourscriptname.sql]
set echo on
spool ys.lis
connect internal
select name from v$database;
shutdown immediate
disconnect
spool off

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Oct 22 1999 - 23:29:11 CDT

Original text of this message

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