Menu

#4 installation problem: hacking oracle connection string

open
nobody
None
5
2008-12-08
2008-12-08
Kubis_Bubis
No

if you cannot connect to your oracle db during installation dialogues, make the connection by hard linking to the DB. modify $conn_string:

in files:
\includes\database.oci8.inc
\includes\install.oci8.inc

//--- HACK host conn_string --------------
$conn_string = "(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(Host = your_name_of_the_host)(Port = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = your_service_name)
(SERVER = DEDICATED)
)
)";
//--- HACK host conn_string --------------

Discussion


Log in to post a comment.

MongoDB Logo MongoDB