You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/utils/kamctl/oracle/inc/_grantroot.tmpl

10 lines
343 B

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