➱Vendor: Oracle
➱Exam Code: 1z0-931-22
➱Exam Name: Oracle Autonomous Database Cloud 2022 Professional

NEW QUESTION # 20
What command should you issue to enable application continuity on Autonomous Database Shared Infrastructure?
A. alter session set application_continuity=true
B. alter system set application_continuity=true
C. exec dbms_cloucl_admin. enable_app_cont ( ' <service_name> ' ) ;
D. alter database set application_continuity=true
Answer: C
Explanation: https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/dbms-cloud-admin.html#GUID-42B9 DDB0-12A7-4EE3-9860-30EFA41061E9 If it was asking for Autonomous Database Dedicated Infrastructure, then answer would be execute DBMS_APP_CONT_ADMIN.ENABLE_AC( 'databaseid_tpurgent.adb.oraclecloud.com', 'LEVEL1', 600);
NEW QUESTION # 21
What is the correct way to list all files in the default data pump directory?
A. By executing select * from DBMS_CLOUD.LIST_FILES('DATA_PUMP_DIR');
B. You cannot list files in the default data pump directory from Autonomous Data Warehouse (ADW).
C. Log onto ADW server and issue is -al on the command line.
D. By executing select * from utl_file . list ( 'DATA_PUMP_DIR ' ) ;
Answer: A
NEW QUESTION # 22
Which two are correct actions to take in order to Download the Autonomous Database Credentials?
A. Click on the Object Storage and find your Autonomous Bucket and Download the Wallet Credentials.

B. Click on the Autonomous Data Warehouse section, pick a database, then Choose Actions, then Download the Wallet.
C. Click the Compute section of the menu, then choose Instance Configurations, then Download Wallet.
D. Click on the Autonomous Data Warehouse in the menu, click a database name, then Choose DB
Connection button, then Download the Wallet.
E. Find the Service Console for your Autonomous Database, then pick Administration, then Download the Client Credentials (Wallet).

