Opened 6 years ago

Last modified 5 years ago

#29788 closed New feature

Support for Oracle Managed File (OMF) Tablespaces — at Initial Version

Reported by: Vackar Afzal Owned by: nobody
Component: Database layer (models, ORM) Version: 2.1
Severity: Normal Keywords: oracle, OMF
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Oracle has 2 means of creating tablespaces:

  • Oracle managed files (OMF)
  • User managed files (UMF)

Currently Django only supports UMF, and not OMF.
To add support for OMF just need to omit the 'name' of the datafile - very simple changed.

Could add a flag to the 'OPTIONS' key in the database settings to specify which should be used:

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top