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

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

Question 1

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.

Question 2

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 3

Which two statements are true about database instances and Real Application Clusters (RAC)?

Options:

A.

A RAC database must have two or more instances.

B.

A RAC database can have one instance.

C.

A RAC database must have three or more instances.

D.

A RAC database can have instances on separate servers.

E.

Two RAC databases can share their instances.

Question 4

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 5

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

Question 6

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.

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

Question 8

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 9

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.

Question 10

What is the result of the following command? ALTER PLUGGABLE DATABASE PDB1 DISCARD STATE;

Options:

A.

It is unnecessary if the PDB is in the process of being upgraded.

B.

PDB1 is reverted to its default properties, which includes not to automatically open after a CDB restart.

C.

PDB1 is reverted to its default properties, which includes automatic opening after a CDB restart.

D.

It should be used whenever PDB1 open mode needs to be changed.

Question 11

Which three tasks are performed by background processes in an Oracle database instance?

Options:

A.

Creating dedicated server connections.

B.

Registering services with Oracle Net listeners.

C.

Writing redo to log files.

D.

Writing dirty database block images from the buffer cache.

E.

Reading database blocks into the buffer cache.

Question 12

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.

Question 13

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.

Question 14

How do you validate that the database was migrated to Unified Auditing?

Options:

A.

By querying V$OPTION for parameter Unified Auditing.

B.

By using the LSINVENTORY Command to query the Oracle Database Software Library.

C.

By querying the DBA_UNIFIED_AUDIT_OPTION view.

D.

By executing DBMS_AUDIT_MGMT PL/SQL package in Verify mode.

Question 15

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.

Question 16

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 17

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 18

You execute this command: [oracle@host01 ~]$ expdp system/oracle FULL=Y DUMPFILE=exp_db_full.dmp PARALLEL=4 LOGFILE=exp_db_full.log JOB_NAME=exp_db_full. During the export operation, you detach from the job by using CTRL+C and then execute this command: Export> STOP_JOB=IMMEDIATE. Are you sure you wish to stop the job ([yes]/no): yes. Which two statements are true about the job?

Options:

A.

It continues to run in the background.

B.

You cannot monitor it.

C.

You can reattach to it and monitor it.

D.

It terminates.

Question 19

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 20

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.

Question 21

Which three functions are performed by dispatchers in a shared server configuration?

Options:

A.

Sending shared server session responses back to requesters on the appropriate connection.

B.

Writing inbound requests to the common request queue from all shared server connections.

C.

Broadcasting shared server session responses back to requesters on all connections.

D.

Receiving inbound requests from processes using shared server connections.

E.

Sending each connection input request to the appropriate shared server input queue.

F.

Checking for outbound shared server responses on the common outbound response queue.

Question 22

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.

Question 23

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.

Question 24

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

Question 25

Which three statements are true about the Oracle Database server during and immediately after SHUTDOWN TRANSACTIONAL?

Options:

A.

Instance recovery occurs automatically during the shutdown.

B.

Uncommitted transactions are allowed to continue to the next ROLLBACK.

C.

New connection requests made to the database instance are refused.

D.

Sessions remain connected even if they are not running a transaction.

E.

Uncommitted transactions are allowed to continue to the next COMMIT.

Question 26

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 27

Which three statements are true about Deferred Segment Creation in Oracle databases?

Options:

A.

It is supported for Index Organized Tables (IOTs) contained in locally managed tablespaces.

B.

It is supported for SYS-owned tables contained in locally managed tablespaces.

C.

It is the default behavior for tables and indexes.

D.

Indexes inherit the DEFERRED or IMMEDIATE segment creation attribute from their parent table.

E.

Sessions may dynamically switch back and forth from DEFERRED to IMMEDIATE segment creation.

Question 28

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.

Page: 1 / 9
Total 94 questions