I have created one package with out procedures in package
specification and in package body i have used 2 procedures. is
it compile????
Answer Posted / kumar swamy naidu
YES .if we create any PACKAGE with PROCEDURE on package Specification that's called GLOBAL PACKAGE.
If We Create Any PACKAGE with out procedure in package specification and it in package body that's called PRIVATE package.
it compile with out any error.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do I learn what codesets are available in oracle?
defination of bitmap index
What is a user role in oracle?
How many types of synonyms in Oracle?
What are the built-in functions used for sending Parameters to forms ?
Is it possible to insert comments into sql statements return in the data model editor ?
Give the advantages and disadvantages of clusters.
Explain the use of analyse option in exp command.
if you ctreate table identity
What do you mean by merge in oracle and how can we merge two tables?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
Is a rollback possible to any savepoint?
Explain the difference between sap and oracle?
what is insert all statement in sql
How to define an anonymous procedure without variables?