English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am student working as a traneecan you please help me out in solving this problem
Its urgent

2006-10-02 21:27:08 · 1 answers · asked by Don 2 in Computers & Internet Programming & Design

1 answers

Package is a useful container. It can have Procedures, Functions, variables, declarations etc. as its members.
It has two parts: Header and specification.
Header is created as:
Create or replace package as
...
...
end ;
In header you declare all variables, procedure/function names.
In specification or Body, you write actual code.
Create or replace package body
as
...
end ;

without header, body can't be created

2006-10-02 21:30:21 · answer #1 · answered by Indian_Male 4 · 1 0

fedest.com, questions and answers