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

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

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

Questions 4

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.

Buy Now
Questions 5

Which two are prerequisites for performing a flashback transaction? (Choose two.)

Options:

A.

Flashback Database must be enabled.

B.

Undo retention guarantee for the database must be configured.

C.

EXECUTE privilege on the DBMS_FLASHBACK package must be granted to the user flashing back transaction.

D.

Supplemental logging must be enabled.

E.

Recycle bin must be enabled for the database.

F.

Block change tracking must be enabled tor the database.

Buy Now
Questions 6

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 7

You want to prevent a group of users in your database from performing long-running transactions that consume huge amounts of space in the undo tablespace. If the quota for these users is exceeded during execution of a data manipulation language (DML) statement, the operation should abort and return an error. However, queries should still be allowed, even if users have exceeded the undo space limitation.

How would you achieve this?

Options:

A.

Specify the maximum amount of quota a user can be allocated in the undo tablespace.

B.

Decrease the number of Interested Transaction List (ITL) slots for the segments on which these users perform transactions.

C.

Implement a profile for these users.

D.

Implement a Database Resource Manager plan.

Buy Now
Questions 8

A redaction policy was added to the SAL column of the SCOTT.EMP table:

1z0-062 Question 8

All users have their default set of system privileges.

For which three situations will data not be redacted? (Choose three.)

Options:

A.

SYS sessions, regardless of the roles that are set in the session

B.

SYSTEM sessions, regardless of the roles that are set in the session

C.

SCOTT sessions, only if the MGR role is set in the session

D.

SCOTT sessions, only if the MGR role is granted to SCOTT

E.

SCOTT sessions, because he is the owner of the table

F.

SYSTEM session, only if the MGR role is set in the session

Buy Now
Questions 9

You want to flash back a test database by five hours.

You issue this command:

SQL > FLASHBACK DATABASE TO TIMESTAMP (SYSDATE - 5/24);

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

Options:

A.

The database must have multiplexed redo logs for the flashback to succeed.

B.

The database must be MOUNTED for the flashback to succeed.

C.

The database must use block change tracking for the flashback to succeed.

D.

The database must be opened in restricted mode for the flashback to succeed.

E.

The database must be opened with the RESETLOGS option after the flashback is complete.

F.

The database must be opened in read-only mode to check if the database has been flashed back to the correct SCN.

Buy Now
Questions 10

You have a production Oracle 12c database running on a host.

You want to install and create databases across multiple new machines that do not have any Oracle database software installed. You also want the new databases to have the same directory structure and components as your existing 12c database.

The steps in random order:

1. Create directory structures similar to the production database on all new machines.

2. Create a response file for Oracle Universal Installer (OUI) with the same configurations as the production database.

3. Create a database clone template for the database.

4. Run the Database Configuration Assistant (DBCA) to create the database.

5. Run OUI in graphical mode on each machine.

6. Run OUI in silent mode using the OUI response file.

Identify the required steps in the correct sequence to achieve the requirement with minimal human intervention.

Options:

A.

1, 5, and 4

B.

3, 1, 5, and 6

C.

2, 3, 6, and 4

D.

2, 1, 6, and 4

E.

2, 3, 1, and 6

Buy Now
Questions 11

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

Examine the RMAN configuration parameters:

1z0-062 Question 11

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.

Buy Now
Questions 12

Your database instance has the following parameter setting:

OS_AUTHENT_PREFIX = OPS$

You execute the following command:

1z0-062 Question 12

And then grant OPS$GUEST_USER the CREATE SESSION privilege.

Which two statements are true? (Choose two.)

Options:

A.

GUEST_USER can query the tables created in the USERS tablespace by default.

B.

The authentication details for GUEST_USER are stored in the database password file.

C.

A local GUEST_USER OS account should exist before GUEST_USER can log on to the database.

D.

D. GUEST_USER can log on to the database without specifying a username and password.

E.

GUEST_USER is forced to change the password at the first login.

Buy Now
Questions 13

What should you do for a Scheduler to start a job when a file arrives on a remote system?

Options:

A.

Start an Oracle database instance on the remote system and register the Scheduler agent with this database.

B.

Install the Scheduler agent on the remote system and register the agent with the database on the local system.

C.

Ensure dedicated server is enabled on both the local and remote databases.

