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...


i declare 4 procedure in package specification but in package
body i write only 3 procedure. is it complie??//w

Answers were Sorted based on User's Feedback



i declare 4 procedure in package specification but in package body i write only 3 procedure. is it..

Answer / jprakash025

no its not compile .wt are the procedure or fun etc..
declare in the specification section .must define in the
package body .

Is This Answer Correct ?    17 Yes 2 No

i declare 4 procedure in package specification but in package body i write only 3 procedure. is it..

Answer / rabindra nath das

i declare 4 procedure in package specification but in package
body i write only 3 procedure. is it complie??//w
------------------------------------------------------
Ans:-It will show you 'Warning: Package Body created with compilation errors.'
PLS-00323: subprogram or cursor'4thpackage name' is declared in a package specification and must be defined in the package body

because in package specification you are define 4 package
so you need to define 4 package under package body.

Is This Answer Correct ?    7 Yes 0 No

i declare 4 procedure in package specification but in package body i write only 3 procedure. is it..

Answer / ayan

Procedures that are defined in package spec are public
procedures but procedures those are in package body but not
in package spec are private procedure. we cannot call
private procedure using
package_name.private_procedure_name.Private procedure
should be called from any public procedure.

Is This Answer Correct ?    1 Yes 2 No

i declare 4 procedure in package specification but in package body i write only 3 procedure. is it..

Answer / jprakash025

yes it s complie

Is This Answer Correct ?    6 Yes 13 No

Post New Answer

More SQL PLSQL Interview Questions

What are the types of subqueries?

0 Answers  


how many groups of data types? : Sql dba

0 Answers  


what the meaning of sql

8 Answers  


What is a package ? What are the advantages of packages ?

2 Answers   Symphony,


What are the advantages of pl sql over sql?

0 Answers  


Explain the select statement in sql?

0 Answers  


what are the advantages of primary key over unique+notnull

7 Answers   Consultancy, LGS, Oracle,


How to select all records from the table?

0 Answers  


Difference between table function and pipelined function?

0 Answers  


Is left join inner or outer?

0 Answers  


What is sql keyword?

0 Answers  


What is a bitmap index?

4 Answers   Choice Solutions, Infosys,


Categories