12
Aug
10

Trouble shooting ORA-12514

Once i had got a call from application team stating that the dblinks are not working from production database to access objects in other database.

So immediately i have logged into the production server and tried to connect to other database using dblink and it had given the error ORA-12514.

Basically when this error encounters make sure to check the SERVICE_NAME parameter in the connect descriptor matches with the service name known by listener. In my case it was not matching, so i have modified the value such that it matches with the value known by listener and it has solved my problem.

Eg: earlier SERVICE_NAME parameter in connect descriptor was XYZ but the value known by listener(to find this you can give service LISTENER_NAME in lsnrctl prompt) was XYZ.WORLD.So i have changed the SERVICE_NAME value to XYZ.WORLD and it made the trick.


0 Responses to “Trouble shooting ORA-12514”



  1. Leave a Comment

Leave a comment


Its Mee :)


Welcome to My Blog:
In this Blog you will find the Oracle stuff which i came across and experienced as DBA. So would like to share with you all so that everyone gets benefited.

August 2010
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Blog Stats

  • 94,258 hits