-- Create the user
create user ATYU30
identified by ""
default tablespace USERS
temporary tablespace TEMP
profile DEFAULT;
-- Grant/Revoke role privileges
grant dba to ATYU30 with admin option;
-- Grant/Revoke system privileges
grant unlimited tablespace to ATYU30 with admin option;
使用 atyu30 导出数据库
阅读(1001) | 评论(0) | 转发(0) |