错误一、
ORA-28009: connection to sys should be as sysdba or sysoper
C:\>sqlplus
SQL*Plus: Release 10.1.0.2.0 - Production on 星期一 3月 10 22:
Copyright (c) 1982, 2004, Oracle. All rights reserved.
请输入用户名: sys
请输入口令:
ERROR:
ORA-28009: connection to sys should be as sysdba or sysoper
修改命令使用
C:\>sqlplus "sys/test as sysdba"
SQL*Plus: Release 10.1.0.2.0 - Production on 星期一 3月 10 22:12:56 2008
Copyright (c) 1982, 2004, Oracle. All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL>
错误二:
阅读(1189) | 评论(0) | 转发(0) |