ORACLE 批改用户密码

ORACLE 修改用户密码

alter user user01 identified by user10;

user01用户名,user10密码

commit;