Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
oracle的Toad--ORA-12514:TNS:listener当前不知道连接描述符中请求的服务_Oracle_Toad - Fatal编程技术网

oracle的Toad--ORA-12514:TNS:listener当前不知道连接描述符中请求的服务

oracle的Toad--ORA-12514:TNS:listener当前不知道连接描述符中请求的服务,oracle,toad,Oracle,Toad,我在连接Toad for Oracle时遇到此错误 ORA-12514: TNS:listener does not currently know of service requested in connect descriptor Items Checked TNS_ADMIN environment variable is defined as "D:\app\oracle\product\12.1.0\client_1\Network\Admin" D:\app\oracle\produc

我在连接Toad for Oracle时遇到此错误

ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
Items Checked
TNS_ADMIN environment variable is defined as "D:\app\oracle\product\12.1.0\client_1\Network\Admin"
D:\app\oracle\product\12.1.0\client_1\Network\Admin\tnsnames.ora was located
The following connect descriptor was found for OCP36T in the tnsnames.ora file
     ocp36t =
        (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = lx-cpora-t01k.lmig.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = ocp36t) 
        )
        )
      D:\app\oracle\product\12.1.0\client_1\Network\Admin\sqlnet.ora was located
NAMES.DIRECTORY_PATH specifies TNSNAMES in the sqlnet.ora file
Steps to Take
If the database was just started wait a few moments and try again as the database may be initializing
Verify that the connect descriptor for OCP36T has the correct SERVICE_NAME or SID component in the tnsnames.ora file
Verify that the listener is properly configured and that the database is registered with the listener

Oracle试图告诉您这部分是错误的:

(SERVICE_NAME = ocp36t)

欢迎来到Stack Overflow!你的问题是相当混乱的,因为你试图做什么或问题是什么。我强烈建议您将这些页面通读一遍:它们都是在提问或回答问题时使用的绝佳资源,将帮助您更快地获得最佳答案。查看@Newd的可能副本,我非常清楚他想做什么。不过,我同意重复的标注。