ARCHIVELOG destination full and moving them to the new location for the backup

Hello

DB: 9.2.0.7
OPERATING SYSTEM: AIX 5.3


When archivelog destination fills, I changed the destination of the log and tried to take the backup of the archivelogs tape after you move all the log files to new fixed location. But the archivelogs were not backup the new place and simply french.

The steps that I followed were here and please suggest, if I was wrong, doing so.

1)
I put the new location as,

SQL > alter system set log_archive_dest = ' LOCATION = / app/oracle/archive_New ";

2)
I moved all archivelogs in new location(/application/oracle/archive) with the UNIX 'mv' command

3)
After that I connected to RMAN to make all of them validate.

RMAN > CHANGE ARCHIVELOG VALIDATE ALL;

4)
I run backup the archivelog all with remove entry

RMAN > backup all archivelog entry delete; # Is this tape backup

5)
After that tape backup archivelogs, I reset the archivelog to the original destination

SQL > alter system set log_archive_dest = ' LOCATION = / oracle/u02/archive_original ";

6)
Newspapers original back move using the UNIX 'mv' command if all newly generated archivelogs it
Do you have the logs, validate
RMAN > CHANGE ARCHIVELOG VALIDATE ALL;

7)
Run the backup archivelog tape,
RMAN > backup all archivelog entry delete; # Is this tape backup


In my case, running the RMAN backup script will backup (Storage) team and they do not part of DBA (DBA do not have permission to run the script). So, I'll call them to run the script after you complete the steps 1,2,3 and 5.6.

Please suggest me the process that I've specified is correct?


Thanks & Regars,

Seems not are OK.

Concerning
Asif Kabir

Tags: Database

Similar Questions

Maybe you are looking for