#29485: Testing with Oracle in AWS RDS (oracle managed files)
-------------------------------------+-------------------------------------
               Reporter:  Vackar     |          Owner:  nobody
  Afzal                              |
                   Type:             |         Status:  new
  Uncategorized                      |
              Component:  Testing    |        Version:  2.0
  framework                          |       Keywords:  oracle, testing,
               Severity:  Normal     |  OMF, AWS, RDS
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 I am trying to run y test suite against an oracle server running on amazon
 web services under RDS.

 It fails when executing this statement:
 {{{
 CREATE TABLESPACE NAME_OF_TBS
                DATAFILE 'name_of_tbs_dev1.dbf' SIZE 50M
                REUSE AUTOEXTEND ON NEXT 25M MAXSIZE 500M
 }}}

 Error message is:
 {{{
 ORA-20900: RDS only supports Oracle Managed Files. Check ddl and remove
 any named identifiers
 ORA-06512: at "RDSADMIN.RDSADMIN", line 211
 ORA-06512: at line 2)
 }}}

 What is the best way to add support for oracle managed files i.e.
  - Additional param in django settings?
  - Catch this exception and generate an OMF compatible SQL statement?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29485>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/054.d4c580e0a7f0aca4e257e8d2ef47c336%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to