git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
14
Data/BulkLoad/EFT/Nominations/schema_build/eft_nom_uat.pdc
Normal file
14
Data/BulkLoad/EFT/Nominations/schema_build/eft_nom_uat.pdc
Normal file
@@ -0,0 +1,14 @@
|
||||
-- Create the user
|
||||
create user EFT_NOM_UAT
|
||||
identified by "EFT_NOM_UAT"
|
||||
default tablespace USERS
|
||||
temporary tablespace TEMP
|
||||
profile DEFAULT
|
||||
quota unlimited on users;
|
||||
-- Grant/Revoke role privileges
|
||||
grant connect to EFT_NOM_UAT with admin option;
|
||||
grant dba to EFT_NOM_UAT;
|
||||
grant resource to EFT_NOM_UAT with admin option;
|
||||
-- Grant/Revoke system privileges
|
||||
grant create any view to EFT_NOM_UAT;
|
||||
grant unlimited tablespace to EFT_NOM_UAT with admin option;
|
||||
Reference in New Issue
Block a user