[TYPO3-dev] Typo3 and Oracle

Tobias Hochgürtel tobias at thochguertel.de
Mon Mar 3 15:34:23 CET 2008


hello dev's,

this is my first entry in the mailling list, I have many troubles to get Typo3
working ( DBAL && AdoDB ) with Oracle Database. I have configured my Typo3
Eviroment like the Tutorial on the Wiki.

But with the following Options I get only a white page:
Also I have add to $TYPO3_CONF_VARS['EXT']['extList'] the Extensions: adodb,dbal

$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] = array (
 '_DEFAULT' => array (
  'type' => 'adodb',
  'config' => array(
   'driver' => 'oci8',
  )
 ),
);

$typo_db_username = 'myUsername';
$typo_db_password = 'myPassword';
$typo_db_host = 'theDBServerDNS';
$typo_db = 'THeDatabaseName';

Can anyone help me, is there an way to debug the process?

greets tobias Hochguertel




More information about the TYPO3-dev mailing list