Calling Stored procedure within the Orcale Server or outside client  
Author Message
aadilnw





PostPosted: 2007-3-29 13:22:00 Top

java-programmer, Calling Stored procedure within the Orcale Server or outside client Hi all,

I have liitle confusion about the stored procedures. I am doing the
Database purging using stored procedures in Oracle 9g. can you tell is
it better to call stored procedures from outside client which i will
take care of the flow in which stored procedues are called or call it
from JAVA STORED PROCEDURS loaded in the database, which will take
care of flow in which stored procs will get executed which inturn is
set by UNIX CRON

 
Arne Vajh鴍





PostPosted: 2007-4-5 9:10:00 Top

java-programmer >> Calling Stored procedure within the Orcale Server or outside client email***@***.com wrote:
> I have liitle confusion about the stored procedures. I am doing the
> Database purging using stored procedures in Oracle 9g. can you tell is
> it better to call stored procedures from outside client which i will
> take care of the flow in which stored procedues are called or call it
> from JAVA STORED PROCEDURS loaded in the database, which will take
> care of flow in which stored procs will get executed which inturn is
> set by UNIX CRON

I do not think there are any big difference on whether the controlling
Java code is external or internal.

Performance may be slightly better if it is internal.

Arne