Re: Oracle RAC Stored Procedure scalability
- From: "Jim Kennedy" <jim dot scuba dot kennedy at gee male dot com>
- Date: Wed, 2 Aug 2006 20:50:22 -0700
<waihunglo@xxxxxxxxx> wrote in message
news:1154576650.248074.68310@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi all,
Just wonder how the oracle rac facilitate the stored procedure
scalability issue? Any experience that we can share. Does the oracle
run the stored procedure on a single member of cluster? Is there any
way that make the stored procedure horizontally scale?
I guess one of the possible way is to partition data and issue stored
procedure call on different members of cluster. Does it induce the
network overhead in order to synchronized the table content across the
members of the cluster.
Thanks in advance.
Ivan Lo
The different members of the cluster all access the same disk. So if the
sql statements can scale horizontillay then the stored proc can
Jim
.
- Follow-Ups:
- Re: Oracle RAC Stored Procedure scalability
- From: HansF
- Re: Oracle RAC Stored Procedure scalability
- References:
- Oracle RAC Stored Procedure scalability
- From: waihunglo
- Oracle RAC Stored Procedure scalability
- Prev by Date: Oracle RAC Stored Procedure scalability
- Next by Date: Re: Oracle RAC Stored Procedure scalability
- Previous by thread: Oracle RAC Stored Procedure scalability
- Next by thread: Re: Oracle RAC Stored Procedure scalability
- Index(es):
Relevant Pages
|