You are here

protected property MigrateSourceOracle::$configuration in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/oracle.inc \MigrateSourceOracle::configuration

Array containing information for connecting to Oracle: username - Username to connect as password - Password for logging in connection_string - See http://us.php.net/manual/en/function.oci-connect.php.

Type: array

File

plugins/sources/oracle.inc, line 20
Define a MigrateSource class for importing from Oracle databases.

Class

MigrateSourceOracle
Implementation of MigrateSource, to handle imports from remote Oracle servers.

Code

protected $configuration;