Ask a Question related to Oracle Server, Design and Development.
-
NotNeo #1
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
Client (tank) I get TNS-12560. I can ping the neo from tanks and tank from
neo so it isn't a network problem. The trace file shows that in can't start
the transport layer due to an error 530:
Tns error struct:
nr err code: 0
ns main err code: 12560
TNS-12560: TNS:protocol adapter error
ns secondary err code: 0
nt main err code: 530
TNS-00530: Protocol adapter error
nt secondary err code: 54
nt OS err code: 0
Looking in the listener.log file on the server I can see entries for the two
successful actions on neo. However, the remote attempts from tank don't
even seem to hit the listener port on 1521. TNSNAMES.ORA entries are
consistent on both sides LISTENER.ORA seems correct and I only have a single
Oracle home.
I have changed the Client side hosts file to include named mappings for both
the involved machines with the correct IPs.
I have even used the adapters command to check the linked protocols and they
are present in the listener and oracle executables - both have TCP/IP
linked.
Getting desperate here now... has anyone seen and solved this problem?
NotNeo Guest
-
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... -
Controls with a client side onLoad function or seting a cursor server side
Is there any way to create a web control that calls a client side onLoad function? Its diffucilt since you are not able to access the form or... -
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... -
button evet ---- server side - client side ???
I want to use button. My question is that How can use server side and client site event at the same time. That is: I want to use button : when... -
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... -
TurkBear #2
Re: TNS-12560:Protocol adapter error from client side only...
Can you tnsping from the client.?
Is your Oracle_Home correctly set on the client and is your tnsnames.ora file in the /network/admin directory under that
home?
What client version, server version of Oracle..
Is it XP Home or XP Pro..
By consistent, do you mean the same? Please post, if you can, the tnsnames.ora file from the client and the listener.ora form
the server...
( Just a note: cross-posting is highly discouraged..)
"NotNeo" <chas_newport@bigfoot.com> wrote:
>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
>Client (tank) I get TNS-12560. I can ping the neo from tanks and tank from
>neo so it isn't a network problem. The trace file shows that in can't start
>the transport layer due to an error 530:
>
> Tns error struct:
> nr err code: 0
> ns main err code: 12560
> TNS-12560: TNS:protocol adapter error
> ns secondary err code: 0
> nt main err code: 530
> TNS-00530: Protocol adapter error
> nt secondary err code: 54
> nt OS err code: 0
>
>Looking in the listener.log file on the server I can see entries for the two
>successful actions on neo. However, the remote attempts from tank don't
>even seem to hit the listener port on 1521. TNSNAMES.ORA entries are
>consistent on both sides LISTENER.ORA seems correct and I only have a single
>Oracle home.
>
>I have changed the Client side hosts file to include named mappings for both
>the involved machines with the correct IPs.
>
>I have even used the adapters command to check the linked protocols and they
>are present in the listener and oracle executables - both have TCP/IP
>linked.
>
>Getting desperate here now... has anyone seen and solved this problem?
>TurkBear Guest



Reply With Quote

