You are using Recovery Manager (RMAN) for backup and recovery operations with a recovery catalog. You have been taken database backups every evening.On November 15, 2007, at 11:30 AM, you were informed that the USER_DATA tablespace was accidentally dropped. On investigation, you found that the tablespace existed until 11:00 AM, and important transactions were done after that.So you decided to perform incomplete recovery until 11:00 AM. All the archive logs needed to perform recovery are intact. In NOMOUNT state you restored the control file that has information about the USER_DATA tablespace from the latest backup. Then you mounted the database. Identify the next set of commands that are required to accomplish the task?
Which statement is true about a running session that belongs to the online transaction processing (OLTP) group?
View the Exhibit to examine the replay settings for replay parameters.What is the implication for setting the values for replay parameters? (Choose all that apply.)Exhibit:
In your production database, users report that they are unable to generate reports on an important table because it does not contain any data. While investigating the reason, you realize that another user executed the TRUNCATE TABLE command, which accidentally caused the data to be lost. Now you want to recover the lost data of the table without affecting objects in other schemas.Which method must you use to recover the lost data?
Evaluate the following block of code:What is the outcome of the above code?
Which two statements are true about setting the FAST_ START_ MTTR_ TARGET initialization parameter to a nonzero value?