Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



How to get the procedure's, function's name from a package if it is wrapped(both spec &a..

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 to get the procedure's, function's name from a package if it is wrapped(both spec &a..

Answer / swapna

PAckage Name.ProcedureName(Parameter List)

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More SQL PLSQL Interview Questions

How can we schedule the procedure to run automatically ?

3 Answers  


What is sql procedures and functions?

0 Answers  


What are variables in pl sql?

0 Answers  


Can we create foreign key without primary key?

0 Answers  


How to disable a trigger name update_salary?

0 Answers  


What is dba in sql? : SQL DBA

0 Answers  


What is a primary key called that is made up of more than one field?

0 Answers  


How to update salary of employees department wise?

6 Answers  


What is different between union and minus?

7 Answers   Accenture, TCS,


How many tables can you join in sql?

0 Answers  


How can use stored procedures in sql?

0 Answers  


How many tables can a sql database have?

0 Answers  


Categories