Ticket #255 (closed enhancement: fixed)
Add Oracle support
| Reported by: | vasily.ivanov@… | Owned by: | vasily.ivanov@… |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7 |
| Component: | databaseapi | Version: | 0.6.1 |
| Keywords: | oracle database db | Cc: |
Description
Now if DATABASE_ENGINE is oracle South fails with the following error:
There is no South database module for the engine 'oracle' (tried with south.db.oracle). Please either choose a supported one, or check for SOUTH_DATABASE_ADAPTER settings, or remove South from INSTALLED_APPS.
I'd be more than happy to add Oracle support if you tell me where to start.
Attachments
Change History
comment:1 Changed 4 years ago by andrew
- Owner changed from andrew to vasily.ivanov@…
- Status changed from new to assigned
comment:2 Changed 3 years ago by anonymous
is this still targeted for 0.7? what is the expected release date for 0.7?
thanks
comment:3 Changed 3 years ago by andrew
It's targeted for 0.7 since it's a feature I'd like to write, but at the moment I don't have access to an Oracle database nor has someone offered to help write it, so it's on hold until either of those comes true.
comment:4 Changed 3 years ago by anonymous
gotcha. I've never installed an oracle DB, thought it would be fairly easy but I suppose not.
is there any way to watch this ticket other than an RSS feed?
...i'm also looking at trying out South for my Django app..if I get it going successfully I'll let you know.
comment:5 Changed 3 years ago by andrew
Stick your name in the cc: field (don't worry, Trac will obscure the last part of your email address to the internet at large), and you'll get emails.
Changed 3 years ago by ilya.roitburg@…
implementation of migration for Oracle DB
comment:7 Changed 3 years ago by ilya.roitburg@…
Please, find attached module that I use for migration of two Django applications in my company (we use Oracle). Yet it works for ours application, I'm sure it does not prove code correctness and does not cover all test cases. Anyway, I thought you might find it useful.
Best Regards,
comment:10 Changed 3 years ago by andrew
- Status changed from assigned to closed
- Resolution set to fixed
Module merged into trunk in [2e55249be457]. I'll try and get an Oracle install set up so I can maintain the code.

Please do! The basic steps are:
Pop on IRC (there's details on it in the support section) and chat to me there, I can guide you through any issues you might have.