Summer Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sixtybuddy

Note! Oracle has retired the 1z0-062 Exam Contact us through Live Chat or email us for more information.

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

Questions 4

In your database instance, the UNDO_RETENTION parameter is set to 1000 and undo retention is not guaranteed for the fixed size undo tablespace.

Which statement is true about undo retention?

Options:

A.

Undo is retained in the UNDO tablespace for 1000 seconds, and then moved to the SYSTEM tablespace to provide read consistency.

B.

Inactive undo is retained for at least 1000 seconds if free undo space is available.

C.

Inactive undo is retained for 1000 seconds even if new transactions fall due to lack of space in the undo tablespace.

D.

Undo becomes expired obsolete after 1000 seconds.

Buy Now
Questions 5

What action must you take to ensure complete database recovery till the point of failure?

Options:

A.

Multiplex the control files

B.

Duplex the RMAN backup sets.

C.

Multiplex the online redo log files.

D.

Configure the database to run in ARCHIVELOG mode.

Buy Now
Questions 6

Examine the following ALTER command:

SQL> ALTER DISKGROUP dgroup1 UNDROP DISKS;

What is the purpose of the command?

Options:

A.

It cancels all pending disk drops within the disk group

B.

It restores disks that are being dropped as the result of a DROP DISKGROUP operation.

C.

It mounts disks in the disk group for which the drop-disk operation has already been co pleted

D.

It restores all the dropped disks in the disk group for which the drop-disk operation has already been completed

E.

It adds previously dropped disks back into the disk group

Buy Now
Questions 7

Which three features work together, to allow a SQL statement to have different cursors for the same statement based on different selectivity ranges? (Choose three.)

Options:

A.

Bind Variable Peeking

B.

SQL Plan Baselines

C.

Adaptive Cursor Sharing

D.

Bind variable used in a SQL statement

E.

Literals in a SQL statement

Buy Now
Questions 8

Which statement is true about the Log Writer process?

Options:

A.

It writes when it receives a signal from the checkpoint process (CKPT).

B.

It writes concurrently to all members of multiplexed redo log groups.

C.

It writes after the Database Writer process writes dirty buffers to disk.

D.

It writes when a user commits a transaction.

Buy Now
Questions 9

Which two statements are true about SQL*Loader Express Mode in an Oracle 12c database? (Choose two.)

Options:

A.

It loads data faster than conventional SQL*Loader

B.

No data file needs to be specified

C.

It can load data in parallel

D.

It loads data more efficiently than conventional SQL*Loader

E.

It requires Enterprise Manager Express to be configured

Buy Now
Questions 10

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 11

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 12

Which two statements are true? (Choose two.)

Options:

A.

A role cannot be assigned external authentication.

B.

A role can be granted to other roles.

C.

A role can contain both system and object privileges.

D.

The predefined resource role includes the unlimited_tablespace privilege.

E.

All roles are owned by the sys user.

F.

The predefined connect role is always automatically granted to all new users at the time of their creation.

Buy Now
Questions 13

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 14

Your database has archive logging enabled and RMAN backups are taken at regular intervals. A data file in the USERS tablespace is damaged.

Which command must you execute before starting the recovery of this tablespace?

Options:

A.

ALTER TABLESPACE users OFFLINE

B.

STARTUP FORCE NOMOUNT

C.

STARTUP FORCE

D.

SWITCH DATAFILE ALL

Buy Now
Questions 15

Your database instance has the following parameter setting:

OS_AUTHENT_PREFIX = OPS$

You execute the following command:

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 16

You executed the following query:

SELECT oldest_flashback_scn, oldest_flashback_time

FROM V$FLASHBACK_DATABASE_LOG;

Considering that all the redo logs are available, what information can you derive from the output of the preceding query?

Options:

A.

The time when the last flashback operation in your database was performed

B.

The time when the first flashback operation in our database was performed

C.

The approximate time and the lowest system change number (SCN) to which you can flash back your database

D.

The system change number (SCN) and the time when the Flashback Database was enabled in the database instance

Buy Now
Questions 17

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 18

Which three statements are true about user account administration? (Choose three.)

Options:

A.

A user's current session is not affected when the user's profile is changed.

B.

Only users with the SYSDBA privilege can change the tablespace quota for other users.

C.

A new user account can be created only by SYS or SYSTEM users.

