vadicherla
asked on
rman
when i type archive log list i get archive log files of different instance at the end. Can you pleas tell what's wrong
ASKER
No its not a clone of any. Its gold instance from were we copy all other instances. I just want to know how archivelog files populated here which belongs to other instance
Thanks
Sudhakar
Thanks
Sudhakar
Maybe your archive log files are mutiplexed to create at different location. Check log_archive_dest paramater sne see if any archive are created there MANDATORY parameter or not.
Please post your rman commmand or script here.
Please post your rman commmand or script here.
Are you running other instances on the same box?
It could be a typo in the location of the other instances. Are all those foreign archive logs current?
It could be a typo in the location of the other instances. Are all those foreign archive logs current?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
can you tell me how to move arvhivelog location from location to another in rman.
Thanks
Sudhakar
Thanks
Sudhakar
ASKER
I want to move some of archive log files from one location to another and update the catalog repository about the chage by giveing crosscheck archivelog all;
Thanks
Sudhakar
Thanks
Sudhakar
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Forced accept.
Computer101
EE Admin
Computer101
EE Admin
If you know the approximate date of the archive logs (for instance up til 2 weeks ago):
DELETE ARCHIVELOG UNTIL TIME 'SYSDATE-14';