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 -> Svrmgr30 oracle command line parameters

Svrmgr30 oracle command line parameters

From: Phoric <phoricdotcom_at_hotmail.com>
Date: Wed, 23 Jan 2002 14:59:36 -0700
Message-ID: <a2nboa$12ibfk$1@ID-124555.news.dfncis.de>


I am trying to run SVRMGR30 from a batch file and pass the commands I want to perform all on the same command line. I need the batch file to connect using "Internal", then shut down the database. How do I string more than one function on the command line? For example:

This works fine and I get a "connected' message: C:\> svrmgr30 "connect internal/oracle"

But what I really need is something like the following, which gives an error:
C:\> svrmgr30 "connect internal/oracle, shutdown;"

So how would this be done? Or is there another way to pass multiple strings directly from the command line?

Thanks, Received on Wed Jan 23 2002 - 15:59:36 CST

Original text of this message

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