Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

changing init.ora parameters 1

Status
Not open for further replies.

beechill4

Technical User
May 10, 2005
207
IE
Hi,

I am working on a rac database.

i need to change some paameters like processes and optimizer mode.

as this is rac, how should i make the changes?
 

1) spfile must be shared.
2) create pfile from spfile and make changes.
3) shutdown both instances.
4) startup pdile=init{sid}.ora (primary)
5) create spfile from pfile
6) startup secondary.
[3eyes]
PS: There might be a way to do it swithing to secondary, shutting down primary, change init.ora, startup primary, switching to primary and re-starting secondary; BUT I have not tried it this way.



----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top