• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

ORA-12154: TNS:could not resolve the connect identifier specified

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
On tuesday it was working.
Now i am trying to connect the database using toad.
I got this error.
ORA-12154: TNS:could not resolve the connect identifier specified .
The oracle 10g client is re-installed on my machine on tuesday.
it is because of that


please help me how to resolve this problem
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
first check the tnsnames.ora file on your system. Might you have overwritten that one in which SID and other info for the server were there.

You can copy the tnsnames.ora file from another similar client system and replace it with new one.

Also check if oracle server is on and you are able to ping it.
reply
    Bookmark Topic Watch Topic
  • New Topic