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

1z0-062 Questions and Answers

Note! Following 1z0-062 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

1z0-062 Questions and Answers

Question # 6

Which two statements are true about the Database Configuration Assistant (DBCA)? (Choose two.)

A.

It can be used to create a database template from an existing database.

B.

It can be used to add a new tablespace.

C.

It can generate SQL database creation scripts.

D.

It can be used to copy an existing Oracle database to a new host and apply any patches necessary in the new host.

E.

It can configure Automatic Storage Management (ASM) diskgroups.

Full Access
Question # 7

Which activity is audited by default and recorded in the operating system audit trail irrespective of whether or not database auditing is enabled?

A.

execution of SQL statements by users connected with the SYSDBA privilege

B.

creation of a fine-grained audit policy

C.

configuration of unified auditing mode

D.

usage of the AUDIT statement

Full Access
Question # 8

You are administering a database stored in Automatic Storage Management (ASM). You use RMAN to back up the database and the MD_BACKUP command to back up the ASM metadata regularly. You lost an ASM disk group DG1 due to hardware failure.

In which three ways can you re-create the lost disk group and restore the data? (Choose three.)

A.

Use the MD_RESTORE command to restore metadata for an existing disk group by passing the existing disk group name as an input parameter and use RMAN to restore the data.

B.

Use the MKDG command to restore the disk group with the same configuration as the backed-up disk group and data on the disk group.

C.

Use the MD_RESTORE command to restore the disk group with the changed disk group specification, failure group specification, name, and other attributes and use RMAN to restore the data.

D.

Use the MKDG command to restore the disk group with the same configuration as the backed-up disk group name and same set of disks and failure group configuration, and use RMAN to restore the data.

E.

Use the MD_RESTORE command to restore both the metadata and data for the failed disk group.

F.

Use the MKDG command to add a new disk group DG1 with the same or different specifications for failure group and other attributes and use RMAN to restore the data.

Full Access
Question # 9

Oracle Grid Infrastructure for a stand-alone server is installed on your production host before installing the Oracle Database server. The database and listener are configured by using Oracle Restart.

Examine the following command and its output:

$ crsctl config has

CRS-4622: Oracle High Availability Services auto start is enabled.

What does this imply?

A.

When you start an instance on a high with SQL *Plus dependent listeners and ASM disk groups are automatically started.

B.

When a database instance is started by using the SRVCTL utility and listener startup fails, the instance is still started.

C.

When a database is created by using SQL* Plus, it is automatically added to the Oracle Restart configuration.

D.

When you create a database service by modifying the SERVICE_NAMES initialization parameter, it is automatically added to the Oracle Restart configuration.

Full Access
Question # 10

You want to reduce fragmentation and reclaim unused space for the SALES table but not its dependent objects. During this operation, you want to ensure the following:

i. Long-running queries are not affected.

ii. No extra space is used.

iii. Data manipulation language (DML) operations on the table succeed at all times throughout the process.

iv. Unused space is reclaimed both above and below the high water mark.

Which ALTER TABLE option would you recommend?

A.

DEALLOCATE UNUSED

B.

SHRINK SPACE CASCADE

C.

SHRINK SPACE COMPACT

D.

ROW STORE COMPRESS BASIC

Full Access
Question # 11

You have altered a non-unique index to be invisible to determine if queries execute within an acceptable response time without using this index.

Which two are possible if table updates are performed which affect the invisible index columns? (Choose two.)

A.

The index remains invisible.

B.

The index is not updated by the DML statements on the indexed table.

C.

The index automatically becomes visible in order to have it updated by DML on the table.

D.

The index becomes unusable but the table is updated by the DML.

E.

The index is updated by the DML on the table.

Full Access
Question # 12

Which three features work together, to allow a SQL statement to have different cursors for the same statement based on different selectivity ranges? (Choose three.)

A.

Bind Variable Peeking

B.

SQL Plan Baselines

C.

Adaptive Cursor Sharing

D.

Bind variable used in a SQL statement

E.

Literals in a SQL statement

Full Access
Question # 13

Which two are true concerning a multitenant container database with three pluggable database? (Choose two.)

A.

All administration tasks must be done to a specific pluggable database.

B.

The pluggable databases increase patching time.

C.

The pluggable databases reduce administration effort.

D.

The pluggable databases are patched together.

E.

Pluggable databases are only used for database consolidation.

Full Access
Question # 14

You upgrade your Oracle database in a multiprocessor environment. As a recommended you execute the following script:

SQL > @utlrp.sql

Which two actions does the script perform? (Choose two.)

A.

Parallel compilation of only the stored PL/SQL code

B.

Sequential recompilation of only the stored PL/SQL code

C.

Parallel recompilation of any stored PL/SQL code

D.

Sequential recompilation of any stored PL/SQL code

E.

Parallel recompilation of Java code

F.

Sequential recompilation of Java code

Full Access
Question # 15

Identify three valid methods of opening, pluggable databases (PDBs).

A.

ALTER PLUGGABLE DATABASE OPEN ALL ISSUED from the root

B.

ALTER PLUGGABLE DATABASE OPEN ALL ISSUED from a PDB

C.

ALTER PLUGGABLE DATABASE PDB OPEN issued from the seed

D.

ALTER DATABASE PDB OPEN issued from the root

E.

ALTER DATABASE OPEN issued from that PDB

F.

ALTER PLUGGABLE DATABASE PDB OPEN issued from another PDB

G.

ALTER PLUGGABLE DATABASE OPEN issued from that PDB

Full Access
Question # 16

You support Oracle Database 12c Oracle Database 11g, and Oracle Database log on the same server.

All databases of all versions use Automatic Storage Management (ASM).

Which three statements are true about the ASM disk group compatibility attributes that are set for a disk group? (Choose three.)

A.

The ASM compatibility attribute controls the format of the disk group metadata.

B.

RDBMS compatibility together with the database version determines whether a database Instance can mount the ASM disk group.

C.

The RDBMS compatibility setting allows only databases set to the same version as the compatibility value, to mount the ASM disk group.

D.

The ASM compatibility attribute determines some of the ASM features that may be used by the Oracle disk group.

E.

The ADVM compatibility attribute determines the ACFS features that may be used by the Oracle 10 g database.

Full Access
Question # 17

Which four actions are possible during an Online Data file Move operation? (Choose four.)

A.

Creating and dropping tables in the data file being moved

B.

Performing file shrink of the data file being moved

C.

Querying tables in the data file being moved

D.

Performing Block Media Recovery for a data block in the data file being moved

E.

Flashing back the database

F.

Executing DML statements on objects stored in the data file being moved

Full Access
Question # 18

Your database supports an online transaction processing (OLTP) application. The application is undergoing some major schema changes, such as addition of new indexes and materialized views. You want to check the impact of these changes on workload performance.

What should you use to achieve this?

A.

Database replay

B.

SQL Tuning Advisor

C.

SQL Access Advisor

D.

SQL Performance Analyzer

E.

Automatic Workload Repository compare reports

Full Access
Question # 19

After implementing full Oracle Data Redaction, you change the default value for the NUMBER data type as follows:

After changing the value, you notice that FULL redaction continues to redact numeric data with zero.

What must you do to activate the new default value for numeric full redaction?

A.

Re-enable redaction policies that use FULL data redaction.

B.

Re-create redaction policies that use FULL data redaction.

C.

Re-connect the sessions that access objects with redaction policies defined on them.

D.

Flush the shared pool.

E.

Restart the database instance.

Full Access
Question # 20

An application accesses a small lookup table frequently. You notice that the required data blocks are getting aged out of the default buffer cache.

How would you guarantee that the blocks for the table never age out?

A.

Configure the KEEP buffer pool and alter the table with the corresponding storage clause.

B.

Increase the database buffer cache size.

C.

Configure the RECYCLE buffer pool and alter the table with the corresponding storage clause.

D.

Configure Automata Shared Memory Management.

E.

Configure Automatic Memory Management.

Full Access
Question # 21

You are the DBA supporting an Oracle 11g Release 2 database and wish to move a table containing several DATE, CHAR, VARCHAR2, and NUMBER data types, and the table’s indexes, to another tablespace.

The table does not have a primary key and is used by an OLTP application.

Which technique will move the table and indexes while maintaining the highest level of availability to the application?

A.

Oracle Data Pump.

B.

An ALTER TABLE MOVE to move the table and ALTER INDEX REBUILD to move the indexes.

C.

An ALTER TABLE MOVE to move the table and ALTER INDEX REBUILD ONLINE to move the indexes.

D.

Online Table Redefinition.

E.

Edition-Based Table Redefinition.

Full Access
Question # 22

Identify two correct statements about multitenant architectures.

A.

