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

Exact2Pass Menu

Oracle Database 12c Essentials

Last Update 6 hours ago Total Questions : 150

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

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.

Question # 2

Your customer is looking for zero-data-loss failover with maximum data protection and high availability for their primary database. Which two solutions would you recommend to the customer if the distance between the primary and the standby location is more than 300 miles?

A.

Asynchronous redo transport with Data Guard

B.

Synchronous redo transport with Data Guard

C.

Active Data Guard Far Sync

D.

Data Guard SQL Apply

Question # 3

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

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: