Hi,
I want to drop/delete an archived-log file from an instance. we can see the
list of online and archived log files from the views, V$LOGFILE and V$ARCHIVED_LOG respectively.
Oracle supports dropping an online log file using the foll. statement.
ALTER DATABASE DROP LOGFILE 'file-name';
But, this doesnt delete/drop the archived-log file. Also i m not able to delete the entry from the V$ARCHIVED_LOG.
How can i drop an archived log file?
tia,
madhes
I want to drop/delete an archived-log file from an instance. we can see the
list of online and archived log files from the views, V$LOGFILE and V$ARCHIVED_LOG respectively.
Oracle supports dropping an online log file using the foll. statement.
ALTER DATABASE DROP LOGFILE 'file-name';
But, this doesnt delete/drop the archived-log file. Also i m not able to delete the entry from the V$ARCHIVED_LOG.
How can i drop an archived log file?
tia,
madhes