|
-
to drop
ALTER DATABASE xxxx DROP LOGFILE GROUP x1;
to make
ALTER DATABASE xxxx
ADD LOGFILE GROUP x1
('diska/logx.log',
'diskb/logx.log',
'diskc/logx.log' );
I wonder what effect it might have forcing archiving of that corrupted file.
since it deals with corruption, take care in checking all pros and cons.
Tarry Singh
I'm a JOLE(JavaOracleLinuxEnthusiast)

--- Everything was meant to be---
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
|