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

Hot Vendors

1z0-497 Oracle Database 12c Essentials Questions and Answers

Questions 4

Which three options best describe Patch Set Updates (PSUs) in Oracle Database 12c?

Options:

A.

non-cumulative

B.

multi-version

C.

proactive

D.

stabilizing

E.

cumulative

Buy Now
Questions 5

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?

Options:

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.

Buy Now
Questions 6

Which three components are always part of System Global Area?

Options:

A.

Database Buffer Cache

B.

Undo Log Buffer

C.

Shared Pool

D.

Small Pool

E.

Java Pool

F.

Private SQL Area

Buy Now
Questions 7

Consider 10 scenarios that result in database downtime. Which five of them are considered as planned downtime?

Options:

A.

addition or removal of nodes, memory, or disks

B.

changing configuration parameters, upgrading, or patching Oracle software

C.

file deletion

D.

migrating to cluster architecture

E.

dropped database object

F.

table definition changes

G.

runaway processes that consume system resources

Buy Now
Questions 8

In which situation would you use static database registration for a listener?

Options:

A.

when multiple databases are to be registered with the listener

B.

when DBAs need to connect remotely to start up the database instance

C.

when users need to connect the database instance by using the host naming method

D.

when the database instance to be registered with the listener is configured in shared server mode

Buy Now
Questions 9

Examine the command:

SQL> CREATE TABLE orders(oid NUMBER (6) PRIMARY KEY, odato DATE, ccode NUMBER (6), oamt NUMBER (10, 2)) TABLESPACE users ;

Which two statements are true about the execution of the command?

Options:

A.

A CHECK constraint is created on the OID column.

B.

A NOT NULL constraint is created on the OID column.

C.

The ORDERS table is the only object created in the USERS tablespace.

D.

The ORDERS table and a unique index are created in the USERS tablespace.

E.

The ORDERS table is created in the USERS tablespace and a unique index is created on the OID column in the SYSTEM tablespace.

Buy Now
Questions 10

You are about to install Oracle Database 12c Enterprise Edition. Which statement is true?

Options:

A.

You should not install the Oracle Database software into an existing Oracle home from a different release.

B.

A multitenant container database (CDB) can have several pluggable databases (PDBs) with different character sets.

C.

Oracle recommends that you back up the root. sh script after you complete the installation.

D.

Cloning an Oracle home is useful if you are performing multiple Oracle Database Installations.

E.

You can stop existing Oracle processes, including the listener and the database running in the Oracle home, before the database software installation.

Buy Now
Questions 11

Examine the command:

sqlplus /nolog

In which scenario would this command execute successfully?

Options:

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

Buy Now
Questions 12

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

Buy Now
Questions 13

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.

Buy Now
Questions 14

Which is the default port number for Database Express?

Options:

A.

7801

B.

5500

C.

2243

D.

1521

E.

22

Buy Now
Questions 15

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.

Buy Now
Questions 16

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;

Buy Now
Questions 17

Which two statements are true about listeners?

Options:

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.

Buy Now
Questions 18

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?

Options:

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.

Buy Now
Questions 19

Your database instance is running. db01 is a net service name. You issue a connection request by using the command:

SQL> CONNECT scott/tiger@db01

Which component receives the request and establishes the appropriate connection?

Options:

A.

listener

B.

user process

C.

service name

D.

server process

Buy Now
Questions 20

Your customer needs server availability that provides uninterrupted access to database services, handling any unexpected failure of one or more machines hosting the database server, due to a hardware or software fault. Which product should your customer use?

Options:

A.

Oracle Data Guard

B.

Oracle Streams

C.

Oracle Real Application Clusters

D.

Oracle GoldenGate

Buy Now
Questions 21

Your database is down. You log in as the SYS user and issue this command:

SQL> STARTUP

What happens after the instance is started?

Options:

A.

Nothing else happens.

B.

The database is mounted but not opened.

C.

The database is mounted and finally opened.

D.

The database is opened and finally mounted.

Buy Now
Questions 22

Which statement about Online Move Data file is true?

Options:

A.

Moving a data file online prevents DML operations on segments stored in the data file.

B.

Flashing back a database to a point in time before a data file had been renamed online retains the new name.

C.

Moving a data file online can be performed if the data file is in OFFLINE mode.

D.

Moving a data file online cannot be performed if the data file is under BEGIN BACKUP.

Buy Now
Exam Code: 1z0-497
Exam Name: Oracle Database 12c Essentials
Last Update: Nov 16, 2024
Questions: 150

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now 1z0-497 testing engine

PDF (Q&A)

$35  $99.99
buy now 1z0-497 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 21 Nov 2024