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
What is keys and its types?
What is pl sql commands?
Can you inner join the same table?
What are primary key and foreign key and how they work?
what is 'trigger' in sql? : Sql dba
How to run sql functions in pl/sql?
What is sql prepared statement?
How do I pipe the output of one isql to another?
Can a foreign key be null?
What are the most important characteristics of pl/sql?
what is the difference between truncate and delete statement? : Transact sql
what is text? : Sql dba
what is meant by urlencode and urldocode? : Sql dba
Can we call stored procedure in function?
How to connect a sql*plus session to an oracle server?