Home » RDBMS Server » Server Utilities » Re: ALTER DATABASE OPEN RESETLOGS-again updated
Re: ALTER DATABASE OPEN RESETLOGS-again updated [message #70858] Tue, 30 July 2002 08:58
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
1. Type "rman target user_name/password@connect_string nocatalog"
2. Type the following command: "list copy of database
archivelog all;"
This command lists all of the archive logs
3. You need to remove any archive logs that exist in
the resulting list that do not exist on the disk
drive. You will need the key value (first column in
the list). Type the following to delete an archive
log: "change archivelog (key) delete;"

You can also use a comma separated list if you have
several archivelogs to delete.

4. Rerun the command in step 2 to verify that the
archivelog has indeed been deleted.
5. Exit RMAN and retry the backup.
Previous Topic: Re: ALTER DATABASE OPEN RESETLOGS;
Next Topic: Re: Data comparison to flat files
Goto Forum:
  


Current Time: Thu May 09 17:39:36 CDT 2024