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. |
| ProviderType | Gets or sets the managed or unmanaged provider type used to create a database connection. |
| ServerName | Gets or sets the name of the Oracle server to which the connection should be established. |
| UserName | Gets or sets the user name used to authenticate to the Oracle server. |
See Also