ORA-01012: not logged on [message #245259] |
Fri, 15 June 2007 12:33 |
seyiisq
Messages: 125 Registered: September 2005
|
Senior Member |
|
|
i was having an error ORA-00018: maximum number of sessions exceeded.
so i took the step below but now i am having another error
logged on as sys
Connected to an idle instance.
SQL> alter system set sessions = 225 scope = spfile;
alter system set sessions = 225 scope = spfile
*
ERROR at line 1:
ORA-01012: not logged on
pls help
[Updated on: Fri, 15 June 2007 12:48] Report message to a moderator
|
|
|
|
Re: ORA-01012: not logged on [message #245265 is a reply to message #245259] |
Fri, 15 June 2007 12:54 |
seyiisq
Messages: 125 Registered: September 2005
|
Senior Member |
|
|
tried it but got the following
SQL> startup
ORA-01081: cannot start already-running ORACLE - shut it down first
SQL> shutdown immediate;
ORA-00604: error occurred at recursive SQL level 1
ORA-00018: maximum number of sessions exceeded
|
|
|
|
Re: ORA-01012: not logged on [message #245268 is a reply to message #245259] |
Fri, 15 June 2007 13:08 |
seyiisq
Messages: 125 Registered: September 2005
|
Senior Member |
|
|
I tried that as well but got another error
SQL> shutdown abort;
ORACLE instance shut down.
SQL> startup;
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
|
|
|
|
Re: ORA-01012: not logged on [message #245272 is a reply to message #245259] |
Fri, 15 June 2007 13:16 |
seyiisq
Messages: 125 Registered: September 2005
|
Senior Member |
|
|
I stopped the listener and started it again then I tried starting the instance but still with another error.
SQL> startup
ORA-01041: internal error. hostdef extension doesn't exist
|
|
|
|
Re: ORA-01012: not logged on [message #245309 is a reply to message #245259] |
Fri, 15 June 2007 15:57 |
seyiisq
Messages: 125 Registered: September 2005
|
Senior Member |
|
|
thanks alot
i have been able to rectify this problem as u said using 'shutdown abort'
my instance is now up and running but the problem here now is when i log in as user system i keep having this page
SQL*Plus: Release 10.1.0.2.0 - Production on Fri Jun 15 21:51:14 2007
Copyright (c) 1982, 2004, Oracle. All rights reserved.
ERROR:
ORA-06553: PLS-213: package STANDARD not accessible
ERROR:
ORA-06553: PLS-213: package STANDARD not accessible
Error accessing package DBMS_APPLICATION_INFO
Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL>
pls is there any problem at all
|
|
|
|
|
Re: ORA-01012: not logged on [message #245359 is a reply to message #245259] |
Sat, 16 June 2007 07:40 |
seyiisq
Messages: 125 Registered: September 2005
|
Senior Member |
|
|
tried it but got the following error
SQL> @catalog.sql;
SP2-0310: unable to open file "catalog.sql"
SQL> @catproc.sql;
SP2-0310: unable to open file "catproc.sql"
SQL>
|
|
|
Re: ORA-01012: not logged on [message #245360 is a reply to message #245259] |
Sat, 16 June 2007 07:56 |
seyiisq
Messages: 125 Registered: September 2005
|
Senior Member |
|
|
Tried this as well but got the error below
SQL> execute catalog.sql;
BEGIN catalog.sql; END;
*
ERROR at line 1:
ORA-06553: PLS-213: package STANDARD not accessible
SQL> execute catproc.sql;
BEGIN catproc.sql; END;
*
ERROR at line 1:
ORA-06553: PLS-213: package STANDARD not accessible
|
|
|
|
|
|
|
|