中国开发网: 论坛: 程序员情感CBD: 贴子 459156
why: 自已新建的一個用戶,腳本如內:
-- Create the user
create user TPM
identified by ""
default tablespace USERS
temporary tablespace TEMP
profile DEFAULT;
-- Grant/Revoke object privileges
grant select, insert, update, delete on ALL_ALL_TABLES to TPM with grant option;
-- Grant/Revoke role privileges
grant dba to TPM with admin option;
-- Grant/Revoke system privileges
grant administer any sql tuning set to TPM with admin option;

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录