Multitenant architecture can be deployed only in a Real Application Clusters (RAC) configuration.

B.

Multiple pluggable databases (PDBs) share certain multitenant container database (CDB) resources.

C.

Multiple CDBs share certain PDB resources.

D.

Multiple non-RAC CDB instances can mount the same PDB as long as they are on the same server.

E.

Patches are always applied at the CDB level.

F.

A PDB can have a private undo tablespace.

Full Access
Question # 23

Which two must be installed or configured either manually or by DBCA in order to use Enterprise Manager

Database Express (EM Express)? (Choose two.)

A.

A port number for Oracle HTTP Server must be configured

B.

The APEX_PUBLIC_USER role must be granted to SYSMAN

C.

A SYSMAN user with SYSDBA privilege must be created

D.

At least one TCP/IP dispatcher must be configured

E.

The Oracle HTTP Server must be installed

Full Access
Question # 24

You wish to enable an audit policy for all database users, except SYS, SYSTEM, and SCOTT.

You issue the following statements:

SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYS;

SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYSTEM;

SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SCOTT;

For which database users is the audit policy now active?

A.

All users except SYS

B.

All users except SCOTT

C.

All users except sys and SCOTT

D.

All users except sys, system, and SCOTT

Full Access
Question # 25

Which two statements are true about SQL*Loader Express Mode in an Oracle 12c database? (Choose two.)

A.

It loads data faster than conventional SQL*Loader

B.

No data file needs to be specified

C.

It can load data in parallel

D.

It loads data more efficiently than conventional SQL*Loader

E.

It requires Enterprise Manager Express to be configured

Full Access
Question # 26

Which two statements correctly describe the relationship between data files and logical database structures? (Choose two.)

A.

A segment cannot span data files.

B.

A data file can belong to only one tablespace.

C.

An extent cannot span data files.

D.

The size of an Oracle data block in a data file should be the same as the size of an OS block.

Full Access
Question # 27

Which three statements are true about user account administration? (Choose three.)

A.

A user's current session is not affected when the user's profile is changed.

B.

Only users with the SYSDBA privilege can change the tablespace quota for other users.

C.

A new user account can be created only by SYS or SYSTEM users.

D.

A user's quota can be set for any permanent tablespace but not for the default temporary tablespace.

E.

A user requires only the CREATE SESSION privilege to change his or her own password.

Full Access
Question # 28

Which statement is true about redo log files during instance recovery?

A.

All current, online, and archived redo logs are required to complete instance recovery.

B.

All redo log entries in the current and active logs are applied to data files to reconstruct changes made after the most recent checkpoint.

C.

All redo log entries in the current log are applied to data files until the checkpoint position is reached.

D.

All current, active, and inactive redo logs are required to complete instance recovery.

Full Access
Question # 29

Which three database operations can be performed only at MOUNT state? (Choose three.)

A.

performing Flashback Database

B.

renaming control files

C.

enabling or disabling ARCHIVELOG mode

D.

re-creating control files

E.

performing full database recovery

Full Access
Question # 30

You plan to install the Oracle Database 12c software. You want to use Oracle Automatic Storage Management (ASM) for storage and Oracle Restart for managing components. Oracle Grid Infrastructure for a Standalone Server is already installed on the server.

Which three statements must be true for successful installation of the Oracle Database 12c software? (Choose three.)

A.

The OSBACKUPDBA, OSDGDBA, and OSKMDBA OS groups must be created.

B.

An operating system OSDBA group must be created for users with the SYSDBA system privilege.

C.

The Oracle Database 12c software owner and the Oracle Grid Infrastructure owner must belong to the same Oracle Inventory Group.

D.

The Oracle Database 12c installation must have a separate Oracle inventory directory.

E.

An operating system OSOPER group be created for users with the SYSOPER system privilege.

Full Access
Question # 31

An employee salary in the non-partitioned EMPLOYEES table, has been updated but the transaction is uncommitted.

Which two types of lock are held by the transaction? (Choose two.)

A.

a row level lock on the row being updated

B.

a null lock on the row being updated

C.

a row shared lock on the EMPLOYEES table

D.

an exclusive lock on the EMPLOYEES table

E.

a null lock on the EMPLOYEES table

Full Access
Question # 32

All of your database instances use SPFILES.

You executed this command in one of them:

ALTER SYSTEM SET MEMORY_MAX_TARGET=1024M;

Which statement is true?

A.

The parameter is modified in memory and in the parameter file.

