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