创建用户并赋值默认表空间:create user jsby identified by jsby default tablespace PDB_VIDEOS_PACE;
赋予用户对应权限:grant update any table to jsby; grant select any table to jsby; grant create any view to jsby; grant create any sequence to jsby; grant create any table to jsby; grant delete any table to jsby;
grant insert any table to jsby; grant connect to jsby;
Oracle创建数据库
标签:font video sequence maxsize efault def file select tab