[TYPO3-dev] Typo3 and Oracle

Tobias Hochgürtel tobias at thochguertel.de
Tue Mar 4 09:24:09 CET 2008


Here my localconf.php File:

I have changed Password and the DNS name for pasting in this mail...

Warning: ociplogon() [function.ociplogon
[http://gisvms31.gis.goodyear.com/typo3/install/function.ociplogon]]: ORA-01017:
invalid username/password; logon denied in
/srv/www/htdocs/typo3conf/ext/adodb/adodb/drivers/adodb-oci8.inc.php on line 216

But Username and password is right. 

The Database is an Oracle 8.1.7.4 on SunOS 5.9.



<?php
$TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site';

    // Default password is "joh316" :
$TYPO3_CONF_VARS['BE']['installToolPassword'] =
'f5d8699040f579a4e43d35a0cb6567c9';

$TYPO3_CONF_VARS['EXT']['extList'] =
'tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tst
emplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_w
izards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodule
s,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3s
kin,adodb,dbal';

$typo_db_extTableDef_script = 'extTables.php';

## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be changed
by the install script!

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

$TYPO3_CONF_VARS['EXTCONF']['dbal']['debugOptions']     = array(
'enabled' => TRUE, 
'printErrors' => TRUE,
'EXPLAIN' => 1,
'parseQuery' => 1,
'joinTables' => 1
);

$typo_db_username = 'tvetdba';
$typo_db_password = 'foo12as';
$typo_db_host = 'gisrv1.gis.company.com';
$typo_db = 'gnwt';

#$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '92';    //  Modified or inserted by TYPO3
Install Tool.
#$typo_db_username = 'root';    //  Modified or inserted by TYPO3 Install Tool.
#$typo_db_password = 'test123';    //  Modified or inserted by TYPO3 Install
Tool.
#$typo_db_host = 'localhost';    //  Modified or inserted by TYPO3 Install Tool.
#$TYPO3_CONF_VARS['SYS']['encryptionKey'] =
'163a05ed982becd82e9fc02652225eb7';    // Modified or inserted by TYPO3 Install
Tool. 
#$TYPO3_CONF_VARS['SYS']['compat_version'] = '4.1';    //  Modified or inserted
by TYPO3 Install Tool.
#$typo_db = 't3_test';    //  Modified or inserted by TYPO3 Install Tool.
#$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '92';    //  Modified or inserted by TYPO3
Install Tool.
#$TYPO3_CONF_VARS['SYS']['sitename'] = 'TVET Homepage';    //  Modified or
inserted by TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 03-03-08 18:22:15
?>


Moreno Feltscher <moreno.feltscher at gmail.com> hat am 4. März 2008 um 09:17
geschrieben:

> >  I think that the installer tells me that it doesn't connect to the database
> >  after I have changed the adodb driver to "oci8" (Default Value: "pdo_oci").
> What does the installer say?
> 
> How are the following variables defined?
> $typo_db_username, $typo_db_host, $typo_db = 'THeDatabaseName';
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
> 


More information about the TYPO3-dev mailing list