ORA-12514:TNS:监听器当前不知道连接描述符中请求的服务 - 在Windows 10中

时间:2017-10-09 16:18:07

标签: oracle12c oracledb

我已经在oracle 10笔记本电脑中下载了windows 12c,并按要求完成了所有配置。在通过cmd连接sql plus时,我遇到了错误。还检查了正在运行的服务,但没有帮助。

任何人都可以让我如何连接?或者是什么问题。

CMD日志:

C:\Users\jinda>sqlplus sys/Oracle_1@pdborcl as sysdba;

SQL*Plus: Release 12.2.0.1.0 Production on Mon Oct 9 21:14:23 2017

Copyright (c) 1982, 2016, Oracle.  All rights reserved.

ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor


Enter user-name:
ERROR:
ORA-01017: invalid username/password; logon denied


Enter user-name: lsnrctl services
SP2-0306: Invalid option.
Usage: CONN[ECT] [{logon|/|proxy} [AS {SYSDBA|SYSOPER|SYSASM|SYSBACKUP|SYSDG|SYSKM|SYSRAC}] [edition=value]]
where <logon> ::= <username>[/<password>][@<connect_identifier>]
      <proxy> ::= <proxyuser>[<username>][/<password>][@<connect_identifier>]
SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus

C:\Users\jinda>lsnrctl services

LSNRCTL for 64-bit Windows: Version 12.2.0.1.0 - Production on 09-OCT-2017 21:16:54

Copyright (c) 1991, 2016, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522)))
Services Summary...
Service "1aebfa0274e749d5b9becde74103f248" has 1 instance(s).
  Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         LOCAL SERVER
Service "CLRExtProc" has 1 instance(s).
  Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0
         LOCAL SERVER
Service "orcl" has 1 instance(s).
  Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         LOCAL SERVER
Service "orclXDB" has 1 instance(s).
  Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:8 refused:0 current:0 max:1022 state:ready
         DISPATCHER <machine: DESKTOP-N4NI40G, pid: 3592>
         (ADDRESS=(PROTOCOL=tcp)(HOST=DESKTOP-N4NI40G)(PORT=58940))
Service "pdborcl" has 1 instance(s).
  Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         LOCAL SERVER
The command completed successfully

C:\Users\jinda>

0 个答案:

没有答案