_grantroot.tmpl 343 B

123456789
  1. --create user %DBROOTUSER% identified by %DBROOTPW%
  2. -- default tablespace DATA temporary tablespace TEMP profile DEFAULT;
  3. grant connect to %DBROOTUSER% with admin option;
  4. grant resource, create any synonym, create role,
  5. create user, drop user, unlimited tablespace to %DBROOTUSER%;
  6. grant select on sys.dba_role_privs to %DBROOTUSER%;