Increase members number of a Group! [message #103412] |
Wed, 27 August 2003 15:36 |
Upperm
Messages: 95 Registered: July 2003
|
Member |
|
|
Hello All,
After having created my Database with DBCA (DB Configuration Assistant), I noticed that I can't add a third member to any of the existing Groups (of the redo log files).
What should I do to add other members to a group.
|
|
|
Re: Increase members number of a Group! [message #103418 is a reply to message #103412] |
Mon, 01 September 2003 03:18 |
shesha
Messages: 24 Registered: August 2003
|
Junior Member |
|
|
Hi,
I think you have given maxlogmembers parameter as 2 while creating your database.
Now what you can do is take a create control file script by using "Alter database backup controlfile to trace;"
and then change the maxlogmembers parameter to a higher value and
create a fresh control file and open ur database.
Hope this has helped u
Thanx
shesha
|
|
|