B.

The command returns an error.

C.

The parameter is modified in the parameter file only.

D.

The parameter is modified in memory only.

Full Access
Question # 33

One of your databases has archive logging enabled and RMAN backups are taken at regular intervals.

The data file for the USERS tablespace is corrupt.

Which command must you execute before starting the recovery of this tablespace?

A.

STARTUP FORCE

B.

ALTER TABLESPACE users OFFLINE IMMEDIATE;

C.

SWITCH DATAFILE ALL;

D.

ALTER TABLESPACE users OFFLINE NORMAL;

E.

ALTER TABLESPACE users OFFLINE TEMPORARY;

Full Access
Question # 34

You determine that database performance is sub-optimal due to hard parsing statements. Automatic Shared Memory Management (ASMM) is disabled for your database instance.

Which tool would you use to get advice on how to improve performance?

A.

Memory Advisor for the PGA

B.

SQL Access Advisor

C.

Memory Advisor for the shared pool

D.

SQL Tuning Advisor

Full Access
Question # 35

Which statement is true about a database in ARCHIVELOG mode?

A.

All backups taken prior to switching to ARCHIVELOG mode can be used to perform complete recovery.

B.

Online redo log files have to be multiplexed before putting the database in ARCHIVELOG mode.

C.

A Fast Recovery Area (FRA) must be configured for the database.

D.

Full database backups can be performed when the database is opened.

Full Access
Question # 36

Which three statements are true when the listener handles connection requests to an Oracle 12c database instance with multithreaded architecture enabled In UNIX? (Choose three.)

A.

Thread creation must be routed through a dispatcher process

B.

The local listener may spawn a now process and have that new process create a thread

C.

Each Oracle process runs an SCMN thread.

D.

Each multithreaded Oracle process has an SCMN thread.

E.

The local listener may pass the request to an existing process which in turn will create a thread.

Full Access
Question # 37

You want to flash back a test database by five hours.

You issue this command:

SQL > FLASHBACK DATABASE TO TIMESTAMP (SYSDATE - 5/24);

Which two statements are true about this flashback scenario? (Choose two.)

A.

The database must have multiplexed redo logs for the flashback to succeed.

B.

The database must be MOUNTED for the flashback to succeed.

C.

The database must use block change tracking for the flashback to succeed.

D.

The database must be opened in restricted mode for the flashback to succeed.

E.

The database must be opened with the RESETLOGS option after the flashback is complete.

F.

The database must be opened in read-only mode to check if the database has been flashed back to the correct SCN.

Full Access
Question # 38

A database is stored in an Automatic Storage Management (ASM) disk group, disk group, DGROUP1 with SQL:

There is enough free space in the disk group for mirroring to be done.

What happens if the CONTROLLER1 failure group becomes unavailable due to error of for maintenance?

A.

Transactions and queries accessing database objects contained in any tablespace stored in DGROUP1 will fall.

B.

Mirroring of allocation units will be done to ASM disks in the CONTROLLER2 failure group until the CONTROLLER1 for failure group is brought back online.

C.

The data in the CONTROLLER1 failure group is copied to the controller2 failure group and rebalancing is initiated.

D.

ASM does not mirror any data until the controller failure group is brought back online, and newly allocated primary allocation units (AU) are stored in the controller2 failure group, without mirroring.

E.

Transactions accessing database objects contained in any tablespace stored in DGROUP1 will fail but queries will succeed.

Full Access
Question # 39

A redaction policy was added to the SAL column of the SCOTT.EMP table:

All users have their default set of system privileges.

For which three situations will data not be redacted? (Choose three.)

A.

SYS sessions, regardless of the roles that are set in the session

B.

SYSTEM sessions, regardless of the roles that are set in the session

C.

SCOTT sessions, only if the MGR role is set in the session

D.

SCOTT sessions, only if the MGR role is granted to SCOTT

E.

SCOTT sessions, because he is the owner of the table

F.

SYSTEM session, only if the MGR role is set in the session

Full Access
Question # 40

Examine the details of the Top 5 Timed Events in the following Automatic Workloads Repository (AWR) report:

What are three possible causes for the latch-related wait events?

A.

The size of the shared pool is too small.

B.

Cursors are not being shared.

C.

A large number COMMITS are being performed.

D.

There are frequent logons and logoffs.

E.

The buffers are being read into the buffer cache, but some other session is changing the buffers.

Full Access
Question # 41

