Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
Oracle 4
« Previous
Next »
Identify which Packaged procedure is Unrestricted?
Options
- EXECUTE_QUERY
- CLEAR_BLOCK
- USER_EXIT
- CALL_INPUT
CORRECT ANSWER : USER_EXIT
Discussion Board
Package Procedure
A Package procedure is built in PL/SQL procedure. There are two types of Package Procedure:
1. Restricted package procedure: Restricted package procedure affects the basic functions of SQL * Forms. It cannot use in all triggers except key triggers.
2. Unrestricted package procedure: Unrestricted package procedure does not interfere with the basic functions of SQL * Forms. It can be used in any triggers.
Following are the list of restricted and unrestricted procedure:
a. Call - unrestricted
b. User Exit - Unrestricted
c. Call_query - Unrestricted
d. Break - Unrestricted
e. Up - Restricted
f. Execute Query - Restricted
g. Message - Restricted
h. Exit_form - Restricted
i. Post - Restricted
Prajakta Pandit 02-28-2017 03:38 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Oracle (40)
Oracle (30)
Oracle (49)
Oracle (51)
Oracle (52)
Oracle DBA (29)
Oracle PLSQL (30)
Oracle Replication (20)
Oracle Architecture (20)
Oracle Transaction (20)
PLSQL (22)
PLSQL (24)
PLSQL (50)
Advertisement
▲