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

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

1z0-063 Oracle Database 12c: Advanced Administration Questions and Answers

Questions 4

Your database supports an OLTP workload. Examine the output of the query:

1z0-063 Question 4

To ensure faster instance recovery, you set the FAST_START_MTTR_TARGET initialization parameter to 30.

What is the effect of this setting on the database?

Options:

A.

Automatic checkpoint tuning is disabled.

B.

The frequency of log switches is increased.

C.

The overhead on database performance is increased because of frequent writes to disk.

D.

The MTTR advisor is disabled.

Buy Now
Questions 5

The following parameters are set for your Oracle 12c database instance:

OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES=FALSE OPTIMIZER_USE_SQL_PLAN_BASELINES=TRUE

You want to manage the SQL plan evolution task manually. Examine the following steps:

1. Set the evolve task parameters.

2. Create the evolve task by using the DBMS_SPM.CREATE_EVOVLE_TASK function.

3. Implement the recommendations in the task by using the DBMS_SPM.IMPLEMENT_EVOLVE_TASK function.

4. Execute the evolve task by using the DBMS_SPM.EXECUTE_EVOLVE_TASK function.

5. Report the task outcome by using the DBMS_SPM.REPORT_EVOLVE_TASK function.

Identify the correct sequence of steps.

Options:

A.

2, 4, 5

B.

2, 1, 4, 3, 5

C.

1, 2, 3, 4, 5

D.

1, 2, 4, 5

Buy Now
Questions 6

Examine this parameter in a database's PFILE:

DB_CREATE_FILE_DEST = '/u01/app/oracle/oradata/'

You execute this command:

1z0-063 Question 6

Which three are true after successful database creation? (Choose three.)

Options:

A.

Local Undo is enabled.

B.

The files created for both the root and seed databases use Oracle Managed Files (OMF).

C.

PDB$SEED is open read-only.

D.

PDB$SEED is mounted.

E.

USERS will be the default tablespace for PDB$SEED.

F.

CDB$ROOT is open read/write.

Buy Now
Questions 7

You plan to duplicate the multitenant container database (CDB) cdb1 that contains the pluggable database (PDB) SALES:

1z0-063 Question 7

Which two statements are true? (Choose two.)

Options:

A.

The root and seed databases are included in the duplication.

B.

Only the SALES PDB is duplicated as the non-CDB CDBDUP.

C.

A backup of the SALES PDB must exist before the execution of the command.

D.

An auxiliary instance must have been started with the initialization parameter ENABLE_PLUGGABLE_DATABASE set to TRUE.

E.

RMAN must be connected to a recovery catalog for the execution of the command.

Buy Now
Questions 8

Examine the list of possible steps to transport a tablespace across platforms that have the same compatibility level, character sets, and endian format:

1. Make the tablespace read-only at the source database.

2. Export metadata from the source database.

3. Import metadata into the target database.

4. Transfer the dump file and data files to the target machine.

5. Convert data files by using Recovery Manager (RMAN).

6. Make the tablespace read-write at the target database.

Identify the required steps in the correct order.

Options:

A.

2, 4, and 3

B.

2, 4, 3, and 5

C.

1, 5, 2, 4, 3, and 6

D.

1, 2, 4, 3, and 6

Buy Now
Questions 9

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

Which type of lock would this scenario lead to?

Options:

A.

Exclusive table-level lock on the EMPLOYEES table

B.

Row-exclusive lock on the row being updated

C.

Null lock on the EMPLOYEES table

D.

Null lock on the row being updated

Buy Now
Questions 10

You want to create a guaranteed restore point for your databases by executing the command:

SQL> CREATE RESTORE POINT dbrsp1 GUARANTEE FLASHBACK DATABASE;

Identify two prerequisites for the successful execution of this command. (Choose two.)

Options:

A.

A database backup must be taken.

B.

Fast Recovery Area must be enabled.

C.

Undo retention guarantee must be enabled

D.

The recyclebin must be enabled for the database.

E.

Flashback Database must be enabled.

F.

The database must be running in ARCHIVELOG mode.

Buy Now
Questions 11

Which two statements are true about RMAN duplexed backups? (Choose two.)

Options:

A.

It is only supported for backups to tape via the media management interface.

B.

It is not supported for image copies.

C.

For performing duplexed backups, the parallelism for the device must be set equal to the number of copies.

D.

Duplex backups can be performed on either disk or media, but cannot be performed on media and disk simultaneously.

E.

Duplex backups can contain only data files and control files.

Buy Now
Questions 12

Your multitenant container database (CDB) CDB1 that is running in ARCHIVELOG mode contains two pluggable databases (PDBs), PDB2_1 and PDB2_2, both of which are open. RMAN is connected to the target pluggable database PDB2_1.

RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;

Which statement is true about the execution of this command to back up the database?

Options:

A.

All data files belonging to PDB2_1 are backed up and all archive log files are deleted.

B.

All data files belonging to PDB2_1 are backed up along with the archive log files.

C.

Only the data files belonging to pdb2_1 are backed up.

D.

This command gives an error because archive log files can be backed up only when RMAN is connected to the root container database.

Buy Now
Questions 13

You want to migrate your Oracle 11g database as a pluggable database (PDB) in a multitenant container database (CDB).

Examine the steps required to perform the migration:

1. Use Data Pump export to perform a full transportable export on the source database with the export parameter VERSION=12.

2. Place all tablespaces in read-only mode on the source database.

3. Upgrade the source database to Oracle Database 12c.

4. Copy the dump file and data files to the desired location in the target database.

5. Create a new PDB in the target CDB.

6. Synchronize the PDB on the target CDB.

7. Use Data Pump import on the new PDB by using the full transportable import options.

Identify the required steps in the correct order.

Options:

A.

1, 5, 4, 7, and 6

B.

3, 2, 5, 1, 4, and 7

C.

2, 5, 1, 4, 7, and 6

D.

2, 1, 3, 5, 7, and 6

Buy Now
Questions 14

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

Options:

A.

Creating and dropping tables in the datafile being moved

B.

Performing file shrink of the data file being moved

C.

Querying tables in the datafile being moved

D.

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

E.

Flashing back the database

F.

Executing DML statements on objects stored in the datafile being moved

Buy Now
Questions 15

Which two result in an inconsistent backup? (Choose two.)

Options:

A.

an RMAN backup taken for an open database in ARCHIVELOG mode

B.

a differential incremental backup

C.

a backup taken immediately after a SHUTDOWN ABORT command

D.

a user-managed backup taken for a closed database in NOARCHIVELOG mode

E.

an RMAN full backup taken for a database in NOARCHIVELOG mode

Buy Now
Questions 16

You install "Oracle Grid Infrastructure for a standalone server" on a host on which the orcl1 and orcl2 databases both have their instances running.

Which two statements are true? (Choose two.)

Options:

A.

Both orcl1 and orcl2 are automatically added to the Oracle Restart configuration.

B.

All database listeners running from the database home are automatically added to the Oracle Restart configuration.

C.

The srvct1 add database command must be used to add orcl1 and orcl2 to the Oracle Restart configuration.

D.

The crsct1 start has command must be used to start software services for Oracle Automatic Storage Management (ASM) after the "Oracle Grid Infrastructure for a standalone server" installation is complete.

E.

All databases subsequently created by using the Database Configuration Assistant (DBCA) are automatically added to the Oracle Restart configuration.

Buy Now
Questions 17

One of your databases supports a data warehousing workload and is in NOARCHIVELOG mode. You perform RMAN level 0 backup on Sundays and level 1 incremental backups on other days.

One data file is corrupt and the current online redo log is missing due to media failure.

Which four actions must you take for recovery? (Choose four.)

Options:

A.

Restore the missing data file.

B.

Recover the database by using RECOVER DATABASE NOREDO;

C.

Recover the database by using RECOVER DATABASE;

D.

Restore the control file.

E.

Open the database by using the RESETLOGS option.

F.

Recover the corrupt file by using RECOVER DATAFILE.

G.

Restore all data files.

Buy Now
Questions 18

Examine the steps to configure Oracle Secure Backup (OSB) for use with RMAN:

1. Create media families for data files and archived redo log files.

2. Configure database backup storage selectors or RMAN media management parameters.

3. Create an OSB user preauthorized for RMAN operations.

4. Configure RMAN Access to the OSB SBT.

5. Disable Non-Uniform Memory Access (NUMA) awareness by setting the ob_ignore_numa parameter to 0.

Identify the steps in the correct order.

Options:

A.

1, 4, 3, 2, 5

B.

1, 3, 4, 5, 2

C.

4, 3, 1, 2, 5

D.

4, 3, 5, 1, 2

Buy Now
Questions 19

For which three pieces of information can you use the RMAN LIST command? (Choose three.)

Options:

A.

stored scripts in the recovery catalog

B.

available archived redo log files

C.

backup sets and image copies that are obsolete

D.

backups of tablespaces

E.

backups that are marked obsolete according to the current retention policy

Buy Now
Questions 20

One of your multitenant container databases (CDB) contains multiple pluggable databases (PDBs). You connect to CDB$ROOT as SYS and execute these commands successfully:

SQL> CREATE USER C##ADMIN IDENTIFIED BY orcl123;

SQL> CREATE ROLE C##CONNECT;

SQL> GRANT CREATE SESSION, CREATE TABLE, SELECT ANY TABLE TO C##CONNECT;

SQL> GRANT C##CONNECT to C##ADMIN CONTAINER=ALL;

Which three are true? (Choose three.)

Options:

A.

The C##CONNECT role can be granted different roles and privileges in each PDB.

B.

C##ADMIN has the orcl123 password in all PDBs.

C.

The C##CONNECT role is granted to the C##ADMIN user in all PDBs.

D.

CREATE SESSION is granted to the C##ADMIN user in all PDBs.

E.

The C##CONNECT role is a local role defined only in CDB$ROOT.

Buy Now
Questions 21

You want to duplicate one of your databases when connected to the target database and to the recovery catalog.

Which three are true about this type of database duplication? (Choose three.)

Options:

A.

The duplication process can create backup sets or image copies.

B.

The target database must be open.

C.

The duplication process pushes image copies to the auxiliary instance.

D.

The duplication process can use existing backup sets or image copies.

E.

The duplication process pushes backup sets to the auxiliary instance.

F.

The target database must be in mount state.

Buy Now
Questions 22

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?

Options:

A.

DEALLOCATE UNUSED

B.

SHRINK SPACE CASCADE

C.

SHRINK SPACE COMPACT

D.

ROW STORE COMPRESS BASIC

Buy Now
Questions 23

Your multitenant container database (CDB) CDB1, has no startup triggers and contains multiple pluggable databases (PDBs).

It was started up by using the command which executed successfully with no errors:

SQL> STARTUP MOUNT

Which two statements are true? (Choose two.)

Options:

A.

All redo logs are opened.

B.

All control files are opened.

C.

All tempfiles are opened.

D.

CDB$ROOT is opened.

E.

The SPFILE is opened.

Buy Now
Questions 24

Which two statements are true about recovering logically corrupted tables or table partitions from an RMAN backup? (Choose two.)

Options:

A.

Tables or table partitions can be recovered by using an auxiliary instance only.

B.

Tables or table partitions with a foreign key cannot be recovered.

C.

Tables or table partitions can be recovered only when the database is in MOUNT state.

D.

Tables or table partitions from the SYSTEM and SYSAUX tablespaces cannot be recovered.

E.

Tables with NOT NULL constraints cannot be recovered.

Buy Now
Questions 25

Which two are benefits of unified auditing in full mode? (Choose two.)

Options:

A.

The audit trail is in a single format.

B.

All audit data is written to both the traditional locations and to the unified location.

C.

The audit trail is read-only.

D.

Pre 12c audit data is written to the traditional locations and new 12c audit data is written to the unified location.

E.

The audit trail uses less space.

Buy Now
Questions 26

You notice performance degradation in your production Oracle 12c database. You want to know what caused this performance difference.

Which method or feature should you use?

Options:

A.

Database Replay

B.

Automatic Database Diagnostic Monitor (ADDM) Compare Period report

C.

Active Session History (ASH) report

D.

SQL Performance Analyzer

Buy Now
Questions 27

Because of logical corruption of data in a table, you want to recover the table from an RMAN backup to a specified point in time.

