Oracle: Question & Answers
Oracle: Question & Answers
1Z0-182
Oracle Database 23ai Administration Associate
QUESTION & ANSWERS
https://www.dumpscore.com/oracle/1Z0-182-braindumps
QUESTION: 1
You execute this command: CREATE SMALLFILE TABLESPACE sales DATAFILE '/u01/app/oracle /sales01.dbf'
SIZE 5G SEGMENT SPACE MANAGEMENT AUTO; Which two statements are true about the SALES tablespace?
Explanation/Reference:
A. Free space is managed using freelists.False. The SEGMENT SPACE MANAGEMENT AUTO
clause specifies Automatic Segment Space Management (ASSM), which uses bitmaps to track free
B. It uses the database default block size.True. The BLOCKSIZE clause is not specified in the
command, so the tablespace inherits the database’s default block size (typically 8K unless altered via
DB_BLOCK_SIZE).
C. It must be smaller than the smallest BIGFILE tablespace.False. There’s no such restriction;
SMALLFILE and BIGFILE tablespaces differ in structure (multiple vs. single data file), not mandated
size relationships.
D. It is a locally managed tablespace.True. In Oracle 23ai, all tablespaces created without an explicit
EXTENT MANAGEMENT DICTIONARY clause are locally managed by default, using extent
E. Any data files added to the tablespace must have a size of 5 gigabytes.False. The initial data file is
5G, but additional data files can have different sizes when added using ALTER TABLESPACE ...
ADD DATAFILE.
https://www.dumpscore.com/oracle/1Z0-182-braindumps
QUESTION: 2
Which two statements are true about the configuration and use of UNDO?
Explanation/Reference:
QUESTION: 3
Which two account management capabilities can be configured using Oracle profiles?
Option A : The maximum number of sessions permitted for a user before the password must be changed.
Option B : The maximum amount of CPU time allowed for a user’s sessions before their account is locked.
Option C : The number of days for which an account may be logged in to one or more sessions before it is
locked.
Option D : The ability to prevent a password from ever being reused.
Option E : The number of days for which an account may be inactive before it is locked.
Explanation/Reference:
https://www.dumpscore.com/oracle/1Z0-182-braindumps
B.False. CPU limits don’t lock accounts.
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?
Option A : It must be the name of the database to whose instance HR wishes to connect.
Option B : It must resolve to a valid connect descriptor in the client's tnsnames.ora file.
Option C : It must be the name of the server running the database to whose instance HR wishes to
connect.
Option D : It must resolve to a valid connect descriptor in the server's tnsnames.ora file.
Option E : It must be the value of the SERVICE_NAMES parameter on the client side.
Correct Answer: B
Explanation/Reference:
QUESTION: 5
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?
https://www.dumpscore.com/oracle/1Z0-182-braindumps
Option A : The PDB archive file must be copied to the target CDB.
Option B : The PDB manifest and all the datafiles must be copied to the target CDB.
Option C : PDB archive file and only the user-defined tablespaces must be copied to the target CDB.
Option D : The PDB manifest, the data files, and the PDB archive file must be copied to the target CDB.
Correct Answer: D
Explanation/Reference:
D.True. The .pdb file (archive) contains the manifest and data files; all must be copied to the target
A-C.False. The archive alone isn’t enough; all components are needed.
QUESTION: 6
Which three statements are true about row chaining and row migration done by Oracle database block space
management?
Option A :
A migrated row results in an update to any index on the table to point the row ID in the index to the row’s
new location.
Explanation/Reference:
D.False. Chained rows may span blocks but aren’t required to.
https://www.dumpscore.com/oracle/1Z0-182-braindumps
QUESTION: 7
Examine this command: SQL> ALTER TABLE ORDERS SHRINK SPACE COMPACT; Which two statements are
true?
The SHRINK operation causes rows to be moved to empty space starting toward the end of the ORDERS
segment.
The SHRINK operation causes rows to be moved to empty space starting from the beginning of the
ORDERS segment.
Explanation/Reference:
A. Dependent indexes become UNUSABLE.False. SHRINK SPACE COMPACT does not affect index
usability; only SHRINK SPACE without COMPACT may require index maintenance if CASCADE is
omitted.
B. ... starting toward the end of the ORDERS segment.False. Rows are compacted toward the beginning
C. Only queries are allowed ...False. Both queries and DML are allowed during SHRINK SPACE
D. The high-water mark (HWM) of ORDERS is adjusted.False. COMPACT moves rows but doesn’t
adjust the HWM; the full SHRINK SPACE command is needed for HWM adjustment.
E. Queries and DML statements are allowed ...True. This is an online operation in 23ai, allowing
https://www.dumpscore.com/oracle/1Z0-182-braindumps
concurrent access.
F. ... starting from the beginning of the ORDERS segment.True. Rows are moved to fill free space from
QUESTION: 8
Which two statements are true about the tools used to configure Oracle Net Services?
Option A : The lsnrctl utility requires a listener.ora file to exist before it is started.
Option B :
Enterprise Manager Cloud Control can be used to centrally configure net service names for any database
server target.
Option C : The Oracle Net Configuration Assistant is only used when running the Oracle installer.
Option D : Oracle Net Manager can be used to locally configure naming methods on a database server.
Option E : Oracle Net Manager can be used to centrally configure listeners on any database server target.
Explanation/Reference:
QUESTION: 9
Which two statements are true about advanced connection options supported by Oracle Net for connection
to Oracle?
Option A : Connect Time Failover requires the use of Transparent Application Failover (TAF).
https://www.dumpscore.com/oracle/1Z0-182-braindumps
Option B : Source Routing requires the use of encrypted connections.
Option C : Connect Time Failover requires the connect string to have two or more listener addresses
configured.
Option D : Load Balancing requires the use of a name server.
Option E :
Load Balancing can balance the number of connections to dispatchers when using a Shared Server
configuration.
Explanation/Reference:
A.False. Connect Time Failover doesn’t need TAF; TAF is for runtime failover.
https://www.dumpscore.com/oracle/1Z0-182-braindumps