﻿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
25898	test database creation on Oracle mistakes privilege error for existing database	JorisBenschop	Mariusz Felisiak	"If I run ""manage.py test"" on Oracle 12 the following occurs:
{{{
$ ./manage.py test
Creating test database for alias 'default'...
Failed (ORA-01031: insufficient privileges
)
Got an error creating the test database: ORA-01031: insufficient privileges

It appears the test database, test_GFJOM_prada_, already exists. Type 'yes' to delete it, or 'no' to cancel:
}}}

To me this seems that the error ('you are not allowed to create a db because you have no privs for that"" is mistaken for ""the db already exists thus you cannot make it""

"	Bug	closed	Testing framework	1.9	Normal	fixed	oracle test		Ready for checkin	1	0	0	0	0	0