Examine the steps to recover this table from an RMAN backup:

1. Determine which backup contains the table that needs to be recovered.

2. Issue the RECOVER TABLE RMAN command with an auxiliary destination defined and the point in time specified.

3. Import the Data Pump export dump file into the auxiliary instance.

4. Create a Data Pump export dump file that contains the recovered table on a target database.

Identify the required steps in the correct order.

Options:

A.

1, 4, 3

B.

1, 2

C.

1, 4, 3, 2

D.

1, 2, 4

Buy Now
Questions 28

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

SQL> SELECT NUMBER_VALUE FROM REDACTION_VALUES_FOR_TYPE_FULL; NUMBER_VALUE

-------------------------

0

SQL> EXEC DBMS_REDACT.UPDATE_FULL_REDACTI0N_VALUES(-1)

PL/SQL procedure successfully completed.

SQL> select number_value from redaction_values_for_type_full;

NUMBER VALUE

------------------------

-1

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.

Buy Now
Questions 29

You use RMAN with a recovery catalog to back up your database. The backups and the archived redo log files are backed up to media daily. Because of a media failure, the entire database along with the recovery catalog database is lost.

Examine the steps required to recover the database:

1. Restore an autobackup of the server parameter file.

2. Restore the control file.

3. Start up the database instance in NOMOUNT state.

4. Mount the database.

5. Restore the data files.

6. Open the database with the RESETLOGS option.

7. Recover the data files.

8. Set DBID for the database.

Identify the required steps in the correct order.

Options:

A.

1, 8, 3, 2, 4, 5, 7, 6

B.

8, 1, 3, 2, 4, 5, 7, 6

C.

1, 3, 2, 4, 8, 5, 6, 7

D.

8, 3, 2, 4, 5, 7, 6

E.

8, 1, 3, 2, 4, 5, 6

Buy Now
Questions 30

You are administering a multitenant container database (CDB) that contains multiple pluggable databases (PDBs). RMAN is connected to CDB$ROOT.

Examine the command:

RMAN> LIST FAILURE;

Which statement is true about this command?

Options:

A.

It lists failures only for the CDB root database.

B.

It lists failures for a PDB only when RMAN is connected to a recovery catalog.

C.

It lists failures for the CDB and all the PDBs in this CDB.

D.

It lists failures only if RMAN is connected to a PDB.

Buy Now
Questions 31

You are administering a multitenant container database (CDB) CDB1 that is running in ARCHIVELOG mode and contains pluggable databases (PDBs), PDB_1 and PDB_2.

While opening PDB_1, you get an error:

SQL> alter pluggable database pdb_1 open;

ORA-01157: cannot identify/lock data file 11 - see DBWR trace file

ORA-01110: data file 11: '/u01/app/oracle/oradata/cdb1/pdb_1/example01.dbf'

To repair the failure, you open an RMAN session for the target database CDB$ROOT. You execute the following as the first command:

RMAN> REPAIR FAILURE;

Which statement describes the consequence of the command?

Options:

A.

The command performs the recovery and closes the failure.

B.

The command produces an error because RMAN is not connected to the target database PDB_1.

C.

The command produces an error because the ADVISE FAILURE command was not executed before the REPAIR FAILURE command.

D.

The command executes successfully, performs recovery, and opens PDB_1.

Buy Now
Questions 32

RMAN is connected to the target database PROD1 and an auxiliary instance in NOMOUNT state. Examine the command to create a duplicate database:

1z0-063 Question 32

Which two statements are true about the execution of the DUPLICATE command? (Choose two.)

Options:

A.

All archive redo log files are automatically copied to the duplicate database.

B.

The duplicate database has the same directory structure as the source database.

C.

The duplicate database is created by using the backups created during the execution of the DUPLICATE command.

D.

The password file and SPFILE for the duplicate database DUP1 are created in their respective default locations.

E.

The duplicate database is created without using RMAN backups and PROD1 is allowed to remain open during duplication.

Buy Now
Questions 33

You plan to upgrade a production database running in NOARCHIVELOG mode that has no Fast Recovery Area configured.

The upgrade must be reversable within as quickly as possible with the smallest overhead.

Which three steps must you perform before you start the upgrade? (Choose three.)

