ORACLE授权
更新:HHH   时间:2023-1-7


主要是使用关键字:grant



grant create table to test;//授权建表给test用户


grant unlimited tablespace to test;//授权使用表空间给test用户


 

grant create view to test;


grant create procedure to test;


grant  grant 

返回关系型数据库教程...