DEVFYI - Developer Resource - FYI

What does invoke built-in do?

ORACLE Interview Questions and Answers (Part 4)


(Continued from previous question...)

668. What does invoke built-in do?

This procedure invokes a method.
Syntax:
PROCEDURE OLE2.INVOKE
(object obj_type,
method VARCHAR2,
list list_type := 0);
Parameters:
object Is an OLE2 Automation Object.
method Is a method (procedure) of the OLE2 object.
list Is the name of an argument list assigned to the OLE2.CREATE_ARGLIST function.

(Continued on next question...)

Other Interview Questions