Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Oracle 1z0-060 Dumps

Page: 1 / 8
Total 208 questions

Upgrade to Oracle Database 12c Questions and Answers

Question 1

You Execute the following command to create a password file in the database server:

$ orapwd file=‘+DATA/PROD/orapwprod entries=5 ignorecase=N format=12’

Which two statements are true about the password file? (Choose two.)

Options:

A.

It records the usernames and passwords of users when granted the DBA role.

B.

It contains the usernames and passwords of users for whom auditing is enabled.

C.

It is used by Oracle to authenticate users for remote database administration.

D.

It records the usernames and passwords of all users when they are added to the OSDBA or OSOPER operating system groups.

E.

It supports the SYSBACKUP, SYSDG, and SYSKM system privileges.

Question 2

Which three operations can be performed as multipartition operations in Oracle Database 12c? (Choose three.)

Options:

A.

Merge partitions of a list partitioned table.

B.

Drop partitions of a list partitioned table.

C.

Coalesce partitions of a hash-partitioned global index.

D.

Move partitions of a range-partitioned table.

E.

Rename partitions of a range partitioned table.

F.

Merge partitions of a reference-partitioned index.

Question 3

In your multitenant container database (CDB) that contains some pluggable databases (PDBs), you execute the following commands in the root container:

Which two statements are true? (Choose two.)

Options:

A.

The C##ROLE1 role is created in the root database and all the PDBs.

B.

The C##ROLE1 role is created only in the root database because the CONTAINER clause is not used.

C.

Privileges in the role are granted to the C##A_ADMIN user only in the root database.

D.

Privileges in the role are granted to the C##A_ADMIN user in the root database and all the PDBs.

E.

The statement for granting the role to the user fails because the CONTAINER clause is not used.

Question 4

You are administering a database stored in Automatic Storage Management (ASM). One of the ASM disks is dropped because of hardware failure. You replace the failed disk and want the resulting rebalance operations to occur with minimal impact on database performance.

Which two settings will help to maintain consistent database performance during the rebalance?

Options:

A.

Decrease the value of the disk_repair_time attribute for the disk group.

B.

Increase the number of slave DBWR processes by setting a higher value for dbwrioslaves.

C.

Increase the number of DBWR processes by setting a higher value for db_writer_processes.

D.

Increase the number of ARB processes by setting a higher value for asm_power_limit.

E.

Define the power option while adding or removing the disks.

F.

Increase the number of RBAL processes.

Question 5

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?

Options:

A.

Database replay

B.

SQL Tuning Advisor

C.

SQL Access Advisor

D.

SQL Performance Analyzer

E.

Automatic Workload Repository compare reports

Question 6

Which two statements are true about the installation modes in Oracle Database 12c?

Options:

A.

Response file mode is useful when you require multiple Oracle Homes with variation in some of the installation parameters for each home.

B.

In Interactive mode, parameter values are read from a response file and can be changed during installation.

C.

In response file mode, you can Include responses for some or all prompts.

D.

In silent mode installation, you can validate the parameter values on Installation screens for which you have provided information in the response file.

Question 7

Which three tasks can be automatically performed by the Automatic Data Optimization feature of Information Lifecycle Management (ILM)? (Choose three.)

Options:

A.

tracking the most recent read time for a table segment in a user tablespace

B.

tracking the most recent write time for a table segment in a user tablespace

C.

tracking insert time by row for table rows

D.

tracking the most recent write time for each block in a table segment

E.

tracking the most recent read time for a table segment in the SYSAUX tablespace

F.

tracking the most recent write time for a table segment in the SYSAUX tablespace

Question 8

You want to upgrade your pre-12c database to an Oracle 12c database. You set up the test environment and replay the captured workload from the production database on the test machine twice with a time difference of four hours.

For which three reasons would you use the Compare Period ADDM report after the replay? (Choose three.)

Options:

A.

to check the database time consumed for the two time periods

B.

to review the change in the initialization parameters between the two runs

C.

to find the resource consumption by SQL statements that are common to both periods

D.

to check the performance improvement and degradation caused during the change

E.

to review the hardware resources used during the two runs

F.

to compare the performance change of top SQL statements for the two runs

Question 9

Examine the following parameters for a database instance:

Which three initialization parameters are not controlled by Automatic Shared Memory Management (ASMM)? (Choose three.)

Options:

A.

LOG_BUFFER

B.

SORT_AREA_SIZE

C.

JAVA_POOL_SIZE

D.

STREAMS_POOL_SIZE

E.

DB_16K_CACHE_SIZE

F.

DB_KEEP_CACHE_SIZE

Question 10

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?

Options:

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

Question 11

You use the segment advisor to help determine objects for which space may be reclaimed.

Which three statements are true about the advice given by the segment advisor? (Choose three.)

Options:

A.

It may advise the use of online table redefinition for tables in dictionary-managed tablespaces.

B.

