You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the above error in my PHP 7.3 application(Linux server apache) in the Test environment whereas Production is working fine. I checked Oracle DB user name and password everything is correct and able to connect with those credentials in SQL Developer.
One weird thing I observed in the Stack Trace, even after updating the password in the PHP file and still getting the old password in the Stack Trace #3 mentioned 'old password'.
Screenshot FYR:
Any help or suggestions will be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi, we try to keep Github issues for bug reports and feature requests only. If you have a question, please ask it on Stack Overflow or in one of the channels mentioned at https://www.doctrine-project.org/community/index.html.
The above behavior seems to be caused by the logic outside of the DBAL. We cannot fix it here.
Bug Report
File: /appfolder/apps/appname/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php:65
Message: An exception occurred in driver: ORA-01017: invalid username/password; logon denied
ADDITIONAL INFORMATION:
Doctrine\DBAL\Exception\ConnectionException
Stack trace:
#0 /appfolder/apps/appname/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(176): Doctrine\DBAL\Driver\AbstractOracleDriver->convertException('An exception oc...', Object(Doctrine\DBAL\Driver\OCI8\OCI8Exception))
#1 /appfolder/apps/appname/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(161): Doctrine\DBAL\DBALException::wrapException(Object(Doctrine\DBAL\Driver\OCI8\Driver), Object(Doctrine\DBAL\Driver\OCI8\OCI8Exception), 'An exception oc...')
#2 /appfolder/apps/appname/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php(48): Doctrine\DBAL\DBALException::driverException(Object(Doctrine\DBAL\Driver\OCI8\Driver), Object(Doctrine\DBAL\Driver\OCI8\OCI8Exception))
#3 /uc01/apps/parking_portal/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(372): Doctrine\DBAL\Driver\OCI8\Driver->connect(Array, 'dbusername', 'oldpassword', Array)......
I'm getting the above error in my PHP 7.3 application(Linux server apache) in the Test environment whereas Production is working fine. I checked Oracle DB user name and password everything is correct and able to connect with those credentials in SQL Developer.
One weird thing I observed in the Stack Trace, even after updating the password in the PHP file and still getting the old password in the Stack Trace #3 mentioned 'old password'.
Screenshot FYR:
Any help or suggestions will be greatly appreciated!
The text was updated successfully, but these errors were encountered: