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

Note! The 1z0-060 Exam is no longer available.

1z0-060 Upgrade to Oracle Database 12c Questions and Answers

Questions 4

Examine the following command:

ALTER SYSTEM SET enable_ddl_logging=FALSE;

Which statement is true?

Options:

A.

None of the data definition language (DDL) statements are logged in the trace file.

B.

Only the DDL commands that resulted in errors are logged in the alert log file.

C.

A new log.xml file that contains the DDL statements is created, and the DDL command details are removed from the alert log file.

D.

Only the DDL commands that resulted in the creation of new database files are logged in a separate diagnostic directory.

Buy Now
Questions 5

An administrator account is granted the CREATE SESSION and SET CONTAINER system privileges.

A multitenant container database (CDB) instant has the following parameter set:

THREADED_EXECUTION = FALSE

Which four statements are true about this administrator establishing connections to root in a CDB that has been opened in read-only mode? (Choose four.)

Options:

A.

You can connect as a common user by using the CONNECT statement.

B.

You can connect as a local user by using the CONNECT statement.

C.

You can connect by using easy connect.

D.

You can connect by using OS authentication.

E.

You can connect by using a Net Service name.

F.

You can connect as a local user by using the SET CONTAINER statement.

Buy Now
Questions 6

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

1z0-060 Question 6

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.

Buy Now
Questions 7

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.

Buy Now
Questions 8

You notice a performance change in your production Oracle 12c database. You want to know which change caused this performance difference.

Which method or feature should you use?

Options:

A.

Compare Period ADDM report

B.

AWR Compare Period report

C.

Active Session History (ASH) report

D.

Taking a new snapshot and comparing it with a preserved snapshot

Buy Now
Questions 9

You install a non-RAC Oracle Database. During Installation, the Oracle Universal Installer (OUI) prompts you to enter the path of the Inventory directory and also to specify an operating system group name.

Which statement is true?

Options:

A.

The ORACLE_BASE base parameter is not set.

B.

The installation is being performed by the root user.

C.

The operating system group that is specified should have the root user as its member.

D.

The operating system group that is specified must have permission to write to the inventory directory.

Buy Now
Questions 10

Your multitenant container database (CDB) contains several pluggable databases (PDBs). Users c# #A admin and B_ADMIN have only connect privileges.

You create a common role c##_role1 with common privileges create table and select any table.

You then execute these commands to grant the role to users In the root container:

SQL> GRANT c##_role1 TO c##_a_admin CONTAINER=ALL;

Then,

SQL> CONN sys/oracl««HR_PDB as sysdba

SQL> GRANT C# #_role1 TO b_admin CONTAINER=CURRENT;

Which two statements are true?

Options:

A.

C# #_A_admin can create and select any table, and grant the c##_rolei role to users in the root container.

B.

C# #_A_admin can create and select any table In the root container as well as in all current PDBs.

C.

B_admin can create and select any table, and grant the c##_role1 role to users in HR_PDB.

D.

B_admin can create and select any table in HR_PDB

E.

C# #_A_admin can create and select any table in the root container as well as in all current and future PDBs.

Buy Now
Questions 11

Examine the following impdp command to import a database over the network from a pre-12c Oracle database (source):

1z0-060 Question 11

Which three are prerequisites for successful execution of the command? (Choose three.)

Options:

A.

The import operation must be performed by a user on the target database with the DATAPUMP_IMP_FULL_DATABASE role, and the database link must connect to a user on the source database with the DATAPUMP_EXP_FULL_DATABASE role.

B.

All the user-defined tablespaces must be in read-only mode on the source database.

C.

The export dump file must be created before starting the import on the target database.

D.

The source and target databases must be running on the same platform with the same endianness.

E.

The path of data files on the target database must be the same as that on the source database.

F.

The impdp operation must be performed by the same user that performed the expdp operation.

Buy Now
Questions 12

Your database is running an ARCHIVELOG mode.

The following parameters are set in your database instance:

1z0-060 Question 12

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.

Buy Now
Questions 13

Examine this command:

SQL> exec DBMS_STATS.SET_TABLE_PREFS('SH', 'CUSTOMERS', 'PUBLISH', 'false');

Which three statements are true about the effect of this command? (Choose three.)

Options:

A.

Statistics collection is not done for the CUSTOMERS table when schema stats are gathered.

B.

Statistics collection is not done for the CUSTOMERS table when database stats are gathered.

C.

Any existing statistics for the CUSTOMERS table are still available to the optimizer at parse time.

D.

Statistics gathered on the CUSTOMERS table when schema stats are gathered are stored as pending statistics.

E.

Statistics gathered on the CUSTOMERS table when database stats are gathered are stored as pending statistics.

Buy Now
Questions 14

What is the effect of specifying the "ENABLE PLUGGABLE DATABASE" clause in a "CREATE DATABASE” statement?

Options:

A.

It will create a multitenant container database (CDB) with only the root opened.

B.

It will create a CDB with root opened and seed read only.

C.

It will create a CDB with root and seed opened and one PDB mounted.

D.

It will create a CDB that must be plugged into an existing CDB.

E.

It will create a CDB with root opened and seed mounted.

Buy Now
Questions 15

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.

Buy Now
Questions 16

You plan to migrate your database from a file system to Automatic Storage Management (ASM) on same platform.

Which two methods or commands would you use to accomplish this task? (Choose two.)

Options:

A.

RMAN CONVERT command

B.

Data Pump Export and Import

C.

Conventional Export and Import

D.

The BACKUP AS COPY DATABASE ... command of RMAN

E.

DBMS_FILE_TRANSFER with transportable tablespace

Buy Now
Questions 17

You execute the following piece of code with appropriate privileges:

1z0-060 Question 17

User SCOTT has been granted the CREATE SESSION privilege and the MGR role.

Which two statements are true when a session logged in as SCOTT queries the SAL column in the view and the table? (Choose two.)

Options:

A.

Data is redacted for the EMP.SAL column only if the SCOTT session does not have the MGR role set.

B.

Data is redacted for EMP.SAL column only if the SCOTT session has the MGR role set.

C.

Data is never redacted for the EMP_V.SAL column.

D.

Data is redacted for the EMP_V.SAL column only if the SCOTT session has the MGR role set.

E.

Data is redacted for the EMP_V.SAL column only if the SCOTT session does not have the MGR role set.

Buy Now
Questions 18

Which three activities are supported by the Data Recovery Advisor? (Choose three.)

Options:

A.

Advising on block checksum failures

B.

Advising on inaccessible control files

C.

Advising on inaccessible block change tracking files

D.

Advising on empty password files

E.

Advising on invalid block header field values

Buy Now
Questions 19

Your multitenant container database (CDB) is running in ARCHIVELOG mode. You connect to the CDB RMAN.

Examine the following command and its output:

1z0-060 Question 19

You execute the following command:

RMAN > BACKUP DATABASE PLUS ARCHIVELOG;

Which data files will be backed up?

Options:

A.

Data files that belong to only the root container

B.

Data files that belong to the root container and all the pluggable databases (PDBs)

C.

Data files that belong to only the root container and PDB$SEED

D.

Data files that belong to the root container and all the PDBs excluding PDB$SEED

Buy Now
Questions 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.

Buy Now
Questions 21

Your multitenant container database (CDB) contains two pluggable databases (PDBs). Which three tools can be used to add a new PDB to the CDB?

Options:

A.

Oracle Universal Installer (OUI)

B.

Database Configuration Assistant (DBCA)

C.

Database Upgrade Assistant (DBUA)

D.

Enterprise Manager Cloud Control

E.

SQL Developer

Buy Now
Questions 22

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

1z0-060 Question 22

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 or for maintenance?

Options:

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 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 CONTROLLER1 failure group is brought back online, and newly allocated primary allocation units (AU) are stored in the CONTROLLER2 failure group, without mirroring.

Buy Now
Questions 23

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

Options:

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.

Buy Now
Questions 24

Your multitenant container database (CDB) is running in archivelog mode. Fxamlne this command and its output:

1z0-060 Question 24

You issue this command in RMAN:

RMAN>BACKUP PLUGGABLE DATABASE "CDBSROOT", pdb2_l;

What is the outcome?

Options:

A.

The backup succeeds and all the data files belonging to both the root container and pdb2_i are backed up.

B.

The backup falls because the root container cannot be backed up with pdb2_i.

C.

The backup succeeds, but only the system and sysaux tablespaces in the root container are backed up along with all the data files in pdb2_i.

D.

The backup fails because pdb2_1 should be placed in the mount stage.

Buy Now
Questions 25

You want to capture column group usage and gather extended statistics for better cardinality estimates for the CUSTOMERS table in the SH schema.

Examine the following steps:

1. Issue the SELECT DBMS_STATS.CREATE_EXTENDED_STATS (‘SH’, ‘CUSTOMERS’) FROM dual statement.

2. Execute the DBMS_STATS.SEED_COL_USAGE (null, ‘SH’, 500) procedure.

3. Execute the required queries on the CUSTOMERS table.

4. Issue the SELECT DBMS_STATS.REPORT_COL_USAGE (‘SH’, ‘CUSTOMERS’) FROM dual statement.

Identify the correct sequence of steps.

Options:

A.

3, 2, 1, 4

B.

2, 3, 4, 1

C.

4, 1, 3, 2

D.

3, 2, 4, 1

Buy Now
Questions 26

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

1z0-060 Question 26

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.

Buy Now
Questions 27

Which two statements are true about Oracle Data Pump export and import operations? (Choose two.)

Options:

A.

You can detach from a Data Pump export job and reattach later.

B.

Data Pump uses parallel execution server processes to implement parallel import.

C.

Data pump import requires an import file to be in a directory owned by the oracle owner.

D.

Data Pump always automatically uses the direct path method for loading and unloading all types of data.

E.

You can detach from a data pump import job and reattach later.

Buy Now
Questions 28

Which two statements are true when row archival management is enabled? (Choose two.)

Options:

A.

The ORA_ARCHIVE_STATE column visibility is controlled by the ROW ARCHIVAL VISIBILITY session parameter.

B.

The ORA_ARCHIVE_STATE column is updated manually or by a program that could reference activity tracking columns, to indicate that a row is no longer considered active.

C.

The ROW ARCHIVAL VISIBILITY session parameter defaults to active rows only.

D.

The ORA_ARCHIVE_STATE column is visible if referenced in the select list of a query.

E.

The ORA_ARCHIVE_STATE column is updated automatically by the Oracle Server based on activity tracking columns, to Indicate that a row is no longer considered active.

Buy Now
Questions 29

In order to exploit some new storage tiers that have been provisioned by a storage administrator, the partitions of a large heap table must be moved to other tablespaces in your Oracle 12c database?

Both local and global partitioned B-tree Indexes are defined on the table.

A high volume of transactions access the table during the day and a medium volume of transactions access it at night and during weekends.

Minimal disruption to availability is required.

Which three statements are true about this requirement? (Choose three.)

Options:

A.

The partitions can be moved online to new tablespaces.

B.

Global indexes must be rebuilt manually after moving the partitions.

C.

The partitions can be compressed in the same tablespaces.

D.

The partitions can be compressed in the new tablespaces.

E.

Local indexes must be rebuilt manually after moving the partitions.

Buy Now
Questions 30

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

Buy Now
Questions 31

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

Options:

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.

Buy Now
Exam Code: 1z0-060
Exam Name: Upgrade to Oracle Database 12c
Last Update: Nov 27, 2023
Questions: 208
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 27 Apr 2024