Options:

A.

Configure a flashback retention target and the Fast Recovery Area.

B.

Configure the Fast Recovery Area.

C.

Configure the database in ARCHIVELOG mode.

D.

Create a normal restore point.

E.

Take a database backup.

F.

Create a guaranteed restore point.

Buy Now
Questions 34

On your Oracle 12c database, you invoke SQL*Loader to load data into the employees table in the hr schema by issuing the command:

S>sqlldrhr/hr@pdb table=employees

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

Options:

A.

It succeeds with default settings if the employees table exists in the hr schema.

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.

E.

It succeeds and creates the employees table in the HR schema.

Buy Now
Questions 35

Which three statements correctly describe the relationship amongst jobs, programs, and schedules within the Oracle Job Scheduler? (Choose three.)

Options:

A.

A job is specified as part of a program definition.

B.

A program can be used in the definition of multiple jobs.

C.

A program and job can be specified as part of a schedule definition.

D.

A program and schedule can be specified as part of a job definition.

E.

A program and window can be specified as part of a job definition.

Buy Now
Questions 36

A database is running in ARCHIVELOG mode. You want to back up a 10 TB data file belonging to the users tablespace. The backup of the data file is too slow.

What type of backup do you recommend to improve the performance of the backup?

Options:

A.

image copy backup by using RMAN

B.

multisection image copy backup by using RMAN

C.

multisection parallel backup by using RMAN

D.

cold backup after taking the tablespace offline

E.

cold backup after placing the tablespace in backup mode

Buy Now
Questions 37

You want to back up a database such that only formatted blocks are backed up. Which statement is true about this backup operation?

Options:

A.

The backup must be performed in MOUNT state.

B.

The tablespace must be taken offline.

C.

All files must be backed up as backup sets.

D.

The database must be backed up as an image copy.

Buy Now
Questions 38

Which two are true about Oracle Secure Backup (OSB)? (Choose two.)

Options:

A.

It can be used to take proxy copies to tape.

B.

It can be used to take image copy backups to tape.

C.

It can be used to manage tape backup and restore operations for files.

D.

RMAN can backup up databases to OSB without requiring media manager channel parameters.

E.

It can be used to manage tape backup and restore operations for files systems.

Buy Now
Questions 39

Which three statements are true about automated maintenance tasks? (Choose three.)

Options:

A.

Predefined maintenance tasks consist of automatic optimizer statistics collection, running Automatic Segment Advisor, and running Automatic SQL Tuning Advisor.

B.

A repository is maintained in the SYSTEM tablespace to store the history of execution of all tasks.

C.

They run at predefined time intervals that are intended to occur during a period of low system loads.

D.

An Oracle Scheduler job is created for each maintenance tasks that is scheduled to run in a maintenance window.

E.

A maintenance window is automatically extended until all the maintenance tasks defined are completed.

Buy Now
Questions 40

Which parameter must be set to which value to implement automatic PGA memory management?

Options:

A.

Set memory_target to zero.

B.

Set STATISTICS_LEVEL to BASIC.

C.

Set pga_aggregate_target to a nonzero value.

D.

Set pga_aggregate_target and sga_target to the same value.

E.

Set sgajtarget to zero.

Buy Now
Questions 41

In your database, the tbs percent used parameter is set to 60 and the tbs percent free parameter is set to 20.

Which two storage-tiering actions might be automated when using Information Lifecycle Management (ILM) to automate data movement? (Choose two.)

Options:

A.

The movement of all segments to a target tablespace with a higher degree of compression, on a different storage tier, when the source tablespace exceeds tbs percent used

B.

Setting the target tablespace to read-only after the segments are moved

C.

The movement of some segments to a target tablespace with a higher degree of compression, on a different storage tier, when the source tablespace exceeds T3S percent used

D.

Taking the target tablespace offline after the segments are moved

E.

The movement of some blocks to a target tablespace with a lower degree of compression, on a different storage tier, when the source tablespace exceeds tbs percent used

Buy Now
Exam Code: 1z0-063
Exam Name: Oracle Database 12c: Advanced Administration
Last Update: Nov 27, 2023
Questions: 276
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 29 Apr 2024