CS145 - Spring 2003
Introduction to Databases
Part 0: Trivial Oracle Warm-Up   --   Due Thursday April 24

Scope

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.

What to submit

Prepare a "submission directory" on one of the Leland machines that contains a text file called README. The contents of this file will be the transcript described in Step 3 (including at lest one SQL query on the Courses table). From this submission directory, execute the command

/usr/class/cs145/bin/submit

Follow the instructions exactly. If you must resubmit, run the command

/usr/class/cs145/bin/submit -replace

If you have any problems, please send mail to cs145@cs.stanford.edu.