Summer Special Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 713PS592

1z0-182 Oracle Database 23ai Administration Associate Questions and Answers

Questions 4

Which data dictionary view describes the data sources of external tables?

Options:

A.

DBA_ALL_USER_EXTERNAL_LOCATIONS

B.

DBA_ALL_USER_TAB_COLUMNS

C.

DBA_ALL_USER_EXTERNAL_TABLES

D.

DBA_ALL_USER_TABLES

Buy Now
Questions 5

Which three statements are true about an SPFILE?

Options:

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.

Buy Now
Questions 6

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

Options:

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.

Buy Now
Questions 7

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

Options:

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.

Buy Now
Questions 8

Your data center uses Oracle Managed Files (OMF) for all databases. All tablespaces are smallfile tablespaces. SALES_Q1 is a permanent user-defined tablespace in the SALES database. The following command is about to be issued by a DBA logged in to the SALES database: ALTER TABLESPACE sales_q1 ADD DATAFILE; Which two actions independently ensure that the command executes successfully?

Options:

A.

Specify a path in the DATAFILE clause of the command specifying a location with at least 100 MB of available space.

B.

Add the AUTOEXTEND ON clause with NEXT set to 100M.

C.

Ensure that DB_RECOVERY_FILE_DEST and DB_CREATE_FILE_DEST each specify locations with at least 50 MB of available space.

D.

Ensure that DB_CREATE_FILE_DEST specifies a location with at least 100 MB of available space.

E.

Ensure that DB_RECOVERY_FILE_DEST and DB_CREATE_FILE_DEST each specify locations with at least 50 MB of available space.

Buy Now
Questions 9

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

Options:

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.

Buy Now
Questions 10

Which two tasks can be performed in the NOMOUNT state?

Options:

A.

Renaming data files.

B.

Enabling online redo log archiving.

C.

Creating a database.

D.

Re-creating control files.

E.

Full database recovery.

Buy Now
Questions 11

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 12

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 13

Which two statements are true about User Authentication in an Oracle Database?

Options:

A.

Operating System authentication may be used for system-privileged administrative users.

B.

Password authentication must be used for system-privileged administrative users.

C.

Password File authentication is supported for any type of database user.

D.

REMOTE_LOGIN_PASSWORDFILE must be set to EXCLUSIVE to permit password changes for system-privileged administrative users.

E.

Password File authentication must be used for system-privileged administrative users.

Buy Now
Questions 14

Which three tasks are part of the predefined Automated Maintenance Tasks?

Options:

A.

Automatic Backups of the database system files.

B.

Automatic Optimizer Statistics Collection.

C.

Automatic error and failure log collection tasks.

D.

Automatic SQL Plan Management advisor tasks.

E.

Automatic notification tasks.

F.

Automatic segment and segment statistics advisor tasks.

Buy Now
Questions 15

You are going to perform a hot remote clone of PDB1 from CDB1 as TESTPDB in CDB2. Which of the following is a necessary prerequisite for the hot remote clone?

Options:

A.

PDB1 must be taken offline before the cloning process begins.

B.

Both CDBs need to be in local undo mode.

C.

PDB1 must be in read-only mode.

D.

TESTPDB must be in read-only mode after the cloning process is complete.

Buy Now
Questions 16

Which three statements are true about using SQL*Plus?

Options:

A.

It can run scripts passed to it by a shell script.

B.

It can run Recovery Manager (RMAN) commands.

C.

It must be downloaded from the Oracle Technology Network (OTN).

D.

It has both command-line and graphical user interfaces (GUI).

E.

It can run scripts entered at the SQL prompt.

F.

It has its own commands that are separate from any SQL statements.

Buy Now
Questions 17

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 18

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?

Options:

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.

Buy Now
Questions 19

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 20

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?

Options:

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.

Buy Now
Questions 21

Which statement regarding PDBs (Pluggable Databases) is correct?

Options:

A.

You can drop a PDB as long as it is not the PDB seed.

B.

You cannot drop a source PDB of a refreshable PDB.

C.

You can drop an application root along with the associated PDBs.

D.

When the relocation of a PDB is finished, the source PDB must be dropped.

Buy Now
Questions 22

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

Options:

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.

Buy Now
Questions 23

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

Options:

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.

Buy Now
Questions 24

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

Options:

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.

Buy Now
Questions 25

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 26

Which three Oracle database space management features will work with both Dictionary and Locally managed tablespaces?

Options:

A.

Capacity planning growth reports based on historical data in the Automatic Workload Repository (AWR).

B.

Online table segment shrink.

C.

Online index segment shrink.

D.

Oracle Managed Files (OMF).

E.

Automatic data file extension (AUTOEXTEND).

Buy Now
Questions 27

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 28

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
Exam Code: 1z0-182
Exam Name: Oracle Database 23ai Administration Associate
Last Update: Jun 12, 2025
Questions: 94

PDF + Testing Engine

$66  $164.99

Testing Engine

$50  $124.99
buy now 1z0-182 testing engine

PDF (Q&A)

$42  $104.99
buy now 1z0-182 pdf