Class DatabaseToolsConnectionOracleDatabase
Database Tools connection of an Oracle Database.
Inheritance
DatabaseToolsConnectionOracleDatabase
Assembly: OCI.DotNetSDK.Databasetools.dll
public class DatabaseToolsConnectionOracleDatabase : DatabaseToolsConnection
Properties
Declaration
[JsonProperty(PropertyName = "advancedProperties")]
public Dictionary<string, string> AdvancedProperties { get; set; }
Property Value
Type |
Description |
Dictionary<string, string> |
The advanced connection properties key-value pair (for example, oracle.net.ssl_server_dn_match ).
|
Declaration
[Required(ErrorMessage = "ConnectionString is required.")]
[JsonProperty(PropertyName = "connectionString")]
public string ConnectionString { get; set; }
Property Value
Type |
Description |
string |
The connect descriptor or Easy Connect Naming method used to connect to the database.
|
Declaration
[JsonProperty(PropertyName = "keyStores")]
public List<DatabaseToolsKeyStore> KeyStores { get; set; }
Property Value
Type |
Description |
List<DatabaseToolsKeyStore> |
The Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and
the client private key and associated certificates required for client authentication.
|
Declaration
[JsonProperty(PropertyName = "privateEndpointId")]
public string PrivateEndpointId { get; set; }
Property Value
Type |
Description |
string |
The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
|
Declaration
[JsonProperty(PropertyName = "proxyClient")]
public DatabaseToolsConnectionOracleDatabaseProxyClient ProxyClient { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "relatedResource")]
public DatabaseToolsRelatedResource RelatedResource { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "userName")]
public string UserName { get; set; }
Property Value
Type |
Description |
string |
The database user name.
|
Declaration
[JsonProperty(PropertyName = "userPassword")]
public DatabaseToolsUserPassword UserPassword { get; set; }
Property Value