D.

Shutdown the file watcher on the local system.

Buy Now
Questions 14

When does a database checkpoint occur?

Options:

A.

When there is an online redo log switch.

B.

When a user session terminates abnormally.

C.

When a server process terminates abnormally.

D.

When the SHUTDOWN ABORT command is issued.

Buy Now
Questions 15

A user establishes a connection to a database instance by using an Oracle Net.

You want to ensure that:

1. The user account must be locked after five consecutive unsuccessful login attempts.

2. Data read per session must be limited for the user.

3. The user cannot have more than three simultaneous sessions.

4. The user must have a maximum of 10 minutes session idle time before being logged off automatically.

Which two would you do to implement this? (Choose two.)

Options:

A.

by alerting the appropriate user attributes with an ALTER USER command

B.

by using appropriate PASSWORD parameters set in the profile assigned to the user

C.

by implementing Database Resource Manager and assign it a profile for the user

D.

by implementing Database Resource Manager and assign it a role for the user

E.

by using appropriate KERNEL parameters set in the profile assigned to the user

Buy Now
Questions 16

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 17

Examine the following command:

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

What is the effect of executing this command?

Options:

A.

Existing statistics for the CUSTOMERS table become unusable for the query optimizer.

B.

Automatic statistics collection is stopped for the CUSTOMERS table.

C.

Statistics for the CUSTOMERS table are locked and cannot be overwritten.

D.

Statistics subsequently gathered on the CUSTOMERS table are stored as pending statistics.

Buy Now
Questions 18

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

Buy Now
Questions 19

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.

Buy Now
Questions 20

Examine this command:

SQL> ALTER SYSTEM SET ENABLE_DDL_LOGGING=TRUE;

Which two statements are true? (Choose two.)

Options:

A.

All data definition language (DDL) statements are written to the control file

B.

Some DDL statements are written to an XML file in the ADR home

C.

All DDL statements are logged in to a text file in Automatic Diagnostic Repository (ADR) home

D.

Some data definition language (DDL) statements are written to the control file

E.

Some DDL statements are written to a text file in the ADR home

F.

The Alert Log still contains some DDL statements

Buy Now
Questions 21

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

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

There are ongoing transactions in both the CDB and PDBs.

What happens alter issuing the SHUTDOWN TRANSACTIONAL statement?

Options:

A.

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

B.

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

C.

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

D.

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

Buy Now
Questions 22

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 23

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.

Buy Now
Questions 24

Which are two ways for a database service to be recognized by a listener in Oracle Database 12c? (Choose

two.)

Options:

A.

Dynamic Registration by the LREG process

B.

Dynamic Registration by the SMON process

C.

Static registration in the listener.ora file using the GLOBAL_DBNAME parameter

D.

Dynamic Registration by the PMON process

E.

Static registration in the listener.ora file using the SERVICE_NAME parameter

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

You create a new pluggable database, HR_PDB, from the seed database. Which three tablespaces are created by default in HR_PDB? (Choose three.)

Options:

A.

SYSTEM

B.

SYSAUX

C.

EXAMPLE

D.

UNDO

E.

TEMP

F.

USERS

Buy Now
Questions 27

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 28

Which three factors influence the optimizer's choice of an execution plan? (Choose three.)

Options:

A.

the optimizer_mode initialization parameter

B.

operating system (OS) statistics

C.

cardinality estimates

D.

object statistics in the data dictionary

E.

fixed baselines

Buy Now
Questions 29

You upgraded your database from pre-12c to a multitenant container database (CDB) containing pluggable databases (PDBs).

Examine the query and its output:

1z0-062 Question 29

Which two tasks must you perform to add users with SYSBACKUP, SYSDG, and SYSKM privilege to the password file? (Choose two.)

Options:

A.

Assign the appropriate operating system groups to SYSBACKUP, SYSDG, SYSKM.

B.

Grant SYSBACKUP, SYSDG, and SYSKM privileges to the intended users.

C.

Re-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege and the FORCE argument set to No.

D.

Re-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege, and FORCE arguments set to Yes.

E.

Re-create the password file in the Oracle Database 12c format.

Buy Now
Questions 30

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 31

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 32

You are administering a database and you receive a requirement to apply the following restrictions:

