OracleDatabaseResource Properties
Class Properties 5 members
A resource that represents an Oracle Database database. This is a child resource of a
OracleDatabaseServerResource. Gets the connection string expression for the Oracle Database.
public ReferenceExpression ConnectionStringExpression { get; } Gets the database name.
public string DatabaseName { get; } Gets the JDBC connection string for the Oracle Database.
public ReferenceExpression JdbcConnectionString { get; }Remarks
Format: jdbc:oracle:thin:@//{host}:{port}/{database}.
User and password credentials are not included in the JDBC connection string. Use the IResourceWithConnectionString.GetConnectionProperties method to access the Username and Password properties.
Gets the parent Oracle container resource.
public OracleDatabaseServerResource Parent { get; } Gets the connection URI expression for the Oracle database.
public ReferenceExpression UriExpression { get; }Remarks
Format:
oracle://{user}:{password}@{host}:{port}/{database}.