Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
12 views1 page

References For Creating A Database Application

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

References For Creating A Database Application

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

By following the instructions for developing this simple application, you learn the

general procedure for developing Oracle Database applications.


 About the Application
The application has the following purpose, structure, and naming
conventions.
 Creating the Schemas for the Application
Using the procedure in this section, create the schemas for the
application.
 Granting Privileges to the Schemas
To grant privileges to schemas, use the SQL statement GRANT.
 Creating the Schema Objects and Loading the Data
This section shows how to create the tables, editioning views, triggers, and
sequences for the application, how to load data into the tables, and how to
grant privileges on these schema objects to the users that need them.
 Creating the employees_pkg Package
This section shows how to create the employees_pkg package, how its
subprograms work, how to grant the execute privilege on the package to
the users who need it, and how those users can invoke one of its
subprograms.
 Creating the admin_pkg Package
This section shows how to create the admin_pkg package, how its
subprograms work, how to grant the execute privilege on the package to
the user who needs it, and how that user can invoke one of its
subprograms.

You might also like