Topic: Backup & Recovery >> How to delete archive log file (RMAN 8.1.7.4)
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: How to delete archive log file (RMAN 8.1.7.4) |
| dbapool Editor |
Posted: Jun 14, 2003 08:07:00 PM |
Total Post: 5
Joined: Jan, 2003
|
Hi All,
I have been using following code for level0 archive log RMAN backup on Oracle 8.1.7.4. All archived log files are backing up on the disk. I would like to know the best way to delete them from the disk.
sql 'alter system archive log current';
backup
filesperset 20
format '/BACKUP/db1/rman/archive/db1_al_t%t_s%s_p%p'
archivelog all
delete input;
I tried following rman commands but these does not delete archive logs files from the disk or changed the status. List backup is showing all pervious backup with available status.
allocate channel for maintenance type disk;
crosscheck backupset of database;
delete expired backupset;
delete expired backup of archivelog all;
release channel;
Any suggestions?
Thanks,
Raj
|
|
|
nocturnal |
| Posted: Jun 18, 2003 11:34:00 AM | |
|
Total Post: 11
Joined: Jan, 2003
|
Hi Raj,
'archivelog all delete input;' should delete all archive log after backup. Are you sure, this is the problem?
Regards,
Puneet
Post New Topic Post A Reply
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 387 |
| Vinoth Kumar | 379 |
| Gopu Gopi | 350 |
| Gitesh Trivedi | 322 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|