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

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

Questions 4

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 5

Which two account management capabilities can be configured using Oracle profiles?

Options:

A.

The maximum number of sessions permitted for a user before the password must be changed.

B.

The maximum amount of CPU time allowed for a user’s sessions before their account is locked.

C.

The number of days for which an account may be logged in to one or more sessions before it is locked.

D.

The ability to prevent a password from ever being reused.

E.

The number of days for which an account may be inactive before it is locked.

Buy Now
Questions 6

You have connected to the CDB root as a common user with the CREATE PLUGGABLE DATABASE system privilege and issued the following command: SQL> CREATE PLUGGABLE DATABASE pdb1 ADMIN USER admin1 IDENTIFIED BY p1 ROLES = (CONNECT) FILE_NAME_CONVERT = ('PDB$SEEDdir', 'PDB1dir'); Which three are results of the CREATE command?

Options:

A.

It creates new default schemas for the PDB.

B.

It creates tablespaces to store metadata.

C.

It creates a new local user ADMIN with SYSDBA privileges.

D.

The PDB must be opened Read Only to complete the integration of the PDB into the CDB.

E.

After the PDB is created, it is automatically opened Read/Write.

F.

It creates a new local user ADMIN with restricted privileges.

Buy Now
Questions 7

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

Options:

A.

The Large Pool

B.

The Java Pool

C.

The Streams Pool

D.

The Shared Pool

Buy Now
Questions 8

Which two statements are true about trace files produced by the Oracle Database server?

Options:

A.

All trace files contain error information that requires contacting Oracle Support.

B.

They can be written by server processes to a file system.

C.

They can be written by background processes to a file system.

D.

Trace file names are based on the database name concatenated with a sequential number.

E.

They can be written by server processes to the Fast Recovery Area (FRA).

Buy Now
Questions 9

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 10

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

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 13

Which two statements are true regarding Oracle database space management within blocks managed by Automatic Segment Space Management (ASSM)?

Options:

A.

ASSM assigns blocks to one of the four fullness categories based on what percentage of the block is allocated for rows.

B.

Update operations always relocate rows into blocks with free space appropriate to the length of the row being updated.

C.

Insert operations always insert new rows into blocks with free space appropriate to the length of the row being inserted.

D.

The first block with enough free space to accommodate a row being inserted will always be used for that row.

E.

PCTFREE defaults to 10% for all blocks in all segments for all compression methods.

Buy Now
Questions 14

Which two are true about shrinking a segment online?

Options:

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.

Buy Now
Questions 15

Which three statements are true about Oracle Managed Files (OMF)?

Options:

A.

If DB_RECOVERY_FILE_DEST is specified but DB_CREATE_ONLINE_LOG_DEST_n is not, the redo logs and control files are placed in DB_RECOVERY_FILE_DEST by default.

B.

If only DB_CREATE_FILE_DEST is specified, only data files and temp files are Oracle managed.

C.

If DB_CREATE_ONLINE_LOG_DEST_1 is specified but DB_CREATE_FILE_DEST is not, new data files and temp files are stored in DB_CREATE_ONLINE_LOG_DEST_1 by default.

D.

If DB_CREATE_FILE_DEST is specified but DB_CREATE_ONLINE_LOG_DEST_n is not, new redo logs and control files are stored in DB_CREATE_FILE_DEST by default.

E.

If only DB_CREATE_ONLINE_LOG_DEST_1 is specified, only redo logs and control files are Oracle Managed.

F.

If DB_RECOVERY_FILE_DEST is specified, at least two different locations must be specified for DB_CREATE_ONLINE_LOG_DEST_n.

Buy Now
Questions 16

Which three are benefits of using temp UNDO when performing DML on global temporary tables?

Options:

A.

It permits DML on global temporary tables even if the database is opened read-only.

B.

It reduces the amount of UNDO stored in the UNDO tablespace.

C.

It reduces I/Os to the SYSTEM tablespace.

D.

It reduces the amount of redo generated.

E.

It reduces I/Os to the SYSAUX tablespace.

