﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29485	Testing with Oracle in AWS RDS (oracle managed files)	Vackar Afzal	nobody	"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? 
"	Uncategorized	closed	Testing framework	2.0	Normal	duplicate	oracle, testing, OMF, AWS, RDS		Unreviewed	0	0	0	0	0	0
