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

Oracle 1z0-182 Oracle Database 23ai Administration Associate Exam Practice Test

Page: 1 / 9
Total 94 questions

Oracle Database 23ai Administration Associate Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$37.5  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$33  $109.99
Question 1

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.

Question 2

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.

Question 3

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

Question 4

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.

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

Question 6

In one of your databases, you create a user, HR, and then execute this command: GRANT CREATE SESSION TO hr WITH ADMIN OPTION; Which three actions can HR perform?

Options:

A.

Execute DML statements in the HR schema.

B.

Log in to the database instance.

C.

Revoke the CREATE SESSION privilege from other users.

D.

Grant the CREATE SESSION privilege with ADMIN OPTION to other users.

E.

Revoke the CREATE SESSION privilege from user HR.

F.

Execute DDL statements in the HR schema.

Question 7

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.

Question 8

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

Options:

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.

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

Question 10

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.

Question 11

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.

Question 12

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

Question 13

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.

Question 14

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.

Question 15

Which two statements are true concerning logical and physical database structures?

Options:

A.

A segment can span multiple data files in some tablespaces.

B.

Segments can span multiple tablespaces.

C.

A segment might have only one extent.

D.

All tablespaces may have one or more data files.

E.

A segment’s blocks can be of different sizes.

Question 16

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.

Question 17

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.

Question 18

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

Question 19

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.

Question 20

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

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

Question 22

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

Options:

A.

It is a file-based repository held outside any database.

B.

It is only used for Oracle database diagnostic information.

C.

It is held inside an Oracle database schema.

D.

It can be used for the problem diagnosis of a database when that database’s instance is down.

E.

The ADR base is specified in the DIAGNOSTIC_DEST database parameter.

Question 23

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.

Question 24

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.

Question 25

You have connected to a PDB to perform the administration operations of changing and verifying a system parameter that is PDB_MODIFIABLE. What is the appropriate mode to open the PDB to achieve this?

Options:

A.

READ WRITE

B.

RESTRICTED READ ONLY

C.

READ ONLY

D.

RESTRICTED WRITE ONLY

Question 26

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.

Question 27

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.

Question 28

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.

Page: 1 / 9
Total 94 questions