Change parameter value in Primary Base to apply at the stand By.
edited Dec 13, 2011 11:17PM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 5 comments
Hi,
I have two database, the primary and stand by (Data Gaurd)
The number of maxima, DB_File has already been reached in this case I'll change the parameter value of db_file.
is what you can give me the planning for the change made , in the assets are recovered in the stand by.
At the primary I try the script :
alter system set db_files=500 scope=spfile;
And at the Stand by why I will do to apply the change in Primary.
Regards,
Jeannot
I have two database, the primary and stand by (Data Gaurd)
The number of maxima, DB_File has already been reached in this case I'll change the parameter value of db_file.
is what you can give me the planning for the change made , in the assets are recovered in the stand by.
At the primary I try the script :
alter system set db_files=500 scope=spfile;
And at the Stand by why I will do to apply the change in Primary.
Regards,
Jeannot
0