Oracle创建数据库用户语句
Oracle创建数据库⽤户语句
Oracle创建数据库⽤户语句
注意修改表空间名称,此语句赋予⽤户的权限⽐较⼤。
create user FASP identified by FASP
default tablespace EFMIS
temporary tablespace TEMP
profile DEFAULT
account unlock;
grant connect to FASP with admin option;
以牵挂为题的作文
grant exp_full_database to FASP;
grant imp_full_database to FASP;
康熙王朝剧情
grant javasyspriv to FASP;
grant java_admin to FASP;
grant resource to FASP with admin option;
grant administer database trigger to FASP with admin option;
grant alter any index to FASP;
grant alter any procedure to FASP;
grant alter any table to FASP;
grant alter session to FASP;
grant alter tablespace to FASP;
grant analyze any to FASP;
grant audit any to FASP;
grant comment any table to FASP;
grant create any index to FASP;
grant create any materialized view to FASP with admin option;
grant create any procedure to FASP;
grant create any sequence to FASP;
grant create any synonym to FASP with admin option;
grant create any table to FASP with admin option;
grant create any trigger to FASP;
买冰箱grant create any view to FASP with admin option;
grant create cluster to FASP;
grant create database link to FASP;
grant create job to FASP;
grant create library to FASP;
grant create materialized view to FASP;
grant create procedure to FASP;
好看的吸血鬼电影grant create profile to FASP;
grant create sequence to FASP;
grant create session to FASP;
grant create synonym to FASP;
grant create table to FASP;
夏季旅游胜地grant create trigger to FASP;
grant create type to FASP;
grant create view to FASP;
grant debug any procedure to FASP;
grant debug connect session to FASP;
grant delete any table to FASP with admin option;
猪毛刷
grant drop any index to FASP;
grant drop any materialized view to FASP;
grant drop any synonym to FASP with admin option;
grant drop any table to FASP;
grant drop any view to FASP;
grant insert any table to FASP with admin option;
grant on commit refresh to FASP;
grant select any dictionary to FASP;
grant select any table to FASP with admin option;
grant unlimited tablespace to FASP with admin option;
grant update any table to FASP with admin option;

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。