日期:2014-05-17 浏览次数:21040 次
C:\Users\e>sqlplus/nolog SQL*Plus: Release 10.2.0.3.0 - Production on 星期三 8月 1 12:49:03 2012 Copyright (c) 1982, 2006, Oracle. All Rights Reserved. SQL> connect scott 输入口令: ERROR: ORA-12560: TNS: 协议适配器错误
C:\Users\e>sqlplus scott/scott@localhost:1521/orcl SQL*Plus: Release 10.2.0.3.0 - Production on 星期三 8月 1 12:50:14 2012 Copyright (c) 1982, 2006, Oracle. All Rights Reserved. 连接到: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production With the Partitioning, OLAP and Data Mining options
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = e-PC)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)