• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

TNS:protocol adapter error

 
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all ,
I'm getting this error ora-12560:TNS : protocol adapter error , when i'm trying to connect to my local oracle Db what might be the problem ?
[ November 21, 2004: Message edited by: srini vasan ]
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by srini vasan:
Hi all ,
I'm getting this error ora-12560:TNS : protocol adapter error , when i'm trying to connect to my local oracle Db what might be the problem ?

[ November 21, 2004: Message edited by: srini vasan ]



Oracle Installation Problem
Can be easily corrected by using Oracle Net Configuration utility

A Service name has to be created in your local machine to describe the Oracle Server Name, its hostname ,port address and protocal
For example in our office Oracle 9i is installed in a server named Bulls.

We create a service name by providing the following details

SERVICE NAME: amarml.bulls
Protocol : TCP
PORT ID : 1521

After creating above service name ,

We are able to connect to the above server by providing username,password as usual and servicename=amarml

If you have any further problems

please furnish all the environment details
 
Srinivasa Raghavan
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But it was working well before ..
Since i got this error .. i thought some dll's got corrupted & reinstalled Oracle 10g but then getting the same error..
I'll try your sugession as well ...
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have Oracle 9i installed on my stand alone machine. I get the same problem when i try to connect to Oracle using SYS and the password.

I wonder why this happens. Could you throw more light on the problem?

thanks
ilango

Originally posted by R NATARAJAN:


Oracle Installation Problem
Can be easily corrected by using Oracle Net Configuration utility

A Service name has to be created in your local machine to describe the Oracle Server Name, its hostname ,port address and protocal
For example in our office Oracle 9i is installed in a server named Bulls.

We create a service name by providing the following details

SERVICE NAME: amarml.bulls
Protocol : TCP
PORT ID : 1521

After creating above service name ,

We are able to connect to the above server by providing username,password as usual and servicename=amarml

If you have any further problems

please furnish all the environment details

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,

please just check your TNSNAMES.ora file and the listener too,
and check if the listener is started on the Administrative tools.

then check it again.

Regards,
Mustafa.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic