1z0-063 Exam QuestionsBrowse all questions from this exam

1z0-063 Exam - Question 5


Because of logical corruption of data in a table, you want to recover the table from an RMAN backup to a specified point in time.

Examine the steps to recover this table from an RMAN backup:

1. Determine which backup contains the table that needs to be recovered.

2. Issue the recover table RMAN command with an auxiliary destination defined and the point in time specified.

3. Import the Data Pump export dump file into the auxiliary instance.

4. Create a Data Pump export dump file that contains the recovered table on a target database.

Identify the required steps in the correct order.

Show Answer
Correct Answer: D

To recover a table from an RMAN backup to a specified point in time, you need to follow a logical sequence of steps. First, you need to determine which backup contains the table that needs to be recovered. Once identified, issue the recover table RMAN command specifying the auxiliary destination and point in time. Finally, create a Data Pump export dump file of the recovered table and import it back into the target instance. This ensures the table is restored to its correct state and integrated back into the main database.

Discussion

8 comments
Sign in to comment
dba_duda
Mar 17, 2021

its D? Doku says: Determines which backup contains the tables or table partitions that need to be recovered, Creates an auxiliary database on the target host and recovers the specified tables or table partitions, until the specified point in time, into this auxiliary database, Creates a Data Pump export dump file that contains the recovered tables or table partitions,Imports the Data Pump export dump file into the target instance

lollo1234
May 27, 2021

Agree with D Ref: https://docs.oracle.com/database/121/BRADV/rcmresind.htm#BRADV689 It just shows up these 3 not optional Steps

sherifelia
Feb 2, 2020

Answer D

kenshin495
Mar 29, 2020

why? it is already recovered to auxiliary definition at B.

kenshin495
Mar 29, 2020

not at B but 2

NorthKorean
Apr 24, 2020

B answer

Sugar
Jun 1, 2020

Answer is B. i have just read the book for 063

charan94
Aug 15, 2021

No need to mention particularly the backup of the table . We can directory use Table PITR command to recover the table before the corruption.. Here ,option B is near to the correct answer..

noureldin
Aug 16, 2022

Correct Answer: B