1. A connection must be terminated after four unsuccessful login attempts by user.

2. A user should not be able to create more than four simultaneous sessions.

3. User session must be terminated after 15 minutes of inactivity.

4. Users must be prompted to change their passwords every 15 days.

How would you accomplish these requirements?

Options:

A.

by granting a secure application role to the users

B.

by creating and assigning a profile to the users and setting the REMOTE_OS_AUTHENT parameter to FALSE

C.

By creating and assigning a profile to the users and setting the SEC_MAX_FAILED_LOGIN_ATTEMPTS parameter to 4

D.

By Implementing Fine-Grained Auditing (FGA) and setting the REMOTE_LOGIN_PASSWORD_FILE parameter to NONE.

E.

By implementing the database resource Manager plan and setting the SEC_MAX_FAILED_LOGIN_ATTEMPTS parameters to 4.

Buy Now
Questions 33

Which three statements are true about the purpose of checkpoints? (Choose three.)

Options:

A.

They ensure that uncommitted transactions are rolled back in case of an instance failure.

B.

They ensure that all the dirty buffers are written to disk during a normal shutdown.

C.

They ensure that instance recovery starts in the event of an instance failure.

D.

They ensure that dirty buffers in the buffer cache are written to disk regularly.

E.

They reduce the time required for recovery in case of an instance failure.

Buy Now
Questions 34

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 35

Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)? (Choose three.)

Options:

A.

A DBA can check specific tables with the DMU

B.

The database to be migrated must be opened read-only.

C.

The release of the database to be converted can be any release since 9.2.0.8.

D.

The DMU can report columns that are too long in the converted characterset.

E.

The DMU can report columns that are not represented in the converted characterset.

Buy Now
Questions 36

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 37

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

Buy Now
Questions 38

Examine the query and its output executed In an RDBMS Instance:

1z0-062 Question 38

Which three statements are true about the users (other than sys) in the output? (Choose three.)

Options:

A.

The C # # B_ADMIN user can perform all backup and recovery operations using RMAN only.

B.

The C # # C_ADMIN user can perform the data guard operation with Data Guard Broker.

C.

The C # # A_ADMIN user can perform wallet operations.

D.

The C # # D_ADMIN user can perform backup and recovery operations for Automatic Storage Management (ASM).

E.

The C # # B_ADMIN user can perform all backup and recovery operations using RMAN or SQL* Plus.

Buy Now
Questions 39

You have successfully taken a database backup by using the command:

RMAN> BACKUP AS BACKUPSET DATABASE;

Now you execute this command:

RMAN> BACKUP INCREMENTAL LEVEL 1 DATABASE;

What is the outcome?

Options:

A.

It fails because an incremental level 1 backup always searches for an image copy as level 0 backup.

B.

It fails because an incremental level 0 backup does not exist.

C.

It takes a backup of blocks that have been formatted since the last full database backup.

D.

It takes an incremental level 0 backup of the database.

E.

It first takes an incremental level 0 backup and then an incremental level 1 backup.

Buy Now
Questions 40

What is the benefit of running the catctl.pl script during an upgrade of a pre-12c database to an Oracle 12c database?

Options:

A.

It provides a summary of the upgrade results.

B.

It recompiles all invalid PL/SQL and Java code.

C.

It generates a log file containing the fixes that can be made to the source database.

D.

It provides parallel upgrade options to finish the upgrade process with a reduced down time.

E.

It generates fix-up scripts to be run on the source database before upgrade.

Buy Now
Questions 41

Your database is open in read/write mode and multiple users are connected to the database instance.

You execute the following command:

SQL> ALTER SYSTEM ENABLE RESTRICTED SESSION;

What would be the effect on current sessions?

Options:

A.

They are not terminated but may only issue queries.

B.

They are not affected.

C.

They are terminated immediately.

D.

They are terminated after completing the transaction.

Buy Now
Questions 42

A database uses Automatic Storage Management (ASM) as database storage, which has a diskgroup, DATA1, which is created as follows:

1z0-062 Question 42

What happens when the FAILGRP1 failure group is corrupted?

Options:

A.

Mirroring of allocation units occurs within the FAILGRP2 failure group.

B.

Transactions that are using the diskgroup fail.

C.

ASM does not mirror any data and newly allocated primary allocation units (AU) are stored in the FAILGRP2 failure group.