D.

A user's quota can be set for any permanent tablespace but not for the default temporary tablespace.

E.

A user requires only the CREATE SESSION privilege to change his or her own password.

Buy Now
Questions 19

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 20

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 21

Which two options can be configured for an existing database by using the Database Configuration Assistant (DBCA)? (Choose two.)

Options:

A.

Configure Label Security

B.

Database Vault in ORACLE_HOME

C.

Oracle Suggested Backup Strategy

D.

Database Resident Connection Pooling

E.

Nondefault blocksize tablespaces

Buy Now
Questions 22

You find this query being used in your Oracle 12c database:

Which method a used by the optimizer to limit the rows being returned?

Options:

A.

A filter is added to the table query dynamically using ROWNUM to limit the rows to 20 percent of the total rows

B.

All the rows are returned to the client or middle tier but only the first 20 percent are returned to the screen or the application.

C.

A view is created during execution and a filter on the view limits the rows to 20 percent of the total rows.

D.

A TOP-N query is created to limit the rows to 20 percent of the total rows

Buy Now
Questions 23

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

Options:

A.

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

B.

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

C.

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

D.

The master table is the last object to be exported by the data pump.

E.

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

Buy Now
Questions 24

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

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 25

You set the following parameters in the parameter file and restart the database instance:

Which two statements are true? (Choose two.)

Options:

A.

The MEMORY_MAX_TARGET parameter is automatically set to 500 MB.

B.

The PGA_AGGREGATE_TARGET and SGA_TARGET parameters are automatically set to zero.

C.

The value of the MEMORY_MAX_TARGET parameter remains zero for the database instance.

D.

The lower limits of the PGA_AGGREGATE_TARGET and SGA_TARGET parameters are set to 90 MB and 270 MB respectively.

E.

The instance does not start up because Automatic Memory Management (AMM) is enabled but PGA_AGGREGATE_TARGET and SGA_TARGET parameters are set to nonzero values.

Buy Now
Questions 26

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 27

You want to create a role that:

- is protected from unauthorized usage

- does not use a password embedded in the application source code or stored in a table

- is enabled for a user based on security policies defined in a PL/SQL package

How would you create this role?

Options:

A.

as a secure application role

B.

with definer’s rights

C.

with global authentication

D.

with external authentication

Buy Now
Questions 28

On your Oracle 12c database, you Issue the following commands to create indexes

SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customers_id, sales_rep_id) INVISIBLE;

SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customers_id, sales_rep_id);

Which two statements are correct? (Choose two.)

Options:

A.

Both the indexes are created; however, only the ORD_COSTOMER index is visible.

B.

The optimizer evaluates index access from both the Indexes before deciding on which index to use for query execution plan.

C.

Only the ORD_CUSTOMER_IX1 index is created.

D.

Only the ORD_CUSTOMER_IX2 index is created.

E.

Both the indexes are updated when a new row is inserted, updated, or deleted In the orders table.

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

Buy Now
Questions 30

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 31

The HR user executes the following query on the EMPLOYEES table but does not issue COMMIT, ROLLBACK, or any data definition language (DDL) command after that:

HR then opens a second session.

Which two operations wait when executed in HR’s second session? (Choose two.)

Options:

A.

LOCK TABLE employees IN EXCLUSIVE MODE;

B.

INSERT INTO employees(empno,ename) VALUES (1289, ‘Dick’);

C.

SELECT job FROM employees WHERE job=’CLERK’ FOR UPDATE OF empno;

D.

SELECT empno,ename FROM employees WHERE job=’CLERK’;

E.

INSERT INTO employees(empno,ename,job) VALUES (2001,’Harry’,’CLERK);

Buy Now
Questions 32

Flashback is enabled for your multitenant container database (CDB), which contains two pluggable database (PDBs). A local user was accidently dropped from one of the PDBs.

You want to flash back the PDB to the time before the local user was dropped. You connect to the CDB and execute the following commands:

SQL > SHUTDOWN IMMEDIATE

SQL > STARTUP MOUNT

SQL > FLASHBACK DATABASE to TIME “TO_DATE (‘08/20/12’ , ‘MM/DD/YY’)”;

Examine following commands:

1. ALTER PLUGGABLE DATABASE ALL OPEN;

2. ALTER DATABASE OPEN;

