diff options
Diffstat (limited to 'rt/etc/acl.Oracle')
-rw-r--r-- | rt/etc/acl.Oracle | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rt/etc/acl.Oracle b/rt/etc/acl.Oracle new file mode 100644 index 000000000..59d35a028 --- /dev/null +++ b/rt/etc/acl.Oracle @@ -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; + |