Special Summer Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

1z0-182 Questions and Answers

Question # 6

In one of your databases, the user HR has the password HRMGR. You want to connect to a database instance whose listener listens on port 1531 by using this statement: CONNECT HR/HRMGR@orcl. No name server is used. Which statement is true about ORCL?

A.

It must be the name of the database to whose instance HR wishes to connect.

B.

It must resolve to a valid connect descriptor in the client's tnsnames.ora file.

C.

It must be the name of the server running the database to whose instance HR wishes to connect.

D.

It must resolve to a valid connect descriptor in the server's tnsnames.ora file.

E.

It must be the value of the SERVICE_NAMES parameter on the client side.

Full Access
Question # 7

Which two statements are true about the PMON background process?

A.

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

B.

It records checkpoint information in the control file.

C.

It frees resources held by abnormally terminated processes.

D.

It rolls back transactions when a process fails.

E.

It frees unused temporary segments.

Full Access
Question # 8

Which two statements are true concerning logical and physical database structures?

A.

A segment can span multiple data files in some tablespaces.

B.

Segments can span multiple tablespaces.

C.

A segment might have only one extent.

D.

All tablespaces may have one or more data files.

E.

A segment’s blocks can be of different sizes.

Full Access
Question # 9

You execute this command: CREATE BIGFILE TABLESPACE big_tbs DATAFILE '/u01/oracle/data/big_f1.dbf' SIZE 20G; Sufficient storage is available in filesystem /u01. Which two statements are true about the BIG_TBS tablespace?

A.

It will be a dictionary-managed tablespace by default.

B.

Additional data files may not be added.

C.

AUTOEXTEND is possible for the datafile.

D.

It will always have a 32K blocksize.

E.

It must be bigger than the largest SMALLFILE tablespace.

Full Access
Question # 10

Script abc.sql must be executed to perform a certain task. User HR with password HR exists in the target database and the account is unlocked. The TNSNAMES.ORA file is up to date. Examine this command attempted by the user: $ sqlplus hr/hr@orcl @abc. What will happen and why?

A.

The command succeeds and HR will be connected to the orcl database and after logging out to the abc database.

B.

The command fails because the script must refer to the full path name.

C.

The command fails and reports an error because @ is used twice.

D.

The command succeeds and HR will be connected to the orcl database instance, and the abc script will be executed.

E.

The command succeeds and HR will be connected to the orcl database instance, and the abc script will be executed.

Full Access
Question # 11

Which three statements are true about a dedicated server configuration?

A.

The DBA configures the maximum number of dedicated server processes that can share the samedispatcher process.

B.

A dedicated server process may be reused by a new session after the session using that process terminates.

C.

A dedicated server process communicates directly with a client or middle-tier process once the session is established.

D.

Each dedicated server process has its own dispatcher process.

E.

A dedicated server process can be spawned by the listener when using local clients.

F.

A dedicated server process can be spawned without a listener when using local clients.

Full Access
Question # 12

Which two are benefits of external tables?

A.

They support DELETEs, which transparently deletes records in the file system as if they were table rows.

B.

They can be queried while the database is in the MOUNT state like dynamic performance views.

C.

They support UPDATEs, which transparently updates records in the file system as if they were table rows.

D.

They can be queried, transformed, and joined with other tables without having to load the data first.

E.

The results of a complex join or aggregating function or both can be unloaded to a file for transportation to other systems.

Full Access
Question # 13

As the DBA, you execute this command: GRANT CREATE VIEW TO usr1 WITH ADMIN OPTION; USR1 then executes: GRANT CREATE VIEW TO usr2 WITH ADMIN OPTION; USR2 then executes: GRANT CREATE VIEW TO usr3; Which statement is true?

A.

When the DBA revokes the CREATE VIEW privilege from USR1, it is revoked from USR2 but not USR3.

B.

When the DBA revokes the CREATE VIEW privilege from USR2, it is revoked from USR3.

C.

The DBA can revoke only ADMIN OPTION from USR1.

D.

USR1 can revoke the CREATE VIEW privilege from USR3.

E.

When the DBA revokes the CREATE VIEW privilege from USR1, it is neither revoked from USR2 nor USR3.

Full Access
Question # 14

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 # 15

Which three statements are true about an SPFILE?

A.

It can be created by SYS from an idle instance.

B.

It contains only static initialization parameters.

C.

It can be used to create a PFILE.

D.

It must exist for a database instance to start.

E.

It contains initialization parameters whose values can be changed using the ALTER SYSTEM statement.

