如果parallel server=true則有ops能
25. 何查詢每個用戶的權限
select * from dba_sys_privs;
26. 如何將表移動表空間
alter table table_name move tablespace_name;
27. 如何將索引移動表空間
如果parallel server=true則有ops能
25. 何查詢每個用戶的權限
select * from dba_sys_privs;
26. 如何將表移動表空間
alter table table_name move tablespace_name;
27. 如何將索引移動表空間