Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

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

Questions 4

Which statement is true about database links?

Options:

A.

A database link can be created only between two Oracle databases.

B.

Private database link creation requires the same user to exist in both the local and the remote databases.

C.

A public database link can be created only by SYS.

D.

A database link created in a database allows a connection from that database's instance to the target database's instance for selecting schema data.

E.

A public database link can be used by any user allowing remote database instance connection for selecting schema data.

Buy Now
Questions 5

Which two tasks can you perform using DBCA for databases?

Options:

A.

Configure incremental backups for a new database.

B.

Configure a nonstandard block size for a new database.

C.

Register a new database with an available Enterprise Manager Management server.

D.

Change the standard block size of an existing database.

E.

Enable flashback database for an existing database.

Buy Now
Questions 6

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 7

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 8

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 9

Which of the following ALTER SYSTEM statements can be run from within a pluggable database (PDB)?

Options:

A.

ALTER SYSTEM CHECKPOINT

B.

ALTER SYSTEM FLUSH BUFFER_CACHE

C.

ALTER SYSTEM SWITCH LOGFILE

D.

ALTER SYSTEM ENABLE / DISABLE RESTRICTED SESSION

Buy Now
Questions 10

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 two types of analyses can be done using the DBMS_PRIVILEGE_CAPTURE package?

Options:

A.

Analysis of privileges that a user has on other schemas’ objects.

B.

Analysis of all privileges used by the SYS user.

C.

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

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 that a user has on their own schema objects.

Buy Now
Questions 11

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 12

Which two statements are true about the DUAL table?

Options:

A.

It can be accessed by any user who has the SELECT privilege in any schema.

B.

It consists of a single row and single column of VARCHAR2 data type.

C.

It can display multiple rows but only a single column.

D.

It can be accessed only by the SYS user.

E.

It can display multiple rows and columns.

F.

It can be used to display only constants or pseudo columns.

Buy Now
Questions 13

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

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 16

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

Options:

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.

Buy Now
Questions 17

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

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 19

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 20

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 21

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 22

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 23

Which three statements are true about UNDO and REDO?

Options:

A.

REDO is used for read consistency.

B.

UNDO is used for some flashback operations.

C.

UNDO is used for read consistency.

D.

Both REDO and UNDO can be multiplexed.

E.

REDO is used for ROLLBACK.

F.

REDO is used for instance recovery.

Buy Now
Questions 24

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 25

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 26

What are Oracle Database Metrics?

Options:

A.

Oracle Database Metrics monitor performance using thresholds to generate alerts.

B.

Oracle Database Metrics are part of the Oracle Database Notification system to email information about major database events.

C.

Oracle Database Metrics are a set of measured statistics per unit of time (per second), transaction, or sessions that are used to evaluate performance.

D.

Oracle Database Metrics are part of Oracle Enterprise Manager Cloud Control's Notification system used to email alerts.

E.

Oracle Database Metrics are a set of statistics built in Oracle Enterprise Manager Cloud Control and used for automation.

Buy Now
Questions 27

Which of the following statements is true about external tables?

Options:

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.

Buy Now
Questions 28

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

1z0-182 PDF

$29.75  $84.99
1z0-182 Engine

1z0-182 Testing Engine

$35  $99.99
1z0-182 PDF + Engine

1z0-182 PDF + Testing Engine

$47.25  $134.99