Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Database.getDbServer
Explore with Pulumi AI
This data source provides details about a specific Db Server resource in Oracle Cloud Infrastructure Database service.
Gets information about the Exadata Db server.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDbServer = oci.Database.getDbServer({
    dbServerId: testDbServerOciDatabaseDbServer.id,
    exadataInfrastructureId: testExadataInfrastructure.id,
});
import pulumi
import pulumi_oci as oci
test_db_server = oci.Database.get_db_server(db_server_id=test_db_server_oci_database_db_server["id"],
    exadata_infrastructure_id=test_exadata_infrastructure["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := database.GetDbServer(ctx, &database.GetDbServerArgs{
			DbServerId:              testDbServerOciDatabaseDbServer.Id,
			ExadataInfrastructureId: testExadataInfrastructure.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testDbServer = Oci.Database.GetDbServer.Invoke(new()
    {
        DbServerId = testDbServerOciDatabaseDbServer.Id,
        ExadataInfrastructureId = testExadataInfrastructure.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetDbServerArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testDbServer = DatabaseFunctions.getDbServer(GetDbServerArgs.builder()
            .dbServerId(testDbServerOciDatabaseDbServer.id())
            .exadataInfrastructureId(testExadataInfrastructure.id())
            .build());
    }
}
variables:
  testDbServer:
    fn::invoke:
      function: oci:Database:getDbServer
      arguments:
        dbServerId: ${testDbServerOciDatabaseDbServer.id}
        exadataInfrastructureId: ${testExadataInfrastructure.id}
Using getDbServer
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDbServer(args: GetDbServerArgs, opts?: InvokeOptions): Promise<GetDbServerResult>
function getDbServerOutput(args: GetDbServerOutputArgs, opts?: InvokeOptions): Output<GetDbServerResult>def get_db_server(db_server_id: Optional[str] = None,
                  exadata_infrastructure_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetDbServerResult
def get_db_server_output(db_server_id: Optional[pulumi.Input[str]] = None,
                  exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetDbServerResult]func GetDbServer(ctx *Context, args *GetDbServerArgs, opts ...InvokeOption) (*GetDbServerResult, error)
func GetDbServerOutput(ctx *Context, args *GetDbServerOutputArgs, opts ...InvokeOption) GetDbServerResultOutput> Note: This function is named GetDbServer in the Go SDK.
public static class GetDbServer 
{
    public static Task<GetDbServerResult> InvokeAsync(GetDbServerArgs args, InvokeOptions? opts = null)
    public static Output<GetDbServerResult> Invoke(GetDbServerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbServerResult> getDbServer(GetDbServerArgs args, InvokeOptions options)
public static Output<GetDbServerResult> getDbServer(GetDbServerArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Database/getDbServer:getDbServer
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DbServer stringId 
- The DB server OCID.
- ExadataInfrastructure stringId 
- The OCID of the ExadataInfrastructure.
- DbServer stringId 
- The DB server OCID.
- ExadataInfrastructure stringId 
- The OCID of the ExadataInfrastructure.
- dbServer StringId 
- The DB server OCID.
- exadataInfrastructure StringId 
- The OCID of the ExadataInfrastructure.
- dbServer stringId 
- The DB server OCID.
- exadataInfrastructure stringId 
- The OCID of the ExadataInfrastructure.
- db_server_ strid 
- The DB server OCID.
- exadata_infrastructure_ strid 
- The OCID of the ExadataInfrastructure.
- dbServer StringId 
- The DB server OCID.
- exadataInfrastructure StringId 
- The OCID of the ExadataInfrastructure.
getDbServer Result
The following output properties are available:
- AutonomousVirtual List<string>Machine Ids 
- The list of OCIDs of the Autonomous Virtual Machines associated with the Db server.
- AutonomousVm List<string>Cluster Ids 
- The list of OCIDs of the Autonomous VM Clusters associated with the Db server.
- CompartmentId string
- The OCID of the compartment.
- ComputeModel string
- The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- CpuCore intCount 
- The number of CPU cores enabled on the Db server.
- DbNode List<string>Ids 
- The OCID of the Db nodes associated with the Db server.
- DbNode intStorage Size In Gbs 
- The allocated local node storage in GBs on the Db server.
- DbServer stringId 
- DbServer List<GetPatching Details Db Server Db Server Patching Detail> 
- The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- DisplayName string
- The user-friendly name for the Db server. The name does not need to be unique.
- ExadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The provider-assigned unique ID for this managed resource.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- MaxCpu intCount 
- The total number of CPU cores available.
- MaxDb intNode Storage In Gbs 
- The total local node storage available in GBs.
- MaxMemory intIn Gbs 
- The total memory available in GBs.
- MemorySize intIn Gbs 
- The allocated memory in GBs on the Db server.
- Shape string
- The shape of the Db server. The shape determines the amount of CPU, storage, and memory resources available.
- State string
- The current state of the Db server.
- TimeCreated string
- The date and time that the Db Server was created.
- VmCluster List<string>Ids 
- The OCID of the VM Clusters associated with the Db server.
- AutonomousVirtual []stringMachine Ids 
- The list of OCIDs of the Autonomous Virtual Machines associated with the Db server.
- AutonomousVm []stringCluster Ids 
- The list of OCIDs of the Autonomous VM Clusters associated with the Db server.
- CompartmentId string
- The OCID of the compartment.
- ComputeModel string
- The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- CpuCore intCount 
- The number of CPU cores enabled on the Db server.
- DbNode []stringIds 
- The OCID of the Db nodes associated with the Db server.
- DbNode intStorage Size In Gbs 
- The allocated local node storage in GBs on the Db server.
- DbServer stringId 
- DbServer []GetPatching Details Db Server Db Server Patching Detail 
- The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- DisplayName string
- The user-friendly name for the Db server. The name does not need to be unique.
- ExadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The provider-assigned unique ID for this managed resource.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- MaxCpu intCount 
- The total number of CPU cores available.
- MaxDb intNode Storage In Gbs 
- The total local node storage available in GBs.
- MaxMemory intIn Gbs 
- The total memory available in GBs.
- MemorySize intIn Gbs 
- The allocated memory in GBs on the Db server.
- Shape string
- The shape of the Db server. The shape determines the amount of CPU, storage, and memory resources available.
- State string
- The current state of the Db server.
- TimeCreated string
- The date and time that the Db Server was created.
- VmCluster []stringIds 
- The OCID of the VM Clusters associated with the Db server.
- autonomousVirtual List<String>Machine Ids 
- The list of OCIDs of the Autonomous Virtual Machines associated with the Db server.
- autonomousVm List<String>Cluster Ids 
- The list of OCIDs of the Autonomous VM Clusters associated with the Db server.
- compartmentId String
- The OCID of the compartment.
- computeModel String
- The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- cpuCore IntegerCount 
- The number of CPU cores enabled on the Db server.
- dbNode List<String>Ids 
- The OCID of the Db nodes associated with the Db server.
- dbNode IntegerStorage Size In Gbs 
- The allocated local node storage in GBs on the Db server.
- dbServer StringId 
- dbServer List<GetPatching Details Db Server Db Server Patching Detail> 
- The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- displayName String
- The user-friendly name for the Db server. The name does not need to be unique.
- exadataInfrastructure StringId 
- The OCID of the Exadata infrastructure.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- maxCpu IntegerCount 
- The total number of CPU cores available.
- maxDb IntegerNode Storage In Gbs 
- The total local node storage available in GBs.
- maxMemory IntegerIn Gbs 
- The total memory available in GBs.
- memorySize IntegerIn Gbs 
- The allocated memory in GBs on the Db server.
- shape String
- The shape of the Db server. The shape determines the amount of CPU, storage, and memory resources available.
- state String
- The current state of the Db server.
- timeCreated String
- The date and time that the Db Server was created.
- vmCluster List<String>Ids 
- The OCID of the VM Clusters associated with the Db server.
- autonomousVirtual string[]Machine Ids 
- The list of OCIDs of the Autonomous Virtual Machines associated with the Db server.
- autonomousVm string[]Cluster Ids 
- The list of OCIDs of the Autonomous VM Clusters associated with the Db server.
- compartmentId string
- The OCID of the compartment.
- computeModel string
- The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- cpuCore numberCount 
- The number of CPU cores enabled on the Db server.
- dbNode string[]Ids 
- The OCID of the Db nodes associated with the Db server.
- dbNode numberStorage Size In Gbs 
- The allocated local node storage in GBs on the Db server.
- dbServer stringId 
- dbServer GetPatching Details Db Server Db Server Patching Detail[] 
- The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- displayName string
- The user-friendly name for the Db server. The name does not need to be unique.
- exadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- maxCpu numberCount 
- The total number of CPU cores available.
- maxDb numberNode Storage In Gbs 
- The total local node storage available in GBs.
- maxMemory numberIn Gbs 
- The total memory available in GBs.
- memorySize numberIn Gbs 
- The allocated memory in GBs on the Db server.
- shape string
- The shape of the Db server. The shape determines the amount of CPU, storage, and memory resources available.
- state string
- The current state of the Db server.
- timeCreated string
- The date and time that the Db Server was created.
- vmCluster string[]Ids 
- The OCID of the VM Clusters associated with the Db server.
- autonomous_virtual_ Sequence[str]machine_ ids 
- The list of OCIDs of the Autonomous Virtual Machines associated with the Db server.
- autonomous_vm_ Sequence[str]cluster_ ids 
- The list of OCIDs of the Autonomous VM Clusters associated with the Db server.
- compartment_id str
- The OCID of the compartment.
- compute_model str
- The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- cpu_core_ intcount 
- The number of CPU cores enabled on the Db server.
- db_node_ Sequence[str]ids 
- The OCID of the Db nodes associated with the Db server.
- db_node_ intstorage_ size_ in_ gbs 
- The allocated local node storage in GBs on the Db server.
- db_server_ strid 
- db_server_ Sequence[Getpatching_ details Db Server Db Server Patching Detail] 
- The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display_name str
- The user-friendly name for the Db server. The name does not need to be unique.
- exadata_infrastructure_ strid 
- The OCID of the Exadata infrastructure.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_details str
- Additional information about the current lifecycle state.
- max_cpu_ intcount 
- The total number of CPU cores available.
- max_db_ intnode_ storage_ in_ gbs 
- The total local node storage available in GBs.
- max_memory_ intin_ gbs 
- The total memory available in GBs.
- memory_size_ intin_ gbs 
- The allocated memory in GBs on the Db server.
- shape str
- The shape of the Db server. The shape determines the amount of CPU, storage, and memory resources available.
- state str
- The current state of the Db server.
- time_created str
- The date and time that the Db Server was created.
- vm_cluster_ Sequence[str]ids 
- The OCID of the VM Clusters associated with the Db server.
- autonomousVirtual List<String>Machine Ids 
- The list of OCIDs of the Autonomous Virtual Machines associated with the Db server.
- autonomousVm List<String>Cluster Ids 
- The list of OCIDs of the Autonomous VM Clusters associated with the Db server.
- compartmentId String
- The OCID of the compartment.
- computeModel String
- The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- cpuCore NumberCount 
- The number of CPU cores enabled on the Db server.
- dbNode List<String>Ids 
- The OCID of the Db nodes associated with the Db server.
- dbNode NumberStorage Size In Gbs 
- The allocated local node storage in GBs on the Db server.
- dbServer StringId 
- dbServer List<Property Map>Patching Details 
- The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- displayName String
- The user-friendly name for the Db server. The name does not need to be unique.
- exadataInfrastructure StringId 
- The OCID of the Exadata infrastructure.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- maxCpu NumberCount 
- The total number of CPU cores available.
- maxDb NumberNode Storage In Gbs 
- The total local node storage available in GBs.
- maxMemory NumberIn Gbs 
- The total memory available in GBs.
- memorySize NumberIn Gbs 
- The allocated memory in GBs on the Db server.
- shape String
- The shape of the Db server. The shape determines the amount of CPU, storage, and memory resources available.
- state String
- The current state of the Db server.
- timeCreated String
- The date and time that the Db Server was created.
- vmCluster List<String>Ids 
- The OCID of the VM Clusters associated with the Db server.
Supporting Types
GetDbServerDbServerPatchingDetail      
- EstimatedPatch intDuration 
- Estimated time, in minutes, to patch one database server.
- PatchingStatus string
- The status of the patching operation.
- TimePatching stringEnded 
- The time when the patching operation ended.
- TimePatching stringStarted 
- The time when the patching operation started.
- EstimatedPatch intDuration 
- Estimated time, in minutes, to patch one database server.
- PatchingStatus string
- The status of the patching operation.
- TimePatching stringEnded 
- The time when the patching operation ended.
- TimePatching stringStarted 
- The time when the patching operation started.
- estimatedPatch IntegerDuration 
- Estimated time, in minutes, to patch one database server.
- patchingStatus String
- The status of the patching operation.
- timePatching StringEnded 
- The time when the patching operation ended.
- timePatching StringStarted 
- The time when the patching operation started.
- estimatedPatch numberDuration 
- Estimated time, in minutes, to patch one database server.
- patchingStatus string
- The status of the patching operation.
- timePatching stringEnded 
- The time when the patching operation ended.
- timePatching stringStarted 
- The time when the patching operation started.
- estimated_patch_ intduration 
- Estimated time, in minutes, to patch one database server.
- patching_status str
- The status of the patching operation.
- time_patching_ strended 
- The time when the patching operation ended.
- time_patching_ strstarted 
- The time when the patching operation started.
- estimatedPatch NumberDuration 
- Estimated time, in minutes, to patch one database server.
- patchingStatus String
- The status of the patching operation.
- timePatching StringEnded 
- The time when the patching operation ended.
- timePatching StringStarted 
- The time when the patching operation started.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.