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
What is sqlerrd?
Enlist the advantages of sql.
What is forward declaration in pl sql?
What are the possible values for the boolean data field?
What is sql analyzer?
What is difference between mysql and postgresql?
What is scope and visibility in PL/SQL?
What is difference between pl and sql?
What is graph sql?
Can we use commit inside a trigger?
Which language is used in sql?
What packages are available to pl/sql developers?
Can we update views in sql?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
how can we destroy the session, how can we unset the variable of a session? : Sql dba