1、登录scott用户。
2、给baisystem用户赋予查询emp表的权限:
grant select on emp to system;
3、登录system用户。
4、执行以下语句:
creat table emp as select * from scott.emp;
亲测有效哦
1、登录scott用户。
2、给baisystem用户赋予查询emp表的权限:
grant select on emp to system;
3、登录system用户。
4、执行以下语句:
creat table emp as select * from scott.emp;
亲测有效哦