以下の内容はhttps://htn20190109.hatenablog.com/entry/2025/02/04/220851より取得しました。


{11 RMANの新機能}表リカバリを実行

 

https://docs.oracle.com/cd/F19136_01/bradv/rman-recovering-tables-partitions.html


rman target /

backup database plus archivelog;
list backup;

exit


sqlplus test/test@pdb11;
select count(*) from sh.sales;
select current_scn from v$database;
drop table sh.sales;
exit


rman target /

RECOVER TABLE SH.SALES OF PLUGGABLE DATABASE pdb11
    UNTIL scn 11542112
    AUXILIARY DESTINATION '/home/oracle'
    DATAPUMP DESTINATION '/home/oracle'
    DUMP FILE 'SALES.dmp'
    ;

exit


sqlplus test/test@pdb11;
select count(*) from sh.sales;
exit

 




以上の内容はhttps://htn20190109.hatenablog.com/entry/2025/02/04/220851より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14