viernes, 24 de abril de 2020

RMAN RESTORE POINT

[oracle@localhost ~]$ sqlplus / as sysdba

SQL*Plus: Release 12.1.0.1.0 Production on Fri Apr 24 18:47:55 2020

Copyright (c) 1982, 2013, Oracle.  All rights reserved.


Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Advanced Analytics
and Real Application Testing options

SQL> create restore point good_data;

Restore point created.


RMAN> list restore point all;

using target database control file instead of recovery catalog
SCN              RSP Time  Type       Time      Name
---------------- --------- ---------- --------- ----
5154575                               24-APR-20 GOOD_DATA


RMAN> drop restore point good_data;

Statement processed

RMAN>


No hay comentarios: