- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- After fresh Linux install, getting ORA-12560 proto...
Operating System - Linux
1820072
Members
2655
Online
109608
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2010 06:02 AM
тАО07-08-2010 06:02 AM
Hi,
I had to re-install RHEL 5 onto a system that was an Oracle DB server. After re-presenting the original LUNS to the system, the database starts, but I can not connect to it from clients. We get an ORA-12560 TNS:Protocol Adaptor Error.
I have tried using the iptables command to open port 1521, but I still can't connect.
What else can I check?
Thanks,
Randy
I had to re-install RHEL 5 onto a system that was an Oracle DB server. After re-presenting the original LUNS to the system, the database starts, but I can not connect to it from clients. We get an ORA-12560 TNS:Protocol Adaptor Error.
I have tried using the iptables command to open port 1521, but I still can't connect.
What else can I check?
Thanks,
Randy
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2010 06:39 AM
тАО07-08-2010 06:39 AM
Solution
>>> I have tried using the iptables command to open port 1521, but I still can't connect.
It's better if your stop iptables at:
service iptables stop
http://www.cryer.co.uk/brian/oracle/ORA12560.htm
"Oracle classify this as a ├в generic protocol adapter error├в . In my experience it indicates that Oracle client does not know what instance to connect to or what TNS alias to use."
It's better if your stop iptables at:
service iptables stop
http://www.cryer.co.uk/brian/oracle/ORA12560.htm
"Oracle classify this as a ├в generic protocol adapter error├в . In my experience it indicates that Oracle client does not know what instance to connect to or what TNS alias to use."
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2010 01:37 PM
тАО07-08-2010 01:37 PM
Re: After fresh Linux install, getting ORA-12560 protocal adaptor error
from the client systems:
tnsping;
So, if your database has a name of "PROD", then,
tnsping PROD;
If you don't get a response, then try pinging the server name.
ping.
From the above steps, you can see if you've got a basic network problem, or a SQLNet problem.
Also, look in the $ORACLE_HOME/network/admin/tnsnames.ora file, and make sure the database you're trying to connect to is in there, and for that listing, make sure that the port number, and the server name (or IP address) is correct.
Get back to us with the error codes from above.
tnsping
So, if your database has a name of "PROD", then,
tnsping PROD;
If you don't get a response, then try pinging the server name.
ping
From the above steps, you can see if you've got a basic network problem, or a SQLNet problem.
Also, look in the $ORACLE_HOME/network/admin/tnsnames.ora file, and make sure the database you're trying to connect to is in there, and for that listing, make sure that the port number, and the server name (or IP address) is correct.
Get back to us with the error codes from above.
We are the people our parents warned us about --Jimmy Buffett
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2010 04:22 AM
тАО07-09-2010 04:22 AM
Re: After fresh Linux install, getting ORA-12560 protocal adaptor error
John,
Thanks for the additional ways to test Oracle connectivity.
Randy
Thanks for the additional ways to test Oracle connectivity.
Randy
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP