Winter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

Which two statements are true about listeners?

A.

Listeners use only the TCP/IP protocol.

B.

Multiple listener processes can run simultaneously on a host.

C.

Multiple database instances can be registered with a single listener,

D.

Listener-related errors can be traced only at the administrative level.

E.

Only one database instance can be registered with a single listener at any time.

Full Access
Question # 5

You create a CDB with four containers: the loot, the seed, and two pluggable databases PDB1 and PDB2. Which four items can reside In PDB1, but not in the root?

A.

shared UNDO and default database temporary tablespace

B.

Oracle-supplied metadata

C.

shared Oracle-supplied data

D.

CDB views providing information across PDBs

E.

application tablespaces

F.

local temporary tablespaces

G.

local users and local roles

Full Access
Question # 6

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 # 7

Which three events signal a database writer (DWR) to write buffers to disk?

A.

The database advances a checkpoint.

B.

A client process commits a transaction.

C.

The redo log buffer becomes full.

D.

A server process cannot find non-dirty blocks after scanning a threshold number of buffers.

E.

A tablespace is changed to read-only status.

F.

The database is shut down in immediate mode.

Full Access
Question # 8

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 # 9

Identify two types of solutions in which you would need to use Active Data Guard and Golden Gate together.

A.

a solution that provides zero-data-loss protection at any distance without impacting database performance

B.

a solution for disaster protection and database rolling upgrades for a mission-critical OLTP database, where you also want to extract data from a data guard primary database for ETL update o' an enterprise data warehouse

C.

a solution requiring minimal planned downtime and risk, using standby first patching, database rolling upgrades, and select platform migrations

D.

a solution that helps with integrated automatic database and client failover between source and target, where you also need to establish advanced replication (such as multi master and bidirectional replication and data transformations)

Full Access
Question # 10

Which two items are key for maintaining data consistency in Oracle Database 12c?

A.

undo data

B.

isolation level

C.

lock mechanism

D.

serializability

Full Access
Question # 11

Which command do you use to create a local role while you are connected as the local user?

A.

create local role l_hr;

B.

create role c##_hr container=current;

C.

create role l_hr container=current;

D.

create role l_hr container=all;

Full Access
Question # 12

Identify three outcomes of using the Oracle Multitenant option in Oracle Database 12c.

A.

less instance overhead

B.

increased storage cost

C.

minor application changes

D.

fast and easy provisioning

E.

same time needed for patching and upgrade as in the previous release

F.

isolation

Full Access
Question # 13

Which two statements about switchover and failover are true?

A.

A snapshot standby can be the target of a switchover or fast-start failover operation.

B.

Neither a switchover nor a failover is possible to a far sync instance.

C.

For fast-start failover, you must preselect the target standby database that will be used.

D.

You can activate a standby database to test whether it is being updated correctly.

Full Access
Question # 14

Which three operations can the PUBLIC user with the SYSOPER privilege perform?

A.

STARTUP

B.

SHUTDOWN

C.

CREATE DATABASE

D.

DROP DATABASE

E.

ALTER DATABASE RECOVER

Full Access
Question # 15

Which two statements about the Process Monitor (PMON) process are true?

A.

PMON performs process recovery when a client process fails.

B.

During instance startup, PMON takes care of instance recovery.

C.

PMON performs listener registration.

D.

PMON restarts background and dispatcher processes when they fail.

E.

PMON resolves failures of distributed transactions.

Full Access
Question # 16

Which two statements about PDBs and CDBs are true?

A.

There is only one SYSTEM tablespace per CDB.

B.

There is only one instance per PDB.

C.

There is a set of redo log files per PDB.

D.

There is only one UNDO tablespace per CDB.

E.

There is one SYSAUXtablespace per PDB.

Full Access
Question # 17

You need to recover a database running In NOARCHIVELOG mode. Which two statements are true in this scenario?

A.

You can perform complete recovery by using the command:

RESTORE DATABASE

FROM TAG“consistent_whole_backup”;

RECOVER DATABASE;

B.

You can perform incomplete recovery by using the command:

RESTORE DATABASE;

FROM TAG "consistent_whole_backup";

RECOVER DATABASE NOREDO;

C.

Only consistent backups can be used for restoring a database in NOARCHIVELOG mode.

D.

Media recovery is possible in most cases.

Full Access
Question # 18

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 # 19

Which logical storage relationship is correct?

A.

Tablespace< Segment < Extent < Oracle Datablock

B.

B) Segment < Extent < Oracle Datablock

C.

Tablespace< Extent < Segment < Oracle Datablock

D.

Data File

Full Access
Question # 20

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 # 21

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 # 22

Examine the output:

SQL> SELECT index_name, status FROM dba_indexes WHEREstatus='UNUSABLE’;

INDEX_NAME STATUS

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

EIND UNUSABLE

Which two statements about this index are true?

A.

It is ignored by the query optimizer.

B.

It is not used while the index is being rebuilt.

C.

The index cannot be rebuilt, and has to be re-created.

D.

The index is automatically rebuilt when used the next time.

Full Access