Autonomous Database Flashcards
Which three options are supported when migrating to Autonomous Database (ADB)? (Choose three.)
A. RMAN Cross-Platform backup and restore
B. Golden Gate on-premise installation
C. PDB unplug / plug operation
D. Datapump export / import
E. Dataguard Physical Standby
F. Golden Gate Cloud service
B. Golden Gate on-premise installation
D. Datapump export / import
F. Golden Gate Cloud service
Which Autonomous Database Service is NOT used to connect to an Autonomous Transaction Processing instance? (Choose the best answer.) A. HIGH B. TPPERFORMANT C. MEDIUM D. TPURGENT E. LOW
B. TPPERFORMANT
Which can be Scaled independently of the number of CPUs in an Autonomous Database? (Choose the best answer.) A. Sessions B. Storage C. Parallelism D. Concurency E. Memory
B Key Features
Fully elastic scaling: Scale compute and storage independently to fit your database workload with no downtime:
When in the SQL Monitoring tab of the Performance Hub you see a clock icon in the status column.
What does this mean? (Choose the best answer.)
A. The SQL statement is executing.
B. The SQL statement did not complete either due to an error.
C. The SQL statement is queued.
D. The SQL statement completed its execution.
C)
https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/perfhub.htm
A spinning icon indicates that the SQL statement is running.
A green check mark icon indicates that the SQL statement completed its execution during the specified time period.
A red cross icon indicates that the SQL statement did not complete. The icon displays when an error occurs because the session was terminated.
A clock icon indicates that the SQL statement is queued.
Where can a userג€™s public ssh key be added on the Oracle Cloud Infrastructure Console in order to execute API calls? (Choose the best answer.)
A. SSH keys are not required in Oracle Cloud Infrastructure.
B. SSH keys cannot be added from console. They have to be added using REST APIs only.
C. On the Autonomous Database Console.
D. Navigate to Identity, select Users panel on the console and select “Add Public Key”
D. Navigate to Identity, select Users panel on the console and select “Add Public Key”
When running lots of high concurrent queries in Autonomous Database, you should use which predefined service connection? (Choose the best answer.) A. DBNAME_MEDIUM B. DBNAME_HIGH C. DBNAME_CONCURRENT D. DBNAME_LOW
D. DBNAME_LOW
Which two optimizations are different between Autonomous Data Warehouse and Autonomous Transaction Processing? (Choose two.) A. Backup Retention B. Index Storage C. Data Organization D. Memory Usage E. Undo Management
C. Data Organization
D. Memory Usage
To who, and in which order, are dedicated Exadata Infrastructure resources provisioned? (Choose the best answer.)
A. Fleet Administrator, Autonomous Exadata Infrastructure -> Autonomous Container DB -> Database Administrator > Autonomous DB
B. Fleet Administrator, Autonomous Exadata Infrastructure > Database Administrator -> Autonomous Container DB -> Autonomous DB
C. Database Administrator, Autonomous Container DB -> Autonomous DB -> Fleet Administrator -> Autonomous Exadata Infrastructure
D. Database Administrator, Autonomous Exadata Infrastructure -> Fleet Administrator -> Autonomous Container DB -> Autonomous DB
A. Fleet Administrator, Autonomous Exadata Infrastructure -> Autonomous Container DB -> Database Administrator > Autonomous DB
Which two cloud services are supported to import data pump files from using Dedicated Exadata Infrastructure? (Choose two.)
A. Oracle Cloud Infrastructure Object Storage
B. Google Cloud Storage
C. Amazon S3
D. Azure Blob Storage
E. Oracle Cloud Infrastructure Object Storage Classic
A. Oracle Cloud Infrastructure Object Storage
E. Oracle Cloud Infrastructure Object Storage Classic
According to Oracle documentation, it is a best practice when planning and instituting Access Controls for your Autonomous Dedicated environment regarding
Subnets, Compartments and User Groups.
Which statement is true? (Choose the best answer.)
A. Create at least 2 of each resource.
B. Only 1 Subnet and 1 Compartment are allowed, multiple Groups highly advised.
C. Only 1 of each is allowed to be allocated per environment.
D. Create a Separate VCN that contains only public subnets.
A. Create at least 2 of each resource.
Which three Oracle Cloud Infrastructure (OCI) resources do you need to configure before provisioning your Autonomous Database with Private Endpoint? (Choose three.) A. Security List B. Route Table C. Subnet D. VCN E. Network Security Group
C. Subnet
D. VCN
E. Network Security Group
Which two options are available to restore an Autonomous Data Warehouse? (Choose two.)
A. Select the snapshot of the backup.
B. Select the backup from which restore needs to be done.
C. Backup and recovery must be done using Recovery Manager (RMAN).
D. Select the archived redo logs.
E. Specify the point in time (timestamp) to restore.
B. Select the backup from which restore needs to be done.
E. Specify the point in time (timestamp) to restore.
Which three event types are supported for Autonomous Database? (Choose three.)
A. Update IORM Begin
B. Maintenance Begin
C. Terminate End
D. Change Autoscaling Configuration Compartment
E. Change Compartment Begin
B. Maintenance Begin
C. Terminate End
E. Change Compartment Begin
While Autonomous Transaction Processing and Autonomous Data Warehouse use the same Oracle database, which statement is true about the workloads?
(Choose the best answer.)
A. Data that is bulk loaded, by default, uses the row format in Autonomous Transaction Processing where Autonomous Data Warehouse data format is columnar.
B. Autonomous Data Warehouse workloads are optimized for mixed workloads.
C. Autonomous Transaction Processing memory Usage optimizes workloads for parallel joins and aggregations.
D. Autonomous Transaction Processing workloads are optimized for data warehouse, data mart, and data lake.
A. Data that is bulk loaded, by default, uses the row format in Autonomous Transaction Processing where Autonomous Data Warehouse data format is columnar.
You are the admin of an Autonomous Database (ADB) instance, and a new developer has requested a new workspace in APEX.
What statement describes the step to provide the developer a new workspace in APEX? (Choose the best answer.)
A. Create a new developer account.
B. Access the APEX Administration Services and create the workspace for the developer.
C. Create a database user with the APEX role.
D. Create an IDCS user with the APEX role.
B. Access the APEX Administration Services and create the workspace for the developer.
What are two differentiators of Oracle Autonomous Database Dedicated Infrastructure? (Choose two.)
A. Users have OS access to the database machine.
B. It offers greater control and isolation starting at the Exadata cloud infrastructure level.
C. Users can customize the OS stack and add additional packages.
D. Users have SYS privileges in the database.
E. Users can customize the maintenance schedule.
B. It offers greater control and isolation starting at the Exadata cloud infrastructure level.
E. Users can customize the maintenance schedule.
Oracle Data Safe is a unified control center for your Oracle databases which helps you understand the sensitivity of your data, evaluate risks to data, mask sensitive data, implement and monitor security controls, assess user security, monitor user activity, and address data security compliance requirements.
Which statement is FALSE? (Choose the best answer.)
A. Oracle Data Safe helps you assess the security of your cloud database configurations by analyzing database configurations.
B. Oracle Data Safe evaluates user types, how users are authenticated, and the password policies assigned to each user.
C. Oracle Data Safe only supports Autonomous Databases.
D. Oracle Data Safe helps you find sensitive data in your database by inspecting the actual data in your database and its data dictionary.
C. Oracle Data Safe only supports Autonomous Databases.
Which statement is true when you provision an Autonomous Database using the cloning method? (Choose the best answer.)
A. A clone database source can be a running database instance.
B. A clone database source can be from a point-in-time backup that is less than 2 hours old.
C. When cloning an Autonomous Database, Oracle Machine Learning workspaces, projects, and notebooks of the source database are cloned to the new database.
D. After an Autonomous database is created using a clone, the network access option can be changed.
A. A clone database source can be a running database instance.
Which two methods can you use to create users and grant roles in Autonomous Database services? (Choose two.)
A. through SQLPlus
B. through SQL/Developer
C. through the Oracle Cloud Infrastructure service console
D. using DBMS_CLOUD_ADMIN Package
A. through SQLPlus
B. through SQL/Developer
Which statement is NOT correct when setting up compartment quotas? (Choose the best answer.)
A. Compartment quotas use policies that allow allocation of resources with a high level of flexibility.
B. Along with compartment budgets, compartment quotas create a powerful toolset to manage your spending.
C. Compartment quotas are set by Oracle.
D. There are three types of quota policy statements which are set, unset and zero.
C. Compartment quotas are set by Oracle.
Which two statements are true about using an Autonomous Database with Private Endpoints? (Choose two.)
A. Private Endpoints can be configured when you clone a Shared Autonomous Database that was initially created with public endpoints.
B. You can configure Private Endpoints for an Always Free Autonomous Database.
C. A Network Security Group is required within your Virtual Cloud Network before you can provision a Shared Autonomous Database to use Private Endpoints.
D. An Autonomous Database with private endpoints can be accessed from the public internet by adding your ip address to an Access Control List.
A. Private Endpoints can be configured when you clone a Shared Autonomous Database that was initially created with public endpoints.
C. A Network Security Group is required within your Virtual Cloud Network before you can provision a Shared Autonomous Database to use Private Endpoints.
Which two statements are true when running DBMS_CLOUD.COPY_DATA? (Choose two.)
A. The source file will be automatically removed after the DBMS_CLOUD.COPY_DATA procedure finishes successfully.
B. The source files can reside in Oracle Object Storage, Amazon S3 Object storage, or Azure Blob storage.
C. The target table will be created in Autonomous Database if it does not already exist.
D. The source file can be in either Oracle Standard Storage or Oracle Archive Storage bucket in the Object Store.
E. A valid credential must be created prior to running the DBMS_CLOUD.COPY_DATA procedure.
B. The source files can reside in Oracle Object Storage, Amazon S3 Object storage, or Azure Blob storage.
E. A valid credential must be created prior to running the DBMS_CLOUD.COPY_DATA procedure.