Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: can restart database.
okay, first, thanks for your interests...
So, here a shotscreen of what I did:
connected; //(as SYSDBA)
SQL> startup no mount
ORA-34323 : value not allowed
ORA-12560 : protocol adapter error
So I get the same errors...
init.ora seems ok..:-|
I don't know what to do...:(
>
>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
Received on Mon Mar 07 2005 - 11:10:35 CST