Fixed #20707 -- Added explicit quota assignment to Oracle test user

To enable testing on Oracle 12c
This commit is contained in:
Садовский Николай 2013-07-06 09:38:33 +07:00 committed by Shai Berger
parent 5e1c7d4cf6
commit 1185370c2c
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,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""",
]