Labour Day Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Oracle Database 12c Essentials Question and Answers

Oracle Database 12c Essentials

Last Update May 4, 2024
Total Questions : 150

We are offering FREE 1z0-497 Oracle exam questions. All you do is to just go and sign up. Give your details, prepare 1z0-497 free exam questions and then go for complete pool of Oracle Database 12c Essentials test questions that will help you more.

1z0-497 pdf

1z0-497 PDF

$35  $99.99
1z0-497 Engine

1z0-497 Testing Engine

$42  $119.99
1z0-497 PDF + Engine

1z0-497 PDF + Testing Engine

$56  $159.99
Questions 1

Which logical storage relationship is correct?

Options:

A.  

Tablespace< Segment < Extent < Oracle Datablock

B.  

B) Segment < Extent < Oracle Datablock

C.  

Tablespace< Extent < Segment < Oracle Datablock

D.  

Data File

Discussion 0
Questions 2

YOUR database crashes after a user accidentally kills a background process. What are three possible ways to restart your database?

Options:

A.  

S sqlplus / as sysdba

SQL> restart;

B.  

S sqlplus / as sysdba

SQL> startup immediate;

C.  

S rman target /

RMAN> Startup

D.  

S sqlplus / as sysdba

SQL> startup open recover;

E.  

S srvctl start database -db SORACLE_SID

Discussion 0
Questions 3

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

Options:

A.  

undo data

B.  

isolation level

C.  

lock mechanism

D.  

serializability

Discussion 0
Questions 4

You went to create a new CDB foe your customer. Which two statements are true about the seed pluggable database that will reside in the new CDB?

Options:

A.  

You have to copy the seed data files yourself,

B.  

You can use the new SEED FILE_NAME_CONVERTclause in the CREATE DATABASE statement.

C.  

The seed pluggable database is not required.

D.  

The seed pluggable database does not require data files.

E.  

The seed pluggable database is always kept in READ ONLY mode.

F.  

The seed pluggable database is not a container.

G.  

The seed pluggable database can be dropped.

Discussion 0
Questions 5

Which statement is true about loading data by using the conventional path of SQL*Loader?

Options:

A.  

Redo is not generated while performing conventional path loads.

B.  

Only PRIMARY KEY, UNIQUE KEY, and NOT NULL constraints are checked,

C.  

No exclusive locks are acquired when the conventional path loads are performed.

D.  

Instead of performing transactions, SQL*Loader directly writes data blocks to the data files.

E.  

INSERT triggers are disabled before the conventional path load and re-enabled at the end of the load.

Discussion 0
Questions 6

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

Options:

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

Discussion 0
Questions 7

Which type of file system is NOT valid for storing data files, online redo log files, and control files for a pluggable database?

Options:

A.  

Automatic Storage Management (ASM)

B.  

OS file system

C.  

logical volume (LVM)

D.  

clustered file system

E.  

RAW

Discussion 0
Questions 8

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;

Options:

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.

Discussion 0
Questions 9

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?

Options:

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

Discussion 0
Questions 10

You connect to a database instance and execute a DML command that changes one data block. The block is read from the buffer cache, modified, and modified, and marked as dirty. You commit the transaction. What must take place before the block can be written to disk?

Options:

A.  

The buffer must be written to flash cache.

B.  

A log writer (LGWR) must write all redo entries that have been copied into the buffer since the last time it wrote.

C.  

The modified data block must be moved from the LRU list to the write queue.

D.  

The database must advance the checkpoint.

Discussion 0
Questions 11

Which two statements about this policy are true?

Options:

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.

Discussion 0
Questions 12

Which two statements about ADDM are true?

Options:

A.  

Real-Time ADDM uses AWR snapshots of the last 10 minutes.

B.  

Real-Time ADDM uses ASH recent activity from SGA data.

C.  

Real-Time ADDM analyzes performance in a completely different fashion than regular ADDM.

D.  

Regular ADDM uses AWR snapshots that are not yet purged.

Discussion 0
Questions 13

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

Options:

A.  

durability

B.  

consistency

C.  

concurrency

D.  

isolation

E.  

scalability

F.  

manageability

Discussion 0
Questions 14

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

Options:

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.

Discussion 0
Questions 15

Which statement about the Oracle Advanced Security Data Redaction feature is true?

Options:

A.  

It transparently encrypts data at rest in Oracle databases.

B.  

It securely manages encryption keys.

C.  

It protects against theft or loss of disks and backups.

D.  

It prevents OS users from inspecting tablespace files.

E.  

It limits the exposure of sensitive data in applications.

F.  

It alters data in caches, buffers, and persistent storage.

G.  

It impacts operational activities such as backup & restore, upgrade & patch, and replication.

Discussion 0
Questions 16

Which type of information is included in dynamic performance views?

1 - System and session parameters

2 - Memory usage and allocation

3 - File states (including RMAN backup files)

4 - Progress of jobs and tasks

5 - SQL execution

6 - Statistics and metrics

Options:

A.  

3, 4, and 5

B.  

1, 2, 5, and 6

C.  

1, 2, 3, and 4

D.  

2, 3, 5, and 6

E.  

2, 3, 4, 5, and 6

F.  

1, 2, 3, 4, 5, and 6

Discussion 0
Questions 17

Which four statements about users in Oracle Database 12c are correct?

Options:

A.  

A common user cannot have the same name as any local user across all PDBs.

B.  

A common user can be created only in the root container.

C.  

A local user with the proper privileges can also create a common user.

D.  

If a PDB is closed, the common and local users of the PDB are not visible.

E.  

A common user with the proper privileges can create a common user by using the CONTAINER=CURRENT clause.

F.  

A common user is one that has the same username and authentication credentials across multiple PDBs.

Discussion 0
Questions 18

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

Options:

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.

Discussion 0
Questions 19

Which three statements about Automatic Database Diagnostic Monitor (ADDM) are true?

Options:

A.  

It requires the database to be open.

B.  

It analyzes the performance of specified objects.

C.  

It implements all recommendations automatically.

D.  

It recommends solutions and quantifies expected benefits.

E.  

It retains snapshots in the SYSAUX tablespace until the database is restarted.

F.  

It analyzes the snapshots stored in the Automatic Workload Repository (AWR).

Discussion 0
Questions 20

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

Options:

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;

Discussion 0
Questions 21

Identify the correct order of consolidation density.

Options:

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

Discussion 0
Questions 22

Which two statements are true regarding undo data records?

Options:

A.  

They are required to support Flashback features.

B.  

They are not required if Flashback features are enabled.

C.  

They are retained until the session making the changes ends.

D.  

Undo records contain copies of data as it appears after a change is made.

E.  

Undo records contain copies of data as it appears before a change is made.

Discussion 0