rman table recovery failing 12c
Hi All,
When I try to recover a table after taking rman compressed backup using catalog database, it is throwing below error . I tried below commands to recover table, but both are giving below error.
recover table t1.t1 until time "to_date('06/04/2015 00:12:10','mm/dd/yyyy hh24:mi:ss')" auxiliary destination '/oracle/recover';
recover table t1.t1 until scn 44465586 auxiliary destination '/oracle/recover'
Before dropping I noted the time and scn as mentioned above.
t1 is user and t1 is a table created as t1 user.
RMAN> recover table t1.t1 until scn 44465586 auxiliary destination '/oracle/recover'