Buy Now
Questions 17

You want to apply the principle of Least Privilege in all your live databases. One of your requirements is to revoke unnecessary privileges from all users who have them using Privilege Analysis. Which three types of analyses can be done using the DBMS_PRIVILEGE_CAPTURE package?

Options:

A.

Analysis of privileges that a user has on their own schema objects that they did not use.

B.

Analysis of all privileges used by all users including administrative users in the database.

C.

Analysis of all privileges used by all users but excluding administrative users in the database.

D.

Analysis of privileges granted directly to a role that are then used by a user who has been granted that role.

E.

Analysis of privileges granted indirectly to a role that are then used by a user who has beengranted that role.

F.

Analysis of privileges that a user has on their own schema objects that they did use.

Buy Now
Questions 18

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 19

Examine this command: ALTER DATABASE MOVE DATAFILE '\u01/sales1.dbf' TO '\u01/sales01.dbf' REUSE; 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.

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.

Buy Now
Questions 20

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

Options:

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 ...

Buy Now
Questions 21

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 22

Which two statements describe why Database Auditing is a security requirement?

Options:

A.

To monitor suspicious activity.

B.

To alert DBAs about system issues.

C.

To protect against data theft by a non-authorized user.

D.

To protect against data corruption.

E.

To monitor proper usage of the system and data by privileged users.

Buy Now
Questions 23

Which of the following is true about the status of a PDB that has been unplugged from a CDB?

Options:

A.

The STATUS column in CDB_PDBS of the unplugged PDB will be UNPLUGGED.

B.

The STATUS column in CDB_PDBS of the unplugged PDB will be UNAVAILABLE.

C.

The STATUS column in CDB_PDBS of the unplugged PDB will be REMOVED.

D.

The STATUS column in CDB_PDBS of the unplugged PDB will be DISABLED.

Buy Now
Questions 24

Which three statements are true about roles?

Options:

A.

Roles must be password protected.

B.

Roles may be granted to other roles.

C.

The SET ROLE statement can enable one or more roles for a session.

D.

Object privileges may not be granted to roles.

E.

All roles granted to a user are set on default when the user logs in.

F.

The SET ROLE statement can disable one or more roles for a session.

Buy Now
Questions 25

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?

Options:

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.

Buy Now
Questions 26

Which three statements are true about Enterprise Manager Cloud Control?

Options:

A.

It is integrated with My Oracle Support.

B.

It provides management for Oracle-engineered systems.

C.

It provides management for Oracle middleware.

D.

It uses a web-based console built into the Oracle database using XML DB.

E.

It is available to manage a database only when that database is open.

Buy Now
Questions 27

Which three statements are true about row chaining and row migration done by Oracle database block space management?

Options:

A.

A migrated row results in an update to any index on the table to point the row ID in the index to the row’s new location.

B.

Update statements can result in one or more migrated rows.

C.

Update statements can result in one or more chained rows.

D.

Row pieces of a chained row must always reside in different blocks.

E.

Insert statements can result in a migrated row.

Buy Now
Questions 28

Which two AWR-based tools listed below are part of Oracle Database self-tuning components?

Options:

A.

Automatic capture of statistical information from the SGA and storing it in the AWR using Automatic Database Diagnostic.

B.

ADDM, a server-based expert that reviews database performance statistics captured by Snapshots to identify potential problems before system performance degrades noticeably.

C.

Automatic Diagnostic Collector used to capture and store database errors and hung analysis.

D.

Automatic population of performance views (V$ views) from statistical data stored in AWR repository and using Automatic Database Diagnostic.

E.

Automatic Application Tracing used to collect High-Load SQL statements and statistics.

Buy Now
Exam Code: 1z0-182
Exam Name: Oracle Database 23ai Administration Associate
Last Update: Mar 28, 2025
Questions: 94

PDF + Testing Engine

$49.5  $164.99

Testing Engine

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

PDF (Q&A)

$31.5  $104.99
buy now 1z0-182 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 02 Apr 2025