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
How do I view a table in sql?
How to combine two stored procedures in sql?
what is the use of friend function? : Sql dba
What does the acronym acid stand for in database management?
What is auto increment in sql?
What is the difference between left and left outer join?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
What is view? Can we update view
Is pl sql still used?
What does data normalization mean?
How does one load ebcdic data? : aql loader
What do you mean by rowid?
Is left join inner or outer by default?
What is an inconsistent dependency?
Can we use rowid as primary key?