A)PGA AGGREGATE LIMII is a hard limit on the PGA size for any one session
B)The entire PGA is located in the System Global Area(SGA)when using shared servers
C)The private SQL area(UGA)is located in the System Global Area(SGA)when using shared
servers
D)Sorts and Hash Joins use PGA memory.
E) The private SQL area(UGA)is located in the System Global Area(SGA)when using dedicated
servers
答案: CD
5、You plan to perform cross-platform PDB transport using XTTS.
Which two are true?
A)A backup of the PDB must exist, taken using the BACKUP command with the ro PLATFORM
clause
B) The source PDB can be in MOUNT or OPEN state
C)The source PDB must be in MOUNT state.
D) The source PDB must not be an application root.
E) Automatic conversion of endianess occurs.
F) The source and target platforms must have the same endianess
答案: AF
6、Which two are true about the automatic execution of operating system scripts when performing
silent mode installation starting from Oracle Database 19c?
A) The installer will prompt for the root or sudo password
B)Silent install always runs operating scripts automatically.
C) The response file can specify the root or sudo password
D)The response file must contain the root or sudo password
E) The response file can specify the path of the sudo program
答案: AE
7 、Which three actions will add a resource to an Oracle Restart configuration?
A)creating a database service using Oracle Database Configuration Assistant(DBCA)
B)creating a disk group using the CREATE DISKGROUP SQL statement
C) creating a database using the CREATE DATABASE SQL statement
D)creating an Oracle Database service by modifying the SERVICE NAMES parameter
E)creating an Oracle Automatic Storage Management(AM)instance with ASM Configuration
Assistant(ASMCA)
F ) creating a database service using DBMS SERVICE CREATE SERVICE
答案: ABE
8、How do you configure a CDB for local undo mode?
A)Open the CDB instance in restricted mode. In CDB$ROOT, drop the UNDO tablespace
Execute AI TER DAMBASE LOCAL UNDO ON in each PDB. and then restart the CDB instance
B)Open the CDB instance in restricted mode. In CDB$ROOT, execute ALTER DATABASE
LOCAL UNDO ON. create an UNDO tablespace in each PDB, and then restart the CDB instance.
C) Open the CDB instance in upgrade mode. In CDB&ROOT, execute ALTER DATABASE
LOCAL UNDO ON, and then restart the CDB instance
D) Open the CDB in read-only mode. In CDB$ROOT, execute ALTER DATABASE LOCAL
UNDO ON and then change the CDB to read/write mode
评论