During the provisioning of a Base Database Service (BaseDB) virtual machine (VM), what is the significance of the "Compute Shape" selection?
It determines the maximum number of databases that can be created on the VM.
It dictates the availability domain in which the VM will be created.
It defines the CPU, memory, and network bandwidth allocated to the VM.
It specifies the pre-installed database software version.
C. Defines CPU, memory, and network bandwidth:
TheCompute Shapespecifies the resources allocated to the VM.
Shapes vary in the number ofOCPUs, amount ofRAM, andnetwork performance.
Selecting an appropriate shape ensures the database has enough computational power and memory to meet workload demands.
Why the other options are incorrect:
A. Number of databases:Limited by storage and resource capacity, not the shape itself.
B. Availability domain:Chosen separately during provisioning.
D. Pre-installed software version:The shape does not determine the database version.
Submit