X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fetc%2Facl.Oracle;h=9ca4122a00d026c03b2fb0850bf70e309b349b2d;hb=7322f2afedcc2f427e997d1535a503613a83f088;hp=59d35a028f120323b365de56e957d0a332eac6cb;hpb=3ef62a0570055da710328937e7f65dbb2c027c62;p=freeside.git diff --git a/rt/etc/acl.Oracle b/rt/etc/acl.Oracle index 59d35a028..9ca4122a0 100644 --- a/rt/etc/acl.Oracle +++ b/rt/etc/acl.Oracle @@ -1,9 +1,4 @@ -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; +sub acl { return () } +1;