Welcome Guest, Not a member yet? Register   Sign In
HELP!!! Connecting to Oracle 9i
#4

[eluser]mhel_dc[/eluser]
[quote author="bayuan" date="1257398355"]in database.php

change : $active_group = "default"; to $active_group = "ora9";

or

$active_group = "default";
$active_record = TRUE;

$db['default']['hostname'] = "//hostname/SID";
$db['default']['username'] = "orauser";
$db['default']['password'] = "orapwd";
$db['default']['database'] = "";
$db['default']['dbdriver'] = "oci8";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";

Good Luck![/quote]

I don't want to change the current profile for my default connection since my web application basically connects to MySQL it happens that some of the data is stored in oracle, so I've created another database connection profile ... by default the web application is running under MySQL... I just want to connect to oracle when needed... or if possible simultaneous connection between MySQL and Oracle.


Messages In This Thread
HELP!!! Connecting to Oracle 9i - by El Forum - 11-04-2009, 04:12 AM
HELP!!! Connecting to Oracle 9i - by El Forum - 11-04-2009, 04:42 AM
HELP!!! Connecting to Oracle 9i - by El Forum - 11-04-2009, 05:19 PM
HELP!!! Connecting to Oracle 9i - by El Forum - 11-04-2009, 07:35 PM
HELP!!! Connecting to Oracle 9i - by El Forum - 12-15-2009, 01:09 AM
HELP!!! Connecting to Oracle 9i - by El Forum - 12-15-2009, 01:11 AM
HELP!!! Connecting to Oracle 9i - by El Forum - 12-15-2009, 02:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB