Aspire.Hosting.Oracle
Official
📦 Aspire.Hosting.Oracle v13.2.0-preview.1.26159.1 6 Functions
2 Types
2 types and 24 members
Types
Functions
function
addDatabase builder Adds an Oracle database resource to an Oracle server resource.
addDatabase(name: string, databaseName?: string): OracleDatabaseResource function
addOracle builder Adds an Oracle server resource to the distributed application model.
addOracle(name: string, password?: ParameterResource, port?: number): OracleDatabaseServerResource function
withDataBindMount builder Mounts a host directory as the Oracle data directory.
withDataBindMount(source: string): OracleDatabaseServerResource function
withDataVolume builder Adds a persistent data volume to the Oracle server resource.
withDataVolume(name?: string): OracleDatabaseServerResource function
withDbSetupBindMount builder Mounts a host directory as the Oracle DB setup directory.
withDbSetupBindMount(source: string): OracleDatabaseServerResource function
withInitFiles builder Copies initialization files into the Oracle container.
withInitFiles(source: string): OracleDatabaseServerResource