How to get the procedure's, function's name from a package
if it is wrapped(both spec & body).
Answer Posted / kart
for function
select package.funtname(parameter) from dual/table;
for procedure
exec packagename.procedurename(parameter);
u cant call the trigger
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do temporal tables work?
What is break?
Why stored procedure is faster than query?
What is nosql db?
What normalization means?
how can we destroy the cookie? : Sql dba
What does joining a thread mean?
What are the types of views in sql?
what is the difference between join and union? : Sql dba
What is record in pl sql?
Does truncate need commit?
How do you drop a trigger?
What is query syntax?
What are different methods to trace the pl/sql code?
How many aggregate functions are available there in sql?