3,494
社区成员




grant create public database link to 用户名;
grant drop public database link to 用户名;
grant create database link to 用户名;
grant create database link to 用户名;
create view testquery
(id , name )
as
select id , name from empress@oa
这样可以写,是可以执行的吗?