3. ALTER DATABASE OPEN RESETLOGS;

Which command or commands should you execute next to allow updates to the flashback back schema?

Options:

A.

Only 1

B.

Only 2

C.

Only 3

D.

3 and 1

E.

1 and 2

Buy Now
Questions 33

You Execute the Following command to create a password file in the database server:

$ orapwd file = ‘+DATA/PROD/orapwprod entries = 5 ignorecase = N format = 12’

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

Options:

A.

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

B.

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

C.

Is used by Oracle to authenticate users for remote database administration.

D.

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

E.

It supports the SYSBACKUP, SYSDG, and SYSKM system privileges.

Buy Now
Questions 34

Examine the parameters for your database instance:

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.

Buy Now
Questions 35

Your database has the SRV1 service configured for an application that runs on middle-tier application server. The application has multiple modules. You enable tracing at the service level by executing the following command:

SQL > exec DBMS_MONITOR.SERV_MOD_ACT_TRACE_ENABLE (‘SRV1’);

The possible outcome and actions to aggregate the trace files are as follows:

1. The command fails because a module name is not specified.

2. A trace file is created for each session that is running the SRV1 service.

3. An aggregated trace file is created for all the sessions that are running the SRV1 service.

4. The trace files may be aggregated by using the trcess utility.

5. The trace files be aggregated by using the tkprof utility.

Identify the correct outcome and the step to aggregate by using tkprof utility?

Options:

A.

1

B.

2 and 4

C.

2 and 5

D.

3 and 4

E.

3 and 5

Buy Now
Questions 36

Your multitenant container database has three pluggable databases (PDBs): PDB1, PDB2, and PDB3.

Which two RMAN commands may be; used to back up only the PDB1 pluggable database? (Choose two.)

Options:

A.

BACKUP PLUGGABLE DATABASE PDB1 while connected to the root container

B.

BACKUP PLUGGABLE DATABASE PDB1 while connected to the PDB1 container

C.

BACKUP DATABASE while connected to the PDB1 container

D.

BACKUP DATABASE while connected to the boot container

E.

BACKUP PLUGGABLE database PDB1 while connected to PDB2

Buy Now
Questions 37

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.

Buy Now
Questions 38

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 39

Your database instance is started by using a server parameter file (SPFILE). You execute the following command to change the value of the LOG_BUFFER initialization parameter:

ALTER SYSTEM SET LOG_BUFFER=32 M;

What is the outcome of this command?

Options:

A.

The parameter value is changed and it comes into effect as soon as space becomes available in the SGA.

B.

It returns an error because the value of this parameter cannot be changed dynamically.

C.

The parameter value is changed and it comes into effect at the next instance startup.

D.

It returns an error because SCOPE should be set to MEMORY.

Buy Now
Questions 40

What is the result of executing a TRUNCATE TABLE command on a table that has Flashback Archiving enabled?

Options:

A.

It fails with the ORA-665610 Invalid DDL statement on history-tracked message

B.

The rows in the table are truncated without being archived.

C.

The rows in the table are archived, and then truncated.

D.

The rows in both the table and the archive are truncated.

Buy Now
Questions 41

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.

Buy Now
Questions 42

Which two statements are true about using SQL*Loader? (Choose two.)

Options:

A.

It can load data from external files by using the direct path only.

B.

It can load data into multiple tables using the same load statement.

C.

It can load data into only one table at a time.

D.

It can generate unique sequential key values in specified columns.

E.

It can load data from external files by using the conventional path only.

Buy Now
Questions 43

To enable faster incremental backups, you enabled block change tracking for the database.

Which two statements are true about the block change tracking file? (Choose two.)

Options:

A.

Multiple change tracking files can be created for a database.

B.

The change tracking file must be created after the first level 0 backup.

C.

RMAN does not support backup and recovery of the change tracking file.

D.

The database clears the change tracking file and starts tracking changes again, after whole database restore and recovery operations.

Buy Now
Questions 44

Identify two prerequisites for configuring Enterprise Manager Database Express (EM Express).

Options:

A.

Grant the APEX_PUBLIC_USER role to the SYSMAN user.

B.

Use the DBMS_XDB_CONFIG.SETHTTPPORT procedure to configure a port number for Oracle HTTP Server.

C.

Install Oracle HTTP Server.

D.

Configure at least one dispatcher for the TCP/IP protocol.

