CS145 - Spring 2004
Introduction to Databases
Project Part 0: Trivial Oracle Warm-Up
Due Thursday April 22

The Assignment

If you find this first part of the project a snap, you're not overlooking something, and don't worry -- it will get much more interesting as time goes by. The primary purpose of this first "warm-up" part is for us to provide you with a whole bunch of basic information, and to get everyone up-to-speed on our computing systems and Oracle. With that said, please don't start at the last minute -- as with all programming and systems work, everything takes a bit of time, and unforeseen snafus do crop up. In this portion of the project you will experiment with Oracle's sqlplus command-line interface and its bulk loader. You will create a database table to contain information about Stanford courses, load the table with a small amount of data we are providing, and run a few commands to get familiar with Oracle.

Having Trouble?

If you run into difficulties, before contacting the course staff please consult the Project Part 0 FAQ Page. We will keep it up-to-date with answers to common questions.

What to Submit

Prepare a "submission directory" on one of the Leland machines. For Part 0 of the project this directory should contain just a single text file called README.txt. The contents of this file should be the transcript described in Step 3 (including at lest one SQL query on the Courses table). From this submission directory, execute the script:
  /afs/ir/class/cs145/bin/submit-project
You may resubmit as many times as you like, however only the latest submission and timestamp are saved, and those are what we will use for grading your work and determining late penalties. Submissions via email will not be accepted.