I tried it but it did not work. Below is what I did:
C:\>set ORACLE_SID=ORCL
C:\>svrmgrl
Oracle Server Manager Release 3.1.5.0.0 - Production
(c) Copyright 1997, Oracle Corporation. All Rights Reserved.
Oracle8i Personal Edition Release 8.1.5.0.0 - Production
With the Java option
PL/SQL Release 8.1.5.0.0 - Production
SVRMGR> connect internal/oracle as SYSDBA
Connected.
SVRMGR> startup
ORA-01081: cannot start already-running ORACLE - shut it down first
SVRMGR> shutdown
ORA-03114: not connected to ORACLE
SVRMGR> connect internal/oracle as SYSDBA
ORA-12547: TNS:lost contact
SVRMGR>
I have encountered this before and this is what I did (and it worked)
1. set ORACLE_SID=whatever
2. connect internal
3. shutdown normal, and then
4. startup
-
Try it out.
Hi guys,
I exited out of server manager, shut down the database, and tried to start it up again through sqlplus.
This time this is the error message that I received:
ORA 01092: ORACLE instance terminated. Disconnection forced
I also tried connecting as internal to sqlplus and I received this message:
ORA-24327: need explicit attach before authenticating a user.
So I went to svrmgrl and did what gary suggested again and it worked:
set ORACLE_SID=orcl
svrmgrl
SVRMGRL>connect internal
connected
SVRMGR>startup force
and it worked.
My question is what is causing this problem. This is the first time, that I am having this problem in a year.
I never had to go into server manager in order get into SQLPLUS but now it seems that without connecting into svrmgrl, I will not be able to connect to SQLPLUS
Can anybody tell me what's going on here?
Bookmarks