Chapter 4, Executing Remote Procedure Calls

In the section titled, "RPCs passed to Oracle," replace the second paragraph with the following:

When DirectConnect for Oracle executes a stored program, it associates the actual and formal parameters by position. Therefore, when calling a subprogram using DirectConnect for Oracle, pass the parameters using positional notation or named notation.

Note Mixed notations, both positional and named, are not supported in a single Oracle procedure call.