Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

1z0-497 Exam Dumps - Oracle Database 12c Essentials

Question # 4

Which three statements about common and local roles are true?

A.

When a role is granted to a user, the privileges in the role are limited to the context of the PDB.

B.

Local roles can be granted only to local users.

C.

Common roles can be granted to both local and common users.

D.

A user can create common roles if the user has the CREATE ROLE privilege, and SET CONTAINER for all PDBs

E.

Common roles can be created in the root and PDBs.

Full Access
Question # 5

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.

Full Access
Question # 6

Which statement is true regarding this connect string?

(DESCRIPTION

(FAILOVER=on)

(ADDRESS_LIST=

(LOAD_BALANCE=ON)

(ADDRESS=(host=sales-east1) (port=1522) )

(ADDRESS=(host=sales-east2)(port=1522))

(ADDRESS=(host=sales-east3) (port=1522) ))

(ADDRESS_LIST=

(LOAD_BALANCE=ON)

(ADDRESS=(host=sales-west1) (port=1522) )

(ADDRESS=(host=sales-west2) (port=JS22))

(ADDRESS=(host=sales-west3) (port=lS22) ) )

(CONNECT_DATA=

(SERVICE_NAME=sales)

(REGION=east)))

A.

It contains three global service managers in the client's local region (east).

B.

Client-side load balancing has been enabled only for the global service managers within the client's buddy (west).

C.

Connect-time failover between regions has not been enabled.

D.

The REGION parameter is optional.

Full Access
Question # 7

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

Full Access
Question # 8

A standby database is in mounted state and you are required to perform a failover to the physical standby. Which solution is best suited forthis scenario?

A.

ALTER DATABASE RECOVER MANAGED STANDBY DATABASE statement with the FINISH keyword

B.

ALTER DATABASE PREPARE TO SWITCHOVER and ALTER DATABASE COMMIT TO SWITCHOVER statements

C.

ALTER DATABASE RECOVER TO STANDBY DATABASE statement with the FINISH keyword

D.

D) ALTER DATABASE PREPARE SWITCHOVER and ALTER DATABASE COMMIT TO SWITCHOVER Statements

Full Access
Question # 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?

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

Full Access
Question # 10

Which three statements represent the benefits of multitenant architecture for database consolidation?

A.

You can unplug a PDB from a development CDB and plug it into a production CDB, which allows for easier and more rapid movement of data and code.

B.

You can consolidate shared database memory by combining multiple PDBs in a single CDB.

C.

Patching individual PDBs requires the same amount of time as patching individual databases.

D.

Consolidating separate databases into a single CDB requires the same amount of storage allocation.

E.

In multitenant architecture, a PDB behaves the same as a non-CDB as seen from a client connecting with Oracle Net. No client modification is required.

Full Access
Question # 11

Which three DBA operations can be performed by using Oracle SQL Developer?

A.

database backup and recovery using RMAN

B.

performance tuning operations such as generation of AWR, ADDM, and ASH reports

C.

storage configuration for archive logs and control files

D.

storage configuration for data files and redo log groups

E.

database status view and Data Pump export and import jobs

Full Access
Question # 12

Which three events signal a database writer (DWR) to write buffers to disk?

A.

The database advances a checkpoint.

B.

A client process commits a transaction.

C.

The redo log buffer becomes full.

D.

A server process cannot find non-dirty blocks after scanning a threshold number of buffers.

E.

A tablespace is changed to read-only status.

F.

The database is shut down in immediate mode.

Full Access
Question # 13

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

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.

Full Access
Question # 14

Which tablespace contains the data dictionary, being automatically created at database creation?

A.

USERS

B.

TEMP

C.

SYSAUX

D.

SYSTEM

E.

EXAMPLE

Full Access
Question # 15

The session of user SCOTT receives the following error after executing an UPDATE command on the EMP table:

ERROR at line 1:

ORA-00060: deadlock detected while waiting for resource

You find out that a session opened by user JIM has a transaction that caused the deadlock. Which two statements are true about SCOTT's session in this scenario?

A.

The session is terminated after receiving the error and JIM can continue with his transaction.

B.

SCOTT should perform a COMMIT or ROLLBACK to allow JIM to continue with his transaction.

C.

The session is rolled back after receiving the error and JIM can continue with his transaction.

D.

SCOTT has to re-execute the last command in the transaction after he commits the transaction.

Full Access
Question # 16

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Full Access
Question # 17

Which two statements about ADDM are true?

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.

Full Access
Question # 18

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';

Full Access
Question # 19

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

Full Access
Question # 20

You want to start a global service on your database. Which three conditions must be met?

A.

The database is open and registered with a global service manager.

B.

The service has been disabled on that database.

C.

The database role is different from the role attribute of the service.

D.

The replication lag on the database does not exceed the maximum value specified for the service.

E.

The service has reached its cardinality defined by the number of preferred databases.

F.

No other database in the pool is a better candidate for starting the service.

Full Access
Question # 21

What must you do to an application for it to take advantage of partitioning?

A.

recompile it

B.

rewrite its SQL queries

C.

relink

D.

rework the applications schema

E.

nothing; it is transparent

Full Access
Question # 22

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

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.

Full Access