Technote Details :: Problem connection to an Oracle database server
Issue
When trying to connect with PHakt to an Oracle database server, I get an error message saying "Unidentified error has occurred". My Oracle server is running, and the configuration details are correct.
Reason
This happens because an argument needed to connect to the Oracle 9.0 is not properly set in PHakt 2.
Solution
In order to correct this issue, you wil have to manually alter the /<serverroot>/adodb/drivers/adodb-oci8.inc.php file. After the line 126 enter the following code:
$argDatabasename = 'xxx';
<where xxx is equal to the name of the database>