OracleConnectionParameters Properties
Contains parameters used to establish a connection to an Oracle server.
Name | Description |
---|---|
Password | Gets or sets the password used to authenticate to an Oracle server. |
Provider |
Gets or sets the managed or unmanaged provider type used to create a database connection. |
Server |
Gets or sets the name of the Oracle server to which the connection should be established. |
User |
Gets or sets the user name used to authenticate to the Oracle server. |
See Also