-- Create the user
create user pubdata --用户名
identified by hc --口令
default tablespace USERS --默认表空间
temporary tablespace TEMP --临时表空间
profile DEFAULT --概要文件(可以不要)
-- Grant/Revoke role privileges 用户权限
grant connect to pubdata;
grant resource to pubdata;
orcal创建用户
最新推荐文章于 2024-08-28 07:28:47 发布