Search found 1 match
- Tue Apr 13, 2010 5:55 pm
- Forum: Installation and configuration
- Topic: Strange behavior Jira / Oracle
- Replies: 7
- Views: 10350
Howto: Get Jira/Oracle integration when schema!=default
Edit lib/bugtracking/int_bugtracking.php Search for function connect() In the if (!$result['status']) code, add the following if else elseif (BUG_TRACK_DB_TYPE == 'oci8') { $r = $this->dbConnection->exec_query("ALTER SESSION SET CURRENT_SCHEMA=XXXX"); } Where XXXX = name of the schema in o...