|
connect / as sysdba
和监听器没有关系,这本身就是用操作系统方式进行认证的。
[php]
bash-2.05$ lsnrctl stop
LSNRCTL for Solaris: Version 9.2.0.1.0 - Production on 25-OCT-2005 16:42:38
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
The command completed successfully
bash-2.05$ sqlplus "/ as sysdba"
SQL*Plus: Release 9.2.0.1.0 - Production on Tue Oct 25 16:43:02 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL>
[/php] |
|