Revision: 59774
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 29, 2012 02:33 by thescorpion
Initial Code
---ver espacios qye se puede reciclar
select space_limit/1024/1024 "Limit MB", space_used/1024/1024 "Used MB",
space_reclaimable/1024/1024 "Reclaimable MB"
from v$recovery_file_dest;
--Shell inicienado sentencia
$ rman target /
--Una vez que tenemos prompt ejecutamos el comando DELETE con el periodo de un dÃa hacia atrás.
RMAN> DELETE ARCHIVELOG UNTIL TIME 'sysdate -1';
--OTRA OPCION
RMAN> delete archivelog until time "to_date('2010-06-05 12:50:00','YYYY-MM-DD:HH24:MI:SS')";
Initial URL
http://burzaco.wordpress.com/2010/07/09/clean-logs-with-rman/
Initial Description
Borrar archivos Log con Rman
Initial Title
Borra archivos LOG Oracle usando RMAN
Initial Tags
sql, Oracle
Initial Language
SQL