Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Svrmgr30 oracle command line parameters
Ok I'm going to try to answer my own question... Correct me if I'm wrong,
but, I can just use a SQL script file with the commands listed in there,
then run it like this:
svrmgr30 "@c:\test.sql"
"Phoric" <phoricdotcom_at_hotmail.com> wrote in message
news:a2nboa$12ibfk$1_at_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 - 16:46:23 CST
![]() |
![]() |