﻿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
20005	Document that Oracle databases need execute permission on SYS.DBMS_LOB.	jafula	nobody	"The oracle database back-end uses SYS.DBMS_LOB. Could the documentation about Oracle on the database page be updated to include this?

You can find the reference to dbms_lob in django\db\backends\oracle\base.py

The permission required is:

grant execute on SYS.DBMS_LOB to SCHEMA_NAME;

"	Bug	closed	Documentation	1.5	Normal	fixed	oracle database permission dbms_lob		Accepted	1	0	0	0	0	0
