Weekend Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: best70

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

Questions 4

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 5

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 6

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 7

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 8

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 9

Which two statements are true about the PMON background process?

Options:

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.

Buy Now
Questions 10

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?

Options:

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.

Buy Now
Questions 11

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 12

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 13

Which two SQL Plan Management Advisor tasks are part of Automatic Maintenance Tasks?

Options:

A.

The Automatic SQL Access Advisor task, which is used to manage an application SQL load.

B.

The Automatic SQL Performance Analyzer task, which is used to provide details about impact of database changes to application SQL batch.

C.

The Automatic Index Advisor task, which is used to create and maintain table indexes based on the DML load and operations.

D.

The Automatic SQL Plan Management Evolve Advisor task, which evolves plans that have recently been added as the SQL plan baseline for statements.

E.

The Automatic SQL Tuning Advisor tasks, which would examine the performance of high-load SQL statements and make recommendations for those statements.

Buy Now
Questions 14

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

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 18

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 19

Which two statements are true about the Automatic Diagnostic Repository (ADR)?

Options:

A.

It is held inside an Oracle database schema.

B.

The ADR base defaults to $ORACLE_HOME/rdbms/admin if neither DIAGNOSTIC_DEST nor ORACLE_BASE is set.

C.

It supports diagnostics for Automatic Storage Management (ASM).

D.

It supports diagnostics for Oracle Clusterware.

E.

The ADR base defaults to $ORACLE_HOME/dbs if the DIAGNOSTIC_DEST parameter and the ORACLE_BASE environment variable are not set.

Buy Now
Questions 20

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 21

Which four statements are true about the Oracle Server architecture?

Options:

A.

A person or program can have more than one session with an instance by logging in with different users.

B.

The buffer cache and the redo log buffer are held in the large pool.

C.

A session represents the state of a user's login to an instance.

D.

Each server process or background process has their own Program Global Area (PGA).

E.

A connection represents the state of a user's login to an instance.

F.

A person or program can have more than one session with an instance by logging in with the same user.

Buy Now
Questions 22

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 23

Which three statements are true about dynamic performance views?

Options:

A.

Read consistency is not guaranteed.

B.

V$FIXED_TABLE can be queried to display the names of all dynamic performance views.

C.

Data displayed by querying dynamic performance views is derived from metadata in the data dictionary.

D.

They are owned by the SYSTEM user.

E.

They can be queried only when the database is open.

Buy Now
Questions 24

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 25

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 26

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?

Options:

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

Buy Now
Questions 27

Which advisor is used to detect missing or stale object statistics?

Options:

A.

SQL Tuning Advisor

B.

SQL Statistics Advisor

C.

SQL Performance Analyzer

D.

SQL Access Advisor

Buy Now
Questions 28

Which two statements are true about views used for viewing tablespace and datafile information?

Options:

A.

Tablespace free space can be viewed in V$TABLESPACE.

B.

V$TABLESPACE displays information about tablespaces contained in the data dictionary.

C.

A datafile can be renamed when the database is in MOUNT state and the new file name is displayed when querying DBA_DATA_FILES after the database is opened.

D.

Tablespace free space can be viewed in DBA_TABLESPACES.

E.

V$TABLESPACE displays information that is contained in the control file about tablespaces.

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

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90