|
In fact, i think it is no use renaming log files.
Just add a new group and drop the old group. This works fine.
To rename log file:
shutdown database.(immediate/normal)
copy the log file to new location.
startup mojunt
alter database rename file
alter database open; this should work |
|