Summer Sale - Special Discounts Limited Time 55% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 63r59951

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

1z0-062 Oracle Database 12c: Installation and Administration Questions and Answers

Questions 4

What is the effect of setting the STATISTICS_LEVEL initialization parameter to BASIC?

Options:

A.

Optimizer statistics are collected automatically.

B.

Only timed operating system (OS) statistics and plan execution statistics are collected.

C.

Automatic Workload Repository (AWR) snapshots are not generated automatically.

D.

The Oracle server dynamically generates the necessary object-level statistics on tables as part of query optimization.

Buy Now
Questions 5

Which three statements are true about checkpointing? (Choose three.)

Options:

A.

It prompts the Checkpoint (CKPT) process to write data to the data files and redo information to the online redo log files.

B.

It ensures that all dirty buffers are written to data files during consistent shutdown.

C.

It reduces the time required for recovery in case of an instance failure.

D.

Frequent thread checkpoints can degrade database performance.

E.

It prompts the Database Writer (DBWn) process to write checkpoint information into data file headers and the control file.

Buy Now
Questions 6

Your database is configured for ARCHIVELOG mode, and a daily full database backup is taken. RMAN is configured to perform control file autobackup.

In which three scenarios do you need media recovery? (Choose three.)

Options:

A.

loss of all the copies of the control file

B.

loss of all the inactive online redo log group members

C.

loss of a data file that belongs to the active undo tablespace

D.

loss of data files that belong to the SYSTEM tablespace

E.

logical corruption of data that is caused by a wrong transaction

F.

abnormal termination of the database instance

Buy Now
Questions 7

You want to create a database and you have the following:

- Oracle Grid Infrastructure is installed and configured.

- Oracle Database Vault is installed in ORACLE_HOME to be used for this database.

- Oracle Enterprise Manager Cloud Control is available and an agent is deployed on the database server.

Examine the requirements:

1. configuring the database instance to support shared server mode

2. using Automatic Storage Management (ASM) for storing database files.

3. configuring a naming method to help a remote user connect to a database instance

4. configuring the Fast Recovery Area

5. configuring Database Vault

6. configuring Enterprise Manager (EM) Database Express

7. registering with EM Cloud Control

8. configuring remote log archive destinations

9. enabling daily incremental backups

10. configuring a nondefault block size for nondefault block size tablespaces

Which of these requirements can be met while creating a database by using the Database Configuration Assistant (DBCA)?

Options:

A.

1, 2, 4, 5, 7, 8, 9 and 10

B.

1, 2, 4, 5, 6 and 7

C.

1, 2, 3, 8, 9 and 10

D.

1, 2, 3, 4, 6, 8, 9 and 10

E.

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

Buy Now
Questions 8

You want to create a table, DAILY_ORDERS, for an OLTP application, where data should be compressed during both direct-path INSERT and conventional DML. The table will also be used for queries.

Which compression option should be used?

Options:

A.

ROW STORE COMPRESS

B.

COLUMN STORE COMPRESS FOR QUERY

C.

COLUMN STORE COMPRESS FOR ARCHIVE LOW

D.

ROW STORE COMPRESS ADVANCED

Buy Now
Questions 9

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

Options:

A.

You cannot specify how partitioned tables should be handled during an import operation.

B.

Only data can be compressed during an export operation.

C.

Existing dump files can be overwritten during an export operation.

D.

Tables cannot be renamed during an import operation.

E.

Metadata that is exported and imported can be filtered based on objects and object types.

Buy Now
Questions 10

What is the outcome of the SHUTDOWN ABORT command?

Options:

A.

Pending transactions are committed and the database is closed.

B.

Dirty buffers in the buffer cache and unwritten redo are not written to the data files and redo log files respectively.

C.

Uncommitted transactions are rolled back

D.

Instance recovery must be requested by the DBA at the next startup

Buy Now
Questions 11

Which statement is true about unified auditing?

Options:

A.

