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 / harshada
Firstly Sys DBA/Manager sould create the user and allow him
to create the session permission with some password. then
mount the database it will allow you to connect the
database.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what are the oracle forms services components include?
how do u place it in required folder
List out the oracle forms configuration files?
What is an SQL FORMS ?
What is an oracle report?
Name the different triggers supported by oracle reports and their firing order.
what is tripstop report?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
How can we generate report output in excel format?
In what situation u create the BPA.
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
what are bind variables?
How to create Drill down report?
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.
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement