Actions
Bug #16857
closedusing alternative port fails for Oracle
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2007-01-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In localconf.php
line 34: $typo_db_port = '1521'; cannot be changed to another portnumber
in typo3_src-4.0.2/t3lib/config_default.php there is no reference to typo_db_port in the "// Defining the database setup as constants" block.
(issue imported from #M4785)
Updated by Martin Kutschker almost 18 years ago
There is no $typo_db_port as far as TYPO3 is concerned. Oracle knows quite a number of ways to establish a connetcion.
See the docs of Oracle, PHP's Oracle extension, ADOdb and TYPO3's DBAL extension how to.
Actions