can we call a procedure from a function?
Answer Posted / rakesh
Surely we can call.
if the procedure is using dml,then mark that procedure as
PRAGMA AUTONOMOUS_TRANSACTION.
then use that procedure in function.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is java sql drivermanager?
What version is sql?
What is the difference between the implicit and explicit cursors?
What are the topics in pl sql?
What is the difference between instead of trigger and after trigger?
Explain what is a view?
What is bind reference and how can it be created?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
What are the qualities of 2nf?
what are the differences between require and include, include_once and require_once? : Sql dba
What are variables in pl sql?
What is trigger in sql? Explain
What does rownum mean in sql?
What are the different type of joins in sql?
What is the difference between truncate and drop statements?