Examine the parameters for a database instance:

Which two statements are true? (Choose two.)

A.

Undo records for temporary tables are stored in a temporary tablespace.

B.

Undo records for temporary tables are stored in the undo tablespace and logged in the redo.

C.

Undo records for temporary tables are stored in the undo tablespace and logged in the redo only for those sessions where temporary undo is enabled.

D.

No redo is generated for the undo records belonging to temporary tables.

E.

No redo and undo records are generated for temporary tables.

Full Access
Question # 42

Flashback is enabled for your multitenant container database (CDB), which contains two pluggable database (PDBs). A local user was accidently dropped from one of the PDBs.

You want to flash back the PDB to the time before the local user was dropped. You connect to the CDB and execute the following commands:

SQL > SHUTDOWN IMMEDIATE

SQL > STARTUP MOUNT

SQL > FLASHBACK DATABASE to TIME “TO_DATE (‘08/20/12’ , ‘MM/DD/YY’)”;

Examine following commands:

1. ALTER PLUGGABLE DATABASE ALL OPEN;

2. ALTER DATABASE OPEN;

3. ALTER DATABASE OPEN RESETLOGS;

Which command or commands should you execute next to allow updates to the flashback back schema?

A.

Only 1

B.

Only 2

C.

Only 3

D.

3 and 1

E.

1 and 2

Full Access
Question # 43

In your production database, data manipulation language (DML) operations are executed on the SALES table.

You have noticed some dubious values in the SALES table during the last few days. You are able to track users, actions taken, and the time of the action for this particular period but the changes in data are not tracked. You decide to keep track of both the old data and new data in the table long with the user information.

What action would you take to achieve this task?

A.

Apply fine-grained auditing.

B.

Implement value-based auditing.

C.

Impose standard database auditing to audit object privileges.

D.

Impose standard database auditing to audit SQL statements.

Full Access
Question # 44

The HR user updates the salary of one of the employees in the non-partitioned EMPLOYEES table, but does not commit the transaction.

Which two types of lock exist in this situation? (Choose two.)

A.

exclusive lock on the EMPLOYEES table

B.

null lock on the row being updated

C.

null lock on the EMPLOYEES table

D.

row level lock on the row being updated

E.

shared lock on the EMPLOYEES table

Full Access
Question # 45

Which three statements are true about Oracle Data Pump? (Choose three.)

A.

Oracle Data Pump export and import operations can be performed to move data across different database releases.

B.

DBMS_DATAPUMP PL/SQL packages can be used independent of Data Pump clients.

C.

A directory object must exist and a user performing an EXPDP or IMPDP operation must have read and write permission on that directory object.

D.

Oracle Data Pump export and import operations can be performed only by users with the SYSDBA privilege.

E.

Oracle Data Pump export operations invoked from the clients that are connected remotely by using a connection string, create Data Pump files on the client file system.

Full Access
Question # 46

In your database, the RESOURCE_LIMIT parameter is set to TRUE.

You create the profile:

Which two statements are true about users and their sessions that are subject to this profile? (Choose two.)

A.

The CPU_PER_CALL is ignored in the user sessions because of the unlimited value of CPU_PER_CALL

B.

These users can never reuse a password

C.

The PASSWORD_LIFE_TIME value is ignored because of the unlimited value of PASSWORD_REUSE_MAX.

D.

In each user session, the limit for LOGICAL_READS_PER_SESSION in the same as defined in the DEFAULT profile.

Full Access
Question # 47

In your database instance, the UNDO_RETENTION parameter is set to 1000 and undo retention is not guaranteed for the fixed size undo tablespace.

Which statement is true about undo retention?

A.

Undo is retained in the UNDO tablespace for 1000 seconds, and then moved to the SYSTEM tablespace to provide read consistency.

B.

Inactive undo is retained for at least 1000 seconds if free undo space is available.

C.

Inactive undo is retained for 1000 seconds even if new transactions fall due to lack of space in the undo tablespace.

D.

Undo becomes expired obsolete after 1000 seconds.

Full Access
Question # 48

Which two utilities can NOT configure a new listener on port 1526? (Choose two.)

A.

dbca

B.

asmca

C.

netca

D.

netmgr

E.

lsnrctl

Full Access
Question # 49

Which three statements are true about a job chain? (Choose three.)

A.

The DBA role is required to create a job chain.

B.

It can be used to implement dependency-based scheduling.

C.

