The following table describes Oracle connection parameters you can use in the connect()
module method.
Parameter | Description |
---|---|
|
Enables the Direct mode. The possible values are |
|
The name or IP address of the database instance |
|
The location of the Oracle client on the user's machine. This parameter is available when |
|
The port number. The default value is |
|
The name by which the client connects to the database instance. This parameter is available when |
|
The System Identifier (SID) of the database instance. This parameter is available when |
|
The name of the database user |
|
The password of the database user |
|
The system privilege for the user who connects to the database instance. The privilege must be granted to the user before connecting to the instance. The possible values are:
|
|
The schema search path |
|
The ID of a connection pool that will be used for a particular connection |
|
Disables connection pooling for a particular connection. The possible values are |