The unified audit trail, by default, resides in a read-only table in the AUDSYS schema in the SYSAUX tablespace.

B.

Only the CREATE, ALTER, and DROP statements are audited for all users, including SYS.

C.

Unified auditing is enabled only if the AUDIT_TRAIL parameter is set to NONE.

D.

The unified audit trail contains audit records only from unified audit policies and AUDIT settings.

Buy Now
Questions 12

Which two statements are true about a server parameter file (SPFILE)? (Choose two.)

Options:

A.

An SPFILE can be created from a PFILE or from memory.

B.

A PFILE can be used to start up a database instance even if an SPFILE exists.

C.

An SPFILE must reside in the ORACLE_HOME/dbs directory.

D.

An SPFILE can be created only before a database instance is started.

E.

An SPFILE contains only those dynamic parameters that can be changed without having to restart the database instance.

Buy Now
Questions 13

Which four statements are true about the components of the Oracle Scheduler? (Choose four.)

Options:

A.

A schedule can be specified to a single job only.

B.

A scheduler job can point to a chain instead of pointing to a single program object.

C.

A job may get started automatically when a window opens.

D.

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

E.

A job is specified as part of a program specification.

F.

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

G.

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

Buy Now
Questions 14

As part of a manual upgrade of your database to Oracle Database 12c, you plan to issue the command:

SQL> STARTUP UPGRADE

Which three statements are true about the upgrade process? (Choose three.)

Options:

A.

All system triggers are disabled during the upgrade process.

B.

Only queries on fixed views execute without errors until you run the catctl.pl script.

C.

The COMPATIBLE parameter must be set to at least 12.1.0 before issuing the command.

D.

All job queues remain active during the upgrade process.

E.

Only connections AS SYSDBA are allowed during the upgrade process.

Buy Now
Questions 15

Which two categories of segments are analyzed by the Automatic Segment Advisor? (Choose two.)

Options:

A.

segments in tablespaces that have exceeded a critical or warning space threshold

B.

segments that have the highest growth rate in a database

C.

segments that are sparsely populated and have more than 10% of free space below the high water mark.

D.

segments that have unusable indexes

E.

segments for tables created using ADVANCED ROW COMPRESSION

Buy Now
Questions 16

Which two can be recommendations given by SQL Access Advisor? (Choose two.)

Options:

A.

creation of SQL plan baselines

B.

creation of SQL profiles

C.

creation of materialized views

D.

creation of indexes

E.

rewriting of SQL statements

Buy Now
Questions 17

What is pre-requisite to alter a role?

Options:

A.

You should be granted the DBA role.

B.

You should set the OS_ROLES parameter to true.

C.

You should be granted the role with the GRANT OPTION.

D.

You should have the ALTER ANY ROLE system privilege.

Buy Now
Questions 18

Your production database PROD uses file system storage. You want to migrate storage including the Fast Recovery Area for the PROD database to Oracle Automatic Storage Management (ASM) by using RMAN. You back up the entire database.

What should the next step be in this migration process?

Options:

A.

enabling row movement for the database

B.

disabling Oracle Flashback Database if enabled

C.

opening the database in exclusive mode

D.

placing all tablespaces in read-only mode

Buy Now
Questions 19

Tape streaming is not happening while performing RMAN tape backup. On investigation, you find that it is not because of the incremental backup or the empty file backup and that RMAN is sending data blocks to tape drive fast enough.

What could be a solution to make streaming happen during the backup?

Options:

A.

Configure backup optimization

B.

Configure the channel to increase MAXOPENFILES

C.

Configure the channel to increase the capacity with the RATE parameter

D.

Configure the channel to adjust the tape buffer size with the BLKSIZE option

Buy Now
Questions 20

Examine the details of the uncompressed, non-partitioned heap table CITIES.

1z0-062 Question 20

Examine the command:

SQL> ALTER TABLE cities SHRINK SPACE COMPACT;

What must you do before executing it?

Options:

A.

Ensure free space that is approximately equal to the space used by the table should be available.

B.

Ensure there are no pending transactions on the table.

C.

Enable row movement is enabled.

D.

Disable all indexes on the table.

Buy Now
Questions 21

The HR schema exists in two databases, BOSTON and DENVER, and has the same password, HR.

You have the CREATE DATABASE LINK and CREATE SESSION privileges on both the database.

BOSTON is defined as a service name in the tnsnames.ora of both the databases.

You plan to use the command:

CREATE DATABASE LINK hr_link CONNECT to hr IDENTIFIED BY hr USING 'denver';

What must be done to ensure only the HR user in the BOSTON database can access the HR schema in the DENVER database?

Options:

A.

Execute this command as HR user in the BOSTON database and SYS user in the DENVER database.

B.

Execute this command as SYS user in both the databases.

C.

Execute this command as HR user in the DENVER database.

D.

Execute this command as HR user in the BOSTON database.

Buy Now
Questions 22

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?

Options:

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.

Buy Now
Questions 23

You execute the commands:

1z0-062 Question 23

Which two statements are true? (Choose two.)

Options:

A.

The create user command fails if any role with the name Sidney exists in the database.

B.

The user Sidney can connect to the database instance but cannot perform sort operations because no space quota is specified for the temp tablespace.

C.

The user Sidney is created but cannot connect to the database instance because no profile is default.

D.

The user Sidney can connect to the database instance but requires relevant privileges to create objects in the users tablespace.

E.

The user Sidney is created and authenticated by the operating system.

Buy Now
Questions 24

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

Options:

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.

Buy Now
Questions 25

You notice a performance change in your production Oracle database and you want to know which change has made this performance difference.

You generate the Compare Period Automatic Database Diagnostic Monitor (ADDM) report to further investigation.

Which three findings would you get from the report? (Choose three.)

Options:

A.

It detects any configuration change that caused a performance difference in both time periods.

B.

It identifies any workload change that caused a performance difference in both time periods.

C.

It detects the top wait events causing performance degradation.

D.

It shows the resource usage for CPU, memory, and I/O in both time periods.

E.

It shows the difference in the size of memory pools in both time periods.

F.

It gives information about statistics collection in both time periods.

Buy Now
Questions 26

Examine the structure of the SALES table, which is stored in a locally managed tablespace with Automatic Segment Space Management (ASSM) enabled.

1z0-062 Question 26

You want to perform online segment shrink to reclaim fragmented free space below the high water mark.

What should you ensure before the start of the operation?

Options:

A.

Row movement is enabled.

B.

Referential integrity constraints for the table are disabled.

C.

No queries are running on this table.

D.

Extra disk space equivalent to the size of the segment is available in the tablespace.

E.

No pending transaction exists on the table.

Buy Now
Questions 27

What happens if a maintenance window closes before a job that collects optimizer statistics completes?

Options:

A.

The job is terminated and the gathered statistics are not saved.

B.

The job is terminated but the gathered statistics are not published.

C.

The job continues to run until all statistics are gathered.

D.

The job is terminated and statistics for the remaining objects are collected the next time the maintenance window opens.

Buy Now
Questions 28

You executed this command to create a password file:

$ orapwd file = orapworcl entries = 10 ignorecase = N

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

Options:

A.

It will permit the use of uppercase passwords for database users who have been granted the SYSOPER role.

B.

It contains username and passwords of database users who are members of the OSOPER operating system group.

C.

It contains usernames and passwords of database users who are members of the OSDBA operating system group.

D.

It will permit the use of lowercase passwords for database users who have granted the SYSDBA role.

E.

It will not permit the use of mixed case passwords for the database users who have been granted the SYSDBA role.

Buy Now
Questions 29

Examine the following parameters for a database instance:

MEMORY_MAX_TARGET=0

MEMORY_TARGET=0

SGA_TARGET=0

PGA_AGGREGATE_TARGET=500m

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_SZIE

F.

