i declare 4 procedure in package specification but in package
body i write only 3 procedure. is it complie??//w
Answer Posted / ayan
Procedures that are defined in package spec are public
procedures but procedures those are in package body but not
in package spec are private procedure. we cannot call
private procedure using
package_name.private_procedure_name.Private procedure
should be called from any public procedure.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are pl/sql packages?
List the different type of joins?
What is the difference between delete and truncate commands?
What is primary key and unique key?
Why do we use sql constraints?
How do I send sql query results to excel?
What plvcmt and plvrb does in pl/sql?
What are the advantages of sql?
Can we change the table name in sql?
Why is there a need for sqlcode and sqlerrm variables?
How would you reference column values before and after you have inserted and deleted triggers?
What is the purpose of a secondary key?
What is parallel hint?
How to call a javascript function from pl sql?
What is a string data type in sql?