GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  PL/SQL
Go To First  |  Previous Question  |  Next Question 
 PL/SQL  |  Question 129 of 156    Print  
Package and Module
What is the difference between a package and a module?


  
Total Answers and Comments: 1 Last Update: April 13, 2008     Asked by: Pavithara 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 13, 2008 08:11:19   #1  
tariq_oracle Member Since: April 2008   Contribution: 11    

RE: Package and Module
Module is a collection of Package
 
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

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

WebSphere V5.0 : Web Development - Understand classpath and module dependencies

WebSphere V5 0 Web Development Understand classpath and module dependencies In this tutorial you will learn about WebSphere V5 0 Web Development Understand classpath and module dependencies Specifying dependent JAR files or modules Class loaders Class loader isolation policies Class loader modes Edi
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape