You are on page 1of 30

IT Certification Guaranteed, The Easy Way!

Exam : 1Z0-931-20

Title : Oracle Autonomous Database


Cloud 2020 Specialist

Vendor : Oracle

Version : V12.35

1
IT Certification Guaranteed, The Easy Way!

NO.1 What is the default port number for accessing a newly created Autonomous Database?
A. 1523
B. 1521
C. 1522
D. 1526
E. 1524
Answer: C
Explanation:
https://www.oracle.com/a/ocom/docs/cloud/autonomous-database-100.pdf

NO.2 Which statement is false about Autonomous Database Oracle Client Credentials (Wallets)?
A. In addition to the Oracle Client Credential Wallet, a user must have a username and password in
order to connect to the Autonomous Database.
B. The Oracle Client Credential file is downloaded as a ZIP file.
C. The Wallet for the Autonomous Database is the same as the Transparent Data Encryption (TDE)
wallet.
D. You MUST have an Oracle Client Credential Wallet in order to connect to the Autonomous
Database.
Answer: C
Explanation:
When you download the client credentials from the Download Wallet dialog, you must enter a wallet
password in the password field and confirm the password in the confirm password field. The
password must be at least eight characters long and must include at least one letter and one numeric
character or one special character. This password protects the download client credentials wallet.
This wallet is not the same as the transparent data encryption wallet for the database. Therefore, a
different password is used to protect the client credentials wallet.

NO.3 Which procedure within the DBMS_CLOUD package is used to load data?
A. PUT_OBJECT
B. LIST_FILES
C. CREATE_EXTERNAL_TABLE
D. LOAD_DATA
E. COPY_DATA
Answer: E

NO.4 Which is correct about security features that are available in Oracle Autonomous Database?
A. TDE but not Data Redaction.
B. Data Redaction and TDE are both supported.
C. Data Redaction but not TDE.
D. Neither Data Redaction nor TDE are supported.
Answer: B
Explanation:
All data is encrypted at rest using transparent data encryption, and data redaction is part of ADB.
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-faqs.html

2
IT Certification Guaranteed, The Easy Way!

NO.5 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. Pluggable databases cannot be migrated to ADB using plug, unplug or clone.
B. Create a database link from source database to the ADB environment and clone the PDB.
C. Unplug to an xml file so database files and xml file can be uploaded to object storage.
D. Unplug into a pdb archive which can be uploaded to object storage.
Answer: A
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.

NO.6 While Autonomous Transaction Processing and Autonomous Data Warehouse use the same
Oracle database, which statement is true about the workloads?
A. Autonomous Transaction Processing memory usage optimizes workloads for parallel joins and
aggregations.
B. Autonomous Data Warehouse workloads are optimized for mixed workloads.
C. Autonomous Transaction Processing workloads are optimized for data warehouse, data mart, and
data lake.
D. Data that is bulk loaded, by default, uses the row format in Autonomous Transaction Processing
where Autonomous Data Warehouse data format is columnar.
Answer: D
Explanation:
- Both ADW and ATP share the Autonomous Database platform of Oracle Database on Exadata Cloud
infrastructure.
The difference is how the services have been optimized within the database. When you start loading
data into the autonomous database, we store the data in the appropriate format for the workload.
* If it is ADW, then we store data in columnar format because that's the best format for analytics
processing.
* If it is ATP, then we store the data in row format because that's the best format for fast single row
lookups.
- Oracle Autonomous Database is offered in two workload-optimized flavors
* Autonomous Data Warehouse (ADW), which has been optimized for analytic workloads
* Autonomous Transaction Processing (ATP). ATP is optimized for transaction processing or mixed
workload
https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/autonomous-intro-atp.html#GUID-
B90147B2-EA04-4147-9606-0413D9CC1589

3
IT Certification Guaranteed, The Easy Way!

https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/autonomous-intro-atp.html#GUID-
B90147B2-EA04-4147-9606-0413D9CC1589

NO.7 Which two options are available to restore an Autonomous Data Warehouse? (Choose two.)
A. Backup and recovery must be done using Recovery Manager(RMAN).
B. Select the snapshot of the backup.
C. Select the archived redo logs.
D. Select the backup from which restore needs to be done.
E. Specify the point in time (timestamp) to restore.
Answer: D,E
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#GUID-78C28C41-AA87-4AD7-BEB6-693235C73F3C

NO.8 Which open source orchestration tool can be used to provision autonomous database
resources in Oracle Cloud Infrastructure?
A. Terraform
B. REST API
C. Dlocker
D. Enterprise Manager
Answer: A
Explanation:
https://blogs.oracle.com/cloud-infrastructure/getting-started-with-the-resource-manager-on-oracle-
cloud-infrastructure

NO.9 Which three statements are true about procedures in the DBMS_CLOUD package? (Choose

4
IT Certification Guaranteed, The Easy Way!

three.)
A. The DBMS_CLOUD.PUT_OBJECT procedure copies a file from Cloud Object Storage to the
Autonomous Data Warehouse.
B. The DBMS_CLOUD.CREATE_CREDENTIAL procedure stores Cloud Object Storage credentials in the
Autonomous Data Warehouse database.
C. The DBMS_CLOUD.VALIDATE_EXTERNAL_TABLE procedure validates the source files for an
external table, generates log information, and stores the rows that do not match the format options
specified for the external table in a badfile table on Autonomous Data Warehouse.
D. The DBMS_CLOUD.DELETE_FILE procedure removes the credentials file from the Autonomous
Data Warehouse database.
E. The DBMS_CLOUD.CREATE_EXTERNAL_TABLE procedure creates an external table on files in the
cloud. You can run queries on external data from the Autonomous Data Warehouse.
Answer: B,C,E
Explanation:
DELETE_FILE Procedure
This procedure removes the specified file from the specified directory on Autonomous Data
Warehouse.
CREATE_CREDENTIAL Procedure
This procedure stores Cloud Object Storage credentials in the Autonomous Data Warehouse
database. Use stored credentials for data loading or for querying external data residing in the Cloud.
PUTJDBJECT Procedure
This procedure copies a file from Autonomous Data Warehouse to the Cloud Object Storage. The
maximum file size allowed in this procedure is 5 gigabytes (GB).
VALIDATE EXTERNAL TABLE Procedure
This procedure validates the source files for an external table, generates log information, and stores
the rows that do not match the format options specified for the external table in a badfile table on
Autonomous Data Warehouse.
CREATE_EXTERNAL_TABLE Procedure
This procedure creates an external table on files in the Cloud. This allows you to run queries on
external data from Autonomous Data Warehouse.
To use Data Pump from ADB, a credential identifying the Object Storage bucket to use must be
defined with a DBMS_CLOUD.CREATE_CREDENTIAL function. This will allow ADB to access objects
that are stored in the object store , including dump files. To export an existing database to prepare
for import into ADB, use the XTP command and add the ex elude option for database functionality
that is not recommended or supported in ADB. This will prevent errors during the imp oil process.
This process is not automatic. And if the logs are not moved, you will receive a warning when running
the MDB that the logs are not there. In this example, we're moving the log import.log to object store
with a DBMS_CLOUD.PUT_OBJECT command.
VALIDATE_EXTERNAL_TABLE Procedure
This procedure validates the source files for an external table, generates log information, and stores
the rows that do not match the format options specified for the external table in a badfile table on
Autonomous Database. The overloaded form enables you to use the operation_id parameter.
PUT_OBJECT Procedure
This procedure copies a file from Autonomous Database to the Cloud Object Storage. The maximum
file size allowed in this procedure is 5 gigabytes (GB) DELETE FILE Procedure This procedure removes

5
IT Certification Guaranteed, The Easy Way!

the specified file from the specified directory on Autonomous Database.


CREATE_EXTERNAL_TABLE Procedure
This procedure creates an external table on files in the Cloud. This allows you to run queries on
external data from Autonomous Database.

NO.10 Which is NOT required to connect to Autonomous Database from SQL developer?
A. Database name
B. Service name
C. Wallet file
D. Username and password
Answer: A
Explanation:
One of the most productive tools to use with Autonomous Database is SQL Developer, which is
included for free with Autonomous Database. In this section, we show how to connect the
Autonomous Database with SQL Developer. SQL developer fully supports connectivity to
Autonomous Database and is Autonomous Database aware. To establish a connection to
Autonomous Database, select the Connections green plus sign at the top left corner of the tool.
A new connection screen will appear, the same for an autonomous or non-autonomous database. In
the top three lines, you will want to name the connection and fill in the appropriate username and
password for the user you will be connecting to. Under Connection Type, the type to use for
Autonomous Database is Cloud Wallet. When using this connection type, which is the only
connection type supported for Autonomous Database, the location of the downloaded wallet must
be specified in the configuration file entry.
Navigate to and select the downloaded wallet file. If the correct wallet file is selected, the service
drop down will list all the services available to the Autonomous Database. Select the one that most
appropriately provides the ser vice level your connection will require. Please refer to the section on
user connections and services in another module for more information on this. Finally, to establish a
connection, click Connect.
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/connect-sql-
dev182.html#GUID-14217939-3E8F-4782-BFF2-021199A908FD

NO.11 Which can be Scaled independently of the number of CPUs in an Autonomous Database?
A. Memory
B. Concurrency
C. Sessions
D. Parallelism
E. Storage
you can independently scale the number of CPUs in Autonomous Database
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-faqs.html#GENERAL
Answer: E

NO.12 Which two optimizations are different between Autonomous Data Warehouse and
Autonomous Transaction Processing?
A. Undo Management
B. Index Storage

6
IT Certification Guaranteed, The Easy Way!

C. Memory Usage
D. Data Organization
E. Backup Retention
Answer: B,D

NO.13 What are two advantages of using Data Pump to migrate your Oracle Databases to
Autonomous Database? (Choose two.)
A. Data Pump can exclude migration of objects like indexes and materialized views that are not
needed by Autonomous Database.
B. Data Pump is platform independent - it can migrate Oracle Databases running on any platform.
C. Data Pump is faster to migrate database than using RMAN.
D. Data Pump creates the tablespaces used by your Autonomous Database.
Answer: A,B
Explanation:
The default data and temporary tablespaces for the database are configured automatically. Adding,
removing, or modifying tablespaces is not allowed.
Oracle Data Pump offers very fast bulk data and metadata movement between Oracle databases and
Autonomous Database .
Data Pump Import lets you import data from Data Pump files residing on Oracle Cloud Infrastructure
Object Storage, Microsoft Azure, AWS S3, and Oracle Cloud Infrastructure Object Storage Classic. You
can save your data to your Cloud Object Store and use Oracle Data Pump to load data to
https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/load-data-data-pump.html#GUID-
297FE3E6-A823-4F98-AD50-959ED96E6969

NO.14 Which Autonomous Database Cloud service ignores hints in SQL Statements by default?
A. Autonomous Transaction Processing.
B. Autonomous Data Warehouse.
C. Neither service ignores hints by default.
D. Both services ignore hints by default.
Answer: B
Explanation:
Optimizer Hints Ignored by default in ADW, where honored by default in ATP When migrating data to
Autonomous Database, table statistics are gathered automatically during direct path load operations.
If direct path load operations are not used, such as with SQL Developer loads, the user can gather
statistics manually as needed. When migrating an existing database that uses optimizer in parallel
hints, ADB will ignore those by default. Because ADB runs in a highly tuned exadata environment,
most database operations should run faster or at least as well as database tune with lots of hints to
perform faster. Should hints be required for some reason, they can be explicitly re-enabled.
Autonomous Data Warehouse ignores optimizer hints and PARALLEL hints in SQL statements by
default

NO.15 Your customer receives information in various formats like .csv files from their suppliers. The
business user would like to collect all of this information and store it in a ATP environment. The
Oracle adviser recommends to use Oracle Data Sync for this.
Which statement is true regarding Oracle Data Sync?

7
IT Certification Guaranteed, The Easy Way!

A. Data Sync can only load files into tables (insert-only), the customer has to write the additional
code.
B. Data Sync can not transform your data while loading it into the destination table.
C. Data Sync can load a combination of data source, such as .csv, .xlsx and Oracle relational files.
D. Data Sync can only load data from one source into one destination table.
Answer: C
Explanation:
You can load data from files (CSV and XLSX), various relational sources (tables, views, SQL
statements), OTBI, JDBC data sources, and Oracle Service Cloud

NO.16 A Corporation is building a web application to allow its customers to schedule service
requests online. There is also a need to run operational reports at times during non-peak hours. The
architecture team is debating whether such reports should be run on the OLTP database or in a
separate data mart. The DBA Manager does not want to add anymore admin responsibility to the
team and is looking for a database option that's low to zero maintenance, but meets their strict
performance requirements as well.
Which Oracle Cloud Infrastructure database service is appropriate for this scenario?
A. Since the application needs to be highly available, it should to be deployed on a Kubernetes
Cluster.
B. ADW since operational reporting is a higher priority in this scenario.
C. It is best to build a separate data warehouse, and move the OLTP data on a nightly basis.
D. ATP. Using 'tpurgent' and 'high' TNS services to separate connection types.
Answer: D
Explanation:
Autonomous Transaction Processing provides all of the performance of the market leading Oracle
Database in an environment that is tuned and optimized to meet the demands of a variety of
applications, including: mission-critical transaction processing, mixed transactions and analytics, loT,
and JSON document store.

8
IT Certification Guaranteed, The Easy Way!

As a service Autonomous Transaction Processing does not require database administration. With
Autonomous Transaction Processing you do not need to configure or manage any hardware, or install
any software. Autonomous Transaction Processing handles creating the database, backing up the
database, patching and upgrading the database, and growing or shrinking the database.

NO.17 Which Java Database Connectivity (JDBC) thin client version supports the use of HTTP proxy
settings that does NOT support TCP to connect to Autonomous Data Warehouse?
A. 18.1 onwards
B. Any version
C. 17.4 onwards
D. 12c Release 2 onwards
Answer: D
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/connect-
preparing.html#GUID-EFAFA00E-54CC-47C7-8C71-E7868279EF3B

NO.18 What are three methods to load data into the Autonomous Database? (Choose three.)
A. Oracle GoldenGate
B. Transportable Tablespace
C. RMAN Restore
D. Oracle Data Pump
E. SQL*Loader
Answer: A,D,E
Explanation:
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-faqs.html#ATPD
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/load-data-
intro.html#GUID-5D2F70D8-4FA1-482C-BFB0-43441FB897F3

NO.19 Which two statements are true with regards to Oracle Data Sync? (Choose two.)
A. Data Sync can connect to any jdbc compatible source like MongoDB, RedShift and Sybase.
B. Data Sync can use a normal OCI (thick) client connection to connect to an Oracle database.
C. Data Sync can load your data in parallel in order to speed up the loading process.
D. Data Sync has default drivers available that supported loading data from DB2, Microsoft SQL
Server, MySQL and Teradata.
Answer: A,C
Explanation:
http://www.ateam-oracle.com/configuring-the-data-sync-tool-for-bi-cloud-service-bics

NO.20 On what infrastructure does the Autonomous Database run on?


A. Any Oracle Engineered system

9
IT Certification Guaranteed, The Easy Way!

B. Bare-metal on Oracle Cloud Infrastructure


C. Exadata on Oracle Cloud Infrastructure
D. VM on Oracle Cloud Infrastructure
Answer: D

NO.21 Which file Is NOT a component of the client credentials wallet used to connect to an ATP
Database?
A. sqlnet.ora
B. truststore.jks
C. cwallet.sso
D. protocol.ora
E. ewallet.p12
F. keystore.jks
Answer: D

NO.22 How can an Autonomous Database resource be provisioned without logging into the Oracle
Cloud Infrastructure console?
A. Using Database Configuration Assistant (DBCA) on the database server.
B. It cannot be done.
C. Connecting to the Cloud Infrastructure Command console via SSH wallet.
D. Using the Oracle Cloud Infrastructure Command Line interface tool or REST API calls.
Answer: D
Explanation:
The CLI is a small footprint tool that you can use on its own or with the Console to complete Oracle
Cloud Infrastructure tasks. The CLI provides the same core functionality as the Console, plus
additional commands.
https://blogs.oracle.com/datawarehousing/managing-autonomous-data-warehouse-using-oci-curl
Examples of using Autonomous Database managing by REST API
https://oracle.github.io/learning-library/workshops/autonomous-transaction-
processing/LabGuide900ConfigureOCI-CLI.md

NO.23 When using Data Pump to migrate your Oracle database to Autonomous Database, which
two objects are exported?
A. Tablespaces
B. Data
C. Reports
D. Schemas
Answer: B,D

NO.24 What is the predefined role that exists in Autonomous Database that includes common
privileges that are used by a Data Warehouse developer?
A. ADBDEV
B. ADMIN

10
IT Certification Guaranteed, The Easy Way!

C. DWROLE
D. ADWC
Answer: C
Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/manage-users-
privileges.html#GUID-50450FAD-9769-4CF7-B0D1-EC14B465B873

NO.25 What REST verb is used to create an Autonomous Database service using REST APIs?
A. A "POST" REST call
B. A "PUT" REST call
C. An "INSERT" REST call
D. A "GET" REST call
Answer: A
Explanation:
Use REST verb POST to create Autonomous Database with REST AP
https://docs.cloud.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabase/CreateAuto
nomousDatabase

NO.26 Once you have a connection to the Autonomous Data Warehouse, how do you import tables
into the Oracle Analytics Cloud (OAC)?
A. Replicate the table using Golden Gate

11
IT Certification Guaranteed, The Easy Way!

B. Create a Data Set


C. Load data using Data Pump
D. Import Table
Answer: B
Explanation:
To import objects from the Autonomous Data Warehouse into Oracle Analytics Cloud, click on Create
Data Set. Then select the connection you created earlier. If you skipped the step on creating a
connection, click on the Create Connection button and follow the screens to create it. Then continue.
https://blogs.perficient.com/2019/07/22/loading-data-into-oracle-autonomous-data-warehouse-
using-oac/

NO.27 The default eight-day retention period for Autonomous Database performance data can be
modified using which DBMS_WORKLOAD_REPOSITORY subprogram procedure?
A. UPDATE_OBJECT_INFO
B. MODIFY_SNAPSHOT_SETTINGS
C. CREATE_BASELINE_TEMPLATE
D. MODIFY_BASELINE_WINDOW_SIZE
Answer: B
Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/monitor-
performance-intro.html#GUID-4A1E8FCA-FAF1-43F5-93E0-559C0145D6C3 The retention time can be
changed by modifying the Automatic Workload Repository retention setting with the PL/SQL
procedure DBMS_WORKLOAD_REPOSITORY.MODIFY_SNAPSHOT_SETTINGS. Be aware that
increasing the retention time will result in more storage usage for performance data

NO.28 Given the steps:


1. Create Oracle Machine Learning User
2. Create projects
3. Create workspaces
4. Create Notebooks
5. Run SQL Scripts
Which two steps are out of order when working with Oracle Machine learning? (Choose two.)
A. Create Oracle Machine Learning User
B. Create workspaces
C. Create Notebooks
D. Run SQL Scripts
E. Create projects
Answer: A,B
Explanation:

12
IT Certification Guaranteed, The Easy Way!

https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/omlug/get-started-
oracle-machine-learning.html#GUID-13452045-6AF6-402B-83CC-C9AFBCEC30CA

NO.29 Which two PL/SQL functions can be used to validate an analytic view? (Choose two.)
A. VALIDATE_LEVELS
B. VALIDATE_HIERARCHY
C. VALIDATE_DIMENSION
D. VALIDATE_ANALYTIC_VIEW
E. VALIDATE_MEASURES
Answer: B,D
Explanation:
https://docs.oracle.com/en/database/oracle/oracle-database/18/dwhsg/overview-analytic-
views.html#GUID-6F948948-6AE6-4A89-8AAC-5B8952CEF41D

NO.30 What are the two methods that could be used during the migration of your existing Oracle
database to Autonomous Database? (Choose two.)
A. Golden Gate
B. Recovery Manager (RMAN)
C. CSV files copied to Autonomous Database block storage
D. Data Pump
Answer: A,D
Explanation:
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,
database clones, and transportable tablespaces to move your existing database to ADB.
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-faqs.html#MIGRATION

NO.31 Which three statements are true regarding how Autonomous Database provides data

13
IT Certification Guaranteed, The Easy Way!

security? (Choose three.)


A. Data is encrypted at rest using transparent data encryption.
B. Network connections from clients to Autonomous Database are encrypted using the client
credentials wallet.
C. Users are given OS logons or SYSDBA privileges to prevent phishing attacking.
D. Oracle automatically applies security updates to ensure data is not vulnerable to known attack
vectors.
Answer: A,B,D
Explanation:
In Autonomous Database, Oracle encrypt your data everywhere-whether in motion in SQL'Net traffic,
and at rest in tablespaces and backups by default, each Autonomous Database service is
automatically configured to use industry-standard TLS 1.2 to encrypt data in transit between the
database service and clients or applications. Required client certificates and networking information
are automatically packaged for the service consumer when the service is provisioned Oracle encrypt
data at rest, by default the Autonomous Database is automatically encrypted using Oracle
Transparent Data Encryption in tablespaces and backups
https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/autonomous-security.html#GUID-
B26111FC-311F-4A80-96F7-E3608BEC25C7

NO.32 Which three statements are correct when the Autonomous Database is stopped? (Choose
three.)
A. User with DWROLE can still access the database.
B. Tools are no longer able to connect to a stopped instance.
C. CPU billing is halted based on full-hour cycles of usage.
D. In-flight transactions and queries are stopped.
Answer: B,C,D
Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/autonomous-
stop.html

NO.33 Which three data dictionary views contain information about analytic view objects?
A. ALL_ANALYTIC_VIEW_PATH
B. ALL_ANALYTIC_VIEW_DIM_CLASS
C. ALL_ANALYTIC_VIEW_KEYS
D. ALL_ANALYTIC_VIEW_LVLGRPS
E. ALL_ANALYTIC VIEW_ID _ATTRS
https://docs.oracle.com/en/database/oracle/oracle-database/19/dwhsg/overview-analytic-
views.html#GUID-FC745EA1-721D-48E3-96D1-B4DE1758AFF8
Answer: B,C,D

NO.34 Which is the correct subset of services offered via OCI-CLI (command line interface) for
Autonomous Database (ABD) via calls made to the OCI API's?
A. Create, Query, Update, List, Start
B. Create, Get, List, Stop, Restore

14
IT Certification Guaranteed, The Easy Way!

C. Start, Delete, Update, Query, Stop


D. Create, Query, List, Stop, Restore
Answer: B
Explanation:
https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/2.9.10/oci_cli_docs/cmdref/db/autonomous-
database.html

NO.35 Which statement about the Export Wizard used to export database objects and data is NOT
correct?
A. If "Dependents" is checked as a DDL Option, for non-privileged users, only dependent objects in
their schema are exported.
B. Export DDL includes features such as "Show schema," "Storage," and "Terminator."
C. If "Grants" is checked as a DDL Option, GRANT statements are included for any grant objects on
the exported objects, including those owned by the SYS schema.
D. If "Clipboard" is selected as the "Output," the output will be placed on the system clipboard, so
that it can be pasted into a file, a command line, or other location appropriate for the format.
Answer: C
Explanation:
https://docs.oracle.com/cd/E17781_01/server.112/e18804/impexp.htm
https://www.thatjeffsmith.com/archive/2012/06/copying-columns-from-grid-to-clipboard-in-sql-
developer/

NO.36 What two methods can you use to define Machine Learning Users? (Choose two.)
A. Use DBMS_CLOUD_ADMIN package
B. SQL/Developer
C. Oracle Cloud Infrastructure Console
D. Client tools
Answer: B,D
Explanation:

15
IT Certification Guaranteed, The Easy Way!

Initially, the Role field shows the role None for existing database users. After adding a user the role
Developer is assigned to the user.
Use SQL Dev or Client tools
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/manage-users-
oml.html#GUID-D928B760-513A-4C6D-9EB7-DF992249A26D

