标签:color ora pass create use style col sch rac
使用dba用户授权:
create user userName identified by password;
grant connect to userName;
Grant Delete, Insert, Update, Select On schema1.table1 To schema2;
使用建立的用户登录后执行查询:
select * from schema1.table1 ;
标签:color ora pass create use style col sch rac
原文地址:https://www.cnblogs.com/zhjx0521/p/9143230.html