It cannot invoke the same program or nested chain in multiple steps in the chain.

D.

It cannot have more than one dependency.

E.

It can be executed using event-based schedules.

F.

It can be executed using time-based schedules.

Full Access
Question # 50

Which statement is true about using the Export/Import method for migrating data when upgrading to Oracle Database 12c?

A.

It automatically restarts a Data Pump Export or Import job after a failure is connected and the job continues from the point of failure.

B.

It can be used to migrate a database only if the source and target databases are hosted on the same endian format.

C.

It can be used to migrate a database only if the source database does not have any tablespace in read-only mode.

D.

It allows migration of a database directly over network links.

Full Access
Question # 51

In your Oracle 12c database, you plan to execute the command:

SQL> CREATE TABLESPACE tbs1 DATAFILE ‘/u02/oracle/data/tbs01.dbf’ SIZE 50M;

The u02 file system has 1 GB of free space available.

What is the outcome?

A.

It creates a locally managed tablespace with manual segment space management enabled.

B.

It raises an error because extent management is not specified.

C.

It creates a locally managed tablespace with automatic segment space management enabled.

D.

It creates a dictionary-managed tablespace with manual segment space management enabled.

Full Access
Question # 52

What can be automatically implemented after the SQL Tuning Advisor is run as part of the Automated Maintenance Task?

A.

statistics recommendations

B.

SQL profile recommendations

C.

SQL statement restructure recommendations

D.

creation of materialized views to improve query performance

Full Access
Question # 53

You performed an incremental level 0 backup of a database:

RMAN > BACKUP INCREMENTAL LEVEL 0 DATABASE;

To enable block change tracking after the incremental level 0 backup, you issued this command:

SQL > ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE

‘ /mydir/rman_change_track.f’;

To perform an incremental level 1 cumulative backup, you issued this command:

RMAN> BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;

Which three statements are true? (Choose three.)

A.

Backup change tracking will sometimes reduce I/O performed during cumulative incremental backups.

B.

The change tracking file must always be backed up when you perform a full database backup.

C.

Block change tracking will always reduce I/O performed during cumulative incremental backups.

D.

More than one database block may be read by an incremental backup for a change made to a single block.

E.

The incremental level 1 backup that immediately follows the enabling of block change tracking will not read the change tracking file to discover changed blocks.

Full Access
Question # 54

The user SCOTT owns the CUST table that is placed in the SALES tablespace. The user SCOTT opens a session and executes commands as follows:

SQL> INSERT INTO cust VALUES(101, 'JACK');

1 row created.

SQL> INSERT INTO cust VALUES(102, 'SMITH');

1 row created.

As a DBA, you execute the following command from another session:

ALTER TABLESPACE sales READ ONLY;

Which statement is true regarding the effect of this command on the transaction in Scott's session?

A.

The command fails as a transaction is still pending.

B.

The transaction in Scott's session is rolled back and the tablespace becomes readonly.

C.

The command waits and the user SCOTT can execute data manipulation language (DML) statements only as part of the current transaction.

D.

The command hangs until all transactions on the objects in the tablespace commit or rollback, and then the tablespace is placed in readonly mode.

Full Access
Question # 55

Examine the parameters for your database instance:

Which three statements are true about the process of automatic optimization by using cardinality feedback? (Choose three.)

A.

The optimizer automatically changes a plan during subsequent execution of a SQL statement if there is a huge difference in optimizer estimates and execution statistics.

B.

The optimizer can re optimize a query only once using cardinality feedback.

C.

The optimizer enables monitoring for cardinality feedback after the first execution of a query.

D.

The optimizer does not monitor cardinality feedback if dynamic sampling and multicolumn statistics are enabled.

E.

After the optimizer identifies a query as a re-optimization candidate, statistics collected by the collectors are submitted to the optimizer.

Full Access
Question # 56

On your Oracle 12c database, you Issue the following commands to create indexes

SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customers_id, sales_rep_id) INVISIBLE;

SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customers_id, sales_rep_id);

Which two statements are correct? (Choose two.)

A.

Both the indexes are created; however, only the ORD_COSTOMER index is visible.

B.

The optimizer evaluates index access from both the Indexes before deciding on which index to use for query execution plan.

C.

Only the ORD_CUSTOMER_IX1 index is created.

D.

Only the ORD_CUSTOMER_IX2 index is created.

E.

Both the indexes are updated when a new row is inserted, updated, or deleted In the orders table.

Full Access