搜索答案

单选题 Choose the best answer. Examine this configuration: -1. CDB1 is a container database. 2. APP_ROOT is an application root in CDB1. 3. APP_PDB1 is an application PDB in APP_ROOT. 4. FLASHBACK DATABASE is ON. You execute these commands:$ sql plus sys/orac1e_4U@localhost:1521/cdb1SQL> SELECT current_scn FROM v$database; CURRENT_SCN 2074756SQL> CREATE TABLE cdb1_tab(c1 NUMBER) ;Table created. SQL> ALTER SESSION SET CONTAINER=app_root;Session altered. SQL> CREATE TABLE app_root_tab (c1 NUMBER) ;Table created. SQL> ALTER SESSION SET CONTAINER=app_pdb1;Session altered. SQL> CREATE TABLE app_pdb1_tab (c1 NUMBER) ;Table created. SQL> conn / as sysdba Connected. SQL> ALTER PLUGGABLE DATABASE app_root CLOSE;Pluggable database altered. SQL> FLASHBACK PLUGGABLE DATABASE app_root TO SCN 2074756; Flashback complete. Which table or set of tables will exist after the Flashback operation hascompleted?

A、 CDB1_TAB, APP_ROOT_TAB, and APP_PDB1_TAB
B、 CDB1_TAB and APP_PDB1_TAB
C、 CDB1_TAB and APP_ROOT_TAB
D、 CDB1_TAB only
E、 none of the tables, because all three tables will be dropped

微信扫一扫
扫一扫下载APP
微信小程序答题 下载APP答题
由4l***wy提供 分享 举报 纠错

相关试题

单选题 Examine the RMAN command:RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;RMAN> BACKUP DATABASE PLUS ARCHIVELOG;Which prerequisite must be met before accomplishing the backup?

A、 The password for the encryption must be set up.
B、 Oracle wallet for the encryption must be set up.
C、 All the tablespaces in the database must be encrypted
D、 Oracle Database Vault must be enabled.

单选题 Choose the best answer You want to create a duplicate database DUP_DB from your production database PROD on the same host. The PRODdatabase uses Automatic Storage Management (ASM) for storage. Regular backups are taken using RMAN connected to a recovery catalog. You create an auxiliary instance and want to execute the command:RMAN> DUPLICATE TARGET DATABASE TO dup_db FROM ACTIVE DATABASE;What is a prerequisite for the successful execution of this command

A、 RMAN must be connected to the target database instance and the auxiliaryinstance.
B、 A most recent backup set of the PROD database must exist.
C、 Flashback must be enabled for the PROD database.
D、 The target database must be in MOUNT state.

单选题 Your production database is running in archivelog mode. You useRMAN with a recovery catalog to back up your database to media and thedatabase is uniquely identified in the recovery catalog. You want to create atest database from the production database and allow the productiondatabase to remain open during the duplicate process. You restore thedatabase backups to a new host with the same directory structure as theproduction database and want to use the recovery catalog for futurebackups after the database is successfully restored to the new host. Howwould you achieve this?

A、 by using the RMAN switch command to set the new location for the data files
B、 by using the RMAN duplicate command with nofilenamecheck to recover thedatabase to the new host
C、 by using the RMAN duplicate command with dbid and set new name fortablespace to recover the database to the new host
D、 by creating a new database in the new host, and then using the RMAN recovercommand

单选题 A user complains about poor database performance. You want to verifyif the user’s session has waited for certain types of I/O activity. Which viewdisplays all waits waited on by a session at least once?

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

单选题 choose one You enable Flashback Data Archive for a table for which youwant to track and save all transactions for four years. After some time, therequirement changes for keeping transactions from four to two years. You execute the following command to change the requirement:SQL> ALTER FLASHBACK ARCHIVE fdal MODIFY RETENTION 2 YEAR;What is the outcome?

A、 All historical data older than two years, if any, is purged from the flashbackarchive FDA1.
B、 An error is returned because the retention period cannot be reduced.
C、 All the flashback data archives are purged and the subsequently createdflashback archives are maintained for two years.
D、 All historical data older than two years, if any, is archived to flashback logs andthe flashback archive is set to new retention time.

单选题 Automatic Shared Memory Management is disabled for one of yourdatabase instances. Some SQL statements perform poorly due to excessivehard parse activity, thereby degrading performance. What would be yournext step?

A、 Run the SQL Access Advisor.
B、 Run the Memory Advisor for the shared pool.
C、 Run the SQL Tuning Advisor.
D、 Run the Memory Advisor for the Program Global Area.
E、 Run the Memory Advisor for the System Global Area.

单选题 Examine the statements that use flashback technologies: -1. FLASHBACK TABLE customers TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYY-MM-DD HH:MI:SS'); -2. SELECT ∗ FROM customers AS OF SCN 123456; -3. FLASHBACK TABLE customers TO BEFORE DROP; -4. FLASHBACK DATABASE TO TIMESTAMP TO_TIMESTAMP('2013-02-0409:30:00', 'YYYY-MM-DD HH:MI:SS'); -5. SELECT ∗ FROM customers VERSIONS BETWEEN SCN 123456 AND 123999; -6. ALTER TABLE customers FLASHBACK ARCHIVE;Which set of statements depends on the availability of relevant undo data in theundo tablespace?

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

单选题 You plan to create a database by using the Database Configuration Assistant (DBCA), with the following specifications: Applications will connectto the database via a middle tier. The number of concurrent userconnections will be high. The database will have mixed workload, with theexecution of complex BI queries scheduled at night. Which DBCA option must you choose to create the database?

A、 a General Purpose database template with default memory allocation
B、 a Data Warehouse database template, with t he dedicated server mode optionand AMM enabled
C、 a General Purpose database template, with t he shared server mode optionand Automatic Memory Management (AMM) enabled
D、 a default database configuration