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
Why is theta join required?
How does stored procedure reduce network traffic?
what is oracle database ? : Sql dba
How do you define a foreign key?
what is single byte over head in oracle..?
Is mariadb a nosql database?
What is online transaction processing (oltp)?
What is asqueryable?
Can we join tables without foreign key?
What is self-join and what is the requirement of self-join?
what is a unique key ? : Sql dba
how to drop an existing table in mysql? : Sql dba
What does cursor do in sql?
What is clustered index in sql?
Why do we use joins in sql?