| different fixed_date in RAC DB and Instance [message #409996] |
Wed, 24 June 2009 15:24  |
casttree Messages: 55 Registered: August 2008 |
Member |
|
|
Looks like I can set the different value for initialzation parameter FIXED_DATE in each RAC instance and DB?
Is there any relationship for the fixed_date between RAC Instance and RAC DB ? I thought the value of init paramter in RAC DB should be consistent with Rac instance.
|
|
|
|
| Re: different fixed_date in RAC DB and Instance [message #410007 is a reply to message #409999] |
Wed, 24 June 2009 17:02   |
casttree Messages: 55 Registered: August 2008 |
Member |
|
|
I mean I am doing a test to set fixed_date for Rac DB and instance .
If I set different value for each instance,
for example
rac_inst1 fixed_date = 01/01/2009
rac_inst2 fixed_date = 01/01/2008
I am thinking if I try to get the fixed_date value for RAC DB, what I will get ? Looks like RAC DB just create a conntion to random instance, and get a value from that instance.
So looks like I will get a random value with either 01/01/2009 or 01/01/2008, is it right? Do I have other ways to control what value i can get ?
|
|
|
|
| Re: different fixed_date in RAC DB and Instance [message #410010 is a reply to message #410008] |
Wed, 24 June 2009 17:40   |
casttree Messages: 55 Registered: August 2008 |
Member |
|
|
I hope to understand how we can get the paramter value for RAC DB when different RAC instance has different values.
In my case,
rac_inst1 : fixed_date = 01/01/2001
rac_inst2 : fixed_date = 02/02/2002
rac_inst3 : fixed_date = none
in this case, what I will get when I check the fixed_date value for rac DB?
|
|
|
|
|
|
|
| Re: different fixed_date in RAC DB and Instance [message #410245 is a reply to message #410109] |
Thu, 25 June 2009 17:34   |
casttree Messages: 55 Registered: August 2008 |
Member |
|
|
I set it from oracle EM. I know it can be set in single Instance DB as below
alter system set fixed_date = '19-APR-1978';
but I don't know the normal process to set it in Rac from sqlplus? Will we access one rac instance and issue the alter command? will it affect the whole RAC DB (all instances ) or just that instance?
Thanks,
[Updated on: Thu, 25 June 2009 17:35]
|
|
|
|
|
|