单选题 Choose the best answer. You want to transport the UNIVERSITYtablespace from one database to another. The UNIVERSITY tablespace iscurrently open read/write. The source and destination platforms have thesame endian Examine this list of steps:. 1. Make the UNIVERSITY tablespaceread-only on the source 2. Export the UNIVERSITY tablespace metadatausing EXPDP. 3. Create a cross-platform backup set from the UNIVERSITYsource system, using an RMAN command that includes the DATAPUMPclause. 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 anRMAN command that includes the DATAPUMP clause. 7. Import theUNIVERSITY tablespace metadata using IMPDP. 8. Make the UNIVERSITYtablespace read/write on the destination system. Which are the minimumnumber of steps required, in the correct order, to transport the UNIVERSITYtablespace?
相关试题
单选题 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?
单选题 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?
单选题 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?
单选题 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?
单选题 Examine the RMAN command:RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;RMAN> BACKUP DATABASE PLUS ARCHIVELOG;Which prerequisite must be met before accomplishing the backup?
单选题 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?
单选题 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
单选题 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?