Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Oracle 1z0-062 Oracle Database 12c: Installation and Administration Exam Practice Test

Note! Following 1z0-062 Exam is Retired now. Please select the alternative replacement for your Exam Certification.
Page: 1 / 38
Total 379 questions

Oracle Database 12c: Installation and Administration Questions and Answers

Question 1

Which three statements are true about naming methods? (Choose three.)

Options:

A.

Local naming supports multiple protocols, but for any one connection, the client and server must use the same protocol.

B.

In the Easy Connect method, clients can connect to a database server by using the host name of the database with an optional port and service name.

C.

In the Easy Connect method, the listener port and IP address must be provided for the connection to be successful.

D.

The local naming method does not support connect-time failover and load-balancing options.

E.

The directory naming method supports connect-time failover and load-balancing options.

Question 2

Which statement is true about using the Database Upgrade Assistant (DBUA) to upgrade your database from Oracle Database 11g to Oracle Database 12c?

Options:

A.

It terminates if the SYSTEM tablespace in the source database is not autoextensible.

B.

It automatically makes necessary changes to Oracle environment variables.

C.

It automatically enables unified auditing in the upgraded database.

D.

It automatically adds new data files if there is not enough disk space to grow.

Question 3

Which statement is true about profiles?

Options:

A.

Resource limits specified in a profile assigned to a user are always enabled.

B.

A user can exist without any profile.

C.

A profile can be assigned only to one user.

D.

Password management using profiles is always enabled.

Question 4

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.

Question 5

You are using RMAN to back up your database. All the data files are in read/write mode.

Examine the RMAN configuration parameters:

Question # 5

Which two statements are true about a whole consistent backup of a database running in ARCHIVELOG mode? (Choose two.)

Options:

A.

The backup can be used as an incremental level 0 backup.

B.

The database instance must be shut down to take the backup.

C.

The database must be in MOUNT state to take the backup.

D.

The backup consists of blocks that have been formatted.

E.

The system Change Number (SCN) is the same for all the data files in the backup.

Question 6

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

Options:

A.

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

B.

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

C.

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

D.

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

E.

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

Question 7

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.

Question 8

Which three statements are true about Automatic Workload Repository (AWR)? (Choose three.)

Options:

A.

An AWR snapshot shows the SQL statements that are producing the highest load on the system, based on criteria such as elapsed time and CPU time.

B.

AWR data is stored in memory and in a database.

C.

All AWR tables belong to the SYSTEM schema.

D.

The manageability monitor (MMON) process gathers statistics and creates an AWR snapshot that is used by the self-tuning components in a database.

E.

An AWR snapshot contains system-wide tracing and logging information.

Question 9

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

Question 10

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.

Question 11

Which statement is true regarding the DEFAULT profile?

Options:

A.

The values assigned to the resource limits and password parameters in the default profile can be altered.

B.

A different DEFAULT profile can be created before each user in a database.

C.

It can be dropped and recreated.

D.

it must be explicitly assigned to the user.

Question 12

Which three statements are true about Database Resource Manager? (Choose three.)

Options:

A.

A resource plan change can be automated by using the Oracle Scheduler.

B.

It can be used to control the consumption of only physical I/Os where excessive physical I/Os can trigger an automatic session termination but excessive logical I/Os cannot.

C.

It can be used to control the usage of the undo tablespace by consumer groups.

D.

A resource plan can have multiple resource plan directives, each of which controls resource allocation for a different consumer group.

E.

It can be used to enable resumable timeout for user sessions.

F.

It can be used to control the usage of the temp tablespace by consumer groups.

Question 13

Your database is running in ARCHIVELOG mode.

You want to take a consistent whole database backup.

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

Options:

A.

RMAN backups contain only data files.

B.

The database instance must be shut down to take a user-managed consistent backup.

C.

Consistent RMAN backups can be taken while the database is open.

D.

User-managed backups only contain formatted data blocks.

E.

The database must be in MOUNT state to take consistent RMAN backups.

Question 14

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

Question 15

When is the UNDO_RETENTION parameter value ignored by a transaction?

Options:

A.

when there are multiple undo tablespaces available in a database

B.

when the data file of the undo tablespace is autoextensible

C.

when the undo tablespace is of a fixed size and retention guarantee is not enabled

D.

when Flashback Database is enabled

Question 16

You install Oracle Grid Infrastructure for a standalone server.

Which two components are automatically included in the Oracle Restart configuration? (Choose two.)

Options:

A.

A pre-existing Oracle Net Listener

B.

Oracle Notification services

C.

A pre-existing database

D.

A pre-existing Oracle management agent

E.

Oracle CSSD service

Question 17

Which two statements are true about Oracle network connections? (Choose two.)

Options:

A.

A listener may listen on behalf of only one database instance at a time.

B.

A server process checks a user’s authentication credentials and creates a session if the credentials are valid.

C.

The listener continuously monitors a connection after the user process connects to a service handler.

D.

The listener always spawns a new server process to deal with each new connection.

E.

A connection request from a client is always first received by a listener running on the port that is used for the connection request for the database server.

Question 18

You want to create a test database as a replica of your production database with minimum intervention from a DBA.

Which method would you use?

Options:

A.

Use DBCA to create a template from the existing database to contain the database structure and then manually copy the data by using Oracle Data Pump.

B.

Use Database Configuration Assistant (DBCA) to create a template from the existing database to contain the database structure.

C.

Create the database by using the CREATE DATAEASE. . . command and manually import data by using Data Pump.

D.

Use DBCA to create a template from the existing database to contain the database structure with data files and then use the same template to create the database in the new location.

Question 19

Which three tools or tasks are run by default as part automated maintenance tasks? (Choose three.)

Options:

A.

Automatic Database Diagnostic Monitor

B.

Optimizer statistics gathering

C.

SQL Access Advisor

D.

Segment Advisor

E.

Automatic SQL Tuning Advisor

Question 20

Which three statements are true about Flashback Database? (Choose three.)

Options:

A.

Flashback logs are written sequentially, and are archived.

B.

Flashback Database uses a restored control file to recover a database.

C.

The Oracle database automatically creates, deletes, and resides flashback logs in the Fast Recovery Area.

D.

Flashback Database can recover a database to the state that it was in before a reset logs operation.

E.

Flashback Database can recover a data file that was dropped during the span of time of the flashback.

F.

Flashback logs are used to restore to the blocks' before images, and then the redo data may be used to roll forward to the desired flashback time.

Question 21

Examine the parameters for your database instance:

Question # 21

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

Options:

A.

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

B.

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

C.

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

D.

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

E.

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

Question 22

You are connected using SQL* Plus to a multitenant container database (CDB) with SYSDBA privileges and execute the following sequence statements:

Question # 22

What is the result of the last SET CONTAINER statement and why is it so?

Options:

A.

It succeeds because the PDB_ADMIN user has the required privileges.

B.

It fails because common users are unable to use the SET CONTAINER statement.

C.

It fails because local users are unable to use the SET CONTAINER statement.

D.

If fails because the SET CONTAINER statement cannot be used with PDB$SEED as the target pluggable database (PDB).

Question 23

A database instance is started by using an SPFILE. The database is configured in ARCHIVELOG mode and the control file autobackup is configured. Daily full database backups are performed by using RMAN.

You lost all control files due to media failure.

Given the steps to recover from the error in random order:

1. Shut down the instance, if it is not already down.

2. Restore the control file from autobackup to a new location.

3. Start the database instance to NOMOUNT state.

4. Recover the database to the point of failure of the control file.

5. Open the database with the RESETLOGS option.

6. Mount the database.

7. Update the SPFILE with the new location of the control file by using the ALTER SYSTEM command.

Identify the correct sequence of the required steps.

Options:

A.

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

B.

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

C.

1, 3, 2, 4, 5

D.

1, 2, 6, 4, 5

E.

1, 6, 2, 4, 5

Question 24

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.

Question 25

You execute this command:

Question # 25

Which two statements are true about segment space management for segments in this tablespace? (Choose two.)

Options:

A.

Space utilization inside segments is mapped by bitmaps.

B.

Segments are automatically shrunk and compressed when rows are deleted.

C.

The PCTFREE storage parameter has no effect on segments created in this tablespace.

D.

The PCTUSED storage parameter has no effect on segments created in this tablespace.

Question 26

Examine the commands executed to monitor database operations:

$> conn sys oracle/oracle@prod as sysdba

