OCI_odessp

function

Library: Oracle Call Interface database support (OMOCI legacy)
Include: omoci.xin

Returns: Returns OCI_SUCCESS if the function completes without error.


Declaration
define external integer function OCI_odessp
     (  value OCI_Handle_type lda,
        value string objnam,
        value integer onlen,
        modifiable integer ovrld,
        modifiable integer pos,
        modifiable integer level,
        modifiable stream  argnam,
        modifiable integer arnlen,
        modifiable integer dtype,
        modifiable integer defsup,
        modifiable integer mode,
        modifiable integer dtsiz,
        modifiable integer prec,
        modifiable integer scale,
        modifiable integer radix,
        modifiable integer arrsiz
     )


Purpose

This function is used to describe the parameters of a PL/SQL procedure or function stored in an Oracle database. All of the variables used as output arguments in this function call must be declared as a variable size shelf, and each shelf is cleared in the function. Items are added to the output shelves, one for each stored procedure or function parameter.

Input arguments:

Output arguments:

Input/output argument: