Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: can restart database.
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 BortelReceived on Mon Mar 07 2005 - 10:40:24 CST
![]() |
![]() |