Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 
 

RMAN ORA-12520 Connect Error Tips

Oracle Database Tips by Donald BurlesonNovember 4, 2015


Question:  :  I am trying to connect to my RMAN catalog and I get this ORA-12520 error:

rman TARGET sys/syspwd@db  

RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database:
ORA-12520: TNS:listener could not find available handler for requested type of server

At the same time, I am able to login using sqlplus (sqlplus sys/syspwd@db as sysdba) without any issue.

Answer:  In your case, you can connect to the db service, but not to the cannot connect to your RMAN catalog instance (named TARGET).  

First, make sure that you have created your RMAN catalog database.  

To see what to do with the ORA-12520 error, you need to start by learning how to use the oerr utility to look-up error messages and actions.  

See here, the cause and action for the ORA-12530 error:

oerr ora 12540
  
ORA-12520:  TNS:listener could not find available handler for requested type of server  

Cause: None of the known and available service handlers for requested type of server (dedicated or shared) are appropriate for the client connection.  

Action: Run "lsnrctl services" to ensure that the instance(s) have registered with the listener and that the appropriate handlers are accepting connections

As we see, you start by running the "lsnrctl services" command and examine the output to ensure that your TARGET service has a handler:

lsnrctl services     - lists all servers and dispatchers
 
[oracle]seagull: lsnrctl services
LSNRCTL for HPUX:Version 2.0.15.0.0-Production on 16-SEP-94 15:36:47  

Copyright (a)  Oracle Corporation 1993. All rights reserved.  

Connecting to (ADDRESS=(PROTOCOL=TCP)(HOST=seagull)(PORT=1521))
Services Summary...
   tdb000                has 4 service handlers
     DISPATCHER established:1 refused:0 current:2 max:55 state:ready
       D001 (machine: seagull, pid: 4146)
       (ADDRESS=(PROTOCOL=tcp)(DEV=5)(HOST=141.123.224.38)(PORT=1323))
     DISPATCHER established:1 refused:0 current:2 max:55 state:ready
       D000 (machine: seagull, pid: 4145)
       (ADDRESS=(PROTOCOL=tcp)(DEV=5)(HOST=141.123.224.38)(PORT=1321))
     DISPATCHER established:0 refused:0 current:1 max:55 state:ready
       D002 (machine: seagull, pid: 4147)
       (ADDRESS=(PROTOCOL=tcp)(DEV=5)(HOST=141.123.224.38)(PORT=1325))
     DEDICATED SERVER established:0 refused:0  

The command completed successfully

See these related helpful notes on fixing the ORA-12520 error:


 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.