日期:2014-05-16  浏览次数:20489 次

oracle 命令--不断完善中
1 查询当前的数据库版本:
select * from product_component_version;
2 查询组件级信息:
select * from V$version;
3 为用授权和取消授权:cw(cw=command window)
grant <powername> to <username>;
revoke  <powername> from <username>;
4 修改用户密码:cw
alter user <username> identified by <newpassword>;
5 查看密码文件成员:
select * from V$pwfile_users;