From ff8020ed49571b0fece67d10d7398d5f57cbaa74 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 6 Nov 2018 22:13:57 +0100 Subject: Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces. --- docs/ref/settings.txt | 14 ++++++++++++++ docs/releases/2.2.txt | 3 +++ 2 files changed, 17 insertions(+) (limited to 'docs') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index a3f6f421dd..40f8a5cf49 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -842,6 +842,20 @@ This is an Oracle-specific setting. The password to use when connecting to the Oracle database that will be used when running tests. If not provided, Django will generate a random password. +.. setting:: TEST_ORACLE_MANAGED_FILES + +``ORACLE_MANAGED_FILES`` +^^^^^^^^^^^^^^^^^^^^^^^^ + +.. versionadded:: 2.2 + +Default: ``False`` + +This is an Oracle-specific setting. + +If set to ``True``, Oracle Managed Files (OMF) tablespaces will be used. +:setting:`DATAFILE` and :setting:`DATAFILE_TMP` will be ignored. + .. setting:: TEST_TBLSPACE ``TBLSPACE`` diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 8a7a75a0bc..debc60c5f6 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -257,6 +257,9 @@ Tests serialization of list and tuple ``data`` when ``content_type='application/json'``. +* The new :setting:`ORACLE_MANAGED_FILES ` test + database setting allows using Oracle Managed Files (OMF) tablespaces. + URLs ~~~~ -- cgit v1.3