Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Can't Fix
-
Affects Version/s: 2.1.5, 2.2-BETA1, 2.2-BETA2, 2.2-RC1/RC2, 2.2.0-RC3
-
Fix Version/s: None
-
Component/s: Drivers
-
Security Level: All
-
Labels:None
-
Environment:Any
Description
The method getDatabase in both the PDOOracle & OCI8 drivers return the "user" param not the "dbname" as expected and defined in DBAL/Driver interface. Compare their implementation with that of the MySql driver for a proper implementation. This must have been an oversight.
But the user parameter is the "database" in oracle, the dbname is the name of the service instance.