DB_KEEP_CACHE_SIZE

Buy Now
Questions 30

You are planning the creation of a new multitenant container database (CDB) and want to store the ROOT and SEED container data files in separate directories.

You plan to create the database using SQL statements.

Which three techniques can you use to achieve this? (Choose three.)

Options:

A.

Use Oracle Managed Files (OMF).

B.

Specify the SEED FILE_NAME_CONVERT clause.

C.

Specify the PDB_FILE_NAME_CONVERT initialization parameter.

D.

Specify the DB_FILE_NAMECONVERT initialization parameter.

E.

Specify all files in the CREATE DATABASE statement without using Oracle managed Files (OMF).

Buy Now
Questions 31

A database is open READ WRITE and the instance has multiple sessions some of which have active

transactions.

You execute this command:

SQL> ALTER SYSTEM ENABLE RESTRICTED SESSION;

Which three are true about the active transactions? (Choose three.)

Options:

A.

They may issue COMMIT OR ROLLBACK statements

B.

They are suspended and unable to issue any statements

C.

They may continue to issue DML statements

D.

They are rolled back automatically

E.

They may continue to issue queries

F.

They are terminated immediately

Buy Now
Questions 32

You are required to migrate your 11.2.0.3 database as a pluggable database (PDB) to a multitenant container database (CDB).

The following are the possible steps to accomplish this task:

1. Place all the user-defined tablespace in read-only mode on the source database.

2. Upgrade the source database to a 12c version.

3. Create a new PDB in the target container database.

4. Perform a full transportable export on the source database with the VERSION parameter set to 12 using the expdp utility.

5. Copy the associated data files and export the dump file to the desired location in the target database.

6. Invoke the Data Pump import utility on the new PDB database as a user with the DATAPUMP_IMP_FULL_DATABASE role and specify the full transportable import options.

7. Synchronize the PDB on the target container database by using the DBMS_PDS.SYNC_ODB function.

Identify the correct order of the required steps.

Options:

A.

2, 1, 3, 4, 5, 6

B.

1, 3, 4, 5, 6, 7

C.

1, 4, 3, 5, 6, 7

D.

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

E.

1, 5, 6, 4, 3, 2

Buy Now
Questions 33

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

1z0-062 Question 33

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?

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 34

Which statement is true regarding the startup of a database instance?

Options:

A.

The instance does not start up normally and requires manual media recovery after a shutdown using the ABORT option.

B.

Uncommitted transactions are rolled back during the startup of the database instance after a shutdown using the immediate option.

C.

There is no difference in the underlying mechanics of the startup whether the database is shut down by using the IMMEDIATE option or the ABORT option.

D.

Media recovery is required when the database is shut down by using either the IMMEDIATE option or the ABORT option.

E.

Instance recovery is not required if the database instance was shut down by using SHUTDOWN IMMEDIATE.

Buy Now
Questions 35

Your database is open and the LISTENER listener running. You stopped the wrong listener LISTENER by issuing the following command:

1snrctl > STOP

What happens to the sessions that are presently connected to the database Instance?

Options:

A.

They are able to perform only queries.

B.

They are not affected and continue to function normally.

C.

They are terminated and the active transactions are rolled back.

D.

They are not allowed to perform any operations until the listener LISTENER is started.

Buy Now
Questions 36

You have installed two 64G flash devices to support the Database Smart Flash Cache feature on your database server that is running on Oracle Linux.

You have set the DB_SMART_FLASH_FILE parameter:

DB_FLASH_CACHE_FILE= ‘/dev/flash_device_1 ‘,’ /dev/flash_device_2’

How should the DB_FLASH_CACHE_SIZE be configured to use both devices?

Options:

A.

Set DB_FLASH_CACHE_ZISE = 64G.

B.

Set DB_FLASH_CACHE_ZISE = 64G, 64G

C.

Set DB_FLASH_CACHE_ZISE = 128G.

D.

DB_FLASH_CACHE_SIZE is automatically configured by the instance at startup.

