Which method must you use to patch databases on Exadata Database Service with the least amount of downtime?
Conduct in place patching of the database Home.
Leverage Patchmgr to execute patching the database Home.
Create a Data Guard standby and execute standby first patching.
Leverage Opatch to execute patching the database Home.
Move the database to a new Home with the desired patch level.
The method that you must use to patch databases on Exadata Database Service with the least amount of downtime is to create a Data Guard standby and execute standby first patching. This method involves creating a physical standby database on a different Exadata system with the same configuration as the primary database, and then applying the patch to the standby database first. After verifying that the patch is applied successfully and the standby database is in sync with the primary database, you can perform a switchover to make the standby database the new primary database. This way, you can minimize the downtime of the primary database and ensure a smooth patching process1. You can use the Oracle Data Guard Broker or the dbaascli utility to create and manage the Data Guard configuration2.
The other options are not the best methods to patch databases on Exadata Database Service with the least amount of downtime because:
References: 1: Patching Exadata Cloud Service 2: Using Oracle Data Guard on Exadata Cloud Service 3: Updating Guest VM Operating System 4: Patching Oracle Database and Oracle Grid Infrastructure Software Manually 5: Patching Exadata Cloud Service 6: Using Oracle Data Guard on Exadata Cloud Service 7: Patching Oracle Database and Oracle Grid Infrastructure Software Manually
What is the NoSQLHandle interface NOT used for?
to set the row retention time
to gets rows from a table
to get dynamic information on a table
to access multiple tables
The NoSQLHandle interface is used to access Oracle NoSQL tables and perform various operations on them, such as getting, putting, deleting, querying, and indexing rows. However, it is not used to set the row retention time, which is a property of the table itself. The row retention time is specified when creating or altering a table using the TableRequest class, which is a subclass of Request. The NoSQLHandle interface does not have a method to create or alter tables, only to execute requests that are already created by the application12. References:
After you have provisioned a virtual machine (VM) database (DB) system, what action can you take to meet changes in block storage requirements?
After you have provisioned a VM DB system, you cannot increase or decrease block storage.
If a VM DB system requires more block storage, you can increase the storage at any time without impacting the system.
If you want to increase or decrease the storage, you must change the shape of the VM DB system.
If a VM DB system has different requirements for block storage, you can increase or decrease the storage at any time without impacting the system.
A VM DB system database uses OCI block storage instead of local storage. You specify a storage size when you create the DB system, and you can scale up the storage as required at any time1. Scaling the storage does not affect the availability or performance of the database2. You can use the Oracle Cloud Infrastructure Console or the API to scale the storage of a VM DB system1.
The other options are incorrect because:
References: 1: Scale the DB System 2: About Virtual Machine DB Systems 3: [Change the Shape of a DB System]
You use the Oracle Cloud Infrastructure console to create a MySQL DB system. You give it the name "mysql" and set the administrator username to "mysql.sys." You give it a data storage size of 50 GB and set the host name to "mysql-host." You do not specify a Maintenance Window start day and time.
Which action causes an error?
Storage size is too small.
Username "mysql.sys" is reserved.
Host name should contain only letters.
Maintenance Window start time is required.
The action that causes an error when creating a MySQL DB system is using the username “mysql.sys”. This is because “mysql.sys” is a reserved username for the MySQL system schema, which contains views and stored procedures that implement server functionality1. You cannot create a user with the same name as the system schema, as it would cause conflicts and errors1. You should choose a different username for the administrator of the MySQL DB system, such as “mysql.admin” or “mysql.user”.
The other actions do not cause errors, but they may have some implications:
References:
Which three are prerequisites for using the MySQL Database Service? (Choose three.)
You must create a compartment to store your resources.
You must create a tenancy and be able to sign in to it.
You or your group must be granted the policies described in Mandatory Policies.
You must download the latest MySQL version from https://edelivery.oracle.com/.
You must install the downloaded MySQL version onto Oracle Cloud Infrastructure.
To use the MySQL Database Service, you need to have the following three prerequisites1:
D is incorrect, because you do not have to download the latest MySQL version from https://edelivery.oracle.com/. The MySQL Database Service is a fully managed service that provides you with the MySQL version that you select when creating a MySQL DB system. You do not have to download or install any MySQL software on Oracle Cloud Infrastructure.
E is incorrect, because you do not have to install the downloaded MySQL version onto Oracle Cloud Infrastructure. As mentioned above, the MySQL Database Service is a fully managed service that handles the installation and configuration of the MySQL software for you.
References: 1: Getting Started With MySQL Database Service 2: About Your Tenancy 3: About Compartments 4: Managing Compartments 5: About Policies : Mandatory Policies : Creating a MySQL DB System
Which tool can be used to monitor a storage server in Exadata Database Service?
dbaascli
exacli
OCI CLI
ocpucli
The exacli tool is a command-line interface that can be used to monitor and manage the storage servers in Exadata Database Service. The exacli tool provides access to the cellcli command, which is used to manage and monitor individual Oracle Exadata storage cells1. The exacli tool can also perform other tasks, such as checking the status of the storage server grid, viewing the configuration and performance metrics of the storage servers, and applying patches and updates to the storage servers2.
The other options are not tools that can be used to monitor a storage server in Exadata Database Service. The dbaascli tool is a command-line interface that can be used to perform various administrative tasks on the database servers, such as creating and deleting databases, managing backups and restores, and applying patches and updates3. The OCI CLI tool is a command-line interface that can be used to interact with Oracle Cloud Infrastructure services, such as creating and managing resources, configuring network and security settings, and accessing the Console4. The ocpucli tool is not a valid tool name, but it may be confused with the opctli tool, which is a command-line interface that can be used to manage Oracle Private Cloud Appliance, a converged infrastructure system that is not related to Exadata Database Service5. References:
Which of the following resources can be scaled up and down on your VM cluster on Exadata Cloud@Customer?
CPU, Persistent Memory (PMEM), Local Storage, and Exadata Storage
CPU, Memory, Local Storage, and Network
CPU, Memory, Local Storage, and Flash Storage
CPU, Grid Infrastructure Bandwidth, Memory, Local Storage, and Exadata Storage
CPU, Memory, Local Storage, and Exadata Storage
Exadata Cloud@Customer is a cloud service that delivers the full power of the Exadata platform in your data center. You can create VM clusters on Exadata Cloud@Customer to run Oracle Database instances on virtual machines. You can scale up and down the following resources on your VM cluster1:
Therefore, statement E is correct, and statements A, B, C, and D are incorrect. Persistent Memory (PMEM), Flash Storage, Network, and Grid Infrastructure Bandwidth are not resources that can be scaled up and down on your VM cluster on Exadata Cloud@Customer1. References: 1: Exadata Cloud@Customer 2: Exadata Cloud@Customer’s distributed cloud database platform
Which characteristic is NOT a factor that impacts the capacity units for provisioning a NoSQL Database Cloud Service table?
Record size
Durability level
Data model
Query pattern
The characteristic that is NOT a factor that impacts the capacity units for provisioning a NoSQL Database Cloud Service table is the query pattern. The query pattern refers to the frequency and complexity of the queries that are executed on the table. The query pattern does not affect the capacity units, which are based on the write and read throughput and the storage capacity of the table1.
The other options are factors that impact the capacity units for provisioning a NoSQL Database Cloud Service table because:
References: 1: Oracle NoSQL Database Cloud Service Capacity Planning
Which are the three strategies to migrate Oracle Database to Oracle Cloud Infrastructure (OCI)? (Choose three.)
Zero Downtime Migration
Autonomous migration
Real Application Clusters
Migration Workbench
GoldenGate
The three strategies to migrate Oracle Database to Oracle Cloud Infrastructure (OCI) are:
B is incorrect, because autonomous migration is not a strategy to migrate Oracle Database to OCI, but a feature of Oracle Autonomous Database that allows you to migrate data from other sources, such as Oracle Database, MySQL, MongoDB, or Amazon S3, to an Autonomous Database instance using Oracle Data Pump or SQL Developer Web4.
C is incorrect, because Real Application Clusters (RAC) is not a strategy to migrate Oracle Database to OCI, but a feature of Oracle Database that provides high availability and scalability by enabling multiple instances to access the same database across a cluster of servers5.
References: 1: Get started with Zero Downtime Migration 2: Migrate Oracle Databases to OCI 3: Oracle GoldenGate 4: Migrate Data to Autonomous Database 5: Oracle Real Application Clusters (RAC)
Which three statements are true about Exadata Snapshots on the Exadata Database Service? (Choose three.)
Exadata Snapshots utilize the Exadata SPARSE disk group to store the sparse files that contain all the data that is read and written by the Snapshots.
Exadata Snapshots are unable to utilize all the Exadata features.
Exadata Snapshots utilize the Exadata SPARSE disk group to store the sparse files that contain only changed blocks.
Multiple users can create independent Exadata Snapshots from the same test master, which is a full Read-Only clone of the source database.
Before creating Exadata Snapshots from the test master, you can modify the data in the test master, if required.
Exadata Snapshots are a feature of the Exadata Database Service that allows you to create space-efficient read-only or read-write clones of an existing database1. Exadata Snapshots use the Exadata SPARSE disk group to store the sparse files that contain the data that is read and written by the snapshots2. The sparse files only store the changed blocks, not the entire data, which saves space and improves performance2. Multiple users can create independent Exadata Snapshots from the same test master, which is a full read-only clone of the source database3. The test master can be created from a backup of the source database or from a Data Guard standby database3. Before creating Exadata Snapshots from the test master, you can modify the data in the test master, if required.
Therefore, the correct answer is A, C, and D. B is incorrect, because Exadata Snapshots can utilize all the Exadata features, such as Smart Scan, Smart Flash Cache, Hybrid Columnar Compression, and so on. E is incorrect, because you cannot modify the data in the test master after creating Exadata Snapshots from it, as it becomes read-only.
References: 1: About Exadata Snapshots 2: Sparse Disk Sizing and Allocation Methodology 3: Creating Exadata Snapshot Masters : Refresh Considerations, or Lifecycle of Exadata Snapshots : Exadata Snapshots
Which two statements are true when creating the Cloud Exadata Infrastructure Resource? (Choose two.)
After provisioning an Exadata X8M Infrastructure Resource, you can scale the Exadata Database Service deployment online as needed by adding additional database compute and storage servers.
After provisioning an Exadata X8 Infrastructure Resource, you can scale the Exadata Database Service deployment online as needed by adding additional database and storage servers.
You pick the desired hardware model and a default VCN is created for you with a default subnet for Client and Backup traffic.
When creating the Cloud Exadata Infrastructure Resource, you must pick an Exadata system model, a system configuration shape, and Availability Domain.
You must pick an Exadata system model, a system configuration shape, and a license model.
pen_spark
Which two statements are true about using a Service Gateway? (Choose two.)
The Service Gateway with a private subnet can be used to access Object Storage.
The Service Gateway can connect to services in the same region of its VCN.
The Service Gateway can connect to services in other regions outside of the VCN.
The Service Gateway can be used to connect to the Internet.
The Service Gateway with a public subnet can be used to access Object Storage.
A Service Gateway is a virtual router that enables private access to multiple Oracle services in the Oracle Services Network, a conceptual network that is reserved for Oracle services and composed of a list of regional CIDR blocks1. A Service Gateway can be used to access Object Storage, which is one of the Oracle services supported by the Service Gateway2. A Service Gateway can only connect to services in the same region of its VCN, not in other regions3. A Service Gateway cannot be used to connect to the Internet, as it does not have a public IP address4. A Service Gateway can be used with either a private or a public subnet, as long as the subnet has a route table that directs traffic to the Service Gateway5. References: 1: Service Gateway | Oracle 2: [Oracle Cloud Infrastructure Documentation] 3: [Oracle Cloud Infrastructure Documentation] 4: [Oracle Cloud Infrastructure Documentation] 5: [Oracle Cloud Infrastructure Documentation]
You used the "Stop" option from the Console of an Exadata Database Service virtual machine within a VM cluster.
Which two statements are true? (Choose two.)
Billing for the CPU stops but billinq for the Exadata Infrastructure continues.
The stopped VM is not available to any other database deployment.
All the VMs in the cluster are stopped.
All the databases in the VM cluster are stopped.
Billing for the OCPU and Infrastructure are stopped until the VM restarts.
v When you use the “Stop” option from the Console of an Exadata Database Service virtual machine within a VM cluster, the following two statements are true1:
The other statements are false because1:
Which two tools are used to monitor Exadata Database Service? (Choose two.)
Oracle Enterprise Manager
Oracle Management Cloud
Oracle Cloud Monitor
Oracle Internet Monitoring Suite (IMS)
Service Console
Oracle Enterprise Manager and Service Console are two tools that can be used to monitor Exadata Database Service. Oracle Enterprise Manager is a comprehensive management solution that provides a single interface for monitoring and managing all Exadata, ExaDB-D and ExaDB-C@C systems, along with any other targets1. Oracle Enterprise Manager enables you to visualize storage and compute data, view performance metrics of your Exadata components, and perform administrative tasks such as patching, backup, and recovery1. Service Console is a web-based user interface that allows you to monitor and manage your Exadata Cloud Service instances2. Service Console provides information about the status, configuration, and utilization of your Exadata systems, and enables you to perform operations such as scaling, patching, backup, and restore2.
The other options are not valid tools for monitoring Exadata Database Service because:
Which users created on Database Servers can be used for both Oracle database and host management of your Exadata Database Service?
root, opc, oracle, and grid users
root, opc, oracle, grid, and cloud users
opc, oracle, and grid users
root, oracle, and grid users
The users created on Database Servers that can be used for both Oracle database and host management of your Exadata Database Service are the root, opc, oracle, and grid users1. These users have different roles and privileges as follows:
The other options are incorrect because:
References: 1: Users on Database Servers 2: Users and Roles in Oracle Cloud Infrastructure
Which two statements are true about recommended Subnet configurations for Exadata Database Service? (Choose two.)
Use Regional Subnets for both Client and Backup.
Use a Public Subnet for Client and a Service Subnet for Backup.
Use a Private Subnet for Client and a Service Subnet for Backup.
Use two Public Subnets for Client and Backup.
Use a Private Subnet for Client and Private Subnet for Backup.
The recommended subnet configurations for Exadata Database Service are to use regional subnets for both client and backup, or to use a private subnet for client and a private subnet for backup12. Regional subnets span all availability domains in the region, which provides high availability and flexibility for the Exadata Database Service1. Private subnets are isolated from the internet and provide more security and control for the Exadata Database Service1. Using a public subnet for client or backup exposes the Exadata Database Service to the internet, which is not recommended1. Using a service subnet for backup is not supported, as service subnets are reserved for Oracle Cloud Infrastructure services3. References:
Copyright © 2014-2025 Certensure. All Rights Reserved