Wednesday, February 8, 2012

Dataset for homework 1

We have set up a small database that you can test question 1 and 2 of homework on. You can get to the tables using the names zhouhany.student, zhouhany.enroll, zhouhany.course and zhouhany.prereq. If you cannot get to these tables, please contact any TA and we will re-grant you the privilege.

6 comments:

  1. Are these available in the CSE systems only?

    ReplyDelete
    Replies
    1. This comment has been removed by the author.

      Delete
    2. Yes. You should log in any CSE 64-bit Linux system first.

      Delete
  2. I am trying to access the data models. These are the steps which I am performing.

    1. I logged into timberlake.cse.buffalo.edu
    2. I set ORACLE_HOME by
    setenv ORACLE_HOME /util/oracle/product/current/client_1
    3. I specified the instance to connect by
    setenv TWO_TASK aos.buffalo.edu
    4. Then I typed sqlplus gave the username as my UBIT name and password specified in the class

    But I am not able to log in. Please tell me where am I going wrong.

    ReplyDelete
  3. Any one know how to get previous command and edit it in sqlplus. I tried edit but it hangs after saving the buffer.

    ReplyDelete