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 are different methods to trace the pl/sql code?
How many types of index are there?
How many sql core licenses do I need?
Why schema is used in sql?
What is java sql drivermanager?
How do I make sql search faster?
what are myisam tables? : Sql dba
Why do we use sql constraints?
What is the difference between a subquery and a join?
How do I view output in sql developer?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
Can we use pl sql in sql server?
Name three sql operations that perform a sort.
Can we debug stored procedure?
How does postgresql compare to oracle/db2/ms sql server/informix?