NO.37 Which two statements are true about the Oracle Cloud Infrastructure (OCI)? (Choose two.)
A. An OCI region is a localized geographic area, and an availability domain is one or more data
centers located within a region.
B. Because availability domains do not share infrastructure such as power or cooling, or the internal
availability domain network, a failure at one availability domain within a region is unlikely to impact
the availability of the others within the same region.
C. A single fault domain can be associated with multiple regions and availability domains.
D. Regions are dependent on other regions and must be located with 5 thousand kilometers of each
other.
Answer: A,B
Explanation:
A region is a localized geographic area, and an availability domain is one or more data centers located
within a region.
Because availability domains do not share infrastructure such as power or cooling, or the internal
availability domain network, a failure at one availability domain within a region is unlikely to impact
the availability of the others within the same region.
Oracle Cloud Infrastructure is hosted in regions and availability domains. A region is a localized
geographic area. And an availability domain is one or more data centers located within a region. Our
region is composed of one or more available domains. Most cloud infrastructure resources are either
region-specific, such as virtual cloud networks, or availability-domain-specific, such as compute
instance.
Traffic between availability domains and between regions is encrypted. Availability domains are
isolated from each other, fault tolerant, and very unlikely to fail simultaneously. Because availability
domains do not share infrastructure such as power or cooling, or the internal availability domain
network, a failure at one domain within a region is unlikely to impact the availability of the others
within the same region.
https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm

NO.38 When you connect Oracle Analytics Cloud to the Autonomous Data Warehouse, what file
needs to be uploaded?
A. TNSNAMES.ORA
B. CWALLET.SSO
C. OJDBC.PROPERTIES
D. SQLNET.ORA
Answer: B
Explanation:
Create the Autonomous Data Warehouse Connection in Oracle Analytics Cloud.
- Sign in to Oracle Analytics Cloud.
- On the Home page, click Connect to Oracle Autonomous Data Warehouse.

16
IT Certification Guaranteed, The Easy Way!

- In Create Connection, enter a Connection Name, for example, MyADW_connection.


- In Description, enter a brief description.
- Click Select next to Client Credentials. In File Upload, select the wallet zip file from your download
location. The Client Credentials field is populated with cwallet.sso, and the Service Name field
contains a value.
- Enter your Oracle Autonomous Data Warehouse Username and Password.
- From the Service list, select the service for your data, and then click Save.
https://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/oac_ee_dv/create_adwc_con
nection/html/index.html

NO.39 Which three tasks by default are taken care of by the Autonomous Database? (Choose three.)
A. Backups
B. Firmware Patching
C. Data Loading
D. Database Upgrades
E. Application User Creation
Answer: A,B,D
Explanation:
- By patching, Oracle patch the full stack-including the firmware, the OS, clusterware, and the
database.
- Autonomous Database automatically backs up your database for you
The Oracle Autonomous Database is the integration of the Oracle Database running on the Exadata
platform with our complete infrastructure automation and our fully automated data center
operations. Automated data sections include provisioning, patching, upgrading, and online backups,
monitoring, scaling, diagnosing, performance tuning, optimizing, testing, and change management of
complex applications and workloads, and automatically handling failures and errors.
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/autonomous-key-
features.html#GUID-7D0627D9-1B40-40B1-865A-84FF65A65846

NO.40 Which statement is correct about the version of Java that is recommended for use with tools
that use Java Database Connectivity (JDBC) connections?
A. It doesn't matter, but you must Install the JCE Unlimited Strength Policy Files.
B. JDBC .Jar files are specific to each platform.
C. Java Development Kit Version 7
D. JDBC drivers do NOT support multiple Java Developer Kit versions.
E. Java Development Kit Version 8 or higher
Answer: B

NO.41 Users are required to select a service when connecting to Autonomous Data Warehouse and
these services match to one of three different consumer groups: High, Medium, and Low.
Which statement about these consumer groups is correct?
A. Medium provides intermediate resource and concurrency, and queries run in a serial.
B. Low provides highest concurrency, lowest resources, and DoP =1.
C. High provides highest resources, lowest concurrency, and DoP is 1.

17
IT Certification Guaranteed, The Easy Way!

D. High provides highest concurrency and lowest resources, and DoP is 1.


Answer: B
Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/connect-
predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/manage-
priorities.html#GUID-80E464A7-8ED4-45BB-A7D6-E201DD4107B7

NO.42 Which statement is true in regards to database links?


A. You can call PL/SQL procedures and functions using a database link.
B. Connect from Autonomous Database to remote database using a database link.
C. Connect to Autonomous Database from remote database using a database link.
D. Create a database link from one Autonomous Database to another Autonomous Database
instance.
Answer: C
Explanation:
https://blogs.oracle.com/datawarehousing/how-to-create-a-database-link-from-an-autonomous-
data-warehouse-to-a-database-cloud-service-instance-v2
https://blogs.oracle.com/datawarehousing/making-database-links-from-adw-to-other-databases

NO.43 Which of these database features is NOT part of the Autonomous Database?
A. Online Indexing
B. Flashback Database
C. Real Application Clusters (RAC)
D. Java in the Database
Answer: D
Explanation:
List of Restricted and Removed Oracle Features
Lists the Oracle Database features that are not available in Autonomous Database. Additionally,
database features designed for administration are not available.
List of Removed Oracle Features
Oracle Real Application Testing
Oracle Database Vault
Database Resident Connection Pooling (DRCP)
Oracle OLAP

18
IT Certification Guaranteed, The Easy Way!

Oracle R capabilities of Oracle Advanced Analytics


Oracle Industry Data Models
Oracle Tuning Pack
Oracle Database Lifecycle Management Pack
Oracle Data Masking and Subsetting Pack
Oracle Cloud Management Pack for Oracle Database
Oracle Multimedia
Java in DB
https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/experienced-database-users.html#GUID-
B6FB5EFC-4828-43F4-BA63-72DA74FFDB87
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/experienced-
database-users.html#GUID-5CF411BF-69E3-43C1-9379-25257A88A354

NO.44 When exporting a notebook, what type of file is created?


A. XML
B. TXT
C. JSON
D. SQL
E. ASCII
Answer: C
Explanation:
Export a Notebook
You can export a notebook as a .json (JavaScript Object Notation) file, and later import it in to the
same or a different environment.
To export a notebook:
- In the Notebooks page, click the notebook that you want to export. The notebook opens in the
notebook editor.
- In the top panel of the notebook editor, click export. The notebook is saved to your local folder as a
.json file.
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/omlug/get-started-
notebooks-data-analysis-and-data-visualization.html#GUID-009B9073-4B45-4505-8DAD-
F1F04FD3E160

NO.45 Where can a user's public ssh key be added on the Oracle Cloud Infrastructure Console in
order to execute API calls?
A. On the Autonomous Database Console.
B. SSH keys are not required in Oracle Cloud Infrastructure.
C. SSH keys cannot be added from console. They have to be added using REST APIs only.
D. Navigate to Identity, select Users panel on the console and select "Add Public Key".
Answer: D
Explanation:
- In the Console, click Identity, and then click Users. Locate the user in the list, and then click the user's
name to view the details.
-Click Add Public Key.
- Paste the key's value into the window and click Add.

19
IT Certification Guaranteed, The Easy Way!

NO.46 What two tasks can be executed from the service console for Autonomous Databases?
(Choose two.)
A. Autonomous Databases monitoring for usage and query performance.
B. Creating schemas.
C. Creating and scaling of Autonomous Database service.
D. Wizard to download connection wallet for connection from desktop tools.
Answer: A,D
Explanation:

NO.47 The 3rd party application that your customer wants to migrate to Autonomous Database
(ADB) has some specific demands like tablespace names, usemames and init.ora parameters. The
decision was made to adhere to the suggested migration method using an instant client and the
datapump version that was suggested (and came with it).
Which statement is true about the migration of the application's database success?
A. The migration can be technically a success but the 3-rd party vendor needs to support the result.
B. The suggested datapump version will create an alias for non-standard tablespace names so the
migration is successful.
C. The tablespace names will result in a blocking error during datapump import because of ADB
limitations.
D. The migration can be a success, both technically and functional due to datapump enhancements.
Answer: D
Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/load-data-data-

20
IT Certification Guaranteed, The Easy Way!

pump.html#GUID-9F6B551A-9DB7-44BE-A8ED-08E300C56DB1

NO.48 What are two security features enabled by default by the Autonomous Database? (Choose
two.)
A. Transparent Data Encryption
B. Encrypted Database Links
C. SQL Net Encryption
D. One SYSDBA account
E. Read Only access to OS Audit logs
Answer: A,C
Explanation:
In Autonomous Database, Oracle encrypt your data everywhere-whether in motion in SQL'Net traffic,
and at rest in tablespaces and backups by default, each Autonomous Database service is
automatically configured to use industry-standard TLS 1.2 to encrypt data in transit between the
database service and clients or applications. Required client certificates and networking information
are automatically packaged for the service consumer when the service is provisioned Oracle encrypt
data at rest, by default the Autonomous Database is automatically encrypted using Oracle
Transparent Data Encryption in tablespaces and backups
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-faqs.html#SECURITY-
BOOKMARK
https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/database-links.html#GUID-28F06977-300F-
4599-AD97-2DEF67EF5FEA

NO.49 As a database architect you are tasked with configuring a high concurrency, production OLTP
application to connect to an Autonomous Transaction Processing database with a requirement to
have some reporting queries run in parallel mode.
Which connection service is appropriate for such a workload?
A. HIGH
B. TP
C. MEDIUM
D. TPURGENT
Answer: C
Explanation:
Medium is A typical application connection service for reporting and batch operations. All operations
run in parallel and are subject to queuing. Using this service the degree of parallelism is limited to
four (4) and concurrency is 1.25 X CPU_COUNT QUERIES

21
IT Certification Guaranteed, The Easy Way!

NO.50 Which two system privileges does a user need to create analytic views? (Choose two.)
A. CREATE ANALYTIC MEASURE
B. CREATE ANALYTIC LEVEL
C. CREATE ANALYTIC HIERARCHY
D. CREATE ANALYTIC VIEW
E. CREATE ATTRIBUTE DIMENSION
Answer: D,E
Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/manage-users-
privileges.html
https://docs.oracle.com/en/database/oracle/oracle-database/12.2/dwhsg/overview-analytic-
views.html#GUID-6F948948-6AE6-4A89-8AAC-5B8952CEF41D

NO.51 Which Autonomous Database Service is NOT used to conned to an Autonomous Transaction
Processing instance?
A. TPURGENT
B. MEDIUM
C. HIGH
D. TPPERFORMANT
E. LOW
Answer: D
Explanation:
Predefined Database Service Names for Autonomous Transaction Processing The tnsnames.ora file
provided with the credentials zip file contains five database service names identifiable as tpurgent,
tp, high, medium, and low. The predefined service names provide different levels of performance and
concurrency for Autonomous Transaction Processing.
* tpurgent: The highest priority application connection service for time critical transaction processing
operations. This connection service supports manual parallelism.
* tp: A typical application connection service for transaction processing operations. This connection
service does not run with parallelism.
* high: A high priority application connection service for reporting and batch operations. All
operations run in parallel and are subject to queuing.
* medium: A typical application connection service for reporting and batch operations. All operations
run in parallel and are subject to queuing. Using this service the degree of parallelism is limited to
four (4).
* low: A lowest priority application connection service for reporting or batch processing operations.
This connection service does not run with parallelism.
https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/manage-priorities.html#GUID-80E464A7-
8ED4-45BB-A7D6-E201DD4107B7

NO.52 When scaling OCPUs in Autonomous Database, which statement is true in regards to active
transactions?
A. Active transactions continue running unaffected.
B. Active transactions are paused.

22
IT Certification Guaranteed, The Easy Way!

C. Scaling cannot happen while there are active transactions in the database.
D. Active transactions are terminated and rolled back.
Answer: A
Explanation:
Oracle allows you to scale compute and storage independently, no need to do it together, these
scaling activities fully online (no downtime required)

NO.53 Which method can be used to migrate on-premises databases to Autonomous Databases in
cloud?
A. Original Import/Export tools
B. Physical migration method like database cloning
C. Data Pump
D. RMAN backup & restore
Answer: C
Explanation:
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,
database clones, and transportable tablespaces to move your existing database to ADB.
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-faqs.html#MIGRATION

NO.54 In which way can a SQL Developer help you test your data loading scenario to Autonomous
Database (ADB)?
A. In the TEST phase of the wizard, a subset of accepted records is displayed based on your
definition.
B. In the TEST phase of the wizard a list is generated containing the records that would be rejected
during import.
C. In the Column Definition Phase, the system cross-references with the file-contents and shows the
conflicts with the definition.
D. In the TEST phase, a temporary table will be populated with the records before inserting them in
the destination table.
Answer: A
Explanation:

23
IT Certification Guaranteed, The Easy Way!

NO.55 Which statement is true regarding database client credentials file required to connect to your
Autonomous Database?
A. Place the credential files on a share drive that all users can use to connect to the database.
B. The Transparent Data Encryption (TDE) wallet can be used for your client credentials to connect to
your database.
C. Store credential files in a secure location and share the files only with authorized users to prevent
unauthorized access to the database.
D. When you share the credential files with authorized users, mail the wallet password and the file in
the same email.
Answer: C
Explanation:
Connection to Autonomous DB uses certificate authentication and Secure Sockets Layer (SSL). This
ensures that there is no unauthorized access to Autonomous DB and that communications between
the client and server are fully encrypted and cannot be intercepted or altered.
Certification authentication uses an encrypted key stored in a wallet on both the client (where the
application is running) and the server (where your database service on the Autonomous DB is
running). The key on the client must match the key on the server to make a connection There's
credentials zip file available for download once ADB is created, the zip file contains a collection of
files, that needed to connect to your Autonomous DB. All communications between the client and
the server are encrypted Wallet files, along with the Database user ID and password provide access
to data in your Autonomous Transaction Processing database. Store wallet files in a secure location.
Share wallet files only with authorized users. If wallet files are transmitted in a way that might be
accessed by unauthorized users (for example, over public email), transmit the wallet password
separately and securely.
For better security, Oracle recommends using restricted permissions on wallet files. This means
setting the file permissions to 600 on Linux/Unix.
Similar restrictions can be achieved on Windows by letting the file owner have Read and Write
permissions while all other users have no permissions.
https://docs.cloud.oracle.com/en-us/iaas/Content/Database/Tasks/adbconnecting.htm
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/connect-

24
IT Certification Guaranteed, The Easy Way!

download-wallet.html#GUID-B06202D2-0597-41AA-9481-3B174F75D4B1

NO.56 Which two methods can you use to create users and grant roles in Autonomous Database
services? (Choose two.)
A. through the Oracle Cloud Infrastructure service console
B. through SQL/Developer s
C. using DBMS_CLOUD_ADMIN package
D. through SQLPIus
Answer: B,D
Explanation:
https://oracle-base.com/articles/vm/oracle-cloud-autonomous-data-warehouse-adw-create-service
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/connect-
sqlplus.html#GUID-A3005A6E-9ECF-40CB-8EFC-D1CFF664EC5A
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/connect-sql-
dev.html#GUID-FB611317-2999-4C8C-8A3B-B3B3D3C5B417
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/dbms-cloud-
admin.html#GUID-D76B229E-781E-45C0-9F14-CAF30F9E6E3B

NO.57 Which two are correct actions to take in order to Download the Autonomous Database
Credentials? (Choose two.)
A. Click on the Autonomous Data Warehouse in the menu, click a database name, then Choose DB
Connection button, then Download the Wallet.
B. Click on the Autonomous Data Warehouse section, pick a database, then Choose Actions, then
Download the Wallet.
C. Find the Service Console for your Autonomous Database, then pick Administration, then Download
the Client Credentials (Wallet).
D. Click on the Object Storage and find your Autonomous Bucket and Download the Wallet
Credentials.
E. Click the Compute section of the menu, then choose Instance Configurations, then Download
Wallet.
Answer: A,C

NO.58 Autonomous Data Warehouse configures and optimizes your database for you, therefore you
do not need to perform some of the administration operations for configuring the database.
Which statement is true regarding the default configuration of the Autonomous Data Warehouse?
A. In Autonomous Data Warehouse direct access to the database node and the local file system is
allowed.
B. Degree of parallelism for SQL statements is set based on the number of OCPUs in the system and
the database service the user is connecting to.
C. Adding, removing, or modifying tablespaces is allowed.
D. Compression is not enabled by default and you must specify the compression method for your
tables with the compression clause in your CREATE TABLE and ALTER TABLE commands.
Answer: B
Explanation:

25
IT Certification Guaranteed, The Easy Way!

https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/experienced-
database-users.html#GUID-58EE6599-6DB4-4F8E-816D-0422377857E5

NO.59 Which can be Scaled Independently of the number of CPUs In an Autonomous Database?
A. Parallelism
B. Storage
C. Concurency
D. Memory
E. Sessions
Answer: B

NO.60 When running lots of high concurrent queries in Autonomous Database, you should use
which predefined service connection?
A. DBNAME_CONCURRENT
B. DBNAME_LOW
C. DBNAME_HIGH
D. DBNAME_MEDIUM
Answer: B
Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/manage-
priorities.html#GUID-80E464A7-8ED4-45BB-A7D6-E201DD4107B7
https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/manage-priorities.html#GUID-80E464A7-
8ED4-45BB-A7D6-E201DD4107B7

NO.61 If you need to connect to Autonomous Data Warehouse (ADW) using Java Database
Connectivity (JDBC) via an HTTP proxy, where do you set the proxy details?
A. tnsnames.ora
B. keystore.jks
C. sqlnet.ora
D. cwallet.sso
E. ojdbc.properties
Answer: A
Explanation:
JDBC Thin Connections with an HTTP Proxy
To connect to Autonomous Data Warehouse through an HTTPS proxy, open and update your
tnsnames.ora file. Add the HTTP proxy hostname(https_proxy) and port (https_proxy_port) to the
connection string.
JDBC Thin client versions earlier than 18.1 do not support connections through HTTP proxy If you
need lo use the HTTP proxy to get to your Autonomous Data Warehouse, then you will need to edit
the tnsnames.ora file and add the parameters https_proxy and https_proxy_port. This will also
require a JDBC Thin Client 18.1 or higher.
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/connect-jdbc-thin-
wallet.html#GUID-D583E056-CB47-4860-B303-039DEDEC49B8

26
IT Certification Guaranteed, The Easy Way!

NO.62 What is the default retention period for both Automatic and Manual Autonomous Database
Backups?
A. One Year
B. 7 days
C. 60 days
D. 30 days
E. 90 days
Answer: C

NO.63 Which operating system can Data Visualization Desktop be run on?
A. AIX
B. Linux
C. Windows
D. Solaris
Answer: C
Explanation:

27
IT Certification Guaranteed, The Easy Way!

