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
Which are sql * plus commands?
What is the purpose of my sql?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
What are predefined functions in sql?
What does where 1/2 mean in sql?
Differentiate between syntax and runtime errors.
What is the importance of sqlcode and sqlerrm?
what are numeric data types? : Sql dba
What is the difference between delete and truncate statement in sql?
What is compilation error in pl sql?
Is sql pronounced sequel or sql?
What is sqlservr exe?
What are the constraints available in sql?
What can I use instead of union in sql?
What is difference between group by and partition by?