Closed (fixed)
Project:
Migrate
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 May 2011 at 14:51 UTC
Updated:
14 Jun 2011 at 20:51 UTC
Right now, there is no DBTNG Oracle driver suitable for use with the Migrate module (there is a contrib Oracle driver, but it currently only works for using Oracle as your Drupal database, not as an external database). This means Oracle needs its own source plugin similar to the existing mssql.inc for Microsoft SQL Server.
Work has begun on this plugin - as a first pass, I should be committing basic support (no blobs) soon.
Comments
Comment #1
mikeryanDone for D6 and D7, including an example module. There's also a simpletest, but it's currently disabled due to #362373: refreshVariables() loses variables from settings.php.
To use the Oracle source, you will need to enable the oci8 extension in PHP, and define the connection info for your Oracle database in settings.php:
See http://us3.php.net/manual/en/function.oci-connect.php for more information on forming the connection_string.