Simple Oracle Database Example
This example has files:
- personcreate.sqlcontains the create command for a simple database.
- person.ctl contains the sqlload command.
- person.db contains some initial data.
- demo.sql contains the PL/SQL package with
access procedures for this database.