多选题 Which three are true about post-upgrade activities when upgrading an Oracle database using Database Upgrade Assistant? (Choose three.)

A、 The Oracle Application Express configuration should be updated after upgrading Oracle Database.
B、 Time zone files must be upgraded manually using the DBMS_DST PL/SQL package.
C、 Any Recovery Manager (RMAN) recovery catalog must be upgraded manually.
D、 The new extended data type capability must be enabled by running the utlrp.sql script.
E、 After a manual upgrade, TNSNAMES.ORA entries must be updated to reflect the new ORACLE_HOME.
下载APP答题
由4l***6h提供 分享 举报 纠错

相关试题

单选题 Examine this configuration: 1. CDB1 is a container database running in ARCHIVELOG mode. 2. Controlfiles of CDB1 are multiplexed in '/u01/app/oracle/oradata/CDB1/controlfile/controlfile01.ctl' and '/u02/app/oracle/fast_recover_area/cdb1/CDB1/controlfile02.ctl'. 3. The only backup of CDB1 was taken when CONTROLFILE AUTOBACK was OFF 4. SNAPSHOT CONTROLFILE NAME is '/u01/app/oracle/product/12.2.0.1/db_1/dbs/snapcf_cdb1.f'. While CDB1 is open, '/u02/app/oracle/fast_recover_area/cdb1/CDB1/controlfile02.ctl' is accidentally deleted. To recover from this critical failure, you execute these commands: $ rman target sys/oracle_4U8localhost:1521/cdb1 RMAN> SHUTDOWN ABORT -- Oracle instance shut down RMAN> STARTUP NOMOUNT RMAN> RESTORE CONTROLFILE FROM '/u01/app/oracle/oradata/CDB1/controlfile/controlfile01.ctl'; What will be the outcome? (Choose one.)

A、It will create '$ORACLE_HOME/dbs/cdb1/CDB1/controlfile02.ctl'
B、It will create '/u01/app/oracle/oradata/CDB1/controlfile/controlfile02.ctl'.
C、It will re - create '/u02/app/oracle/fast_recover_area/cdb1/CDB1/controlfile02.ctl'
D、It will create '/u01/app/oracle/product/12.2.0.1/db_1/dbs/snapcf_cdb1control02.ctl'.
E、It will fail because there is no autobackup of the controlfiles.

单选题 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? (Choose one.)

A、The ORCL database, the Oracle ASM instances, the +DATA and +FRA disk groups, and the LISTENER are started.
B、Only the ORCL database instance is started.
C、Only the ORCL database and the ASM instances are started.
D、Only the ORCL database instance, the Oracle ASM instance, and the +DATA and +FRA disk groups are started.
E、Only the ORCL database instance and the +DATA and +FRA disk groups are started.

单选题 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?

A、3, 4, 1, 6, 8
B、2, 5, 6
C、1, 5, 6
D、1, 3, 5, 6, 7
E、1, 3, 5, 7

单选题 Examine these actions: 1). Create a new database for a recovery catalog. 2). Create a tablespace with sufficient space in the catalog database for the recovery catalog. 3). Configure ARCHIVELOG mode for the catalog database. 4). Create a user to own the recovery catalog schema with quota on the tablespace that will contain the catalog. 5). Grant the RECOVERY_CATALOG_OWNER role to the recovery catalog schema owner. 6). Grant the SYSBACKUP privilege to the recovery catalog schema owner. Which are the minimum actions that must be performed before executing the CREATE CATALOG command?

A、2, 4, 5, 6
B、1, 2, 3, 4, 5, 6
C、1, 2, 4, 5
D、2, 4, 5
E、1, 3, 4, 5

单选题 Which should be tuned first when doing a performance tuning exercise for an Oracle Database environment?

A、SQL statements
B、log writer performance
C、general operating system health
D、database writer performance
E、database instance memory management and sizes

单选题 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?

A、six
B、seven
C、five
D、eight
E、three

单选题 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 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?

A、

Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using RMAN while connected to PDB1.

B、

Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using SQL while connected to PDB1.

C、

Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using SQL while connected to CDB$ROOT.

D、

Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using RMAN while connected to CDB$ROOT.

E、This cannot be done due to the lack of a clean restore point.

单选题 A user complains about poor database performance. You want to verify if the user’s session has waited for certain types of I/O activity. Which view displays all waits waited on by a session at least once? (Choose one.)

A、V$SESSION_EVENT
B、V$SESSTAT
C、V$SESSION_WAIT
D、V$SESSION_WAIT_CLASS
E、V$SESSION