adspace


kashif keeriyo


{ City } karachi
< Country > pakistan
* Profession * oracle developer
User No # 39211
Total Questions Posted # 2
Total Answers Posted # 1

Total Answers Posted for My Questions # 2
Total Views for My Questions # 6507

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 1
Questions / { kashif keeriyo }
Questions Answers Category Views Company eMail

how report can be generated if we have the database designed in oracle 10g?

1 Oracle Forms Reports 1999

how report can be generated if we have the database designed in oracle 10g?

1 Oracle Forms Reports 4508




Answers / { kashif keeriyo }

Question { IBM, 7484 }

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

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