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.
When an Oracle stored procedure is called with named parameters, the name must match the parameter name of the Oracle procedure. If the names do not match, a procedure call is made without the named parameter being used and an Oracle error occurs.