Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Oracle Database 12c Essentials

Last Update 4 hours ago Total Questions : 150

The Oracle Database 12c Essentials content is now fully updated, with all current exam questions added 4 hours ago. Deciding to include 1z0-497 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our 1z0-497 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these 1z0-497 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Oracle Database 12c Essentials practice test comfortably within the allotted time.

Question # 41

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.

Question # 42

Which option represents a function of Global Data Services (GDS)?

A.

performs data replication

B.

performs database failovers

C.

replaces the functionality of Oracle Clusterware and Oracle RAC

D.

coordinates site failovers

E.

works seamlessly with Oracle Site Guard

Question # 43

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

A.

serializable

B.

read-only

C.

read committed

D.

read uncommitted

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 ' ;

Question # 45

Your customer wants to migrate their production database from Oracle Database 10gon AIX to Oracle Database 12con Solaris, and is concerned about the downtime. Which Oracle solution would you recommend?

A.

Active Data Guard

B.

Oracle GoldenGate

C.

Oracle Real Application Clusters

D.

Oracle Transportable Tablespaces

E.

Oracle Cloud Platform as a Service

Go to page: