[TYPO3-dev] Typo3 and Oracle

Moreno Feltscher moreno.feltscher at gmail.com
Mon Mar 3 16:19:18 CET 2008


Hi Tobias

I'm using TYPO3 with Oracle. It's quite tricky.. Did you everything
explained in the wiki (e.g. creating triggers)?
Which version of DBAL and AdoDB are you using?

Please also enable display_errors in your php.ini and post the errors you get.
Furthermore add this lines to your localconf.php:
$TYPO3_CONF_VARS['EXTCONF']['dbal']['debugOptions'] = array (
	'enabled' => TRUE
);
After this you will see all SQL statements in the DBAL backend module.


Cheers
Moreno




More information about the TYPO3-dev mailing list