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
What is the difference between BPA AND Contract What are documents and test cases u followed
Name the different triggers associated with oracle forms having a master-detail relationship.
How can we expand Parameter Form Canvas on Reports 6i?
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
Is it possible to have multiple layouts in a report?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
What is a matrix report and how many minimum groups are required to prepare the same?
did u p prepared complex report
how to send file attachment from oracle forms
What is a user exit program in oracle reports?
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
In what sequence do triggers get fired by oracle forms?
What is an SQL FORMS ?
where do u put the report file
What do you understand by oracle forms and why are they required?