Oracle 数据库错误 12514:ORA-12514:TNS:listener 当前不知道连接描述符中请求的服务
Oracle database error 12514: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
现在我正在使用Tableau商业智能工具进行数据可视化,我尝试将Oracle数据库与tableau连接,当时出现以下错误'
Unable to connect to the server. Check that the server is running and that
you have access privileges to the requested database.
Oracle database error 12514: ORA-12514: TNS:listener does not currently
know of service requested in connect descriptor
Unable to connect to the Oracle server "192.176.10.145". Check that the
server is running and that you have access privileges to the requested
database.
我犯了什么错误,请帮助我,提出解决这个问题的任何建议
Here is an article from tableau 这表明当 SERVICE 值不正确时会发生 ORA-12514 错误。
To resolve this issue, find out what the correct SERVICE value is, open the TNSNames.ora file located in your %ORACLE_HOME%\network\admin\ folder. Refer to the steps under ORA_12154 if necessary.
现在我正在使用Tableau商业智能工具进行数据可视化,我尝试将Oracle数据库与tableau连接,当时出现以下错误'
Unable to connect to the server. Check that the server is running and that
you have access privileges to the requested database.
Oracle database error 12514: ORA-12514: TNS:listener does not currently
know of service requested in connect descriptor
Unable to connect to the Oracle server "192.176.10.145". Check that the
server is running and that you have access privileges to the requested
database.
我犯了什么错误,请帮助我,提出解决这个问题的任何建议
Here is an article from tableau 这表明当 SERVICE 值不正确时会发生 ORA-12514 错误。
To resolve this issue, find out what the correct SERVICE value is, open the TNSNames.ora file located in your %ORACLE_HOME%\network\admin\ folder. Refer to the steps under ORA_12154 if necessary.