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 -> Re: can restart database.

Re: can restart database.

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Mon, 07 Mar 2005 17:40:24 +0100
Message-ID: <d0i013$8eb$1@news5.zwoll1.ov.home.nl>


Vince <vincent@ wrote:
> Hi!
>
> well, I'm connected as SYSDBA and I shutdown my database, it's ok...
> but I couln't 'restart mount' it, I got two errors :
>
> ORA-34323 : value not allowed
> ORA-12560 : protocol adapter error
>
> I've restarted the OracleOraHome81TNSListener, but nothing much....
> any idea? (windows 2003 Server and Oracle 8.1)
>
> thanks a lot.
> Vince..
>

do a step by step...

startup nomount
alter database mount;
alter database open;

and see what goes wrong where...
My guess is you have:
invalid syntax (what's restart mount?!?), or invalid values in your init.ora.

Please post a screen copy (copy/paste) of your efforts

-- 
Regards,
Frank van Bortel
Received on Mon Mar 07 2005 - 10:40:24 CST

Original text of this message

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