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 # 21

An Oracle instance is a combination of______.

A.

database files and parameter file (initialization parameter file or server parameter file)

B.

System Global Area (SGA) and background processes

C.

a listener process, server processes, and background processes

D.

System Global Area (SGA), server processes, and background processes

E.

database files, System Global Area (SGA), and background processes

Question # 22

Examine the statements:

SQL > CREATE TABLESPACE MYTBS DATAFILE ' /disk1/mytbs_l.dbf ' SIZE 10M;

SQL > CREATE TABLE mytab (id NUMBER, descr VARCHAR2 (100) )

PARTITION BY RANGE(id) (

partition pi values loss than (100000) tablespacemytbs storage (initial lm),

partition p2 values less than (MAXVALUE) tablespacemytbs storage (initial 1m)

);

When inserting data, you get the error:

ORA-01688: unable to extend table SYS.MYTAB partition P2 by 128 in tablespace MYTBS

Which three operations would allow you to insert data without getting the error message?

A.

Extend the logical volume by 10 MB where the data files are stored;

# lvextend -L+10M /diskl

B.

Add a data file:

SQL > ALTER TABLESPACE MYTBS ADD DATAFILE ' /disk1/mytbs_2 .dbf SIZE 10M;

C.

Move a partition to another tablespace:

SQL > CREATE TABLESPACE ADDITIONAL_TBS DATAFILE ' /disk1/additional_tbs_1 .dbf ' SIZE 10M;

SQL > ALTER TABLE MYTAB MOVE PARTITION P2 TABLESPACE ADDlTIONAL_TBS;

D.

Resize the existing data file:

SQL > ALTER DATABASE DATAFILE ' /diskl/mytbs_l .dbf ' RESIZE 20M;

E) Remove a data file:

SQL > ALTER TABLESPACE MYTBS DROP DATAFILE ' /diskl/mytbs_l - dbf ' ;

Question # 23

Your customer is looking for a solution to address these downtime needs:

- Online addition and removal of disks should automatically rebalance data across new storage configurations while storage, database, and applications remain online.

- Dynamically add or remove clustered nodes without disrupting the database or applications.

- Automate the sizing and distribution of shared memory.

- Add a column with a default value without disrupting the database or applications.

- Perform rolling patch upgrades.

Which four would you recommend to address those needs?

A.

Automatic Storage Management (ASM)

B.

Online Data and Application change

C.

Global Data Services (GDS)

D.

Real Application Clusters (RAC)

E.

Oracle Streams

F.

Online Table Redefinition

G.

Oracle Database Vault

Question # 24

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

A.

non-cumulative

B.

multi-version

C.

proactive

D.

stabilizing

E.

cumulative

Question # 25

Which two statements about multi section backup are true?

A.

It is available only for full backups.

B.

It supports incremental backups and image copies.

C.

Backup for each data file is divided into sections and is backed up in parallel. However, for image copies, sections are backed up sequentially.

D.

For image copies, sections are backed up in parallel and recomposed at the end.

Question # 26

In Oracle Database 12c, when does a transaction begin?

A.

when a transaction ID is allocated for it.

B.

when a user explicitly issues a " begin " statement

C.

when a transaction is assigned to an available undo data segment to record undo entries for the new transaction

D.

when the first executable SQL statement is encountered

Question # 27

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

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.

Question # 28

Which two statements are true about the B-tree Index?

A.

The leaf blocks in the index are doubly linked.

B.

The leaf node stores a bitmap for each key value.

C.

Rows with a NULL value in key columns also have entries in the Index.

D.

The deletion of a row from the table causes a logical deletion in the index leaf block and the space becomes available for a new leaf entry.

Question # 29

Which statement about a server parameter file (SPFILE) is false?

A.

An SPFILE is a binary file that cannot be edited by using a text editor.

B.

You can create an SPFILE from an existing text initialization parameter file or from memory.

C.

You can use the SHOW PARAMETERS command to display the values of initialization parameters in an SPFILE.

D.

The instance first searches for an SPFILE named spfileoRACLE_SID.ora and, if this is not found. It searches for spfile.ora.

Question # 30

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

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

Go to page: