option
Questions
ayuda
daypo
search.php

0832

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
0832

Description:
0832 prep exam

Creation Date: 2026/01/28

Category: Computers

Number of questions: 60

Rating:(0)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

Which three are true about upgrading Oracle Grid Infrastructure? (Choose three.). A direct upgrade can be performed only from the immediately preceding Oracle Grid Infrastructure version. The newer version is installed in a separate Oracle Grid Infrastructure home on the same server as the existing version. An existing Oracle base can be used. The upgrade process will automatically install all mandatory patches for the current version of Oracle Grid Infrastructure. Existing Oracle Database instances must be shut down before starting the upgrade. Only the grid user can perform the upgrade.

A database is configured in ARCHIVELOG mode. A full RMAN backup exists but no control file backup to trace has been taken. A media failure has occurred. In which two scenarios is incomplete recovery required? (Choose two.). after losing a SYSAUX tablespace data file. after losing all members of an INACTIVE online redo log group. after losing all members of the CURRENT online redo log group. after losing all copies of the control file. after losing an UNDO tablespace that is in use.

Which two are true about instance recovery? (Choose two.). It is not possible if an archived log is missing. It is performed automatically after the database is opened; however, blocks requiring recovery are not available until they are recovered. Setting FAST_START_MTTR_TARGET to a lower value reduces instance recovery time by causing dirty buffers to be written to disk more frequently, thereby reducing the number of I/Os needed during instance recovery. It is performed by the Recovery Writer (RVWR) background process. Setting FAST_START_MTTR_TARGET to a higher value reduces instance recovery time by causing the log writer to write more frequently, thereby reducing the number of I/Os needed during instance recovery. It is performed automatically while the database remains in MOUNT state. Then the database is opened.

Which two are true about Oracle Optimizer Statistics, their use, and their collection? (Choose two.). The number of table rows is considered when evaluating the cost of accessing a table using an index. Index balanced B*Tree height is considered when evaluating the cost of using an index. The Statistics Advisor can help recommend the best way to gather statistics. Statistics collected using DBMS_STATS always yield the best optimizer result. The Statistics Advisor generates actions for all recommendations.

A container database (CDB) contains two pluggable databases PDB1 and PDB2. The LOCAL_UNDO_ENABLED database property is set to FALSE in the CDB. Data file 24 of PDB2 was deleted and you need to restore and recover it. The only RMAN backup that exists was created with the BACKUP DATABASE command while connected to CDB$ROOT. Which three are true? (Choose three.). Data file 24 can be recovered only while connected to PDB2. Data file 24 can be restored and recovered while connected to CDB$ROOT. Data file 24 can be restored only while connected to CDB$ROOT. Data file 24 can be restored only while connected to PDB2. Data file 24 can be recovered while connected to PDB2. Data file 24 can be recovered while connected to CDB$ROOT.

Which two are true about data movement between a non-CDB and a PDB using Data Pump? (Choose two.). Tablespaces are automatically created as needed while importing full exports in either a non-CDB or a PDB. Oracle attempts to convert conventional database users to local users when moving schemas from a non-CDB to a PDB. A new PDB is automatically created when importing a non-CDB into a CDB. Oracle attempts to convert common users to conventional users when moving schemas from a PDB to a non-CDB. Moving data from a PDB to a non-CDB is only possible by using transportable tablespace export and import. Moving data from a non-CDB to a PDB is only possible by using conventional export and import.

Which three methods can be used for heap table data migration after upgrading a database? (Choose three.). using Database Replay. using SQL Developer. using Oracle Data Pump. using operating system file copy utilities. using Database Upgrade Assistant. using the CREATE TABLE AS SELECT SQL statement.

Which two are true about Oracle instance recovery? (Choose two.). Recovery begins from the beginning of the CURRENT redo log group. Recovery begins from the last checkpoint position that was calculated by the Database Writer before instance failure. Recovery begins from the start of any ACTIVE redo log group or the start of the CURRENT log group if no other group is ACTIVE. Recovery reads redo until the end of the redo thread. SMON rolls back any dead transactions, and then the database is opened. Recovery begins from the last checkpoint position that was recorded in the control file by the checkpoint process (CKPT). Recovery reads redo until the end of the redo thread, and then opens the database. SMON then rolls back any dead transactions.

Examine this configuration: 1. The ORCL database data files are in Automatic Storage Management (Oracle ASM) disk group +DATA. 2. ORCL uses disk group +FRA for the Fast Recovery Area. 3. LISTENER is the listener for ORCL. 4. The database, listener, ASM instance, and ASM disk groups are managed by Oracle Restart. 5. All components are currently shut down. You execute this command: $ srvctl start database -d ORCL What is the outcome?. The ORCL database, the Oracle ASM instances, the +DATA and +FRA disk groups, and the LISTENER are started. Only the ORCL database instance is started. Only the ORCL database and the ASM instances are started. Only the ORCL database instance, the Oracle ASM instance, and the +DATA and +FRA disk groups are started. Only the ORCL database instance and the +DATA and +FRA disk groups are started.

Which four are true about a Recovery Manager (RMAN) duplication without a TARGET connection? (Choose four.). The NOREDO clause must be used if the backups of the database being duplicated were taken when the database was in NOARCHIVELOG mode. The UNDO TABLESPACE clause is always required when no connection exists to the TARGET instance. RMAN ג€pushes ג€ the backups of the database to be duplicated over the network to the auxiliary instance. The NOREDO clause can be used if the backups of the database being duplicated were taken when the database was in ARCHIVELOG mode. RMAN SBT-based backups of the database to be duplicated can be used by the auxiliary instance. The UNDO TABLESPACE clause is always required when no connection exists to the recovery catalog and the TARGET database is closed. The UNDO TABLESPACE clause is always required when no connection exists to the recovery catalog and the TARGET database is opened. RMAN disk-based backups of the database to be duplicated can be used by the auxiliary instance.

Which three are true? (Choose three.). Virtual Private Database (VPD) policies on objects in an application root are automatically synchronized with all application PDBs contained in the application container. Application-common TSDP policies are always container specific. Application-common Transparent Security Data Protection (TSDP) policies can be created only within an application install/patch BEGINEND block. Application-common Oracle Label Security (OLS) policies cannot be created in an application root outside an install/patch BEGIN-END block. Fine-grained auditing (FGA) policies in an application root are automatically synchronized to all application PDBs contained in the application container. Application-common OLS policies can be created in an application root inside an install/patch BEGIN-END block. Unified auditing can be automatically synchronized to all application PDBs in an application container.

Which three are true about Automatic Workload Repository (AWR)? (Choose three.). By default, AWR snapshots are taken every 60 minutes. Its collection level is determined by the value of the STATISTICS_LEVEL database parameter. By default, AWR snapshots are retained for 7 days. The taking of AWR snapshots can be disabled. AWR data is stored in the SYSTEM tablespace.

Which two are true about automatic block repair? (Choose two.). Automatic block repair can repair blocks with no standby database if DB_BLOCK_CHECKING = TRUE. Real-Time Query must be enabled on a physical standby database for automatic block repair to be done on that physical standby database. Real-Time Query must be enabled on a primary database for automatic block repair to be done on any of its physical standby databases. It is not possible for media corrupt blocks. Real-Time Query must be enabled on a physical standby database for automatic block repair to be done on its primary database.

Oracle Managed Files (OMF) is enabled in a CDB and this command is successfully executed: CREATE PLUGGABLE DATABASE app1 AS APPLICATION CONTAINER ADMIN USER admin1 IDENTIFIED BY app_123 ROLES=(CONNECT); Which three are true? (Choose three.). Application PDBs that are subsequently created in the APP1 application container will be cloned from APP1$SEED. An application seed PDB is created for APP1. An application root PDB is created for APP1. A default service is created for the application root APP1. Application PDBs that are subsequently created in the APP1 application container will be cloned from PDB$SEED. APP1 can never be unplugged.

Which two are true about RMAN encryption? (Choose two.). RMAN encryption keys are stored in a database keystore. RMAN can encrypt the Oracle Database password file. Dual-mode encrypted backups can be restored only if both the password and the keystore used for encryption are available. The SET ENCRYPTION command overrides encryption settings specified by the CONFIGURE ENCRYPTION command. Password encryption can be persistently configured using the CONFIGURE ENCRYPTION command.

Which three are true about performing an Oracle Database install on Linux? (Choose three.). The runfixup.sh script can install missing RPMs. The Oracle Preinstallation RPM must be used to configure the Oracle database installation owner, the Oracle Inventory group, and an Oracle administrative privileges group. It allows you to select the languages supported by the Oracle database server. It can be done before installing Grid Infrastructure for a Standalone Server. The Oracle Preinstallation RPM can be used to configure the Oracle database installation owner, the Oracle Inventory group, and an Oracle administrative privileges group. It can be done after installing Grid Infrastructure for a Standalone Server. The Oracle database administrator must be granted access to the root operating system account to tun root privileged scripts.

Which three are true about Recovery Manager (RMAN) in Oracle Database 19c and later releases? (Choose three.). It is only possible for RMAN to connect to a pluggable database as a target if an RMAN Virtual Private Catalog is used. It is always possible for RMAN to connect to a pluggable database as a target if any RMAN Catalog is used. A Virtual Private Catalog used to register a container database must be created in a pluggable database. A Virtual Private Catalog used to register a container database can be created in a pluggable database. It is always possible for RMAN to connect to a pluggable database as a target. A Virtual Private Catalog used to register a container database can be created in a non-container database.

Which three are true in Oracle 19c and later releases? (Choose three.). If the password file location changes, then the new location is used automatically by the Oracle Server. Schema Only accounts can be granted administrator privileges. All the Oracle-supplied accounts are Schema Only accounts. Privilege Analysis is included in Oracle Enterprise Edition and no longer requires Database Vault. Unified Auditing can be configured to audit only events that are issued indirectly by an audited user. Unified Auditing can be configured to audit only events that are issued directly by an audited user.

You have configured RMAN SBT channels to write backups to media. You then take an RMAN backup by using this command: RMAN> BACKUP AS COMPRESSED BACKUPSET DATABASE KEEP UNTIL TIME 'SYSDATE + 730' RESTORE POINT 'OLD_CONFIGURATION'; Which three are true? (Choose three.). The restore point is a label for the system change number (SCN) that will be saved two years after the archival backup was taken. The data file backups in the self-contained archive backup are not considered obsolete for two years regardless of the retention policy. All archive logs created after this backup are kept for two years. The SPFILE is included in the self-contained archival backup. The control file is included in the self-contained archival backup. The restore point is a label for the system change number (SCN) before the archival backup was taken.

The USERS tablespace consists of data files 3 and 4 and must always be online in read/write mode. Which two are true about using RMAN to perform an open database back up of this tablespace? (Choose two.). Backups must be done incrementally. Backups must be contained in backup sets. Backups can be taken only if the database is in ARCHIVELOG mode. Backups can be done incrementally. The database must be registered in an RMAN catalog. Only consistent backups can be created.

Which four are true about RMAN backup sets? (Choose four.). A backup piece can belong to only one backup set. A data file can be split into multiple sections stored in different backup sets. A data file can be split into multiple sections stored in different backup pieces in the same backup set. Blocks from multiple data files can be contained in one backup piece. A backup set can contain only one backup piece. A backup set must be written to media. A backup set must be written to disk. Blocks from multiple data files can be contained in one backup set.

Which two are true about creating RMAN backups for an Oracle container database? (Choose two.). Tablespaces from different PDBs with identical names must be backed up by connecting RMAN separately to each PDB to back up the tablespaces. The BACKUP DATABASE command will create a pluggable database (PDB) backup when RMAN is connected to a PDB. SPFILE backups can be created while connected to an application root PDB. The BACKUP DATABASE PLUS ARCHIVELOG command will back up archive logs when RMAN is connected to a PDB. The BACKUP PLUGGABLE DATABASE command can be used to back up CDB$ROOT.

Which three can be done using Oracle Database Configuration Assistant (DBCA) starting from Oracle Database 19c? (Choose three.). cloning a remote container database in interactive mode. cloning a remote pluggable database in silent mode. relocating a remote pluggable database in interactive mode. relocating a remote container database in silent mode. cloning a remote container database in silent mode. relocating a remote pluggable database in silent mode. relocating a remote container database in interactive mode.

Examine these queries and their output: SQL> select pdb_name, name, pdb_restore_point, clean_pdb_restore_point 2 from v$restore_point natural join dba_pdbs; PDB_NAME NAME PDB_RESTORE_POINT CLEAN_PDB_RESTORE_POINT -------- ---- ------------------ ------------------------ PDB1 R1 YES NO SQL> select property_name, property_value 2 from database_properties 3 where property_name like '%UNDO%'; PROPERTY_NAME PROPERTY_VALUE ---------------------- --------------- LOCAL_UNDO_ENABLED FALSE An online RMAN backup of the CDB was taken an hour before Restore Point R1 was created. You want to recover PDB1 to Restore Point R1. How do you achieve this?. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using RMAN while connected to PDB1. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using SQL while connected to PDB1. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using SQL while connected to CDB$ROOT. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using RMAN while connected to CDB$ROOT. This cannot be done due to the lack of a clean restore point.

Which two are true about diagnosing Oracle Database failure situations using Data Recovery Advisor? (Choose two.). Using the Data Recovery Advisor LIST FAILURE command always requires that the database for which failures are to be listed is in MOUNT state. A failure can be closed only when it has been repaired. Data Recovery Advisor can be used if a database is closed. The Data Recovery Advisor CHANGE FAILURE command can be used only to change failure priorities. Data Recovery Advisor can proactively check for failures.

Which two are true about an Oracle gold image-based installation in Oracle 18c and later releases? (Choose two.). It can be used for both Oracle Database and Oracle Grid Infrastructure installation. It can only install and configure Oracle Database software. The database has to be created separately. It does not require the setup wizard. It uses a single RPM that automatically extracts and installs the Oracle Database software. It can be used to install and upgrade Oracle Database for single-instance and cluster configurations.

Which two are true about RMAN duplexed backup sets? (Choose two.). They can be written only to disk. They must be written to media. They can be created by using the RMAN CONFIGURE command to specify duplexing before taking a backup. They can be created only by using the COPIES option of a BACKUP command. They can be written to media.

Which should be tuned first when doing a performance tuning exercise for an Oracle Database environment?. SQL statements. log writer performance. general operating system health. database writer performance. database instance memory management and sizes.

Which three are true in Oracle 19c and later releases? (Choose three.). Tablespaces never remain in read/write mode during transportable tablespace operations. A transportable data pump import can leave a plugged-in tablespace in read-only mode. A transportable data pump import can leave a plugged-in tablespace in read/write mode. Simultaneous data pump jobs can be limited at the pluggable database (PDB) level. Tablespaces always remain in read/write mode during transportable tablespace operations. An ordinary data pump export of a table with encrypted columns will always encrypt the same columns when imported.

Which two are true about the automatic execution of operating system scripts when performing silent mode installation starting from Oracle Database 19c? (Choose two.). The response file can specify the root or sudo password. The installer will prompt for the root or sudo password. Silent install always runs operating scripts automatically. The response file must contain the root or sudo password. The response file can specify the path of the sudo program.

Which three capabilities require the use of the RMAN recovery catalog? (Choose three.). using the KEEP FOREVER clause with the BACKUP command. using RMAN stored scripts. using the REPORT SCHEMA command to list a database's current data files and tablespaces. creating customized reports about a single database's backups. creating encrypted backups. using the REPORT SCHEMA command to list a database's data files and tablespaces at times in the past.

Which three are true about the tools for diagnosing Oracle Database failure situations? (Choose three.). The ADR command-line utility (ADRCI) can package incident information to send to Oracle Support. The Automatic Diagnostic Repository (ADR) has a separate home directory for each instance of each Oracle product that is installed and uses it. Flashback commands help with repairing physical errors. RMAN can always repair corrupt blocks. The ADR can store metadata in an Oracle Database repository. The Data Recovery Advisor uses the ADR.

The HR_ROOT application container must support the execution of a query on a table shared by application local PDBs PDB1 and PDB2, and remote PDB PDB3. Which three are true? (Choose three.). A proxy PDB must exist in the application root in the remote CDB. A database link must exist in the local CDB root referring to the remote CDB. PDB3's application root replica must exist in the local CDB. A database link must exist in the remote CDB referring to the local CDB. The HR_ROOT replica must exist in the remote CDB. A proxy PDB must exist in the application root in the local CDB.

Which two are true about poorly performing SQL statements and their tuning in Oracle database instances? (Choose two.). SQL statements performing many physical I/Os can always have their performance improved by creating indexes. SQL statements doing only logical reads never require tuning because they do no physical I/O. The solution that best optimizes one SQL statement can degrade the performance of others. SQL statements doing joins always do more physical I/O than single table queries. Poorly performing SQL statements can be tuned automatically by the Oracle server.

Which two are true about Rapid Home Provisioning of Oracle software? (Choose two.). It can be used for applications and middleware. It can be used only for Oracle Grid Infrastructure, excluding Oracle Restart. It can be used only for Oracle Grid Infrastructure, including Oracle Restart. It can be used for both Oracle Database and Oracle Grid Infrastructure, including Oracle Restart. It can be used for both Oracle Database and Oracle Grid Infrastructure, excluding Oracle Restart.

Your database is in ARCHIVELOG mode and you plan to use Flashback Database. Which two features or parameters manage space availability in the fast recovery area? (Choose two.). the archived log deletion policy. the backup optimization policy. the backup retention policy. using guaranteed UNDO retention. the DB_CREATE_ONLINE_LOG_DEST_n parameter setting. the DB_RECOVERY_FILE_DEST parameter setting.

Which two are true about Oracle Database Configuration Assistant (DBCA)? (Choose two.). It can be launched from both the command line and the Universal Installer (OUI) interfaces. It can be used to change the character set of an existing database. It can be used to convert a non-container database to a container database. It can be used to create container databases and non-container databases. It can only be launched from the command line interface.

Which three are performed by Oracle Automatic Storage Management (ASM) instances? (Choose three.). mounting disk groups. managing Allocation Units (AUs) for disk group content. managing extent allocation for Oracle database segments. acting as an I/O server to write data file blocks to ASM disks on behalf of Database Writer processes (DBWn). managing space allocation for Oracle ASM files. acting as an I/O server to read data file blocks from ASM disks on behalf of database server processes.

Your CDB has two regular PDBs as well as one application container with two application PDBs and an application seed. No changes have been made to the standard PDB$SEED. How many default temporary tablespaces can be assigned in the CDB?. six. seven. five. eight. three.

Application PDBs, SALES_APP1 and SALES_APP2, must be created and they must access common tables of the SALES_APP application. Examine these steps: 1. Install the SALES_APP application, including the common tables, in the application root. 2. Install the SALES_APP application in the application root and the common tables in both the CDB root and the application root. 3. Create an application seed. 4. Install the SALES_APP application in the application seed. 5. Create the SALES_APP1 and SALES_APP2 application PDBs. 6. Sync the SALES_APP1 and SALES_APP2 application PDBs with the application root. 7. Sync the SALES_APP1 and SALES_APP2 application PDBs with the application seed. 8. Sync the application seed with the application root. Which are the minimum required steps in the correct sequence?. 3, 4, 1, 6, 8. 2, 5, 6. 1, 5, 6. 1, 3, 5, 6, 7. 1, 3, 5, 7.

Which two are prerequisites for using FLASHBACK TABLE? (Choose two.). A table's constraints must be disabled before issuing the flashback. The FLASHBACK ANY TABLE system privilege or the FLASHBACK object privilege must be granted to the user performing the flashback. A table's indexes must be set to unusable before issuing the flashback. Row Movement must be enabled on the table being flashed back. The FLASHBACK ANY TABLE system privilege or the FLASHBACK object privilege must be granted to the table owner.

Which two are true about RMAN Multisection backups when a very large data file is divided into four sections? (Choose two.). Each of the file sections must be processed serially. The four sections can be created serially. The four sections must be image copies. The four sections can be created in parallel. The four sections must be contained in backup sets.

Which three are true about the Oracle Optimizer? (Choose three.). It obeys all hints. It considers the filters in WHERE clauses when generating execution plans for SQL statements. It can re-optimize execution plans after previous executions detect suboptimal plans. It considers object statistics when generating execution plans for SQL statements. It updates stale object statistics in the Data Dictionary. It can only use SQL Plan Directives tied to the SQL statement for which a plan is being generated.

RMAN has just been connected to a target database and the recovery catalog database. In which two cases would an automatic full resynchronization occur between this target database's control file and the RMAN recovery catalog? (Choose two.). when control file metadata for archive log backups or image copies has been overwritten in the target database's control file due to being older than CONTROL_FILE_RECORD_KEEP_TIME. when control file metadata for data file backups or image copies has been overwritten in the target database's control file due to being older than CONTROL_FILE_RECORD_KEEP_TIME. when a new tablespace is added to a registered target database. when a backup of the current control file is created. when the target is first registered.

You plan to perform cross-platform PDB transport using XTTS. Which two are true? (Choose two.). A backup of the PDB must exist, taken using the BACKUP command with the TO PLATFORM clause. The source PDB must be in MOUNT state. The source PDB must not be an application root. The source PDB can be in MOUNT or OPEN state. The source and target platforms must have the same endianness. Automatic conversion of endianness occurs.

Which three true about recovering tables using RMAN? (Choose three.). RMAN can recover tables in the SYSAUX tablespace. RMAN can recover tables owned by the SYS user. RMAN can recover tables in the SYSTEM tablespace. RMAN always uses an auxiliary instance. RMAN can recover tables in a standby database. RMAN can recover a table after a DDL operation has altered the table structure. RMAN can recover tables owed by the SYSTEM user.

Which operating system group is NOT needed to perform an Oracle Database installation?. OSASM. OSKMDBA. OSDBA. OSOPER. OSRACDBA.

You want to transport the UNIVERSITY tablespace from one database to another. The UNIVERSITY tablespace is currently open read/write. The source and destination platforms have the same endian format. Examine this list of steps: 1. Make the UNIVERSITY tablespace read-only on the source system. 2. Export the UNIVERSITY tablespace metadata using EXPDP. 3. Create a cross-platform backup set from the UNIVERSITY tablespace on the source system, using an RMAN command that includes the DATAPUMP clause. 4. Copy the cross-platform backup sets to the destination system. 5. Copy the Data Pump dump set from the source to the destination system. 6. Restore the cross-platform backup set on the destination system using an RMAN command that includes the DATAPUMP clause. 7. Import the UNIVERSITY tablespace metadata using IMPDP. 8. Make the UNIVERSITY tablespace read/write on the destination system. Which are the minimum number of steps required, in the correct order, to transport the UNIVERSITY tablespace?. 1, 3, 4, 6, 8. 3, 4, 6. 1, 2, 3, 4, 5, 6, 7, 8. 2, 3, 4, 5, 6, 7.

Examine this configuration: 1. CDB1 is an Oracle Database 12c Release 2 container database (CDB). 2. PDB1 and PDB2 are two pluggable databases (PDBs) in CDB1. After successfully performing all the preupgrade tasks, you execute these commands from the Oracle Database 18c environment: $ export ORACLE_SID=cdb1 $ sqlplus / as sysdba SQL> STARTUP UPGRADE; SQL> SHOW pdbs CON_ID CON_NAME OPEN MODE RESTRICTED ------ ---------- --------- ---------- 2 PDB$SEED MIGRATE YES 3 PDB1 MOUNTED YES 4 PDB2 MOUNTED YES SQL> ALTER PLUGGABLE DATABASE pdb1 OPEN UPGRADE; Pluggable database altered. SQL> exit $ $ORACLE_HOME/perl/bin/perl catctl.pl -c 'PDB2' What is the outcome?. It fails because PDB$SEED is in MIGRATE state. Only CDB$ROOT, PDB$SEED, and PDB2 are upgraded. Only CDB$ROOT, PDB$SEED, and PDB1 are upgraded. CDB$ROOT, PDB$SEED, PDB1, and PDB2 are upgraded. Only CDB$ROOT and PDB$SEED are upgraded. It fails because PDB2 is not in UPGRADE state.

Which three are true about a whole database backup? (Choose three.). It can consist of either backup sets or image copies. It is the only possible backup type for a database in NOARCHIVELOG mode. It can be consistent. It can be created only by using RMAN. It can be inconsistent. It always includes all data files, the current control file, the server parameter file, and archived redo logs.

Which two are true about reclaiming space used by Flashback logs in Oracle Database 19c and later releases? (Choose two.). Space is always reclaimed automatically when the retention period for Flashback logs is lowered. Space might be reclaimed proactively before space pressure occurs. Space might be reclaimed automatically when the retention period for Flashback logs is lowered. Space is only reclaimed when there is space pressure in the Fast Recovery Area. (FRA). Space is always reclaimed proactively before space pressure occurs.

Which three are true about SGA memory management in a multitenant database? (Choose three.). Setting DB_CACHE_SIZE for a PDB guarantees a minimum amount of Database Buffer Cache memory for that PDB. The SHARED_POOL_SIZE setting for a PDB can be up to 80% of the SHARED_POOL_SIZE setting of the root container. Setting SHARED_POOL_SIZE for a PDB guarantees a minimum amount of Shared Pool memory for that PDB. The SGA_TARGET setting for a PDB cannot exceed 50% of the SGA_TARGET value of the root container. Setting SGA_TARGET for a PDB guarantees a minimum amount of SGA memory for that PDB. SGA_MIN_SIZE cannot be set for a PDB.

Which three actions will add a resource to an Oracle Restart configuration? (Choose three.). creating an Oracle Database service by modifying the SERVICE_NAMES parameter. creating a disk group using the CREATE DISKGROUP SQL statement. creating a database using the CREATE DATABASE SQL statement. creating a database service using DBMS_SERVICE.CREATE_SERVICE. creating a database service using Oracle Database Configuration Assistant (DBCA). creating an Oracle Automatic Storage Management (ASM) instance with ASM Configuration Assistant (ASMCA).

Which three are true about creating container databases (CDBs) and pluggable databases (PDBs) in Oracle 19c and later releases? (Choose three.). A PDB snapshot can be a sparse copy of a source PDB. A PDB snapshot depends on an existing storage snapshot of the source PDB. A CDB can be duplicated using Recovery Manager (RMAN) with no configuration required before starting the duplication. A CDB can be duplicated using the Database Configuration Assistant (DBCA) in silent mode with no configuration required before starting the duplication. A PDB snapshot can be a full copy of a source PDB. A snapshot copy PDB can be a full copy of a source PDB. A snapshot copy PDB does not depend on an existing storage snapshot of the source PDB.

Which two are true about Oracle Grid Infrastructure for a Standalone Server? (Choose two.). It supports volume management, file system, and automatic restart capabilities. It must be installed before the Oracle database software is installed. The CSS daemon runs from the Grid Infrastructure home. It can manage database resources on the server where it is installed or on a different server. It requires Oracle Automatic Storage Management (ASM) components to be installed separately.

Which two are true about an RPM-based Oracle Database installation? (Choose two.). It uses a service configuration script to create a single-instance database as part of the installation. From Oracle Database 18c, a single RPM can be used to install only Oracle Database Server for a single instance. It performs a software-only Oracle Database installation. It includes the Oracle Preinstallation RPM. It requires an Unbreakable Linux Network (ULN) subscription.

HR_ROOT is an application container with the HR_APP application installed. No application PDBs and no application seed have yet been created in HR_ROOT. An application PDB, PDB1, must be created so that the HR_APP application's common objects are accessible to it. Which two methods can be used? (Choose two.). Create an application seed, and install HR_APP in it. Create the PDB1 application PDB and install HR_APP in it. Create an application seed, synchronize it with HR_ROOT, and then create the PDB1 application PDB. Create the PBD1 application PDB and synchronize it with HR_ROOT. Create the PBD1 application PDB and synchronize it with PDB$SEED.

Which three are true about Rapid Home Provisioning of Oracle software? (Choose three.). It can be used only on nodes with Oracle Grid Infrastructure installed. It can be used to patch existing Oracle software installations. It can be used to create templates of Oracle homes as gold images of only Oracle databases. It can be used to deploy new homes without disrupting active databases. It can be used to create a single-instance Oracle Database in an already-installed Oracle home. It can be used to upgrade only single-instance databases running on Oracle Restart.

In performance management, which two factors might reduce the ability of an application to scale to a large number of users? (Choose two.). poorly written SQL. the number of tablespaces containing tables updated by a transaction. poorly trained users who do not commit transactions. the number of data files containing extents belonging to tables updated by a transaction. issuing multiple savepoints during a transaction.

You issued this command: RMAN> BACKUP RECOVERY AREA FORCE; Which three are true? (Choose three.). All files in the current FRA that have been backed up already, are backed up. All Oracle recovery files normally written to the FRA and which have been backed up already to the current FRA, are backed up. All Oracle recovery files normally written to the FRA and which have been backed up already to in any previous FRA, are backed up. All Oracle recovery files normally written to the FRA and which have not yet been backed up, are backed up. All files in any previous FRA that have not yet been backed up, are backed up. All files in the current fast recovery area (FRA) that have not yet been backed up, are backed up. All files in any previous FRA that have been backed up already, are backed up.

Report abuse