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
How do I view a sql trace file?
What is the difference between partition and index?
What do you mean by field in sql?
What is implicit cursor in pl sql?
What mean sql?
What is the benefit of foreign key?
What is inner join in sql?
What are the two types of exceptions.
What does stand for in sql?
What is difference between stored procedure and trigger?
How to pipe multiline string to isql?
How do you write a subquery?
How do you use join?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
How to add, remove, modify users using sql?