|
-
 Originally Posted by LKBrwn_DBA
Alternative one:
Code:
ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE DISK;
CHANGE ARCHIVELOG ALL CROSSCHECK;
Alternative two:
Code:
BACKUP
FORMAT ...etc...
ARCHIVELOG ALL DELETE INPUT SKIP INACCESSIBLE;

This will be a one time run correct?
run
{
ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE DISK;
CHANGE ARCHIVELOG ALL CROSSCHECK;
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|