Month End Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Which two statements are true about the DUAL table?

A.

It can be accessed by any user who has the SELECT privilege in any schema.

B.

It consists of a single row and single column of VARCHAR2 data type.

C.

It can display multiple rows but only a single column.

D.

It can be accessed only by the SYS user.

E.

It can display multiple rows and columns.

F.

It can be used to display only constants or pseudo columns.

Full Access
Question # 5

Which two statements are true about the UNLIMITED TABLESPACE system privilege and space quota?

A.

It allows a user to have unlimited space in any tablespace in the database.

B.

It is overridden by a space quota specified for the user.

C.

It allows a user to have unlimited space only in their default permanent tablespace.

D.

It allows a role to have unlimited space in any tablespace in the database.

E.

By default, users have no quota on their default permanent tablespace.

Full Access
Question # 6

Which two statements are true about advanced connection options supported by Oracle Net for connection to Oracle?

A.

Connect Time Failover requires the use of Transparent Application Failover (TAF).

B.

Source Routing requires the use of encrypted connections.

C.

Connect Time Failover requires the connect string to have two or more listener addresses configured.

D.

Load Balancing requires the use of a name server.

E.

Load Balancing can balance the number of connections to dispatchers when using a Shared Server configuration.

Full Access
Question # 7

orcl.dmp contains a full export of the ORCL database. This command is executed to load data from orcl.dmp into the TESTDB database: [oracle@host01 ~] impdp system/oracle SCHEMAS=sh,oe REMAP_SCHEMA=sh:hr DUMPFILE=orcl.dmp EXCLUDE=index TABLE_EXISTS_ACTION=replace LOGFILE=impdp.log Which two statements are true?

A.

It drops and re-creates indexes that exist in both ORCL:SH and TESTDB:HR.

B.

It skips only tables that exist in ORCL:SH and ORCL:OE.

C.

It skips all indexes of ORCL:SH and in both ORCL:SH and TESTDB:HR.

D.

It drops and re-creates tables that exist in both ORCL:SH and TESTDB:HR.

E.

It skips only indexes that exist in both ORCL:SH and TESTDB:HR.

Full Access
Question # 8

What memory structure caches the data dictionary providing access to all database user processes?

A.

The Large Pool

B.

The Java Pool

C.

The Streams Pool

D.

The Shared Pool

Full Access
Question # 9

Which statement is true about database links?

A.

A public database link can be created only by SYS.

B.

A database link can be created only between two Oracle databases.

C.

A database link created in a database allows a connection from that database's instance to the target database's instance, but not vice versa.

D.

A public database link can be used by a user connected to the local database instance to connect to any schema in the remote database instance.

E.

Private database link creation requires the same user to exist in both the local and the remote databases.

Full Access
Question # 10

Examine this command: ALTER DATABASE MOVE DATAFILE '\u01/sales1.dbf' TO '\u01/sales01.dbf' REUSE; Which two statements are true?

A.

DML may be performed on tables with one or more extents in this data file during the execution of this command.

B.

If Oracle Managed Files (OMF) is used, then the file is renamed but moved to DB_CREATE_FILE_DEST.

C.

The tablespace containing SALES1.DBF must be altered READ ONLY before executing the command.

D.

The file is renamed and stored in the same location.

E.

The tablespace containing SALES1.DBF must be altered OFFLINE before executing the command.

Full Access
Question # 11

Which statement is true about the PDB_DBA role granted to a local user during the creation of a new PDB?

A.

The role has the privileges to administer the PDB.

B.

The role has the privileges to perform DDL operations on all local schema objects.

C.

The role has the privileges to create and manage users within the PDB.

D.

No privileges are provided with the PDB_DBA role.

Full Access
Question # 12

Which two statements are true about the tools used to configure Oracle Net Services?

A.

The lsnrctl utility requires a listener.ora file to exist before it is started.

B.

Enterprise Manager Cloud Control can be used to centrally configure net service names for any database server target.

C.

The Oracle Net Configuration Assistant is only used when running the Oracle installer.

D.

Oracle Net Manager can be used to locally configure naming methods on a database server.

E.

Oracle Net Manager can be used to centrally configure listeners on any database server target.

Full Access
Question # 13

Which two Oracle database space management features require the use of locally managed tablespaces?

A.

Automatic data file extension (AUTOEXTEND).

B.

Free space management with bitmaps.

C.

Oracle Managed Files (OMF).

D.

Server-generated tablespace space alerts.

E.

Online segment shrink.

Full Access
Question # 14

You start your database instance in NOMOUNT state. Which two actions are performed?

A.

All required background processes are started.

B.

The consistency of the database is checked.

C.

The control files are opened.

D.

Memory is allocated for the SGA.

E.

SYS can access the database.

Full Access
Question # 15

Which two statements describe how Optimizer Statistics are collected?

A.

Optimizer Statistics are collected automatically by an automatic maintenance job that runsduring predefined maintenance windows.

B.

Optimizer Statistics are collected in real-time as data is inserted, deleted, or updated.

C.

Optimizer Statistics can be manually collected at multiple levels using DBMS_STATS.GATHER_*_STATS PL/SQL procedures.

D.

Optimizer Statistics are collected by the Statistics Advisor.

E.

Optimizer Statistics are collected automatically by Automatic Workload Repository (AWR) Snapshot.

Full Access
Question # 16

What are Oracle Database Metrics?

A.

Oracle Database Metrics monitor performance using thresholds to generate alerts.

B.

Oracle Database Metrics are part of the Oracle Database Notification system to email information about major database events.

C.

Oracle Database Metrics are a set of measured statistics per unit of time (per second), transaction, or sessions that are used to evaluate performance.

D.

Oracle Database Metrics are part of Oracle Enterprise Manager Cloud Control's Notification system used to email alerts.

E.

Oracle Database Metrics are a set of statistics built in Oracle Enterprise Manager Cloud Control and used for automation.

Full Access
Question # 17

You execute this command: [oracle@host01 ~]$ expdp system/oracle FULL=Y DUMPFILE=exp_db_full.dmp PARALLEL=4 LOGFILE=exp_db_full.log JOB_NAME=exp_db_full. During the export operation, you detach from the job by using CTRL+C and then execute this command: Export> STOP_JOB=IMMEDIATE. Are you sure you wish to stop the job ([yes]/no): yes. Which two statements are true about the job?

A.

It continues to run in the background.

B.

You cannot monitor it.

C.

You can reattach to it and monitor it.

D.

It terminates.

Full Access
Question # 18

Which resource plan is used to manage the resources for the predefined maintenance window?

A.

By default, all predefined maintenance windows use the DEFAULT_MAINTENANCE_PLANresource plan, and automated maintenance tasks run under subplan called ORA$AUTOTASK.

B.

The resources used by the predefined maintenance window can only be adjusted if you create a new resource plan in Resource Manager ...

C.

The predefined maintenance window starts automatically with 20% of the system resources ...

D.

The SYS_GROUP consumer resource group policies define the resources assigned ...

Full Access
Question # 19

You have connected to a PDB to perform the administration operations of changing and verifying a system parameter that is PDB_MODIFIABLE. What is the appropriate mode to open the PDB to achieve this?

A.

READ WRITE

B.

RESTRICTED READ ONLY

C.

READ ONLY

D.

RESTRICTED WRITE ONLY

Full Access
Question # 20

Which two are true about shrinking a segment online?

A.

To shrink a table it must have row movement enabled.

B.

It is not possible to shrink either indexes or Index Organized Tables (IOTs).

C.

To shrink a table it must have a UNIQUE KEY constraint.

D.

It must be in a tablespace that uses Automatic Segment Space Management (ASSM).

E.

To shrink a table it must have a PRIMARY KEY constraint.

Full Access
Question # 21