SQL > VAR eid NUMBER

SQL > EXEC: eid := DBMS_SQL_MONITOR.BEGIN_OPERATION (‘batch_job’ , FORCED_TRACKING => ‘Y’);

Which two statements are true? (Choose two.)

Options:

A.

Database operations will be monitored only when they consume a significant amount of resource.

B.

Database operations for all sessions will be monitored.

C.

Database operations will be monitored only if the STATISTICS_LEVEL parameter is set to TYPICAL and CONTROL_MANAGEMENT_PACK_ACCESS is set DIAGNISTIC + TUNING.

D.

Only DML and DDL statements will be monitored for the session.

E.

All subsequent statements in the session will be treated as one database operation and will be monitored.

Question 27

Your multitenant container (CDB) containing three pluggable databases (PDBs) is running in ARCHIVELOG mode. You find that the SYSAUX tablespace is corrupted in the root container.

The steps to recover the tablespace are as follows:

1. Mount the CDB.

2. Close all the PDBs.

3. Open the database.

4. Apply the archive redo logs.

5. Restore the data file.

6. Take the SYSAUX tablespace offline.

7. Place the SYSAUX tablespace online.

8. Open all the PDBs with RESETLOGS.

9. Open the database with RESETLOGS.

10. Execute the command SHUTDOWN ABORT.

Which option identifies the correct sequence to recover the SYSAUX tablespace?

Options:

A.

6, 5, 4, 7

B.

10, 1, 2, 5, 8

C.

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

D.

10, 1, 5, 8, 10

Question 28

Your database instance has started using an SPFILE.

Examine the RMAN configuration settings:

Question # 28

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

Question 29

Which three statements are true about space usage alerts? (Choose three.)

Options:

A.

Alerts are issued only when the critical threshold for space available in a tablespace is breached.

B.

The sum of active extents and allocated user quotas is considered to compute space usage for an undo tablespace.

C.

Database alerts can provide warnings about low space availability at both tablespace and segment levels.

D.

Alerts are not issued for locally managed tablespaces that are offline or in read-only mode.

E.

A newly created locally managed tablespace is automatically assigned the default threshold values defined for a database.

Question 30

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.

Question 31

Which three statements are true about the Pre-Upgrade Information Tool? (Choose three.)

Options:

A.

It generates a script to recompile invalid objects post-upgrade.

B.

The preupgrade_fixups.sql script is created to list and describe issues in the source database.

C.

A log file, preupgrade.log, is created that contains the output of the Pre-Upgrade Information tool.

D.

It checks for required tablespaces and if they are not available, creates them automatically.

E.

The preupgrade_fixups.sql script is executed automatically to fix issues in the source database.

F.

The postupgrade_fixups.sql script is created to address issues that can be fixed after a database has been upgraded.

Question 32

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

Question # 32

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

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

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 for failure group is brought back online.

C.

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

D.

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

E.

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

Question 33

Examine the following command;

ALTER SYSTEM SET enable_ddl_logging = TRUE;

Which statement is true?

Options:

A.

Only the data definition language (DDL) commands that resulted in errors are logged in the alert log file.

B.

All DDL commands are logged in the alert log file.

C.

All DDL commands are logged in a different log file that contains DDL statements and their execution dates.

D.

Only DDL commands that resulted in the creation of new segments are logged.

E.

All DDL commands are logged in XML format in the alert directory under the Automatic Diagnostic Repository (ADR) home.

Question 34

Examine these two statements:

Question # 34

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.

Question 35

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

$ orapwd file = orapworcl entries = 5 ignorecase=N

Which statement describes the purpose of the above password file?

Options:

A.

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

B.

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

C.

It is used by Oracle to authenticate users for remote database administrator

D.

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

Question 36

Your database is configured in ARCHIVELOG mode.

Examine the RMAN configuration parameters:

Question # 36

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.

Question 37

The persistent configuration settings for RMAN have default for all parameters.

Identify four RMAN commands that produce a multi-section backup.

Options:

A.

BACKUP TABLESPACE SYSTEM SECTION SIZE 100M;

B.

BACKUP AS COPY TABLESPACE SYSTEM SECTION SIZE 100M;

C.

BACKUP ARCHIVELOG ALL SECTION SIZE 25M;