Full Access
Question # 16

You unplugged a PDB to plug it into another CDB with the following command: SQL> ALTER PLUGGABLE DATABASE pdb1 UNPLUG INTO '/tmp/pdb1.pdb'; Which statement is true prior to plugging the PDB into the other CDB?

A.

The PDB archive file must be copied to the target CDB.

B.

The PDB manifest and all the datafiles must be copied to the target CDB.

C.

PDB archive file and only the user-defined tablespaces must be copied to the target CDB.

D.

The PDB manifest, the data files, and the PDB archive file must be copied to the target CDB.

Full Access
Question # 17

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 # 18

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 # 19

Which two statements are true about undo segments and the use of undo by transactions in an Oracle database instance?

A.

Undo segments can be stored in the SYSTEM tablespace.

B.

A single transaction may use multiple undo segments simultaneously.

C.

Undo segments can be stored in the SYSAUX tablespace.

D.

Undo segments can extend when a transaction fills the last extent of the undo segment.

E.

Undo segments can wrap around to the first extent when a transaction fills the last extent of the undo segment.

Full Access
Question # 20

Examine this command: SQL> ALTER TABLE ORDERS SHRINK SPACE COMPACT; Which two statements are true?

A.

Dependent indexes become UNUSABLE.

B.

The SHRINK operation causes rows to be moved to empty space starting toward the end of the ORDERS segment.

C.

Only queries are allowed on ORDERS while SHRINK is executing.

D.

The high-water mark (HWM) of ORDERS is adjusted.

E.

Queries and DML statements are allowed on ORDERS while the SHRINK is executing.

F.

The SHRINK operation causes rows to be moved to empty space starting from the beginning of the ORDERS segment.

Full Access
Question # 21

What are the three components of Oracle Database Automatic Maintenance Tasks?

A.

A diagnostic system that collects database error logs and details about database failures that can be found to diagnose complete file.

B.

Oracle Database Resource Manager, which enables you to manage and configure system resources used by the Automatic Maintenance Tasks.

C.

The maintenance windows managed by Oracle Database Scheduler, which are predefined time intervals permitting scheduled tasks.

D.

A packaging system that allows you to combine all error and failure logs to share with Oracle Support.

E.

A database alert log that stores details about major database operations and errors, which is used to manage cluster performance.

F.

A set of tasks that are started automatically at regular intervals to perform maintenance operations on the database.

Full Access
Question # 22

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 # 23

Which three tasks are performed by background processes in an Oracle database instance?

A.

Creating dedicated server connections.

B.

Registering services with Oracle Net listeners.

C.

Writing redo to log files.

D.

Writing dirty database block images from the buffer cache.

E.

Reading database blocks into the buffer cache.

Full Access
Question # 24

Which two actions can you perform using DBCA for an existing database?

A.

Change the character set.

B.

Create an additional listener.

C.

Change the server mode from dedicated to shared, and vice versa.

D.

Create nonstandard block size tablespaces.

E.

Create a template that can be used to clone the database.

Full Access
Question # 25

You want to view the initialization parameter settings for only a specific PDB. Which of the following statements is true?

A.

From the PDB, execute SELECT db_uniq_name, pdb_uid, name, value$ FROM pdb_spfile$;

B.

From the CDB root, execute SELECT NAME, VALUE, ISPDB_MODIFIABLE FROM v$parameter;

C.

From the CDB root, execute SELECT db_uniq_name, pdb_uid, name, value$ FROM pdb_spfiles;

D.

From the PDB, execute SELECT NAME, VALUE, ISPDB_MODIFIABLE FROM v$parameter;

Full Access
Question # 26

You execute the SHUTDOWN ABORT command. Which two statements are true?

A.

A checkpoint is written.

B.

Subsequent instance startup performs media recovery.

C.

Subsequent instance startup performs instance recovery.

D.

Data files are closed normally.

E.

Uncommitted transactions are not rolled back by the shutdown.

Full Access
Question # 27

Which three relationships between instances and Oracle databases are possible without using Multi-tenant?

A.

One instance on one server mounting multiple databases.

B.

Two or more instances on separate servers all mounting and opening the same database.

C.

One instance on one server mounting and opening multiple databases.

D.

One instance on one server that has no database mounted.

E.

One instance on one server mounting and opening one database.

Full Access
Question # 28

Which two tasks can be performed in the NOMOUNT state?

A.

Renaming data files.

B.

Enabling online redo log archiving.

C.

Creating a database.

D.

Re-creating control files.

E.

Full database recovery.

Full Access