Which statement is true about rebooting a virtual machine (VM) DB system node using the Oracle Cloud Infrastructure Console?
Correct Answer: B
1Z0-1093-23 Exam Question 17
Which two statements are true about cloning a Virtual Machine DB System? (Choose two.)
Correct Answer: A,B
The statements that are true about cloning a Virtual Machine DB System are: * When creating a clone of the Virtual Machine DB system, you need to specify a new SSH key and admin password1. This is because the clone is a new DB system that requires its own credentials for security and access purposes1. * Cloning creates a copy of a source Virtual Machine DB system as it exists at the time of the cloning operation, including the storage configuration software and database volumes12. This means that the clone will have the same database software, patches, configuration, and data as the source DB system at the time of cloning12. The statements that are false about cloning a Virtual Machine DB System are: * When creating a clone, you must use the same SSH key and admin password as the source Virtual Machine DB system. This is false, as explained above, you need to specify a new SSH key and admin password for the clone1. * Cloning only creates a copy of a source Virtual Machine DB system as it exists at the time of the cloning operation, but does not include the storage configuration software and database volumes. This is false, as explained above, cloning includes the storage configuration software and database volumes of the source DB system12. References: * Clone a DB System * Virtual machine DB system cloning available for single-node systems using LVM storage management
1Z0-1093-23 Exam Question 18
The /u02 directory containing Oracle Homes (OH) is 80% utilized and you need to free up space in it. You own two Oracle Homes OH193_A and OH193_B with test databases 193A and 193B, respectively. You decide to consolidate both databases into a single Oracle Home (OH193_A) to free up space. Which two actions must you perform? (Choose two.)
Correct Answer: A,D
To consolidate two databases into a single Oracle Home, you need to perform the following actions1: * Schedule a downtime window with the team using the 193B database. This is necessary because you need to stop the database service and detach the pluggable databases (PDBs) from the source Oracle Home before moving them to the target Oracle Home2. * Use the Move Database option from the console to relocate the database to the target Oracle Home. This is the easiest and fastest way to move the database and its PDBs to a different Oracle Home. You can use the Oracle Cloud Infrastructure Console or the API to initiate the move operation, which will automatically copy the required files, update the configuration, and restart the database service in the target Oracle Home3. Therefore, statements A and D are correct, and statements B and C are incorrect. Copying the sqlnet.ora and spfile from OH193_B to OH193_A and restarting PDBs is not sufficient to move the database to a different Oracle Home, as it does not update the Oracle Inventory, the Oracle Restart configuration, or the database registry4. Creating a new container database under OH193B and migrating the PDBs from 193B to 193A is not necessary, as you can move the existing PDBs directly to the target Oracle Home without creating a new container database5. References: 1: Oracle Base Database Services 2023 Professional, Section 4.2.2: Moving a Database to a Different Oracle Home 2: Base Database Service, Section 4.2.2.1: Prerequisites for Moving a Database to a Different Oracle Home 3: Base Database Service, Section 4.2.2.2: Moving a Database to a Different Oracle Home 4: [Oracle Database Administrator's Guide], Section 2.4.1: Moving Oracle Database to a New Oracle Home 5: [Oracle Database Administrator's Guide], Section 19.1.1: Overview of Pluggable Database Migration
1Z0-1093-23 Exam Question 19
You enable automatic backups on your Exadata Cloud@Customer. Which type of file is NOT backed up by default and is the customer's responsibility to back up?
Correct Answer: B
1Z0-1093-23 Exam Question 20
Which two statements are true when creating the Cloud Exadata Infrastructure Resource? (Choose two.)
Correct Answer: C,D
* Core Exadata Setup: When provisioning an Exadata Cloud Infrastructure resource, you must specify: * Exadata System Model: (e.g., X8, X8M, Quarter Rack, Half Rack, Full Rack) * Configuration Shape: Determines the resources (CPU, memory, storage) * Availability Domain: The physical location within an OCI region. * VCN Creation: The system automatically sets up a default Virtual Cloud Network (VCN) and subnet to handle Exadata network traffic. pen_spark