Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ORA-01034: ORACLE not available
Whatup/
Yes, database never been mounted and opened. That ' s why Looks like you several instances, and starting wrong one
You should have initial file called "initARCH.ora" or something It is in $ORACLE_HOME/dbs/
go like this
>srvmgrl
>connect internal
>startup pfile=$ORACLE_HOME/dbs/initARCH.ora
>select * from v$database;
Let me know how it goes.
"Thomas Fischer" <himself_at_tfischer.de> wrote in message
news:38c26514.1736837_at_news.uni-kassel.de...
> Hi,
>
> On Sun, 05 Mar 2000 06:27:59 GMT, "joon" <joopark_at_home.com> wrote:
>
> >Well, If your SID=ARCH and running internally , then you should be fine
for
> >Listener.
> >Which SID you want to use?
> ARCH
>
> >Is server really started?
> after 'dbstart', 'lsnrctl start' says:
>
> TNS-01106: Listener using listener name LISTENER has already been
> started
>
> >Test like
> >>srvmgrl
> >>connect internal/password_at_servicename
> >>startup
>
> two things can happen. when I log on as System I get ORACLE not
> available:
> --------------------------------------------------------------------------
![]() |
![]() |