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: 1 / 3
Total 94 questions

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?

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.

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

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.

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?

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.

Which three statements are true about an SPFILE?

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.

Which statement is true about database links?

A.

A public database link can be created only by SYS.

B.

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

C.

A database link created in a database allows a connection from that database's instance to the target database's instance, but not vice versa.

D.

A public database link can be used by a user connected to the local database instance to connect to any schema in the remote database instance.

E.

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

Which two actions can you perform using DBCA for an existing database?

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.

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

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.

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?

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.

Which two statements are true about advanced connection options supported by Oracle Net for connection to Oracle?

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.

Which data dictionary view describes the data sources of external tables?

A.

DBA_ALL_USER_EXTERNAL_LOCATIONS

B.

DBA_ALL_USER_TAB_COLUMNS

C.

DBA_ALL_USER_EXTERNAL_TABLES

D.

DBA_ALL_USER_TABLES