Weekend Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

1z0-182 Sample Questions Answers

Questions 4

Which two statements describe how Optimizer Statistics are collected?

Options:

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.

Buy Now
Questions 5

Which statement is true about database links?

Options:

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.

Buy Now
Questions 6

Which three functions are performed by dispatchers in a shared server configuration?

Options:

A.

Sending shared server session responses back to requesters on the appropriate connection.

B.

Writing inbound requests to the common request queue from all shared server connections.

C.

Broadcasting shared server session responses back to requesters on all connections.

D.

Receiving inbound requests from processes using shared server connections.

E.

Sending each connection input request to the appropriate shared server input queue.

F.

Checking for outbound shared server responses on the common outbound response queue.

Buy Now
Questions 7

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

Options:

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.

Buy Now
Questions 8

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?

Options:

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.

Buy Now
Questions 9

What are Optimizer Statistics?

Options:

A.

Optimizer Statistics are a set of data distribution statistics collected in real time as data is inserted, deleted, or updated, which are stored in AWR and used for generating SQL execution plans.

B.

Optimizer Statistics are statistics about data distribution within Oracle Datafiles.

C.

Optimizer Statistics are table, column, index, and system statistics used for generating efficient SQL execution plans.

D.

Optimizer Statistics are part of system performance statistics stored in AWR required for calculating SQL execution plans.

Buy Now
Questions 10

Examine these commands:

[oracle@host01 ~]$ sqlplus u1/oracle

SQL> SELECT * FROM emp;

ENO ENAME DN

-------------------------

1 Alan 2

2 Ben 2

SQL> exit

[oracle@host01 ~]$ cat emp.dat

1, Alan, 2

3, Curl, 4

4, Bob, 4

[oracle@host01 ~]$ sqlldr u1/oracle TABLE=emp

Which two statements are true?

Options:

A.

It overwrites the data for Alan and adds data for Curl and Bob.

B.

It generates a log that contains control file entries, which can be used with normal SQL*Loader operations.

C.

It appends data from EMP.DAT to EMP.

D.

It generates a SQL script that it uses to load data from EMP.DAT to EMP.

E.

It overwrites all data in EMP with data from EMP.DAT.

Buy Now
Questions 11

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

Options:

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.

Buy Now
Questions 12

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

Options:

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.

Buy Now
Questions 13

Which three statements are true about a dedicated server configuration?

Options:

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.

Buy Now
Questions 14

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

Options:

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.

Buy Now
Questions 15

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

Options:

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.

Buy Now
Questions 16

Which three actions are ways to apply the principle of least privilege?

Options:

A.

Enabling Unified Auditing.

B.

Revoking execute privilege on UTL_SMTP, UTL_TCP, UTL_HTTP, and UTL_FILE from the roles/users (assuming typo for duplicate option).

C.

Using Access Control Lists (ACLs).

D.

Setting the O7_DICTIONARY_ACCESSIBILITY parameter to TRUE.

E.

Setting the REMOTE_OS_AUTHENT parameter to TRUE.

Buy Now
Questions 17

Which three statements are true about the Oracle Database server during and immediately after SHUTDOWN TRANSACTIONAL?

Options:

A.

Instance recovery occurs automatically during the shutdown.

B.

Uncommitted transactions are allowed to continue to the next ROLLBACK.

C.

New connection requests made to the database instance are refused.

D.

Sessions remain connected even if they are not running a transaction.

E.

Uncommitted transactions are allowed to continue to the next COMMIT.

Buy Now
Questions 18

In which two ways would you disable timing information collected for wait events and much of the performance monitoring capability of the database?

Options:

A.

By setting the TIMED_STATISTICS system parameter to FALSE.

B.

By executing the PL/SQL procedure DBMS_TIME_STATISTIC.DISABLE(TRUE).

C.

By setting the TIMED_STATISTICS_LEVEL system parameter to FALSE.

D.

By setting the STATISTICS_LEVEL parameter to BASIC.

E.

By executing the PL/SQL procedure DBMS_TIME_STATISTIC.LEVEL(BASIC).

Buy Now
Questions 19

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

Options:

A.

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

B.

It overwrites any existing file with the name sales02.dbf in /u02 by default.

C.

The "TO" clause containing the new file name must be specified even if Oracle Managed Files (OMF) is used.

D.

Compressed objects in sales01.dbf will be uncompressed in sales02.dbf after the move.

E.

Tables with one or more extents in this data file may be queried during the execution of this command.

Buy Now
Questions 20

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?

Options:

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.

Buy Now
Questions 21

In one of your databases, you create a user, HR, and then execute this command: GRANT CREATE SESSION TO hr WITH ADMIN OPTION; Which three actions can HR perform?

Options:

A.

Execute DML statements in the HR schema.

B.

Log in to the database instance.

C.

Revoke the CREATE SESSION privilege from other users.

D.

Grant the CREATE SESSION privilege with ADMIN OPTION to other users.

E.

Revoke the CREATE SESSION privilege from user HR.

F.

Execute DDL statements in the HR schema.

Buy Now
Questions 22

At which two container database levels can COMMON Unified Audit Policies be used?

Options:

A.

COMMON Unified Audit Policies can only be created at CDB level to monitor DBA operation at any level.

B.

At the CDB level.

C.

At the Application Root level of an Application Container.

D.

At any level by using the COMMON option in the policy.

E.

At the PDB level if the policy is created by a COMMON user.

Buy Now
Questions 23

You must create a tablespace of nonstandard block size in a new file system and plan to use this command: CREATE TABLESPACE ns_tbs DATAFILE '/u02/oracle/data/nstbs_f01.dbf' SIZE 100G BLOCKSIZE 32K; The standard block size is 8K, but other nonstandard block sizes will also be used. Which two are requirements for this command to succeed?

Options:

A.

DB_32K_CACHE_SIZE must be less than DB_CACHE_SIZE.

B.

DB_32K_CACHE_SIZE must be set to a value that can be accommodated in the SGA.

C.

The operating system must use a 32K block size.

D.

DB_32K_CACHE_SIZE should be set to a value greater than DB_CACHE_SIZE.

E.

The /u02 file system must have at least 100G space for the datafile.

Buy Now
Questions 24

Which two are benefits of external tables?

Options:

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.

Buy Now
Questions 25

Which three statements are true about Deferred Segment Creation in Oracle databases?

Options:

A.

It is supported for Index Organized Tables (IOTs) contained in locally managed tablespaces.

B.

It is supported for SYS-owned tables contained in locally managed tablespaces.

C.

It is the default behavior for tables and indexes.

D.

Indexes inherit the DEFERRED or IMMEDIATE segment creation attribute from their parent table.

E.

Sessions may dynamically switch back and forth from DEFERRED to IMMEDIATE segment creation.

Buy Now
Questions 26

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

Options:

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.

Buy Now
Questions 27

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

Options:

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.

Buy Now
Questions 28

One of your database instances was shut down normally and then started in NOMOUNT state. You then executed this command: ALTER DATABASE MOUNT; Which two of these actions are performed?

Options:

A.

Online data files are opened.

B.

Online redo logs are opened.

C.

The initialization parameter file is read.

D.

Oracle shared memory structures are allocated.

E.

The alert log has instance startup details written to it.

F.

Control files are read.

Buy Now
Exam Code: 1z0-182
Exam Name: Oracle Database 23ai Administration Associate
Last Update: Aug 5, 2025
Questions: 94
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now 1z0-182