import rt 2.0.14
[freeside.git] / rt / etc / acl.Oracle
1 CREATE USER !!DB_RT_USER!! identified by !!DB_RT_PASS!!
2 temporary tablespace TEMP
3 default tablespace USERS
4 quota unlimited on USERS;
5
6 grant connect, resource to !!DB_RT_USER!!;
7
8 exit;
9