NO.64 How many pre-defined service names are configured in tnsnames.ora for a single
Autonomous Transaction Processing database instance, and what are they called?
A. Two. They are called ATP and ADW.
B. None. There are no pre-defined service names in tnsnames.ora.
C. Three. They are called high, medium and low.
D. Five. They are called tpurgent, tp, high, medium and low.
Answer: D
Explanation:
The tnsnames.ora file provided with the credentials zip file contains five database service names
identifiable as tpurgent, tp, high, medium, and low. The predefined service names provide different
levels of performance and concurrency for Autonomous Transaction Processing.
tpurgent: The highest priority application connection service for time critical transaction processing
operations. This connection service supports manual parallelism.
tp: A typical application connection service for transaction processing operations. This connection
service does not run with parallelism.
high: A high priority application connection service for reporting and batch operations. All operations
run in parallel and are subject to queuing.
medium: A typical application connection service for reporting and batch operations. All operations
run in parallel and are subject to queuing. Using this service the degree of parallelism is limited to
four (4).
low: A lowest priority application connection service for reporting or batch processing operations.
This connection service does not run with parallelism.
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-faqs.html#ATP

NO.65 A customer wants to migrate to Autonomous Database (ADB) but only allows for a very small
window of downtime. Golden Gate was advised to be used during the migration. For maximum
reassurance of their end-users, the customer also would like to use Golden Gate as a fall-back
scenario for the first 6 months after the migration. If customers complain, the on-premise data can
be synchronised with the ADB Instance for a switch back.
Which statement about the migration using Golden Gate is correct?
A. Migration to ADB is not possible using Golden Gate because the apply-process cannot be installed
on ADB.
B. Only the migration to ADB is possible from an on-premise installation of Golden Gate.
C. Golden Gate on premise is not certified with ADB because Golden Gate Cloud Service exists for
this.
D. The fallback scenario is not possible using Golden Gate because the capture-process cannot be
installed on ADB.
E. The described scenario is correct, can be used for migration and fallback scenarios.
Answer: D
Explanation:
You can replicate data to Oracle Autonomous Data Warehouse Cloud and Autonomous Transaction
Processing using Oracle GoldenGate On Premises and Oracle GoldenGate Cloud Service.
- You can configure the Autonomous Database instance as a target database for Oracle GoldenGate
On Premises.

28
IT Certification Guaranteed, The Easy Way!

- You can't set up Oracle Autonomous Database Cloud database as a source database for Oracle
GoldenGate On Premises.
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-
faqs.html#MIGRATION-BOOKMARK

NO.66 Which two statements are true when running DBMS_CLOUD.COPY_DATA? (Choose two.)
A. The source file can be in either Oracle Standard Storage or Oracle Archive Storage bucket in the
Object Store.
B. The source files can reside in Oracle Object Storage, Amazon S3 Object storage, or Azure Blob
storage.
C. A valid credential must be created prior to running the DBMS_CLOUD.COPY_DATA procedure.
D. The source file will be automatically removed after the DBMS_CLOUD.COPY_DATA procedure
finishes successfully.
E. The target table will be created in Autonomous Database if it does not already exist.
Answer: B,C
Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/file-uri-
formats.html#GUID-5D3E1614-ADF2-4DB5-B2B2-D5613F10E4FA
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/dbms-
cloud.html#GUID-9428EA51-5DDD-43C2-B1F5-CD348C156122

NO.67 Migrating an on-premise database to Autonomous Database (ADB) for large amounts of data
involves multiple steps like creating a credential object, creating (access to) a storage object/location,
running datapump export and running a datapump import.
Which three statements are true for SQL Developer (18.3 and up) in combination with ADB Data
Loading? (Choose three.)
A. SQL Developer can be used to export/move/import of a database to ADB in 1 set of wizard steps.
B. SQL Developer can import files (.dmp and .csv for example) into ADB which are located on Amazon
S3 Object storage.
C. SQL Developer can import .csv files into ADB which are located on the system where SQL
Developer is running.
D. SQL Developer can only export/move/import files using datapump from databases running on
Linux systems.
Answer: A,B,C
Explanation:
SQL Developer is a free integrated development environment (IDE) provided by Oracle that simplifies
the development and management of Oracle databases. A Java based platform, this IDE can run on
Linux, Mac OS X, and Windows platforms. SQL Developer facilitates database migrations by providing
options to use Oracle tools like Data Pump export, database copy, and SQL'Loader
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/sql-developer-
web.html#GUID-102845D9-6855-4944-8937-5C688939610F

NO.68 What predefined user is created when an Autonomous Database (ADB) instance is created
that you connect to in order to create other users and grant roles?
A. SCOTT

29
IT Certification Guaranteed, The Easy Way!

B. ADMIN
C. SYS
D. DWDEV
Answer: B
Explanation:
Administrator account in Autonomous Database is ADMIN
ADMIN is the only user which is created when an Autonomous Database (ADB) instance is created
and which has all other privileges to manage the Autonomous Database

NO.69 Which task is NOT automatically performed by the Oracle Autonomous Database?
A. Backing up the database.
B. Mask your sensitive data.
C. Patching the database.
D. Automatically optimize the workload.
Answer: B
Explanation:
- Oracle patch the full stack-including the firmware, the OS, clusterware, and the database.
- Oracle Autonomous Database is actually a family of cloud services, with each member of the family
optimized by workload. Autonomous Data Warehouse (ADW), which has been optimized for analytic
workloads and Autonomous Transaction Processing (ATP). ATP is optimized for transaction
processing or mixed workload.
- it is possible to use Oracle Data Safe data masking capabilities with cloned instances of ADB. but by
the customer
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/autonomous-key-
features.html#GUID-7D0627D9-1B40-40B1-865A-84FF65A65846

NO.70 When you choose to scale your Autonomous Database, which statement is true in regards to
OCPUs and storage?
A. Storage in TB cannot be larger than the number of OCPUs.
B. OCPUs and storage must remain in sync.
C. Increasing OCPUs will automatically increase storage.
D. OCPUs and storage can be scaled independently.
Answer: D
Explanation:
You simply specify the number of OCPUs and the storage capacity in TB's for the database. At any
time, you may scale, increase or decrease either the OCPUs or the storage capacity.
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/autonomous-add-
resources.html#GUID-DA72422A-5A70-42FA-A363-AB269600D4B0

30

You might also like