It may advise the use of segment shrink for tables in dictionary-managed tablespaces if there are no chained rows.

C.

It may advise the use of online table redefinition for tables in locally managed tablespaces.

D.

It will detect and advise about chained rows.

E.

It may advise the use of segment shrink for freelist managed tables.

Question 12

You execute the following commands to audit database activities:

Which statement is true about the audit record that is generated when auditing starts after the instance restarts?

Options:

A.

One audit record is created for every successful execution of a SELECT, INSERT, or DELETE command on a table, and contains the SQL text for the SQL Statements.

B.

One audit record is created for every successful execution of a SELECT, INSERT, or DELETE command, and contains the execution plan for the SQL statements.

C.

One audit record is created for the whole session if JOHN successfully executes a SELECT, INSERT, or DELETE command, and contains the execution plan for the SQL statements.

D.

One audit record is created for the whole session if JOHN successfully executes a SELECT, INSERT, or DELETE command, and contains the SQL text and bind variables used.

E.

One audit record is created for the whole session if JOHN successfully executes a SELECT, INSERT, or DELETE command on a table, and contains the execution plan, SQL text, and bind variables used.

Question 13

Your multitenant container database (CDB) contains some pluggable databases (PDBs), you execute the following command in the root container:

Which two statements are true? (Choose two.)

Options:

A.

Schema objects owned by the C# # A_ADMIN common user can be shared across all PDBs.

B.

The C##A_ADMIN user will be able to use the TEMP_TS temporary tablespace only in root.

C.

The command will create a common user whose description is contained in the root and each PDB.

D.

The schema for the common user C # # A_ADMIN can be different in each container.

E.

The command will create a user in the root container only because the CONTAINER clause is not used.

Question 14

Your multitenant container database (CDB) contains pluggable databases (PDBs), you are connected to the PDB HR_PDB. You execute the following command:

What is the result?

Options:

A.

It executes successfully and creates an UNDO tablespace in HR_PDB.

B.

It fails and reports an error because there can be only one UNDO tablespace in a CDB.

C.

It fails and reports an error because the CONTAINER=ALL clause is not specified in the command.

D.

It fails and reports an error because the CONTAINER=CURRENT clause is not specified in the command.

E.

It executes successfully but neither tablespace nor the data file is created.

Question 15

On your Oracle 12c database, you invoked SQL*Loader to load data into the EMPLOYEES table in the HR schema by issuing the following command:

$> sqlldr hr/hr@pdb table=employees

Which two statements are true regarding the command? (Choose two.)

Options:

A.

It succeeds with default settings if the EMPLOYEES table belonging to HR is already defined in the database.

B.

It fails because no SQL *Loader data file location is specified.

C.

It fails if the HR user does not have the CREATE ANY DIRECTORY privilege.

D.

It fails because no SQL *Loader control file location is specified.

Question 16

Identify the prerequisite for configuring and accessing Enterprise Manager (EM) express for an Oracle 12c database.

Options:

A.

Create a SYSMAN user with the SYSDBA role as an administrator for EM express.

B.

Configure the DISPATCHERS initialization parameter such that at least one dispatcher is configured for the XMLDB service with the TCP protocol.

C.

Install the Oracle HTTP Server.

D.

Use the DBMS_XDB_CONFIG.SETHTTPPORT procedure to configure port number 5500 for the HTTP server.

Question 17

You executed startup restrict foe a multitenant container database (CDB) containing several LUGGABLE databases (PDBs).

You then attempt an alter PLUGGABLE database PDBI open for a PDB called PDB1.

What is the result?

Options:

A.

PDB1 opens read-only with restricted sessions enabled.

B.

PDB1 opens read-only with restricted sessions disabled.

C.

PDB1 opens read/write with restricted sessions disabled.

D.

The statement will fail because PDBs may not be opened read write when the CDB is In restricted session mode.

E.

PDBI opens read/write with restricted sessions enabled.

Question 18

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 a zero.

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

Options:

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.

Question 19

Which five actions are prerequisites for using extended data types for VARCHAR2, NVARCHAR2, and RAW columns in Oracle Database 12c? (Choose five.)

Options:

A.

Restart the database Instance in RESTRICTED mode.

B.

Run the ut132k.sql script in $ORACLE_HOME/rdbms/admin.

C.

Shut down the database instance.

D.

Restart the database instance in UPGRADE mode.

E.

Restart the instance in normal mode.

F.

Run the Database Migration Assistant.

G.

Set the MAX_STRING_SIZE parameter to EXTENDED.

Question 20

You plan to drop the column of a table that has Flashback Archiving enabled.

You want to ensure minimal service disruption.

How would you do this in your Oracle 12c Database?

Options:

A.

Disable Flashback Archiving, set the column unused, and re-enable Flashback Archiving.

B.

Disable Flashback Archiving, drop the column unused, and re-enable Flashback Archiving.

C.

