summaryrefslogtreecommitdiff
path: root/rt/etc/acl.Oracle
blob: 59d35a028f120323b365de56e957d0a332eac6cb (plain)
1
2
3
4
5
6
7
8
9
CREATE USER !!DB_RT_USER!! identified by !!DB_RT_PASS!!
temporary tablespace TEMP
default tablespace USERS
quota unlimited on USERS;

grant connect, resource to !!DB_RT_USER!!;

exit;