Answer: D,E
Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/connect-download-wallet.html#GUID -B06202D2-0597-41AA-9481-3B174F75D4B1
NEW QUESTION # 23
During the provisioning of an Autonomous Database on Dedicated hardware, what does the Database Administrator need to select to determine where the Autonomous Database is created on the Dedicated infrastructure?
A. the Compartment of the Dedicated infrastructure as each compartment only runs 1 Dedicated environment
B. the Listener endpoint where the Autonomous Database should register on
C. the name or OCID of the Exadata infrastructure which was assigned by the the Fleet Administrator
D. the Client Credentials wallet which is used to connect to the Autonomous Database
E. the 'High Availability Container Database' in which the Autonomous instance should run
Answer: E
Explanation:
https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adb_dedicated_creating.htm
NEW QUESTION # 24
Which is NOT needed to manage Oracle Autonomous Database with REST APIS?
A. Fingerprint of the public key
B. Tenancy's OCID
C. Database ADMIN password
D. User's OCID
Answer: C
NEW QUESTION # 25
Which statement is FALSE for Oracle Data Safe? (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 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
D. Oracle Data Safe evaluates user types, how users are authenticated, and the password policies assigned to each user
Answer: C
Explanation:
NEW QUESTION # 26
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?
A. Only 1 of each is allowed to be allocated per environment.
B. Only 1 Subnet and 1 Compartment are allowed, multiple Groups highly advised.

C. Create a separate VCN that contains only public subnets
D. Create at least 2 of each resource
Answer: D
Explanation:
Refer to Best Practices When Planning and Instituting Access Controls section in the https://docs.oracle.com/en/cloud/paas/autonomous-database/atpfg/plan-and-create-access-constraints1.h tml#GUID-ED48C3D3-FC0F-41D5-882A-FC2D916FD6AA
https://docs.oracle.com/en/cloud/paas/autonomous-database/atpfg/plan-and-create-accessconstraints1.H tml

NEW QUESTION # 27
Which two options are available to restore an Autonomous Data Warehouse? (Choose two.)

A. Select the backup from which restore needs to be done.
B. Select the snapshot of the backup.
C. Specify the point in time (timestamp) to restore.
D. Backup and recovery must be done using Recovery Manager(RMAN).
E. Select the archived redo logs.
Answer: A,C
Explanation:
In the Restore prompt, select Specify Timestamp or Select Backup to restore to a point in time or to restore from a specified backup.
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/backkup-recover.html#G UID-78C28C41-AA87-4AD7-BEB6-693235C73F3C

NEW QUESTION # 28
While creating an Autonomous Container Database on dedicated infrastructure through the Oracle Cloud Infrastructure (OCI) console, which patch type is offered to be applied during maintenance?
A. Prior Release Update (PRU)
B. Prior Release Update Revision (PRUR)
C. Quarterly Bundle Patch (QBP)
D. Release Update (RU)
Answer: D
Explanation:
On the Edit Automatic Maintenance card, select Release Update (RU) or Release Update Revision (RUR) from the Maintenance type list.
Note:
Currently, the Release Update Revision (RUR) maintenance type is not a selectable option. When release update revisions become available for Autonomous Database, this option will become selectable.
NEW QUESTION # 29
A customer wants to increase the throughput of their inserts. They have discovered that the bottleneck is in the storage I/Os of their environment.
What should they do to remove this bottleneck?

A. Increase the number of OCPUs allocated to the database.
B. Remove any non-JSON data from the database.
C. Run the DBMS_CLOUD.INCREASE_THROUGHPUT procedure.
D. Ask Support to migrate their setup to a node without noisy neighbors.
Answer: D
NEW QUESTION # 30
Your customer wants to permanently disable scheduled maintenance on Autonomous Dedicated Infrastructure to keep their current database version(s).
How can they achieve this?
A. Change the Automatic Maintenance Schedule to 'Specify a Schedule' but do not select any month, week or day.
B. Change the Automatic Maintenance Schedule to 'No Preference'.

C. You cannot permanently disable scheduled Automatic Maintenance.
D. Change the Automatic Maintenance Schedule to 'None'd.
Answer: C
Explanation:
"If the Autonomous Exadata Infrastructure resource doesn't have a customized schedule, its maintenance schedule will be automatically modified so that it precedes the Autonomous Container Database schedule you define."
https://docs.oracle.com/en/cloud/paas/autonomous-database/atpfg/change-maintenance-scheduleacd.ht ml#GUID-CA028A37-5510-473E-B4D0-A5D454B8DA6E

NEW
QUESTION # 31
Your customer has upgraded their on premise 11.2 database to 12.2. During this migration the database was migrated to a pluggable database and is now in production.
How should the customer unplug their database to migrate to Autonomous Database (ADB)?
A. Unplug to an xml file so database files and xml file can be uploaded to object storage.
B. Unplug into a pdb archive which can be uploaded to object storage.
C. Create a database link from source database to the ADB environment and clone the PDB.
D. Pluggable databases cannot be migrated to ADB using plug, unplug or clone.
Answer: D
Explanation:
Since an ADB database has some restrictions on the object types and Oracle Database Options you need to use a logical migration method rather than a physical one.
The main migration tool for migrating to ADB is Data Pump. You can export your schemas and import them into ADB using Data Pump. To sync up the additional/incremental changes on the source database during the export/import process you can use GoldenGate or GoldenGate Cloud Service to replicate those changes to ADB.
In the current release you cannot use physical migration methods like backup/restore, Data Guard, Pluggable/Unplug , database clones, and transportable tablespaces to move your existing database to ADB.
NEW
QUESTION # 32
Which method will NOT permit you to change the database Admin Password of a Autonomous Database on Shared Infrastructure?
A. Admin page of the Cloud Service Console
B. SQLDeveloper
C. OCI CLI
D. OS command line from the database server.
Answer: D
NEW QUESTION # 33
When using Data Pump to migrate your Oracle database to Autonomous Database, which two objects are imported?
A. Reports
B. Schemas
C. Data
D. Tablespaces
Answer: B,C
NEW QUESTION # 34

A Business Analyst joined in your organization and wanted to explore the database tools. Which statement provides access to data tools page for business analyst. When restoring/cloning the ADB, you must select a backup which is atleast___ hours/minutes old.
A. 5 min
B. 24 hrs
C. 2 hrs
D. 1 day
Answer: B
NEW QUESTION # 35 ......