Disassociate the Flashback Archive using the DBMS_FLASHBACK_ARCHIVE.DISASSOCIATE_FBA procedure, drop the column, and re-associate the Flashback Archive using the DBMS_FLASHBACK_ARCHIVE.RESASSOCIATE_FBA procedure.

D.

Drop the column using the ALTER TABLE statement.

E.

Disassociate the Flashback Archive using the DBMS_FLASHBACK_ARCHIVE.DISASSOCIATE_FBA procedure, set the column unused, and re-associate the Flashback Archive using the DBMS_FLASHBACK_ARCHIVE.RESASSOCIATE_FBA procedure.

Question 21

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? (Choose three.)

Options:

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.

Question 22

The current system change number (SCN) for a live database is 663571.

You decide to use the flashback table statement to flash back the customers table to SCN 662116.

After flashing back the customers table, you query It and decide to undo the effects of the flashback table command.

Which is the fastest way to do this?

Options:

A.

Execute another flashback table statement to restore the customers table to SCN 663571.

B.

Perform tablespace point-in-time recovery because flashback table cannot be performed on a table that has already been flashed back.

C.

Execute the RMAN recover block command by specifying the table name and SCN 663571 because fiashback table cannot be performed on a table that has already been flashed back.

D.

Perform table polnt-in-time recovery because flashback table cannot be performed on a table that has already been flashed back.

Question 23

You conned using SQL Plus to the root container of a multitenant container database (CDB) with SYSDBA privilege.

The CDB has several pluggable databases (PDBs) open in the read/write mode.

There are ongoing transactions in both the CDB and PDBs.

What happens alter issuing the SHUTDOWN TRANSACTIONAL statement?

Options:

A.

The shutdown proceeds immediately. The shutdown proceeds as soon as all transactions in the PDBs are either committed or rolled hack.

B.

The shutdown proceeds as soon as all transactions in the CDB are either committed or rolled back.

C.

The shutdown proceeds as soon as all transactions in both the CDB and PDBs are either committed or rolled back.

D.

The statement results in an error because there are open PDBs.

Question 24

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

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

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

Which two statements are true? (Choose two.)

Options:

A.

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

B.

Both the indexes are created: however, only ORD_CUSTOMER_IX2 index is visible.

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.

Question 25

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:

What does this imply?

Options:

A.

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

B.

When a database instance is started by using the SRVCTL utility and the 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.

Question 26

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.)

Options:

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

Question 27

Your database is running an ARCHIVELOG mode.

The following parameters are set in your database instance:

Which statement is true about the archived redo log files?

Options:

A.

They are created only in the location specified by the LOG_ARCHIVE_DEST_1 parameter.

B.

They are created only in the Fast Recovery Area because configuring the DB_RECOVERY_FILE_DEST and DB_RECOVERY_FILE_DEST_SIZE parameters automatically enables flashback for the database.

C.

They are created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and in the default location $ORACLE_HOME/dbs/arch.

D.

They are created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and in the location specified by the DB_RECOVERY_FILE_DEST parameter.

Question 28

Identify three benefits of Unified Auditing. (Choose three.)

Options:

A.

Decreased use of storage to store audit trail rows in the database.

B.

It improves overall auditing performance.

C.

It guarantees zero-loss auditing.

D.

The audit trail cannot be easily modified because it is read-only.

E.

It automatically audits Recovery Manager (RMAN) events.

Question 29

You created a new database using the "CREATE DATABASE" statement without specifying the "ENABLE PLUGGABLE" clause.

What are two effects of not using the "ENABLE PLUGGABLE DATABASE" clause? (Choose two.)

Options:

A.

The database is created as a non-CDB and can never contain a PDB.

B.

The database is created as a PDB and must be plugged into an existing multitenant container database (CDB).

C.

The database is created as a non-CDB and can never be plugged into a CDB.

D.

The database is created as a non-CDB but can be plugged into an existing CDB.

E.

The database is created as a non-CDB but will become a CDB whenever the first PDB is plugged in.

Question 30

You configure your database instance to support shared server connections.

Which two memory areas that are part of PGA are stored in SGA instead, for shared server connection? (Choose two.)

Options:

A.

User session data

B.

Stack space

C.

Private SQL area

D.

Location of the runtime area for DML and DDL Statements

E.

Location of a part of the runtime area for SELECT statements

Question 31

You notice a high number of waits for the db file scattered read and db file sequential read events in the recent Automatic Database Diagnostic Monitor (ADDM) report. After further investigation, you find that queries are performing too many full table scans and indexes are not being used even though the filter columns are indexed.

Identify three possible reasons for this. (Choose three.)

Options:

A.

Missing or stale histogram statistics

B.

Undersized shared pool

C.

High clustering factor for the indexes

D.

High value for the DB_FILE_MULTIBLOCK_READ_COUNT parameter

E.

Oversized buffer cache

Page: 1 / 8
Total 208 questions