当前位置:Gxlcms > 数据库问题 > ORACLE授权

ORACLE授权

时间:2021-07-01 10:21:17 帮助过:64人阅读

主要是使用关键字: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 

ORACLE授权

标签:oracle 授权 grant

人气教程排行