GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  PL/SQL
Go To First  |  Previous Question  |  Next Question 
 PL/SQL  |  Question 34 of 166    Print  
how can i get the procedure's, function's name from a package if it is wrapped(both spec & body).

  
Total Answers and Comments: 2 Last Update: March 09, 2007     Asked by: biswajit 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 29, 2006 10:34:49   #1  
naserumak        

RE: how can i get the procedure's, function's name fro...
PAckage Name.ProcedureName(Parameter List)
 
Is this answer useful? Yes | No
March 09, 2007 03:54:59   #2  
ravikumarzee@gmail.com Member Since: February 2006   Contribution: 16    

RE: how can i get the procedure's, function's name fro...
desc <object_name>

e.g.
If u want to know the procedures and functions in a package called xyz then

desc xyz;

 
Is this answer useful? Yes | No

 Related Questions

How to query to know, that dbms_rowid package contains ROWID_OBJECT, rowid_block_number ,etc procedures or functions in it.

Latest Answer : no difference ...
Read Answers (9) | Asked by : Suyog

How can i get the procedure's, function's name from a package if it is wrapped(both spec & body).
Read Answers (2) | Asked by : biswajit

Hi,We have to select some rows from a table using many conditions in the where clause. Then we have to write those selected rows to one flat file. I know that we can use UTL_FILE package to do this. Is there any better approach to do this??
Read Answers (5) | Asked by : Ritesh

Hi How do I call procedures which have ref cursors as parameters and print the elements in the ref cursor in PL/SQL Developer ?I executed the following code in PL/SQL Developer : CREATE OR REPLACE PACKAGE EMP_PACK ASTYPE EMPCURTYP IS REF CURSOR RETURN EMP%ROWTYPE;PROCEDURE EMP_PROC( EMP_CUR IN OUT EMPCURTYP);END EMP_PACK;CREATE OR REPLACE PACKAGE BODY EMP_PACK ASPROCEDURE EMP_PROC(EMP_CUR IN OUT EMPCURTYP) ISBEGINOPEN EMP_CUR FOR SELECT * FROM EMP;END EMP_PROC;END EMP_PACK;/When I executed the following
View Question | Asked by : Divya

What is mutating trigger? How do you resolve it?If a trigger body is trying to update dependent tables, will it get a mutating error?
Read Answers (9) | Asked by : be17be

Latest Answer : right click on package and choose [execute]elseexecute package_name; ...
Read Answers (3) | Asked by : physical

Latest Answer : Yes thats true...It will be private. ...

What is the difference between a package and a module? 
Latest Answer : Module is a collection of Package ...

User Interface accepts the Employee information and this data needs to be compared with the existing data and the differences needs to be populated through a Pl/SQL table.Create a type (EMP_DATA) to populate 
View Question | Asked by : kshasikumar


 Sponsored Links

 
Related Articles

Importance of Body language in interviews

Interpreting your body language Body language is one of the very powerful ways of communicating When it comes to your career especially while attending interviews every small movement you make will amplify and suggest what s going on in your mind mosgoogle You might unknowingly minimize the chance
 

How to Use Your Body Language

Your body language communicates a lot more than your words.&nbsp; A number of studies have proven that your body language plays the biggest role in the way you communicate with people. Since communication plays an important role in the art of being assertive you must learn how to use your body
 

Body Control During the Interview

Your posture will be greatly evaluated during the interview. You might have great ideas and delivered them perfectly in words but those words will be nothing if they are never reflected in your actions. Posture and body movements are the first things that will be noticed by the interviewer. Since y
 

Be Prepared for Tech Job Cuts

Even one of the most flourishing and possibly the strongest industries of the future are not experiencing the economic crunch. The tech industry is now experiencing massive job losses in different categories. Although you will still see innovations almost every day from the tech industry through th
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape