Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

1z0-497 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

1z0-497 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Oracle Database 12c Essentials
  • Last Update: Sep 15, 2025
  • Questions and Answers: 150
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

1z0-497 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

1z0-497 Practice Exam Questions with Answers Oracle Database 12c Essentials Certification

Question # 6

Real-Time ADDM detects a high-load performance issue within the database. Which condition triggered it?

A.

The average active sessions were more than three times the number of CPU cores.

B.

Active sessions were more than 10% of total load and CPU utilization was more than 50%.

C.

Memory allocations were more than 95% of physical memory.

D.

Hung sessions were more than 10% of total sessions.

E.

A deadlock was detected.

F.

The session limit was close to 100%.

Full Access
Question # 7

Which two statements about multitenant architecture are true?

A.

Multiple PDBs on a single server need multiple database instances and multiple sets of database files.

B.

Although consolidated into a single physical database, PDBs mimic the behavior of non-CDBs.

C.

A PDB administrator can use Oracle Flashback or point-in-time recovery to retrieve lost data from a PDB, only by shutting down all the PDBs from the CDB.

D.

It is easier to collect performance metrics for many databases in a CDB than individual non-CDB databases.

E.

It takes more time to apply a patch to one CDB that holds hundreds of PDBs than to hundreds of non-CDB databases.

Full Access
Question # 8

Which two are client-side components of Oracle Data Guard Broker?

A.

Oracle Enterprise Manager Cloud Control

B.

Oracle Data Guard monitor

C.

Oracle Data Guard command-line interface (DGMGRL)

D.

Oracle Data Guard Broker Manager

Full Access
Question # 9

Which statement about Online Move Data file is true?

A.

Moving a data file online prevents DML operations on segments stored in the data file.

B.

Flashing back a database to a point in time before a data file had been renamed online retains the new name.

C.

Moving a data file online can be performed if the data file is in OFFLINE mode.

D.

Moving a data file online cannot be performed if the data file is under BEGIN BACKUP.

Full Access
Question # 10

Which process is responsible for writing the contents of database buffers to data files?

A.

Process Monitor process (PMON)

B.

Listener Registration process (LREG)

C.

System Monitor process (SMON)

D.

Database Writer process (DBW)

E.

Log Writer process (LGWR)

F.

Checkpoint process (CKPT)

Full Access
Question # 11

In which situation would you use static database registration for a listener?

A.

when multiple databases are to be registered with the listener

B.

when DBAs need to connect remotely to start up the database instance

C.

when users need to connect the database instance by using the host naming method

D.

when the database instance to be registered with the listener is configured in shared server mode

Full Access
Question # 12

Why does performance degrade when many UPDATE, INSERT, or DELETEstatements are issued on a table that has an associated bitmap index?

A.

The DML operations re-create the bitmap index blocks.

B.

The bitmap index is rebuilt automatically after a DML operation.

C.

The smallest amount of a bitmap that can be locked is a bitmap segment.

D.

Additional time is taken to remove NULL values from the bitmap index alter a DML operation.

Full Access
Question # 13

Which is the default isolation level in Oracle Database 12c?

A.

serializable

B.

read-only

C.

read committed

D.

read uncommitted

Full Access
Question # 14

Identify three key properties of a transaction in Oracle Database 12c.

A.

durability

B.

consistency

C.

concurrency

D.

isolation

E.

scalability

F.

manageability

Full Access
Question # 15

Which two statements are true about transactions in Oracle Database 12c?

A.

Multiple transactions can use the same undo segment.

B.

A transaction is assigned an undo segment when it is started.

C.

Multiple transactions cannot share the same extent in an undo tablespace.

D.

If all the segments in an undo tablespace are used, transactions use system undo segments to store undo data.

Full Access
Question # 16

Identify the correct order of consolidation density.

A.

multitenant< schema consolidation< dedicated database< VMs

B.

schema consolidation< VMs< dedicated databases< multitenant

C.

dedicated databases< VMs< schema consolidation< multitenant

D.

VMs< dedicated databases< schema consolidation< multitenant

Full Access
Question # 17

What happens if you execute these SQL statements?

SQL> show con_name

CON_NAME

--------------------------------

CDB$ROOT

SQL> create user 1_freed identified by y container=current;

A.

A common user is created in the root container.

B.

A local user is created in the root container.

C.

A local user is created in all the PDBs.

D.

The second SQL statement fails because a local user cannot be created in the root container.

Full Access
Question # 18

Which three statements about replication options are true?

A.

The Oracle Streams information flow consists of three components: capture, redo transfer, arid consumption.

B.

Oracle Streams is deprecated in Oracle Database 12c Release 1.

C.

Oracle Database Advanced Replication is deprecated in Oracle Database 12c Release 1, including multimaster replication, updatable materialized views, multitier materialized views, and deployment templates.

D.

Oracle Database Advanced Queuing is independent of Oracle Streams.

E.

The Oracle GoldenGate software architecture is composed of three primary components: capture, propagate, and trail files.

Full Access
Question # 19

A standby database is in mounted state and you are required to perform a failover to the physical standby. Which solution is best suited forthis scenario?

A.

ALTER DATABASE RECOVER MANAGED STANDBY DATABASE statement with the FINISH keyword

B.

ALTER DATABASE PREPARE TO SWITCHOVER and ALTER DATABASE COMMIT TO SWITCHOVER statements

C.

ALTER DATABASE RECOVER TO STANDBY DATABASE statement with the FINISH keyword

D.

D) ALTER DATABASE PREPARE SWITCHOVER and ALTER DATABASE COMMIT TO SWITCHOVER Statements

Full Access
Question # 20

Consider 10 scenarios that result in database downtime. Which five of them are considered as planned downtime?

A.

addition or removal of nodes, memory, or disks

B.

changing configuration parameters, upgrading, or patching Oracle software

C.

file deletion

D.

migrating to cluster architecture

E.

dropped database object

F.

table definition changes

G.

runaway processes that consume system resources

Full Access
Question # 21

What new role in Oracle Database 12c encompasses the administrative privileges required for backup and recovery?

A.

SYSBKP

B.

SYSBKPRMAN

C.

SYSRMAN

D.

SYSBACKUP

Full Access
Question # 22

You are about to apply a patch to a database. Which recommended action is incorrect?

A.

You should check the patch conflict with installed patches before applying the patch.

B.

You should make sure that you have a good backup of the software, database, and configuration files.

C.

You should install the latest O patch before applying the patch.

D.

You should check the fifth digit of the release information to confirm that the Patch Set Update (PSU) is applied successfully.

E.

You should stop all applications running from the software directory that is being patched.

Full Access
Question # 23

Which three background processes are mandatory in a database Instance started with a minimally configured Initialization parameter file?

A.

Process Monitor Process (PMON)

B.

Flashback Data Archive process (FBDA)

C.

Space Management Coordinator process (SMCO)

D.

Recoverer process (RECO)

E.

Listener Registration process (LREG)

F.

Checkpoint Process

Full Access
Question # 24

Which three statements represent the benefits of multitenant architecture for database consolidation?

A.

You can unplug a PDB from a development CDB and plug it into a production CDB, which allows for easier and more rapid movement of data and code.

B.

You can consolidate shared database memory by combining multiple PDBs in a single CDB.

C.

Patching individual PDBs requires the same amount of time as patching individual databases.

D.

Consolidating separate databases into a single CDB requires the same amount of storage allocation.

E.

In multitenant architecture, a PDB behaves the same as a non-CDB as seen from a client connecting with Oracle Net. No client modification is required.

Full Access
Question # 25

Your customer has three data centers in three different locations, location A has their production database running on Oracle Database 12c. They want to replicate the data from location A to location B. which is 50 miles away and is used for disaster protection and database rolling upgrades. They also want to create a replica database at location C, which must be open in read-write mode, while synchronizing with the primary database.

Which two solutions would you recommend to your customer?

A.

Oracle GoldenGate

B.

Oracle Advanced Replication

C.

Oracle Active Data Guard

D.

Oracle Streams

Full Access
Question # 26

For which database operation do you need the database to be in MOUNT state?

A.

renaming the control files

B.

re-creating the control files

C.

dropping a user in your database

D.

dropping a tablespace in your database

E.

configuring the database instance to operate in ARCHIVELOG or NOARCHIVELOG mode

Full Access
Question # 27

Which command do you use to check for block corruption by validating the database?

A.

RMAN> VALIDATE CHECK LOGICAL

B.

RMAN> VALIDATE BACKUP

C.

RMAN> VALIDATE CORRUPT BLOCKS

D.

RMAN> VALIDATE DATABASE

Full Access
Question # 28

Examine the statements:

SQL> CREATE TABLESPACE MYTBS DATAFILE '/disk1/mytbs_l.dbf ' SIZE 10M;

SQL> CREATE TABLE mytab (id NUMBER, descr VARCHAR2 (100) )

PARTITION BY RANGE(id) (

partition pi values loss than (100000) tablespacemytbs storage (initial lm),

partition p2 values less than (MAXVALUE) tablespacemytbs storage (initial 1m)

);

When inserting data, you get the error:

ORA-01688: unable to extend table SYS.MYTAB partition P2 by 128 in tablespace MYTBS

Which three operations would allow you to insert data without getting the error message?

A.

Extend the logical volume by 10 MB where the data files are stored;

# lvextend -L+10M /diskl

B.

Add a data file:

SQL>ALTER TABLESPACE MYTBS ADD DATAFILE ' /disk1/mytbs_2 .dbf SIZE 10M;

C.

Move a partition to another tablespace:

SQL> CREATE TABLESPACE ADDITIONAL_TBS DATAFILE '/disk1/additional_tbs_1 .dbf' SIZE 10M;

SQL> ALTER TABLE MYTAB MOVE PARTITION P2 TABLESPACE ADDlTIONAL_TBS;

D.

Resize the existing data file:

SQL> ALTER DATABASE DATAFILE '/diskl/mytbs_l .dbf' RESIZE 20M;

E) Remove a data file:

SQL> ALTER TABLESPACE MYTBS DROP DATAFILE '/diskl/mytbs_l - dbf';

Full Access
Question # 29

Consider an application in which memory required for each session is 400 KB and memory required for each server process is 4 MB. The pool size is 100 and the number of shared servers used is 100. If there are 5000 client connections, what is the amount of memory used by a dedicated server?

A.

615 MB

B.

2.5 GB

C.

4 GB

D.

12 GB

E.

22 GB

Full Access
Question # 30

Which two statements are true regarding SQL*Plus?

A.

It has commands for performing database administration operations.

B.

It can be used in interactive but not batch mode for SQL commands.

C.

It has to be installed separately after the Oracle Database 12c installation.

D.

Operating system commands can be executed from the SQL*Plus command prompt.

Full Access
Question # 31

Which statement about the Queryable Patch inventory feature is false?

A.

It is used to retrieve installed patch information from a SQL prompt.

B.

It uses the PREPROCESSOR feature, which allows users to preprocess input data before it is sent to the access drivers.

C.

DBMS_QOPATCH provides a PL/SQL or SQL interface to view the database patches installed.

D.

It works in an Oracle database instance that is mounted. Therefore, it works in ASM instances and DG instances.

Full Access
Question # 32

Examine the error:

GSM-45054: GSM error or NET-40006: unable to start GSH

What is the cause of this error, and what troubleshooting steps should you perform?

A.

The GDS catalog database of its listener may be down. Verify that the GDS catalog database and its local listener are running.

B.

The GDS pool database may be down. Make sure that the GDS pool databases are up and the service is enabled and started.

C.

The GDS pool database's local listener may be down. Make sure that it is running.

D.

The global service may be down. Verify that the pool databases are up and the service is started.

E.

The global service may be disabled. Make sure that the pool databases are up and the service is enabled and started.

Full Access
Question # 33

Which two options can you use to list Oracle Database 12c patches by using Queryable Patch Inventory?

A.

select patch from vSoption where opatch_data=' 333333' ;

B.

select xmltransform(dbms_qopatch.get_opatch_data(3333333), dbms_qopatch.GET_OPATCH_XSLT()) from dual

C.

select opatch from vSpatchsets where opatch_number = '333333';

D.

opatchlsinventory -xml

Full Access
Question # 34

Which statement about Storage Snapshot Optimization is correct?

A.

It enables you to use third-party technologies to take a storage snapshot of your database without putting the database in BACKUP mode. You can then use the snapshot to recover all or part of the database.

B.

It enables you to use RMAN to take a storage snapshot of your database. The database must be in BACKUP mode. You can then use the snapshot to recover all or part of the database.

C.

It enables you to use RMAN to take a storage snapshot of your database. The database doesn't have to be in BACKUP mode. You can then use the snapshot to recover all or part of the database.

D.

It enables you to use third-party technologies to take a storage snapshot of your database. The database must be in BACKUP mode. You can then use the snapshot to recover all or part of the database.

Full Access
Question # 35

What happens when you execute these SQL statements?

ALTER SYSTEM SET SGA_TARGET = 992M;

ALTER SYSTEM SET SHARED_POOL_SIZE = 0;

ALTER SYSTEM SET LARGE_POOL_SIZE = 0;

ALTER SYSTEM SET JAVA_POOL_SIZE = 0;

ALTER SYSTEM SET DB_CACHE_SIZE = 0;

ALTER SYSTEM SET STREAMS POOL SIZE = 0;

A.

The database stops (shutdown abort).

B.

B) The database Stops (shutdown immediate).

C.

You activate Automatic Shared Memory Management.

D.

You get an error message.

Full Access
Question # 36

Which statement is true about Enhanced Real-Time ADDM in Oracle Database 12c?

A.

The analyzed result is lost when the database instance is restarted.

B.

It runs every 1 hour automatically.

C.

It is shipped only with Oracle Enterprise Manager 12c.

D.

It analyzes high CPU trend and identifies problems before they can threaten application performance.

Full Access
Question # 37

You add the following code in the tnsnames.ora file on a client PC:

sales=

(DESCRIPTION=

(ADDRESS= (PROTOCOL=TCP)(HOST=salesdata) (PORT=1521) )

(CONNECT_DATA=

(SERVICE_NAME=sales.acme)))

Which statement is true about the code with respect to creating a new connect identifier?

A.

It is created for the SALES database in the network domain ACME on the SALESDATA server.

B.

It is created for the SALESDATA database on the SALES server in the network domain called ACME.

C.

It generates an error because the connect identifier name cannot be a part of SERVICE_NAME.

D.

It generates an error because the server configuration mode (dedicated or shared) is not specified.

Full Access
Question # 38

In Oracle Database 12c, when does a transaction begin?

A.

when a transaction ID is allocated for it.

B.

when a user explicitly issues a "begin" statement

C.

when a transaction is assigned to an available undo data segment to record undo entries for the new transaction

D.

when the first executable SQL statement is encountered

Full Access
Question # 39

An Oracle instance is a combination of______.

A.

database files and parameter file (initialization parameter file or server parameter file)

B.

System Global Area (SGA) and background processes

C.

a listener process, server processes, and background processes

D.

System Global Area (SGA), server processes, and background processes

E.

database files, System Global Area (SGA), and background processes

Full Access
Question # 40

You are in the middle of transaction, updating a table. The machine on which the database is running reboots because of a power outage. This causes a database instance failure.

Which statement is true in this situation?

A.

The online redo log files and archived redo log files are required to accomplish a recovery.

B.

The uncommitted transaction is committed at the next startup of the database instance.

C.

The uncommitted transaction is rolled back automatically at the next opening of the database.

D.

The DBA has to perform a recovery on the database to recover the uncommitted transaction.

Full Access
Question # 41

You want to start a global service on your database. Which three conditions must be met?

A.

The database is open and registered with a global service manager.

B.

The service has been disabled on that database.

C.

The database role is different from the role attribute of the service.

D.

The replication lag on the database does not exceed the maximum value specified for the service.

E.

The service has reached its cardinality defined by the number of preferred databases.

F.

No other database in the pool is a better candidate for starting the service.

Full Access
Question # 42

You want to drop a pluggable database from a multitenant container database that is used for development, which two statements are true?

A.

You can drop the PDB only if it is closed.

B.

You can drop the seed PDB, but you cannot create any other PDB within the CDB.

C.

You can drop the PDB and keep the data files to be reused by another PDB.

D.

When you drop the PDB, the data files and redo log files are automatically removed from the storage file system.

Full Access
Question # 43

1z0-497 question answer

Which two statements about this policy are true?

A.

It replaces the first four digits of the value from the SALARY column with the number 9.

B.

It replaces the first digit of the value from the SALARY column with the number 4.

C.

It replaces the first digit of the value from the COMMISSION_PCTcolumn with 9.

D.

It replaces the first nine digits of the value from the COMMISSION_PCTcolumn with 1.

E.

It uses the full data redaction method.

F.

It uses the random redaction method.

Full Access
Question # 44

Your customer has two CDBs: one for Production and one for development. You are asked to create a new development PDB (salesdev) from an existing production PDB (salesprd). Which two options would accomplish this?

A.

You copy all the PDBSSEEDdata files from the production CDB into the development CDB and execute this on the development CDB;

SQL> CREATE PLUGGABLE DATABASE salesdev ADMIN USER salesdm IDENTIFIED by password;

B.

You alter the salesprd source database to open in read-only mode, and start cloning the source database:

SQL> ALTER PLUGGABLE DATABASE salesprd OPEN READ ONLY;

SQL> CREATE PLUGGABLE DATABASE salesdev FROM salesprd;

C.

You alter the salesprd source database to open in read-only mode:

SQL> ALTER PLUGGABLE DATABASE salesprd OPEN READ ONLY;

In the development CDB, you create a databaselink "PRD" that connects to the root of the source CDB, and start cloning the source PDB:

SQL> CREATE PLUGGABLE DATABASE salesdevFROM salesprd@prd;

D.

Connected as the salesprd local DBA, you create an XML using:

SQL> ALTER PLUGGABLE DATABASE salespdb UNPLUG INTO ' /tmp/salesprd-xml' ;

Copy the XML file and all salesprd-related files to the target CDB and start plugging the copy into the development CDB using:

SQL> CREATE PLUGGABLE DATABASE salesdev USING' /tmp/salesprd.xml';

Full Access
Question # 45

Which database feature can be used for organizing data when there is a very large amount of data?

A.

Index

B.

Partitioning

C.

Triggers

D.

Row-level security

E.

Database vault

Full Access