Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1154946
  • 博文数量: 150
  • 博客积分: 2739
  • 博客等级: 少校
  • 技术积分: 2392
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-07 12:28
文章分类

全部博文(150)

文章存档

2015年(2)

2014年(16)

2013年(10)

2012年(58)

2011年(64)

发布时间:2013-07-18 15:14:59

1.查看所有用户:  select * from dba_users;  select * from all_users;  select * from user_users;2.查看用户或角色系统权限(直接赋值给用户或角色的系统权限):  select * from dba_sys_privs;  select * from user_sys_privs; 3.查看角色(只能查看登陆用户拥有的角色)所包含.........【阅读全文】

阅读(779) | 评论(0) | 转发(0)

发布时间:2013-07-18 15:06:51

表空间的迁移传输表空间的迁移方式快速,便捷, 不仅可以在同版本同平台中使用, 而且还是在不同版本不同平台中使用, 从而到达升级的目的。不过TTS有如下的一些限制:The source and target database must use the same character set and national character set.You cannot transport a tablespace to a targe.........【阅读全文】

阅读(2621) | 评论(1) | 转发(0)
给主人留下些什么吧!~~

随风飘云2015-01-28 14:56

回复  |  举报

随风飘云2011-09-05 18:55

回复  |  举报
留言热议
请登录后留言。

登录 注册