user
: The username for the Oracle database.
password
: The password for the Oracle database.
dsn
: The data source name (DSN) for the Oracle database.
OR
host
: The hostname, IP address, or URL of the Oracle server.
AND
sid
: The system identifier (SID) of the Oracle database.
OR
service_name
: The service name of the Oracle database.
port
: The port number for connecting to the Oracle database. Default is 1521.disable_oob
: The boolean parameter to disable out-of-band breaks. Default is false
.auth_mode
: The authorization mode to use.thick_mode
: Set to true
to use thick mode for the connection. Thin mode is used by default. Oracle Client libraries required for thick mode.oracle_datasource
as the datasource name, which is defined in the CREATE DATABASE
command.Database Connection Error