Hi all,
I have 3 log group and the size is 1024K. Now the database is experiancing performance issue. Also in the log file I see the 'checkpoint not complete ' error. So I want to add more log groups.
The script look something like this:
ALTER DATABASE ADD LOGFILE GROUP 6 ('D:\ORANT8\ORADATA\INPUT\redo06.log','F:\ORADATA8\INPUT\redo0602.log')
size 1024K;
The should the new group size be bigger? Also can I create three new groups and delete the existing once? Is that safe things to do?
Thanks!
I have 3 log group and the size is 1024K. Now the database is experiancing performance issue. Also in the log file I see the 'checkpoint not complete ' error. So I want to add more log groups.
The script look something like this:
ALTER DATABASE ADD LOGFILE GROUP 6 ('D:\ORANT8\ORADATA\INPUT\redo06.log','F:\ORADATA8\INPUT\redo0602.log')
size 1024K;
The should the new group size be bigger? Also can I create three new groups and delete the existing once? Is that safe things to do?
Thanks!