RPCs passed to Oracle

RPCs that are not interpreted by ECDA Option for Oracle are passed directly to Oracle for execution.

When ECDA Option for Oracle executes a stored program, it associates the actual and formal parameters by position. Therefore, when calling a subprogram using ECDA Option for Oracle, the parameters must be passed using positional notation or named notation.

NoteMixed notations (both positional notation and named notation) are not supported in a single Oracle procedure call.