Oracle数据库管理 DBA必会知识点
-
Oracle数据库管理 DBA必会知识点
grant select any dictionary to scott;create table t1 as select * from emp;insert into t1 select * from t1;–查用户看scot grant select any dictionary …
grant select any dictionary to scott;create table t1 as select * from emp;insert into t1 select * from t1;–查用户看scot grant select any dictionary …