Key details for this exam, checked against the published exam outline
Each question shows the correct answer and an explanation of why it is right
Your customer has upgraded their on-premises 11.2 Database to 12.2. During this migration, the database was migrated to a pluggable database (PDB) and is now in production. How should the customer unplug their database to migrate to an Autonomous Database?
Migrating a PDB to Autonomous Database has limitations:
Correct Answer (B): ''PDBs cannot be migrated to an Autonomous Database using plug, unplug, or clone'' is true. Autonomous Database does not support direct plugging/unplugging of PDBs due to its managed architecture and differing storage/backup mechanisms.
Incorrect Options:
A: Unplugging into an XML file is valid for traditional PDBs, but Autonomous Database doesn't accept this for migration.
C: Cloning via database link isn't a standard method; it's more aligned with replication tools like GoldenGate.
D: PDB archives (e.g., .pdb files) are not supported for direct import into Autonomous Database.
Instead, use tools like Data Pump or GoldenGate for migration.
Which statement is FALSE about setting up compartment quotas?
Compartment quotas in Oracle Cloud Infrastructure (OCI) manage resource allocation:
Correct Answer (D): ''Compartment quotas cannot be set on the root compartment'' is false. Quotas can be applied to any compartment, including the root compartment, to limit resource usage tenancy-wide. While direct quotas on the root are less common (child compartment quotas are typically used), it's technically possible via OCI policies.
True Statements:
A: Quotas offer flexible resource limits (e.g., OCPUs, storage) via policy statements.
B: Parent compartment quotas take precedence over child quotas, enforcing hierarchical control.
C: Managing quotas requires appropriate IAM permissions (e.g., manage quotas), ensuring security.
This flexibility supports granular resource management across the tenancy.
Oracle Data Safe is a unified control center for your Oracle databases that 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?
Full Detailed In-Depth Explanation:
Oracle Data Safe enhances database security across various deployments. Let's evaluate:
A: True. Data Safe assesses cloud database configurations for vulnerabilities.
B: True. It evaluates user authentication, types, and password policies.
C: False. Data Safe supports Autonomous Databases, Exadata Cloud Service, OCI VMs, and on-premises Oracle databases, not just Autonomous Databases.
D: True. It scans data and metadata to identify sensitive information.
Option C is the false statement, as Data Safe's scope extends beyond Autonomous Databases.
You created an Autonomous Database without auto scaling. Which two ways can you enable auto scaling? (Choose two.)
Enabling auto scaling on an existing Autonomous Database can be done without unnecessary complexity:
Correct Answer (A): ''Click Scale Up/Down and select the Auto Scaling checkbox'' is the simplest GUI method. In the OCI Console, navigate to the database, select ''Scale Up/Down,'' and enable the auto scaling option, allowing up to 3x the base OCPUs dynamically.
Correct Answer (C): ''Use a REST call to enable Auto Scaling'' leverages the OCI REST API to update the database configuration with the isAutoScalingEnabled parameter set to true. This is ideal for programmatic control.
Incorrect Options:
B: Shutting down the instance is unnecessary; auto scaling can be enabled while the database is running.
D: Multiple REST calls, including shutdown and restart, overcomplicate the process when a single API call suffices.
These methods ensure minimal disruption and efficient resource management.
What are two advantages of using Data Pump to migrate your Oracle databases to Autonomous Database? (Choose two.)
Oracle Data Pump is a powerful tool for migrating databases to Autonomous Database (ADB). The two correct advantages are:
Data Pump can exclude migration of objects like indexes and materialized views that are not needed by Autonomous Database (C): True. Data Pump's EXCLUDE parameter allows skipping objects like indexes and materialized views during export (e.g., expdp ... EXCLUDE=INDEX,MATERIALIZED_VIEW). In ADB, these objects are often redundant because the database automatically creates and manages them based on workload (e.g., auto-indexing). For example, exporting a schema with EXCLUDE=INDEX from an on-premises database reduces migration overhead, as ADB recreates necessary indexes post-import, optimizing for its managed environment. This flexibility minimizes unnecessary data transfer and speeds up the process.
Data Pump is platform-independent - it can migrate Oracle databases running on any platform (D): True. Data Pump uses a platform-agnostic dump file format (.dmp), enabling migration from any Oracle Database (e.g., on Linux, Windows, or Solaris) to ADB in the cloud. For instance, you could export from an Oracle 12c database on AIX, upload the dump to OCI Object Storage, and import it into ADB using DBMS_CLOUD.COPY_DATA, regardless of endianness or OS differences (handled by Data Pump's conversion). This universality makes it ideal for heterogeneous migrations.
The incorrect options are:
Data Pump is faster to migrate database than using RMAN (A): False. Speed depends on context---RMAN (Recovery Manager) is faster for physical migrations (e.g., restoring backups) of entire databases, especially large ones, due to block-level copying. Data Pump, a logical migration tool, extracts and loads data row-by-row, which can be slower for massive datasets but offers more control (e.g., schema selection). No universal speed advantage exists; it's workload-specific.
Data Pump creates the tablespaces used by your Autonomous Database (B): False. In ADB, tablespaces are fully managed by Oracle (e.g., DATA tablespace), and Data Pump doesn't create them. It imports data into existing, pre-allocated storage, ignoring source tablespace definitions. E.g., a source tablespace USERS is mapped to ADB's default storage, not recreated.
These advantages make Data Pump a versatile, tailored migration solution for ADB.
149 questions covering all exam domains, starting from $20
Exam domains verified against: Official Oracle 1Z0-931-25 exam guide, last checked August 2026.
Understand Autonomous Database architecture, its key components, and how it integrates with Oracle Cloud Infrastructure. Learn the distinctions between shared and dedicated infrastructure offerings and the licensing models that apply to each deployment type.
Sample question from this domain above: Q2
Master instance management through REST APIs and OCI CLI tools, handle patching and upgrades, and implement access controls with ACLs and private endpoints. Configure performance monitoring, set up notifications, and use built-in services like auto-indexing and Data Safe.
Sample question from this domain above: Q3
Use Oracle Machine Learning, APEX, and SQL Developer Web within Autonomous Database for development tasks. Understand data transformation capabilities, create business models, and apply data insights for analytics and exploration.
Provision and manage shared instances with scaling of OCPUs and storage. Perform cloning operations, consolidate workloads using elastic resource pools, and manage backups and restores. Set up Data Guard for high availability and handle disaster recovery scenarios.
Sample question from this domain above: Q4
Evaluate migration strategies and key considerations for moving workloads to Autonomous Database. Use Data Pump and other migration tools to transfer data and metadata from on-premises or other cloud platforms.
Build applications using generative AI and natural language queries for enhanced data interaction. Leverage Autonomous JSON Database, Oracle Text, Spatial capabilities, and Graph functions. Integrate Object Storage data and perform data lake analytics on Autonomous Database.
Provision and manage dedicated Exadata infrastructure and Cloud@Customer deployments. Create OCI policies specific to dedicated environments, monitor dedicated infrastructure, manage encryption keys, and schedule maintenance windows and patching.
Common questions about the exam itself