If you read the link you will understand why you canot move a group.A group is not a Physical file to move at o/s level and then rename (rename i.e update the controlfile of the new path of the log file) the same.
Cheers
Padmam
Attitude:Attack every problem with enthusiasam ...as if your survival depends upon it
I had 8 logfiles with 1 member each of 512k size each. Now it was causing some contentions. So I added 8 more groups with one member each of size 5m. After that I dropped the old 512k groups. Now I have groups named as group08 to group16. And now I want to rename them from group1 to group8.
In the link it has also given how to rename the log files..Instead of renaming to different disk rename it in the same path or disk as per your requirement.
Rename the existing files as new and then drop the old ones physically.
Eg:
ALTER DATABASE
RENAME FILE 'log1a'
TO 'log1c' ;
Did you try like this ?
Cheers
Padmam
Attitude:Attack every problem with enthusiasam ...as if your survival depends upon it
Well, May be I am confusing myself,
Well I deleted group1 to group8 now is it possible to recreate a group with name group1 OR rename a existing group not log member to group1?
Bookmarks