Which two statements are true about database instances and Real Application Clusters (RAC)?

A.

A RAC database must have two or more instances.

B.

A RAC database can have one instance.

C.

A RAC database must have three or more instances.

D.

A RAC database can have instances on separate servers.

E.

Two RAC databases can share their instances.

Full Access
Question # 22

What services does the Automatic Workload Repository (AWR) provide for the database self-tuning functionality?

A.

Creates a new PDB by plugging in a previously unplugged Non-CDB.

B.

Simplifies the process of migrating Non-CDB databases to the cloud.

C.

Enables the creation of a Non-CDB from a CDB.

D.

Creates a new PDB with the original SID of the Non-CDB.

Full Access
Question # 23

In the SPFILE of a single instance database, LOCAL_LISTENER is set to LISTENER_1. The TNSNAMES.ORA file in $ORACLE_HOME/network/admin in the database home contains: LISTENER_1 = (ADDRESS = (PROTOCOL = TCP)(HOST = host1.abc.com)(PORT = 1521)). Which statement is true?

A.

The definition for LISTENER_1 requires a CONNECT_DATA section to enable dynamic service registration.

B.

LISTENER_1 must also be defined in the LISTENER.ORA file to enable dynamic service registration.

C.

The LREG process registers services dynamically with the LISTENER_1 listener.

D.

Dynamic service registration cannot be used for this database instance.

E.

There are two listeners named LISTENER and LISTENER_1 running simultaneously using port 1521 on the same host as the database in LISTENERS.

Full Access
Question # 24

Your database instance is started with an SPFILE. A PFILE is also available. You execute this command: ALTER SYSTEM SET DB_CACHE_SIZE=100K; Where does the value change?

A.

In the SPFILE and PFILE

B.

In the SPFILE and memory

C.

Only in memory

D.

In the SPFILE, PFILE, and memory

E.

Only in the SPFILE

Full Access
Question # 25

You execute this command: CREATE SMALLFILE TABLESPACE sales DATAFILE '/u01/app/oracle/sales01.dbf' SIZE 5G SEGMENT SPACE MANAGEMENT AUTO; Which two statements are true about the SALES tablespace?

A.

Free space is managed using freelists.

B.

It uses the database default block size.

C.

It must be smaller than the smallest BIGFILE tablespace.

D.

It is a locally managed tablespace.

E.

Any data files added to the tablespace must have a size of 5 gigabytes.

Full Access
Question # 26

Which of the following statements is true about external tables?

A.

They are read/write tables.

B.

They describe how the external table layer presents data to the server.

C.

They describe data stored in the database.

D.

They describe how data is stored in the external source.

Full Access
Question # 27

Which three statements are true about the tools used to configure Oracle Net Services?

A.

Oracle Net Manager can be used to centrally configure listeners on any database server target.

B.

The Oracle Net Configuration Assistant is only used when running the Oracle installer.

C.

Enterprise Manager Cloud Control can be used to centrally configure net service names for any database server target.

D.

Enterprise Manager Cloud Control can be used to centrally configure listeners on any managed database server.

E.

The lsnrctl utility requires a listener.ora file to exist before it is started.

F.

Oracle Net Manager can be used to locally configure naming methods on a database server.

Full Access
Question # 28

Which two methods can be used to purge audit records of the Unified Audits?

A.

Only viewed audit records can be purged from Unified Audits.

B.

Use DBMS_AUDIT_MGMT.CREATE_PURGE_JOB as a privileged user to schedule an automatic purge job.

C.

Only the owner of a Unified Audit Policy can purge audit records by resetting the policy.

D.

Use DBMS_AUDIT_MGMT.CLEAN_AUDIT_TRAIL as a privileged user to manually purge audit records.

E.

Use DBMS_AUDIT_MGMT.DELETE_AUDIT_RECORDS('POLICY_NAME') as a privileged user to manually purge audit records of a specified Unified Policy.

Full Access