Opened 18 years ago
Closed 18 years ago
#6007 closed (fixed)
Oracle DB-Backend: db_tablespace setting for django standard tables
| Reported by: | Bernd | Owned by: | Erin Kelly |
|---|---|---|---|
| Component: | Core (Management commands) | Version: | dev |
| Severity: | Keywords: | oracle tablespace | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
It would be nice, if there could be a possibilty to define a default tablespace (maybe in setting.py) for the django internal tables and indexes (auth, contenttypes, session, sites,...)
I tried to define a little project in my company with django and a oracle database. But 'syncdb' didn't work, because our database administrator forbid a CREATE TABLE, CREATE INDEX without a tablespace option.
Change History (3)
comment:1 by , 18 years ago
| Keywords: | oracle tablespace added |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 18 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [6801]) Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE
options to global_settings.py