How to get the procedure's, function's name from a package
if it is wrapped(both spec & body).
Answers were Sorted based on User's Feedback
Answer / 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 |
Are subqueries faster than joins?
What is Difference Between delete and Truncate?
Explain two virtual tables available at the time of database trigger execution.
What is a unique key and primary key and foreign key?
When is the explicit cursor used ?
Can pl sql procedure have a return statement?
what is innodb? : Sql dba
Can we use rowid as primary key?
can i give user defined exception in a package
How to use boolean type in select statement?
What are the advantages and disadvantages, compared to the standard SQL and SQL*plus ?
Enlist the advantages of sql.
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)