首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 系统运维 >

oracle 数据库 system 用户 登录 揭示system ora-01031 解决方案

2012-09-05 
oracle 数据库 system 用户 登录 提示system ora-01031 解决方案1.使用超级用户登录conn sys/password as

oracle 数据库 system 用户 登录 提示system ora-01031 解决方案
1.使用超级用户登录
conn sys/password as sysdba;

2.更新system账号密码
alter user system identifited by password;

3.为system 用户授权

grant sysoper to system;

搞定,谢谢!

热点排行