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 / kashif keeriyo
you have to give link of
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)
)
)
to the tnsnames file inside the admin folder then connect it
will work surely.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
What is the difference between BPA AND Contract What are documents and test cases u followed
What do you understand by lov and how can it be used?
Is it possible to execute a dynamic sql from forms?
can you convert or reverse engineer a fmx back to a fmb file?
what is tripstop report?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
how do u compile a form i.e .fmb file in Unix or in dos
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
what exactly u write in when_new_form_instance
What is the difference between flex mode and confined mode?
How can we expand Parameter Form Canvas on Reports 6i?
Name the different triggers associated with oracle forms having a master-detail relationship.
In what sequence do triggers get fired by oracle forms?