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

Oracle 1z0-182 - Oracle Database 23ai Administration Associate

Page: 2 / 3
Total 94 questions

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

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.

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

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.

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

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

You execute the SHUTDOWN ABORT command. Which two statements are true?

A.

A checkpoint is written.

B.

Subsequent instance startup performs media recovery.

C.

Subsequent instance startup performs instance recovery.

D.

Data files are closed normally.

E.

Uncommitted transactions are not rolled back by the shutdown.

Which two statements describe how Optimizer Statistics are collected?

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.

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

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.

Which two statements are true about Fine-Grained Auditing (FGA)?

A.

FGA policies by default can be created by a schema owner on an object in their schema.

B.

FGA policies can only be created by a user with SYSDBA privilege.

C.

FGA policies can be created by a user having the AUDIT_ADMIN privilege.

D.

FGA policies can be created by a user having granted the CREATE_FGA_POLICY role.

E.

FGA policies can be created by a user having EXECUTE privilege on the DBMS_FGA package.

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?

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.

What are the three components of Oracle Database Automatic Maintenance Tasks?

A.

A diagnostic system that collects database error logs and details about database failures that can be found to diagnose complete file.

B.

Oracle Database Resource Manager, which enables you to manage and configure system resources used by the Automatic Maintenance Tasks.

C.

The maintenance windows managed by Oracle Database Scheduler, which are predefined time intervals permitting scheduled tasks.

D.

A packaging system that allows you to combine all error and failure logs to share with Oracle Support.

E.

A database alert log that stores details about major database operations and errors, which is used to manage cluster performance.

F.

A set of tasks that are started automatically at regular intervals to perform maintenance operations on the database.

Which three statements are true about using SQL*Plus?

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.