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


Please Help Members By Posting Answers For Below Questions

What are the two types of cursors in pl sql?

532


How many functions are there in sql?

532


Is pl sql and postgresql same?

563


What is memory optimized table?

569


Explain what is an index?

580






What is crud stand for?

561


First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.

1135


Why do we need cursors in pl sql?

513


i have some prob lem to tell me about my self in interview first round ...

1695


What is full join in sql?

516


What are the differences between in and exists clause?

558


Can you do multiple joins in sql?

541


What is native sql query?

543


What problem one might face while writing log information to a data-base table in pl/sql?

548


explain advantages of innodb over myisam. : Sql dba

636