E.

Create a SYSMAN user with the SYSDBA privilege as an administrator for EM Express.

Buy Now
Questions 45

In your database, the STATISTICS_LEVEL parameter is set to TYPICAL and an Automatic

Workload Repository (AWR) snapshot is taken every 30 minutes.

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

Options:

A.

It measures database performance by analyzing the wait time and CPU time of all non-idle user sessions.

B.

It always compares the latest snapshot with the baseline snapshot for analysis.

C.

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

D.

It requires at least four AWR snapshots for analysis.

E.

It calls other advisors if required, but does not provide recommendations about the advisors to be used.

Buy Now
Questions 46

Which component resides in the System Global Area (SGA) of a database instance only in shared server connections?

Options:

A.

User Global Area

B.

Program Global Area

C.

SQL Query Result Cache

D.

PL/SQL Function Result Cache

Buy Now
Questions 47

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

Buy Now
Questions 48

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

Buy Now
Questions 49

Which two must be installed or configured either manually or by DBCA in order to use Enterprise Manager

Database Express (EM Express)? (Choose two.)

Options:

A.

A port number for Oracle HTTP Server must be configured

B.

The APEX_PUBLIC_USER role must be granted to SYSMAN

C.

A SYSMAN user with SYSDBA privilege must be created

D.

At least one TCP/IP dispatcher must be configured

E.

The Oracle HTTP Server must be installed

Buy Now
Questions 50

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 51

In your multitenant container database (CDB) containing pluggable database (PDBs), you granted the CREATE TABLE privilege to the common user C # # A_ADMIN in root and all PDBs.

You execute the following command from the root container:

SQL > REVOKE create table FROM C # # A_ADMIN;

What is the result?

Options:

A.

It executes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in root only.

B.

It fails and reports an error because the CONTAINER=ALL clause is not used.

C.

It excludes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in root and all PDBs.

D.

It fails and reports an error because the CONTAINER=CURRENT clause is not used.

E.

It executes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in all PDBs.

Buy Now
Questions 52

Which task would you recommend before using the Database Upgrade Assistant (DBUA) to upgrade a single-instance Oracle 11g R2 database to Oracle Database 12c?

Options:

A.

shutting down the database instance that is being upgraded

B.

executing the catctl.pl script to run the upgrade processes in parallel

C.

running the Pre-Upgrade Information Tool

D.

copying the listener.ora file to the new ORACLE_HOME

Buy Now
Questions 53

You execute the following piece of code with appropriate privileges:

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

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

Options:

A.

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

B.

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

C.

Data is never redacted for the EMP_V.SAL column.

D.

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

E.

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

Buy Now
Questions 54

You ran this command on a source database:

$> expdp hr/hr DIRECTORY=dumpdir DUMPFILE=emp1.dmp VIEWS_AS_TABLES=emp_dept

On the target database, you run this command:

$> impdp hr/hr DIRECTORY=dumpdir DUMPFILE=emp1.dmp VIEWS_AS_TABLES=emp_dept

Which two statements are true? (Choose two.)

Options:

A.

The expdp operation exports all rows for tables contained in the defining query of the EMP_DEPT view

B.

The impdp operation creates separate tables for each table contained in the defining query of the

EMP_DEPT view

C.

The expdp operation exports all rows that are displayed when querying the EMP_DEPT view with no filter

D.

The impdp operation creates EMP_DEPT as a table

E.

The expdp operation exports the table definitions for tables that are queried in the EMP_DEPT view.

F.

The impdp operation creates EMP_DEPT as a view

Buy Now
Questions 55

The ORCL database is configured to support shared server mode. You want to ensure that a user connecting remotely to the database instance has a one-to-one ratio between client and server processes.

Which connection method guarantees that this requirement is met?

Options:

A.

connecting by using an external naming method

B.

connecting by using the easy connect method

C.

creating a service in the database by using the DBMS_SERVICE.CREATE_SERVICE procedure and using this service for creating a local naming service

D.

connecting by using the local naming method with the SERVER = DEDICATED parameter set in the tnsnames.ora file for the net service

E.

connecting by using a directory naming method

Buy Now
Questions 56

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
Exam Code: 1z0-062
Exam Name: Oracle Database 12c: Installation and Administration
Last Update: Apr 14, 2023
Questions: 379