import rt 2.0.14
[freeside.git] / rt / etc / acl.Oracle
diff --git a/rt/etc/acl.Oracle b/rt/etc/acl.Oracle
new file mode 100644 (file)
index 0000000..59d35a0
--- /dev/null
@@ -0,0 +1,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;
+