Buy Now
Questions 37

Identify three valid options for adding a pluggable database (PDB) to an existing multitenant container database (CDB).

Options:

A.

Use the CREATE PLUGGABLE DATABASE statement to create a PDB using the files from the SEED.

B.

Use the CREATE DATABASE . . . ENABLE PLUGGABLE DATABASE statement to provision a PDB by copying file from the SEED.

C.

Use the DBMS_PDB package to clone an existing PDB.

D.

Use the DBMS_PDB package to plug an Oracle 12c non-CDB database into an existing CDB.

E.

Use the DBMS_PDB package to plug an Oracle 11 g Release 2 (11.2.0.3.0) non-CDB database into an existing CDB.

Buy Now
Questions 38

You plan to migrate your database from a File system to Automata 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 39

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 40

Identify three scenarios in which you would recommend the use of SQL Performance Analyzer to analyze impact on the performance of SQL statements.

Options:

A.

Change in the Oracle Database version

B.

Change in your network infrastructure

C.

Change in the hardware configuration of the database server

D.

Migration of database storage from non-ASM to ASM storage

E.

Database and operating system upgrade

Buy Now
Questions 41

Which three operations can be performed as multipartition operations in Oracle? (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

Buy Now
Questions 42

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

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

Options:

A.

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

B.

It may advise the use of segment shrink for tables in dictionary managed tablespaces it the 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 free list managed tables.

Buy Now
Questions 43

Identify three benefits of Unified Auditing.

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.

Buy Now
Questions 44

Which two statements are true about the (PMON) background process in Oracle Database 12c? (Choose two.)

Options:

A.

It records checkpoint information in the control file.

B.

It frees unused temporary segments.

C.

It kills sessions that exceed idle time.

D.

It registers database services with all local and remote listeners known to the database instance.

E.

It frees resources held by abnormally terminated processes.

Buy Now
Questions 45

Your database is configured in ARCHIVELOG mode.

Examine the RMAN configuration parameters:

1z0-062 Question 45

Examine the command:

RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;

What is the outcome?

Options:

A.

It fails because the DELETE INPUT option can be used only with the BACKUP AS BACKUPSET command.

B.

It executes successfully and creates a backup set of the database along with archived log files and then deletes the original archived log files.

C.

It executes successfully and creates an image copy of the database along with archive log files and then deletes the original archived log files.

D.

It fails because the DELETE INPUT option can be used only with the BACKUP AS COPY command.

Buy Now
Questions 46

Your database instance has started using an SPFILE.

Examine the RMAN configuration settings:

1z0-062 Question 46

You execute the command:

RMAN> BACKUP AS COPY TABLESPACE TEST;

Which three types of files are backed up by using this command? (Choose three.)

Options:

A.

online redo log files

B.

control file

C.

SPFILE

D.

archived redo log files

E.

data file(s)

F.

PFILE

Buy Now
Questions 47

Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c?

Options:

A.

By default, EM express is available for a database after database creation.

B.

You can use EM express to manage multiple databases running on the same server.

C.

You can perform basic administrative tasks for pluggable databases by using the EM express interface.

D.

You cannot start up or shut down a database Instance by using EM express.

E.

You can create and configure pluggable databases by using EM express.

Buy Now
Questions 48

In your database, you want to ensure that idle sessions that are blocking active are automatically terminated after a specified period of time.

How would you accomplish this?

Options:

A.

Setting a metric threshold

B.

Implementing Database Resource Manager

C.

Enabling resumable timeout for user sessions

D.

Decreasing the value of the IDLE_TIME resource limit in the default profile

Buy Now
Questions 49

Which three statements are true about the working of system privileges in a multitenant control database (CDB) that has pluggable databases (PDBs)? (Choose three.)

Options:

A.

System privileges apply only to the PDB in which they are used.

B.

Local users cannot use local system privileges on the schema of a common user.

C.

The granter of system privileges must possess the set container privilege.

D.

Common users connected to a PDB can exercise privileges across other PDBs.

E.

System privileges with the with grant option container all clause must be granted to a common user before the common user can grant privileges to other users.

Buy Now
Questions 50

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?

Options:

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.

Buy Now
Questions 51

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

Options:

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.

Buy Now
Questions 52

You perform RMAN backups for your database and use a recovery catalog for managing the backups. To free space, you execute this command:

RMAN> DELETE OBSOLETE;

Which three statements are true is this scenario? (Choose three.)

Options:

A.

The backup sets marked as expired are deleted.

B.

The information related to the backups is removed from the recovery catalog and the control file.

C.

The physical files related to the backup need to be manually deleted.

D.

The physical files related to the backup are deleted automatically.

E.

The backups deleted are based on the backup retention policy.

Buy Now
Questions 53

Which two statements are true about the use of the procedures listed in the v$sysaux_occupants.move_procedure column? (Choose two.)

Options:

A.

The procedure may be used for some components to relocate component data to the SYSAUX tablespace from its current tablespace.

B.

The procedure may be used for some components to relocate component data from the SYSAUX tablespace to another tablespace.

C.

All the components may be moved into SYSAUX tablespace.

D.

All the components may be moved from the SYSAUX tablespace.

Buy Now
Questions 54

A warehouse fact table in your Oracle 12c Database is range-partitioned by month and accessed frequently with queries that span multiple partitions

The table has a local prefixed, range partitioned index.

Some of these queries access very few rows in some partitions and all the rows in other partitions, but these queries still perform a full scan for all accessed partitions.

This commonly occurs when the range of dates begins at the end of a month or ends close to the start of a month.

You want an execution plan to be generated that uses indexed access when only a few rows are accessed from a segment, while still allowing full scans for segments where many rows are returned.

Which three methods could transparently help to achieve this result? (Choose three.)

Options:

A.

Using a partial local Index on the warehouse fact table month column with indexing disabled to the table partitions that return most of their rows to the queries.

B.

Using a partial local Index on the warehouse fact table month column with indexing disabled for the table partitions that return a few rows to the queries.

C.

Using a partitioned view that does a UNION ALL query on the partitions of the warehouse fact table, which retains the existing local partitioned column.

D.

Converting the partitioned table to a partitioned view that does a UNION ALL query on the monthly tables, which retains the existing local partitioned column.

E.

Using a partial global index on the warehouse fact table month column with indexing disabling for the table partitions that return most of their rows to the queries.

F.

Using a partial global index on the warehouse fact table month column with indexing disabled for the table partitions that return a few rows to the queries.

Buy Now
Questions 55

Examine these two statements:

1z0-062 Question 55

Which three are true about the MRKT tablespace? (Choose three.)

Options:

A.

The MRKT tablespace is created as a small file tablespace, because the file size is less than the minimum required for big file files.

B.

The MRKT tablespace may be dropped if it has no contents.

C.

Users who were using the old default tablespace will have their default tablespaces changed to the MRKT tablespace.

D.

No more data files can be added to the tablespace.

E.

The relative file number of the tablespace is not stored in rowids for the table rows that are stored in the MRKT tablespace.

Buy Now
Questions 56

You have just completed a manual upgrade of an Oracle 11g Database to Oracle Database 12c.

The Post-Upgrade Status Tool reports an INVALID status for some of the components after the upgrade.

What must you do first in this situation to attempt to fix this problem?

Options:

A.

Run catuppst.sql to perform revalidation actions

B.

Run utluiobj.sql to filter out objects that were invalidated by the upgrade process.

C.

Run preupgrd.sql and then execute the generated “fix-up” scripts to resolve status issues.

D.

Run utlrp.sql to recompile stored PL/SQL and Java code and check the DBA_REGISTRY view.

Buy Now
Exam Code: 1z0-062
Exam Name: Oracle Database 12c: Installation and Administration
Last Update: Apr 14, 2023
Questions: 379