Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
ORA-12154: TNS could not resolve the connect identifier specified

Hello Experts,
I uploaded my RPD at OAC server (through OAC console) and can see my RPD listed in Analytics page. However when I am trying to create report (drag fields for analysis report and click on results), getting error in below.
Is it due to missing TNS entry at tnsnames.ora file at OAC server?
Any Idea what is this page? I guess I do not need to create connection in this page if I need to use RPD with connections specified at it's connection pool?
Thanks,
Answers
-
You can't use a TNS name in OAC because you don't have access to the tnsnames.ora file on OAC (it's cloud!).
Remove the TNS name and enter a full connection string pointing to your database.
The DV connections have nothing to do with the RPD.
0 -
Thanks Gianni !!!
Kindly help me -what do you mean by full connection string pointing to your database?
Currently I am using below connection in connection pool at RPD:
testhostname.us.oracle.com:1521/ndtpa_pol
Here testhostname.us.oracle.com is host name and 1521 is port number and ndtpa_pol is service name for database.
Is full connection string pointing to your database below?
(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST =testhostname.us.oracle.com)(PORT = 1521))(CONNECT_DATA = (SERVICE_NAME = ndtpa_pol)))
Thanks,
0 -
After using full connection string as above, below error is not occurring:
ORA-12154: TNS could not resolve the connect identifier specified
However now query is getting timed out.
I guess I am facing some issue in connection my OAC server with DB/Data Mart server.
Thanks,
0 -
Ask your sysadmin to check your settings and look into network connectivity, firewalls etc.
0