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 are bind variables?
Explain the various types of oracle report?
a text item is there what r the different types of triggers associated with it
why the Ctl file u put only in bin folder why not in other folder
What is the difference between flex mode and confined mode?
What is the difference between bind and lexical parameter?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
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 are the various configuration files that are used by oracle forms?
what are the oracle forms services components include?
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
What is a user exit program in oracle reports?
What do you understand by lov and how can it be used?
List the different types of columns in oracle reports.