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 |
How do you break a loop in pl sql?
Difference between SUBSTR and INSTR?
Can dml statements be used in pl/sql?
What is the basic difference between a sql and stored procedure ?
diff b/w function and procedure?
What is the difference between left join and right join?
What is field delimiter?
what is self join and what is the requirement of self join? : Sql dba
Explain the significance of the & and && operators in pl sql.
If a procedure within a package is invalidated whether the entire package will be invalid and has to be recompiled again?
What are the most important ddl statements in sql?
Write a query to get last 10 records from the table.
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)