#29788: Support for Oracle Managed File (OMF) Tablespaces
-------------------------------+--------------------------------------
     Reporter:  Vackar Afzal   |                    Owner:  nobody
         Type:  Uncategorized  |                   Status:  new
    Component:  Migrations     |                  Version:  2.1
     Severity:  Normal         |               Resolution:
     Keywords:  oracle, OMF    |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  1              |                    UI/UX:  0
-------------------------------+--------------------------------------

Comment (by Vackar Afzal):

 Yes should have been clearer, yes this relates to testing, and now that
 you have mentioned it, would make more sense to add the special Key to the
 'TEST' key in the DB config. i.e.
 {{{
     "default": {
       "ENGINE": "django.db.backends.oracle",
       "OPTIONS": {
         "threaded": True,
       },
       "TEST": {
           "oracle_managed_files": True # <--------------- This is the new
 addition: default=False
       }
       "NAME": "my_sid",
       "USER": "my_user",
       "PASSWORD": "my_pass",
       "HOST": "localhost",
       "PORT": "1521"
     },
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29788#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.0b9b9b63fe0f94eac484d1bfb06f5284%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to