Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Startup problems - cannot specify SID for svrmgr30
Harald Buesching wrote:
> Hello!
>
> We are using NT with 8.0.5.2.6.
Autch! Desupported and not a final version.
> Maybe the spaces Set 'Oracle_SID = DWH2' are fatal, don't remember, if
> i really used them.
So - have you retried *without* spaces? IFAIK, this is the problem.
And local would be in the registry - I would advise against it, as
you have several instances running.
Not setting your environment will cause an error (tns12xxx, strangely),
making you aware of what you're doing.
Consider this (with local set!)
DOS> set oracle_sid=dwh2
DOS> svrmgr30
SVRMGR> connect internal SVRMGR> shutdown ... SVRMGR> exit
SVRMGR> connect internal
SVRMGR> startup
..cannot start - oracle is running shutdown first
SVRMGR> shutdown
-> You are now shutting ORCL (or whatever value local has)
Frank
Almost forgot: local would have the same value as your tnsalias
would have in connect uid/passwd_at_tnsalias
Received on Wed May 22 2002 - 14:17:36 CDT
![]() |
![]() |