﻿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
5656	CREATE TRIGGER privileges also needed for Oracle users	jbronn	Erin Kelly	"The [browser:trunk/docs/databases.txt Oracle Notes] documentation states the following:

""To run python manage.py syncdb, you’ll need to create an Oracle database user with CREATE TABLE, CREATE SEQUENCE, and CREATE PROCEDURE privileges.""

However, even after adding these privileges to my user I still receive the following error (on 10g):

{{{
cx_Oracle.DatabaseError: ORA-01031: insufficient privileges
}}}

Looking at the SQL from the `sqlall` command, I noticed there were database triggers -- after adding the `CREATE TRIGGER` permission to the user, I was able to execute `syncdb`.  This should be included in the notes -- a patch is attached."		closed	Documentation	dev		fixed	oracle		Unreviewed	1	0	0	0	0	0
