what is a package?

Posted by admin on Dec 05 2006

Its a schema object that groups related pl/sql types,items and sub programs.It has two parts specification and body.

spec declares varibales,types,exceptions,cursors and sub programs.

body implements spec i.e fully defines cursors and sub programs.

Leave a Comment