首页
IT
登录
6mi
u
盘
搜
搜 索
IT
修改oracle用户的密码
修改oracle用户的密码
xiaoxiao
2021-03-26
24
1、以sys用户登录到oracle库中
sqlplus / as sysdba
2、查看当前库中的全部用户
select username from all_users;
3、修改指定用户的密码
alter user 用户名 identified by 密码;
转载请注明原文地址: https://ju.6miu.com/read-659157.html
技术
最新回复
(
0
)