Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Cannot mount database in excluse module
It means that you are trying to mount (and thus to open) a database which is
already opened. The principle cause of this is that your ORACLE_SID
environment variable is mis-set, causing you to attempt to open the wrong
database.
Therefore, you can't "handle" it, just do it right: set ORACLE_SID correctly before attempting the startup command.
Regards
HJR
"Debuger" <z_yikai_at_www.163.net> wrote in message
news:acka69$ngg$1_at_mail.cn99.com...
> Why I get the error message?
> How can I handle it?
>
> Thanks
>
>
Received on Sat May 25 2002 - 02:52:36 CDT
![]() |
![]() |