Plsql Programming Guidelines within a RAC Environment [message #401622] |
Tue, 05 May 2009 18:22  |
efachim
Messages: 42 Registered: July 2008
|
Member |
|
|
Hi Guys,
Are there any specific guidelines you would recommend for programming within a RAC environment, in addition to the usual best practices one would adopt for writing Plsql programs? ie guidelines that would take advantage of the performance boost from the high availability feature of the RAC environment, as well as the processing power?
|
|
|
|
Re: Plsql Programming Guidelines within a RAC Environment [message #401624 is a reply to message #401622] |
Tue, 05 May 2009 18:32  |
 |
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
>>take advantage of the performance boost from the high availability feature of the RAC environment
RAC just provides High Availability (node level) and load balancing.
It has nothing to do with performance.
With respect to performance, it will work the same way as a single instance.
|
|
|