Ask a Question related to Oracle Server, Design and Development.
-
vipin_shar #1
Re: ORA-12560: TNS: Protocol Adapter Error
Hi dbuckingham,
I am also facing the similar problem. I have 2 instances of 9i on same
server. I am able to connect with one of them and connecting to other
instance gives me ORA-12560. tnsping is successful in both the cases.
only connection to sqlplus is giving problem. I saw that your problem
got resolved, so can you please help me to troubleshoot the problem.
Kindly let me know the steps you took to solve the issue.
Thanks
vipin
--
Posted via [url]http://dbforums.com[/url]
vipin_shar Guest
-
#39283 [NEW]: SSL: fatal protocol error
From: cboden at gmail dot com Operating system: Linux PHP version: 5.2.0RC5 PHP Bug Type: SOAP related Bug description: ... -
Internal error: Net8 protocol error.
I am getting the following error (similar to the one posted by the original poster): Error Executing Database Query. Internal error: Net8... -
PHP & OCI9. No such protocol adapter error.
Greetings, I've been developing several PHP-applications using Oracle client 8.2 and PHP 4.3.3 (OCI8 functions). Now the management wants to... -
TNS-12560:Protocol adapter error from client side only...
I am getting a strange symptom: tnsping and sqlplus work fine on my LINUX server (neo) so the listener and DB are OK. However, from my remote XP... -
ORA-12560:TNS:Protocol Adapter Error on Netware
I have this traditional error "ORA-12560:TNS:Protocol Adapter Error" when trying to connect to my Oracle 8i databases on Netware (i.e when i load... -
Karsten Farrell #2
Re: ORA-12560: TNS: Protocol Adapter Error
Hi vipin_shar, thanks for writing this:
I notice that you got this error when trying to connect to a local db. I>
> Hi dbuckingham,
>
> I am also facing the similar problem. I have 2 instances of 9i on same
> server. I am able to connect with one of them and connecting to other
> instance gives me ORA-12560. tnsping is successful in both the cases.
> only connection to sqlplus is giving problem. I saw that your problem
> got resolved, so can you please help me to troubleshoot the problem.
> Kindly let me know the steps you took to solve the issue.
>
> Thanks
> vipin
>
> --
> Posted via [url]http://dbforums.com[/url]
>
ran into the same problem once, trying to login to sqlplus to start my
database ... and scratched my head, trying to figure out what was wrong
with the Oracle network (since that's what the error message seems to
indicate). Checked all the network files and they seemed okay. Ran thru
all the lsnrctl and tnsping checks.
Finally on a whim, I displayed the current environment variables. Well,
ORACLE_HOME wasn't set ... so I set it ... and the error went away. Who
would have thought that not having oracle_home set would cause a network
protocol adapter error? The bequeath protocol, eh?
--
[:%s/Karsten Farrell/Oracle DBA/g]
Karsten Farrell Guest
-
dbuckingham #3
Re: ORA-12560: TNS: Protocol Adapter Error
Originally posted by vipin_sharHi Vipin,> Hi dbuckingham,
>
> I am also facing the similar problem. I have 2 instances of 9i on same
> server. I am able to connect with one of them and connecting to other
> instance gives me ORA-12560. tnsping is successful in both the cases.
> only connection to sqlplus is giving problem. I saw that your problem
> got resolved, so can you please help me to troubleshoot the problem.
> Kindly let me know the steps you took to solve the issue.
>
> Thanks
> vipin
Unfortunately, i am not going to be able to give you to much help here
for i am still not 100% sure what fixed my issue. It was a weird one.
The problem I had was that the machine is in a different location to
where i am, so when i was onsite where the machine was, i originally got
the issue when trying to log in via svrmgrl, one instance was fine, the
other i got the issue with. I gave up on the issue while i was onsite
and went home. I then tried to fix the issue via terminal services, but
one thing i was to find out is that, if you try and use svrmgrl via
terminal services you will always get this error for the communication
protocols being used are different. In the end I rang the people where
the machine was and asked them to reboot it and try again from their end
and it worked, so i am not 100% sure what the issue was. Why work for
them and not for me even though we did the same thing on the machine?
As indicated in another post, make sure that the oracle_home is set.
However my issues continue with environment, the TNSListener is not
creating handles to the second instance if it is on auto startup in
services, it has to be manually started. Oracle say it is due to memory,
but looking into it, there is more than enough memory (RAM + VM) to
accommodate this, so I am still not sure.
Sorry I cannot be of more help. If i think of anything i will let you
know.
Cheers
Dan.
--
Posted via [url]http://dbforums.com[/url]
dbuckingham Guest
-
Venkat #4
ORA-12560: TNS: Protocol Adapter Error
This is due to 3 main reasons.
1. Processes/sessions are full
2. Listner not able to listen ..
3. Some how sessions information not able to reach DB.
Solution:
Stop and start the listener
if it's windows machine restart the application server which is conneceted to the oracle
restart the databaseVenkat Guest



Reply With Quote

