Try OpenEdge Now
skip to main content
DataServer for Oracle
Initial Programming Considerations : RDBMS Stored Procedures
 

RDBMS Stored Procedures

Relational database management system (RDBMS) stored procedures can be an efficient, productive approach to obtain data from a foreign data source. In general, using stored procedures can help reduce network traffic, promote better performance, and improve response time because the server-side processing of the stored procedure can be accomplished without communicating with the client; once this processing is completed, the server returns only the data results to the requesting client.
See RDBMSStored Procedure Details for a complete discussion of various RDBMS stored procedure and Send SQL statement techniques you can run against the Oracle DataServer.