D.

Data in the FAILGRP1 failure group is moved to the FAILGRP2 failure group and rebalancing is started.

Buy Now
Questions 43

Identify three uses of the CROSSCHECK command (Choose three.)

Options:

A.

to validate the database backup

B.

to synchronize logical backup records with physical files in backup storage

C.

to check the obsolete backups that can be deleted from the file system

D.

to update information about backups that are deleted, corrupted, or inaccessible in a recovery catalog or control file

E.

to update the recovery catalog or control file if archived log files are deleted with operating system commands

Buy Now
Questions 44

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 45

Which statement is true about the Oracle central inventory directory (oraInventory)?

Options:

A.

oraInventory must not be shared by all Oracle software installations on a single system.

B.

If ORACLE_BASE is set to /u01/app/oracle for the oracle user during an installation, OUI creates the Oracle Inventory directory in the /u01/app/oracle/ oraInventory path.

C.

lf an OFA-compliant path is not created and the ORACLE_BASE environment variable is not set during an Oracle Database installation, the Oracle Inventory directory is placed in the home directory of the user that is performing the installation.

D.

Oracle software owners must be members of the same central oraInventory group, but they need not have this group as their primary group.

Buy Now
Questions 46

Which two statements describe the relationship between a scheduler window, a resource manager plan, and a job class? (Choose two.)

Options:

A.

A scheduler window together with a job class, controls resource allocation for a job using that job class in that scheduler window.

B.

A job class specifies a scheduler window that will be open when that job class becomes active.

C.

A scheduler window specifies a resource manager plan that will be activated when that scheduler window becomes active.

D.

A scheduler window specifies a job class that will be activated when that scheduler window becomes active.

E.

A scheduler window can control resource allocation by itself.

Buy Now
Questions 47

Which two statements are true about availability audit features after migration to unified auditing? (Choose two.)

Options:

A.

The ability of users to audit their own schema objects is not available in the post-migrated database.

B.

Operating system audit trail is available in the post-migrated database.

C.

Network auditing is available in the post-migrated database.

D.

Mandatory auditing of audit administrative actions is available in the post-migrated database.

Buy Now
Questions 48

In your database, the RESOURCE_LIMIT parameter is set to TRUE.

You create the profile:

1z0-062 Question 48

Which two statements are true about users and their sessions that are subject to this profile? (Choose two.)

Options:

A.

The CPU_PER_CALL is ignored in the user sessions because of the unlimited value of CPU_PER_CALL

B.

These users can never reuse a password

C.

The PASSWORD_LIFE_TIME value is ignored because of the unlimited value of PASSWORD_REUSE_MAX.

D.

In each user session, the limit for LOGICAL_READS_PER_SESSION in the same as defined in the DEFAULT profile.

Buy Now
Questions 49

Which two statements are true about Automatic Database Diagnostic Monitor (ADDM)? (Choose two.)

Options:

A.

It calls SQL advisors automatically if required.

B.

It provides recommendations only for poorly performing SQL statements.

C.

Its results are stored in AWR.

D.

It runs automatically after each AWR snapshot is created and requires at least two snapshots for analysis.

E.

It requires at least one Automatic Workload Repository (AWR) snapshot for analysis.

Buy Now
Questions 50

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.

Buy Now
Questions 51

You configured the flash recovery area in the database. Which two files would you expect to find in the flash recovery area? (Choose two.)

Options:

A.

backup pieces

B.

copies of all parameter files

C.

trace file generated using BACKUP CONTROLFILE TO TRACE

D.

control file autobackups

Buy Now
Questions 52

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.

Buy Now
Questions 53

You configure your database Instance to support shared server connections.

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

Options:

A.

User session data

B.

Stack space

C.

Private SQL area

D.

Location of the runtime area for DML and DDL Statements

E.

Location of a part of the runtime area for SELECT statements

Buy Now
Questions 54

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.

Buy Now
Questions 55

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

1z0-062 Question 55

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.

Buy Now
Questions 56

Examine the parameters for a database instance:

1z0-062 Question 56

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.

Buy Now
Exam Code: 1z0-062
Exam Name: Oracle Database 12c: Installation and Administration
Last Update: Nov 27, 2023
Questions: 379
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 03 May 2024