Commit 9ab7ed9b authored by Садовский Николай's avatar Садовский Николай Committed by Shai Berger
Browse files

[1.4.x] Fixed #20707 -- Added explicit quota assignment to Oracle test user

To enable testing on Oracle 12c
parent 7826824a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -167,6 +167,7 @@ class DatabaseCreation(BaseDatabaseCreation):
               IDENTIFIED BY %(password)s
               DEFAULT TABLESPACE %(tblspace)s
               TEMPORARY TABLESPACE %(tblspace_temp)s
               QUOTA UNLIMITED ON %(tblspace)s
            """,
            """GRANT CONNECT, RESOURCE TO %(user)s""",
        ]