忘记system, sys 的密码 怎么办
system,sys 是特殊的用户, 如果忘记他们的密码该如何找到呢? 用操作系统认证进入,改system密码oracle认证方式,orapwd改sys密码 怎樣找回sys和system系統管理員的密碼?
C:\>sqlplus /nolog
SQL*Plus: Release 9.2.0.1.0 - Production on 星期三 3月 24 11:21:06 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> connect / as sysdba
已连接。
SQL> alter user sys identified by sys;
用户已更改。
SQL> alter user system identified by system;
用户已更改。
SQL>
页:
[1]