D.

BACKUP TABLESPACE "TEMP" SECTION SIZE 10M;

E.

BACKUP TABLESPACE "UNDO" INCLUDE CURRENT CONTROLFILE SECTION SIZE 100M;

F.

BACKUP SPFILE SECTION SIZE 1M;

G.

BACKUP INCREMENTAL LEVEL 0 TABLESPACE SYSAUX SECTION SIZE 100M;

Question 38

Examine the parameters for a database instance:

Question # 38

Your database has three undo tablespaces and the default undo tablespace is not autoextensible.

Resumable space allocation is not enabled for any sessions in the database instance.

What is the effect on new transactions when all undo space in the default undo tablespace is in use by active transactions?

Options:

A.

Transactions write their undo in the SYSTEM undo segment.

B.

Transactions fail.

C.

Transactions wait until space becomes available in UNDOTBS1.

D.

Transactions write their undo in a temporary tablespace.

Question 39

Which two statements are true concerning the Resource Manager plans for individual pluggable databases (PDB plans) in a multitenant container database (CDB)? (Choose two.)

Options:

A.

If no PDB plan is enabled for a pluggable database, then all sessions for that PDB are treated to an equal degree of the resource share of that PDB.

B.

In a PDB plan, subplans may be used with up to eight consumer groups.

C.

If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups across all PDBs in the CDB.

D.

If no PDB plan is enabled for a pluggable database, then the PDB share in the CDB plan is dynamically calculated.

E.

If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups based on the shares provided to the PDB in the CDB plan and the shares provided to the consumer groups in the PDB plan.

Question 40

Which three statements are true PFILEs, SPFILEs or both? (Choose three.)

Options:

A.

SPFILEs and PFILEs may both be edited with an O/S editing utility

B.

Some SPFILE parameters can be modified successfully with the SCOPE=MEMORY clause

C.

A SPFILE can be created by an idle instance

D.

A PFILE can be created by an idle instance

E.

All SPFILE parameters can be modified successfully with the SCOPE=BOTH clause

F.

All SPFILE parameters can be modified successfully with the SCOPE=MEMORY clause

Question 41

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

Options:

A.

It can contain a nested chain of jobs.

B.

It can be used to implement dependency-based scheduling.

C.

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

D.

It cannot have more than one dependency.

E.

It can be executed using event-based or time-based schedules.

Question 42

Your database is in ARCHIVELOG mode.

You want to disable archiving for the database.

Examine these steps:

1. Execute the ALTER DATABASE NOARCHIVELOG command

2. Execute SHUTDOWN IMMEDIATE

3. Execute STARTUP MOUNT

4. Set the DB_RECOVERY_FILE_DEST parameter to $ORACLE_HOME/dbs/

5. Execute STARTUP NOMOUNT

6. Open the database

7. Execute SHUTDOWN TRANSACTIONAL

Identify the required steps in the correct sequence.

Options:

A.

1, 2, 3, 4, 6

B.

2, 5, 1, 6

C.

4, 2, 5, 1, 6

D.

2, 3, 1, 6

Question 43

You execute the commands:

Question # 43

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.

Question 44

As a user of the ORCL database, you establish a database link to the remote HQ database such that all users in the ORCL database may access tables only from the SCOTT schema in the HQ database. SCOTT’s password is TIGER. The service mane “HQ” is used to connect to the remote HQ database.

Which command would you execute to create the database link?

Options:

A.

CREATE DATABASE LINK HQ USING 'HQ';

B.

CREATE DATABASE LINK HQ CONNECT TO CURRENT_USER USING ‘HQ’;

C.

CREATE PUBLIC DATABASE LINK HQ CONNECT TO scott IDENTIFIED BY tiger USING 'HQ';

D.

CREATE DATABASE LINK HQ CONNECT TO scott IDENTIFIED BY tiger USING 'HQ';

Question 45

Which two statements are true about Oracle Managed Files (OMF)? (Choose two.)

Options:

A.

OMF cannot be used in a database that already has data files created with user-specified directions.

B.

The file system directions that are specified by OMF parameters are created automatically.

C.

OMF can be used with ASM disk groups, as well as with raw devices, for better file management.

D.

OMF automatically creates unique file names for table spaces and control files.

E.

OMF may affect the location of the redo log files and archived log files.

Question 46

Examine the current value for the following parameters in your database instance:

SGA_MAX_SIZE = 1024M

SGA_TARGET = 700M

DB_8K_CACHE_SIZE = 124M

LOG_BUFFER = 200M

You issue the following command to increase the value of DB_8K_CACHE_SIZE:

SQL> ALTER SYSTEM SET DB_8K_CACHE_SIZE=140M;

Which statement is true?

Options:

A.

It fails because the DB_8K_CACHE_SIZE parameter cannot be changed dynamically.

B.

It succeeds only if memory is available from the autotuned components if SGA.

C.

It fails because an increase in DB_8K_CACHE_SIZE cannot be accommodated within SGA_TARGET.

D.

It fails because an increase in DB_8K_CACHE_SIZE cannot be accommodated within SGA_MAX_SIZE.

Question 47

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

Options:

A.

It checks the database for intrablock corruptions.

B.

It can detect corrupt pfiles.

C.

It can detect corrupt spfiles.

D.

It checks the database for interblock corruptions.

E.

It can detect corrupt block change tracking files.

Question 48

You notice that the elapsed time for an important database scheduler Job is unacceptably long.

The job belongs to a scheduler job class and window.

Which two actions would reduce the job's elapsed time? (Choose two.)

Options:

A.

Increasing the priority of the job class to which the job belongs

B.

Increasing the job's relative priority within the Job class to which it belongs

C.

Increasing the resource allocation for the consumer group mapped to the scheduler job's job class within the plan mapped to the scheduler window

D.

Moving the job to an existing higher priority scheduler window with the same schedule and duration

E.

Increasing the value of the JOB_QUEUE_PROCESSES parameter

F.

Increasing the priority of the scheduler window to which the job belongs

Question 49

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.

Question 50

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

Question # 50

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.

Question 51

Which three statements are true concerning unplugging a pluggable database (PDB)? (Choose three.)

Options:

A.

The PDB must be open in read only mode.

B.

The PDB must be dosed.

C.

The unplugged PDB becomes a non-CDB.

D.

The unplugged PDB can be plugged into the same multitenant container database (CDB)

E.

The unplugged PDB can be plugged into another CDB.

F.

The PDB data files are automatically removed from disk.

Question 52

Examine the resources consumed by a database instance whose current Resource Manager plan is displayed.

Question # 52

Which two statements are true? (Choose two.)

Options:

A.

An attempt to start a new session by a user belonging to DSS_QUERIES fails with an error.

B.

An attempt to start a new session by a user belonging to OTHER_GROUPS fails with an error.

C.

The CPU_WAIT_TIME column indicates the total time that sessions in the consumer group waited for the CPU due to resource management.

D.

The CPU_WAIT_TIME column indicates the total time that sessions in the consumer group waited for the CPU due to I/O waits and latch or enqueue contention.

E.

A user belonging to the DSS__QUERIES resource consumer group can create a new session but the session will be queued.

Question 53

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 54

You are about to plug a multi-terabyte non-CDB into an existing multitenant container database (CDB).

The characteristics of the non-CDB are as follows:

– Version: Oracle Database 11g Release 2 (11.2.0.2.0) 64-bit

– Character set: AL32UTF8

– National character set: AL16UTF16

– O/S: Oracle Linux 6 64-bit

The characteristics of the CDB are as follows:

– Version: Oracle Database 12c Release 1 64-bit

– Character Set: AL32UTF8

– National character set: AL16UTF16

– O/S: Oracle Linux 6 64-bit

Which technique should you use to minimize down time while plugging this non-CDB into the CDB?

Options:

A.

Transportable database

B.

Transportable tablespace

C.

Data Pump full export/import

D.

The DBMS_PDB package

E.

RMAN

Question 55

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

SQL > @utlrp.sql

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

Options:

A.

Parallel compilation of only the stored PL/SQL code

B.

Sequential recompilation of only the stored PL/SQL code

C.

Parallel recompilation of any stored PL/SQL code

D.

Sequential recompilation of any stored PL/SQL code

E.

Parallel recompilation of Java code

F.

Sequential recompilation of Java code

Question 56

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

Page: 1 / 38
Total 379 questions