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 3 hours ago Total Questions : 150

The Oracle Database 12c Essentials content is now fully updated, with all current exam questions added 3 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 # 4

Examine the commands:

SQL > CONNECT sys@CDBl AS SYSDBA

$QL > STARTUP MOUNT

SQL > ALTER DATABASE cdbl MOUNT;

Which four options represent what happens when these commands are executed?

A.

The instance is started.

B.

The CDB control files are opened for the instance.

C.

The root is mounted.

D.

The root is opened.

E.

The PDBs are mounted.

F.

The PDBs are mounted, and the seed is opened in READ ONLY mode.

G.

The PDBs are mounted, and opened in READ WRITE mode, while the seed is opened In READ ONLY mode.

Question # 5

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.

Question # 6

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

Question # 7

Examine the command below:

BEGIN DBMS_REDACT.ADD_POLICY(

object_schema = > ' mavis ' ,

object_name = > ' cust_info ' ,

column_name = > ' emp_id ' ,

policy_name = > ' redact_cust_ids ' ,

function_type = > DBMS_REDACT.REGEXP,

expression = > ' 1=1 ' ,

regexp_pattern = > ' (\d\d\d)(\d\d)(\d\d\d\d) ' ,

regexp_replace_string = > ' XXXXX\3 ' ,

regexp_position = > 1,

regexp_occurrence = > 0,

regexp_match_parameter = > ' i ' ,

policy_description = > ' Redacts customer IDs ' ,

column_description = > ' emp_id contains employee ID numbers ' );

END;

/

What do the regexp_pattern and regexp_replace_string parameters accomplish?

A.

They find a pattern of nine digits; break the digits into three groups that contain the first three, the next two and then the last four digits; and replace all digits with XXXXX concatenated with the last four digits.

B.

They find a pattern of six digits; break the digits into two groups that contain the first five, and then the last digit; and replace all digits with XXXXX concatenated with the last digit.

C.

They find a pattern of nine digits and display the digits as XXXXX XX XXXX.

D.

They find a pattern of nine digits and display the first five digits as XXXXX and the last four digits as 3333.

Question # 8

You have two database servers EMP and EXP. A user of the database from the EXP server wants to extract some information from the database in the EMP server for cross-verification. Which schema object enables the user to access the information from the remote database?

A.

cluster

B.

database link

C.

mapping table

D.

materialized view

Question # 9

Examine the command:

sqlplus /nolog

In which scenario would this command execute successfully?

A.

only from the server, if the database instance is not up

B.

from either a client or server, even if the database instance is not up

C.

from either a client or server, only if the database instance is up, and the command connects the session to the instance

D.

from either a client or server, only if the database instance is up, but the command does not connect the session to the instance

Question # 10

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

Go to page: