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 to convert character strings to dates? : Sql dba
what is offset-fetch filter in tsql? : Transact sql
Show the two pl/sql cursor exceptions.
What are the types of records?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
how would you enter characters as hex numbers? : Sql dba
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
How to select random rows from a table?
What does count (*) mean in sql?
What is compute?
what are the differences among rownum, rank and dense_rank? : Sql dba
what does the t-sql command ident_current does? : Transact sql
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
Are dml statements autocommit?
What is Difference Between Unique and Primary Key Constraints?