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
List the different types of columns in oracle reports.
What is responsibility and how u attach How to create user and how u attach with responsibility.
Explain the different levels at which oracle form services interact.
hiding item in report how like that properly,thats manually but at runtime i want to do
What do you understand by oracle forms and why are they required?
In what sequence do triggers get fired by oracle forms?
What is a user exit program in oracle reports?
What are the various configuration files that are used by oracle forms?
how do u place it in required folder
Why oracle forms required?
What is an oracle report? List its various types.
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 do we mean by record group in oracle forms?
In what situation u create the BPA.
how do u compile a form i.e .fmb file in Unix or in dos