i declare 4 procedure in package specification but in package
body i write only 3 procedure. is it complie??//w
Answer Posted / 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 |
Post New Answer View All Answers
Will truncate release space?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
Explain locks? : Transact sql
How do I find duplicates in a single column in sql?
What does select * from mean in sql?
What are the packages in pl sql?
What are the different types of tables in sql?
How do I make my sql query run faster?
what is rollback? : Sql dba
How to run sql functions in pl/sql?
How would you convert date into julian date format?
What is full join?
What are properties of the transaction?
what is self-join? : Sql dba
What is sql dialect?