What are main difference between Stored Procedure and
Functions.
Answer Posted / guru
stored procedure : It is Pre Compiled Code(PCode) it is stored
in Database. we can reuse without compile.
Function: It need compile whenever it will run.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What is meant by a deadlock situation?
What is oracle open database communication (odbc)?
How to delete all rows a table in oracle?
IS it possible to built the oracle database without setting the kernal parameters?
Explain what are clusters?
Explain the use of grant option in imp command.
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
What is merge in oracle?
How to define a record variable to store a table row?
How to execute a stored procedure in oracle?
How to find the duplicate rows count from employees table in oracle?
How to check the server version in oracle?
Who developed oracle & when?
What is oracle database client?
How to execute a stored program unit?