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 to turn on or off recycle bin for the session?
Is postgres faster than oracle?
What are the varoius components of physical database structure of oracle database?
What is translate in oracle?
Can we commit inside a function in oracle?
What is PL/SQL ?
What is an oracle data file?
how the indexes are stored in the Oracle Database?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to shutdown your 10g xe server from command line?
What is rich query?
Can I create users through internet explorer in oracle 10g?
What is oracle rownum?
Explain the use of tables option in exp command.
How to view the data files in the current database?