Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

LADP server Connection issue

Hello Team

 

I have been trying to connect with LDAP server with Power BI. However , I am facing issues with the error as below :

 

"Oracle: ORA-12154: TNS:could not resolve the connect identifier specified"

 

I have the entries in all 3 files ldap.ora,sqlnet.ora,tnsname.ora. I have also placed the path and TNS_NAME in variable. I have already installed the ODAC clinet. Also when run the 

OraProvCfg /action:gac /providerpath:"Oracle.DataAccess.dll

it throws error.

 

It would be great to get help on the above issue.

 

Thanks and Regards

Akriti Singh

1 ACCEPTED SOLUTION
v-luwang-msft
Community Support
Community Support

Hi @Anonymous ,

This is one of the most common Oracle errors and it is basically telling you that you are trying to connect to a database name that is unknown to the system.

The most common cause are typos in your connection string or network configuration files. So be sure to check your tnsnames.ora and listener.ora files. Also make sure your ORACLE_HOME and ORACLE_SID are set to the proper environment. Sometimes you also need to make sure your TNS_ADMIN paramter is set if you’re using an alternate location for those configuration files.

Refer:How to Solve the Oracle Error ORA-12154: TNS:could not resolve the connect identifier specified 

 

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

 

View solution in original post

1 REPLY 1
v-luwang-msft
Community Support
Community Support

Hi @Anonymous ,

This is one of the most common Oracle errors and it is basically telling you that you are trying to connect to a database name that is unknown to the system.

The most common cause are typos in your connection string or network configuration files. So be sure to check your tnsnames.ora and listener.ora files. Also make sure your ORACLE_HOME and ORACLE_SID are set to the proper environment. Sometimes you also need to make sure your TNS_ADMIN paramter is set if you’re using an alternate location for those configuration files.

Refer:How to Solve the Oracle Error ORA-12154: TNS:could not resolve the connect identifier specified 

 

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors