LABORATORIO.
ACTIVAR FLASHBACK DATABASE
CREAR PUNTO DE RESTAURACION
SQL> create restore point before_upgrade guarantee flashback database
SQL> /
Restore point created.
SQL> update hr.prueba set salary=0;
107 rows updated.
SQL> commit;
Commit complete.
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 835104768 bytes
Fixed Size 2293880 bytes
Variable Size 658509704 bytes
Database Buffers 171966464 bytes
Redo Buffers 2334720 bytes
Database mounted.
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
[oracle@localhost ~]$
No hay comentarios:
Publicar un comentario