1.

In Oracle, which of the following package procedure is UNRESTRICTED ?(a) CALL_INPUT(b) CLEAR_BLOCK(c) EXECUTE_QUERY(d) USER_EXITThis question was addressed to me during an interview.Question is taken from Programmatic Oracle Structures in chapter Oracle Database 11g Architecture Options of Oracle

Answer»

The correct choice is (d) USER_EXIT

To explain I would say: A user exit is a C subroutine and called by ORACLE Forms to do special-purpose processing.It can DISPLAY messages on the Oracle Forms status line, GET and set field VALUES, do high-speed computations and table look-ups, and manipulate Oracle DATA.



Discussion

No Comment Found

Related InterviewSolutions