怎样使用命令行修改oracle 数据库用户的密码呢

来源:百度知道 编辑:UC知道 时间:2024/05/27 01:13:45

1:在oracle后台管理界面输入语句查找system用户的密码。

具体命令为输入:Select  username,password from dba_users where username=‘SYSTEM’,并将查到的密码记录。

2:修改企业oracle数据库system用户密码,并测试修改的密码是否能够正常登录。语句为:alter user system  identified by oracle ;connect system/oracle