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 the difference between delete and truncate statement in sql? : Sql dba
How to read xml file in oracle pl sql?
What is the maximum number of columns in sql table?
How to display the records between two range in Oracle SQL Plus?
Can we enter data in a table in design view?
What is cursor in pl sql?
Does sql view stored data?
What is partition by in sql?
Is there a 64 bit version of ssms?
Is a view faster than a stored procedure?
What is primary key and foreign key with example?
How many unique keys can a table have?
what is 'mysqlimport'? : Sql dba
How do you go back in sql?
what is meant by urlencode and urldocode? : Sql dba