Execute Trigger (trigger-name)
Classify the restricted and unrestricted procedure from the following. a. Call b. User-Exit c. Call-Query d. Up e. Execute-Query f. Message g. Exit-From h. Post i. Break a. Call - unrestricted b. User Exit - Unrestricted c. Call_query
The value recorded in system.last_record variable is of type a. Number b. Boolean c. Character.b. Boolean. User Exits :
A user exit is a subroutine which are written in programming languages using pro*C pro *Cobol , etc., that link into the SQL * forms executable.
ORACLE Precompliers user exitsOCI (ORACLE Call Interface)Non-ORACEL user exits. Page :
Latest Answer : You can write the following types of user exits:
ORACLE Precompiler user exits
OCI (ORACLE Call Interface) user exits
Non-ORACLE user exits
User exits can perform the following tasks:
Perform complex data manipulation
Pass data ...
Latest Answer : A user exit is a program that you write and then link into the Report Builder executable or user exit DLL files. You build user exits when you want to pass control from Report Builder to a program you have written, which performs some function, and then ...