December 2002
Intermediate to advanced
928 pages
85h 29m
English
CALL
CALL [schema.][package.]{function|procedure}[@dblink] (expr[,expr...]) [INTO :host_variable[[INDICATOR] :indicator_variable]]
Executes a stored PL/SQL function or procedure.
Name of the package that contains the function or procedure.
Name of a function to be executed.
Name of a procedure to be executed.
Argument to the function or procedure.
Specifies (for a function) the name of the host variable that will hold the return value.
Specifies the name of a variable that will indicate the condition of the host variable.
Common keywords and clauses: dblink, expr, schema.