Welcome back to HamidHelal blog.
Sorry for the long delay.
Today i encountered an error from client
ORA-12520: TNS:listener could not find available handler for requested type of server
when i tried to connect to database as admin, i got another error is
ORA-00020: maximum number of processes (150) exceeded
but there is a trick to connect
try,
C:\Users\Administrator>CD C:\app\Administrator\product\11.2.0\dbhome_1\BIN
C:\app\Administrator\product\11.2.0\dbhome_1\BIN>SQLPLUS /NOLOG
SQL*Plus: Release 11.2.0.4.0 Production on Tue Aug 20 00:38:14 2019
Copyright (c) 1982, 2013, Oracle. All rights reserved.
SQL> CONN /AS SYSDBA
ERROR:
ORA-00020: maximum number of processes (150) exceeded
C:\app\Administrator\product\11.2.0\dbhome_1\BIN>sqlplus -prelim "/ as sysdba"
SQL*Plus: Release 11.2.0.4.0 Production on Tue Aug 20 00:41:43 2019
Copyright (c) 1982, 2013, Oracle. All rights reserved.
SQL> SHUTDOWN ABORT
ORACLE instance shut down.
SQL> EXIT
Disconnected from ORACLE
C:\app\Administrator\product\11.2.0\dbhome_1\BIN>SQLPLUS / AS SYSDBA
SQL*Plus: Release 11.2.0.4.0 Production on Tue Aug 20 00:43:31 2019
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to an idle instance.
SQL> STARTUP
ORACLE instance started.
Total System Global Area 1.0255E+10 bytes
Fixed Size 2290120 bytes
Variable Size 1644170808 bytes
Database Buffers 8589934592 bytes
Redo Buffers 18817024 bytes
Database mounted.
Database opened.
SQL>
Sorry for the long delay.
Today i encountered an error from client
ORA-12520: TNS:listener could not find available handler for requested type of server
when i tried to connect to database as admin, i got another error is
ORA-00020: maximum number of processes (150) exceeded
but there is a trick to connect
try,
C:\Users\Administrator>CD C:\app\Administrator\product\11.2.0\dbhome_1\BIN
C:\app\Administrator\product\11.2.0\dbhome_1\BIN>SQLPLUS /NOLOG
SQL*Plus: Release 11.2.0.4.0 Production on Tue Aug 20 00:38:14 2019
Copyright (c) 1982, 2013, Oracle. All rights reserved.
SQL> CONN /AS SYSDBA
ERROR:
ORA-00020: maximum number of processes (150) exceeded
C:\app\Administrator\product\11.2.0\dbhome_1\BIN>sqlplus -prelim "/ as sysdba"
SQL*Plus: Release 11.2.0.4.0 Production on Tue Aug 20 00:41:43 2019
Copyright (c) 1982, 2013, Oracle. All rights reserved.
SQL> SHUTDOWN ABORT
ORACLE instance shut down.
SQL> EXIT
Disconnected from ORACLE
C:\app\Administrator\product\11.2.0\dbhome_1\BIN>SQLPLUS / AS SYSDBA
SQL*Plus: Release 11.2.0.4.0 Production on Tue Aug 20 00:43:31 2019
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to an idle instance.
SQL> STARTUP
ORACLE instance started.
Total System Global Area 1.0255E+10 bytes
Fixed Size 2290120 bytes
Variable Size 1644170808 bytes
Database Buffers 8589934592 bytes
Redo Buffers 18817024 bytes
Database mounted.
Database opened.
SQL>
No comments:
Post a Comment