Who can help me ?

[复制链接]
查看11 | 回复2 | 2005-2-28 12:57:00 | 显示全部楼层 |阅读模式
请教:
在 oracle database 中 , 有以下 user : system/manager 和 sys/change_on_install.如何更改这些缺省的password ofuser
? 因为我不想让其他人用这些身份进入数据库 !
回复

使用道具 举报

千问 | 2005-2-28 12:57:00 | 显示全部楼层
in sql*plus,do as this
connect internal/oracle@servername;
alter user sys indentified by newpssword;
alter user sys indentified by newpassword;
回复

使用道具 举报

千问 | 2005-2-28 12:57:00 | 显示全部楼层
alter user sys identified by XXX;
alter user system identified by XXX;
your internal account will have same password as sys user.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行