September 2000
Intermediate to advanced
418 pages
11h 5m
English
| CALL |
CALL [schema.][package.]{function | procedure}[@dblink]
(expression[,expression...]) [INTO :host_variable [[INDICATOR] :indicator_variable]] |
Executes a stored PL/SQL function or procedure.
schema
Specifies the name of the schema that contains the package, function, or procedure.
package
Specifies the name of the package that contains the function or procedure.
function
Specifies the name of a function to be executed.
procedure
Specifies the name of a procedure to be executed.
dblink
Specifies the name of a database link.
expression
Specifies an argument to the function or procedure.
INTO
Specifies for a function the name of the host variable that will hold the return value.
INDICATOR
Specifies the name of a variable that will indicate the condition of the host variable.
Read now
Unlock full access