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

[eluser]Unknown[/eluser]
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!


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