mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
[1.4.x] Fixed #20707 -- Added explicit quota assignment to Oracle test user
To enable testing on Oracle 12c
This commit is contained in:
parent
7826824aef
commit
9ab7ed9b72
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ class DatabaseCreation(BaseDatabaseCreation):
|
||||||
IDENTIFIED BY %(password)s
|
IDENTIFIED BY %(password)s
|
||||||
DEFAULT TABLESPACE %(tblspace)s
|
DEFAULT TABLESPACE %(tblspace)s
|
||||||
TEMPORARY TABLESPACE %(tblspace_temp)s
|
TEMPORARY TABLESPACE %(tblspace_temp)s
|
||||||
|
QUOTA UNLIMITED ON %(tblspace)s
|
||||||
""",
|
""",
|
||||||
"""GRANT CONNECT, RESOURCE TO %(user)s""",
|
"""GRANT CONNECT, RESOURCE TO %(user)s""",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue