Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement
HR
Current affairs
Engineering
MCA
MBA
Online Test
Videos
Login
Online Practice Test
>
PLSQL 2
« Previous
Next »
Which command do you use to recompile a procedure?
Options
- Alter Procedure
- Modify Procedure
- Update Procedure
- Recompile Procedure
CORRECT ANSWER : Alter Procedure
Discussion Board
Alter Procedure
Alter Procedure is used to recompile a procedure. The ALTER PROCEDURE statement is very similar to the ALTER FUNCTION statement. The ALTER PROCEDURE statement explicitly recompiles a standalone stored procedure. Explicit recompilation eliminates the need for implicit run-time recompilation and prevents associated run-time compilation errors and performance overhead.
Prajakta Pandit 02-23-2017 06:57 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
▲