sysdba 是系统权限,dba 是用户对象权限。
用 sysdba 系统权限身份登录后再用 show user 命令即可看到哪个用户有系统权限了。
alter user 用户 identified by 密码;
命令即可修改用户密码了。
C:\Users\Administrator>sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on 星期二 11月 24 13:58:34 2020
Copyright (c) 1982, 2011, Oracle. All rights reserved.
连接到:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> show user
USER 为 "SYS"
SQL> alter user sys identified by 1;
用户已更改。
喜欢的点个赞❤吧!