发布时间: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.查看角色(只能查看登陆用户拥有的角色)所包含.........【阅读全文】
发布时间: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.........【阅读全文】