While connecting to Oracle Db i am getting the following
error message- ORA-12154: TNS:could not resolve the connect
identifier specified
what are the steps to solve this problem?

Answer Posted / bhupendra singh koranga

Please check your tnsnames.ora file on client machine..
the parameter should be like this..
database =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST =ip addrss or name
of the host)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = service name or database name)
)
)
fix it up...
and then just connect it again..
it will work..

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?

1849


what is difference between group above and group left report

3193


Explain how one can iterate through items and records in a specified block?

536


what are the new features introduced in oracle form services in 11g release 2?

571


What do we mean by record group in oracle forms?

602






In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?

806


where do u put the report file

1640


What do you understand by lov?

557


What is an SQL FORMS ?

2303


Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?

1544


if some data is not transfered where it will get stored

1452


Can we invoke one form from another in a multi-forms application?

625


what are the oracle forms services components include?

545


List out the oracle forms configuration files?

550


can you convert or reverse engineer a fmx back to a fmb file?

694