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 the difference between microsoft sql and mysql?
What is pl sql and why it is used for?
How do you remove duplicate records from a table?
how to enter characters as hex numbers? : Sql dba
How do you write a complex sql query?
How do I find sql profiler?
What are the different type of joins in sql?
How can triggers be used for the table auditing?
How do I create a sql script?
Can we use pl sql in mysql?
What is trigger in pl sql with examples?
what is 'mysqld'? : Sql dba
What is a data definition language?
What is a sql*loader control file?
what are string data types? : Sql dba