#20005 closed Bug (fixed)
Document that Oracle databases need execute permission on SYS.DBMS_LOB.
| Reported by: | jafula | Owned by: | nobody | 
|---|---|---|---|
| Component: | Documentation | Version: | 1.5 | 
| Severity: | Normal | Keywords: | oracle database permission dbms_lob | 
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
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;
Attachments (1)
Change History (6)
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted | 
|---|---|
| Type: | Uncategorized → Bug | 
by , 12 years ago
| Attachment: | 20005.diff added | 
|---|
comment:2 by , 12 years ago
| Has patch: | set | 
|---|
comment:3 by , 12 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
Could someone familiar with Oracle review the attached patch?