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

oracle 下令-不断完善中

2012-08-03 
oracle 命令--不断完善中1 查询当前的数据库版本:select * from product_component_version2 查询组件级

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;

热点排行