I have created one package with out procedures in package
specification and in package body i have used 2 procedures. is
it compile????
Answer / 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 |
How to invoke the data pump export utility?
Differentiate between translate and replace?
Calculate difference between 2 date / times in oracle sql?
How to assign values to data fields in record variables?
if you ctreate table identity
i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions
What is a Redo Log ?
What is the minimum client footprint required to connect c# to an oracle database?
Is oracle an operator?
Table Has C1 And C2 Column If Exits any record in c1 then Update c2 record Otherwise insert new record in the C1 And C2 (Using Procedure)
How a tablespace is related to data files?
What is a sub query? What are its various types?