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 combine two stored procedures in sql?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
What is a primary key example?
What are the types of queries in sql?
What are different types of triggers?
Does pl sql work in mysql?
What is sqlservr exe?
How to add new employee details in an employee_details table with the following details
What is group by in sql?
What do you understand by pl/sql records?
Why do we use %rowtype & %type in plsql?
What does := mean in pl sql?
What is PL/SQL Records?
What is type and rowtype in pl sql?
Is keyword pl sql?