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 to decrement dates by 1 in mysql? : Sql dba
How many triggers can be applied to a table?
what is data control language? : Sql dba
Enlist the data types that can be used in pl/sql?
What is the use of sqlerrd 3?
Why stored procedure is better than query?
Can you skip header records while loading? : aql loader
Can we use loop in sql?
what is the stuff function and how does it differ from the replace function? : Sql dba
Explain architecture of sql server notification services?
what is user defined functions? : Sql dba
What is the most restrictive isolation level? : Transact sql
What is data type in sql?
Are stored procedures faster than dynamic sql?
What is trigger price?