Some topics that I come up with:
Requirement
Each team is required to write up a report detailing the design of its database system. The report should include:
Requirements from the literature are acceptable.
Do not forget the assumptions you have made when design the database.
For example: I assume that the library has only one copy of each book when I design a database for the library. Furthermore, I assume that each library item has an ISBN. Therefore, I use ISBN as the key of the entity named 'LibraryItem';
For this step, you need to include in your report the SQL/Oracle command that you use to create the tables in your database.
Develop a JAVA application based on the examples (in /oracle/app/oracle/9.2.0.1.0/sqlj/demo) that comes with Oracle. It will be sufficient to have a stand alone application that
It is hoped that you come up with a system that is user friendly (menu driven, GUI etc.).
The directory /oracle/app/oracle/9.2.0.1.0/sqlj/demo on pilsner contains a number of examples written in JAVA or SQLJ that can help you in the development of your application. In particular, you can create a table, insert a row, delete a row, update the information in the database. In fact, all you need to do is to develop an interface, that glues these components together.
A simplest way to learn how to It is suggested that you copy all the files into your directory and following the README file.
In order to compile and run the examples, you have to set the environment variables correctly. You can do so by run the command:
source /oracle/conf/cshrc
after rlogin (or ssh) to pilsner.