Assignment 7 (Due: November 22, 2001 - Thursday)
Handin Procedure: Include the following in your .alias file in the
home directory:
alias handin8711 /export/home/csc8711/bin/handin
To submit source files, execute the command:
handin8711 1 file1 file2 etc
Here the number 1 is the assignment number; You will use 2 for assignment 2 and
3 for assignment 3 etc. Please submit all source files. Also, make sure that you have given execute priveleges to Oracle user raj using the following command:
SQL> grant execute on procedure/package to raj;
for all your procedures and packages. Also, make sure that the entry procedure for this application is called p1.