Friday, February 17, 2012

HW1 problem1.2 correction

Regarding the problem 1.2, this problem should select the students who have taken both cse531 and cse562 and get better grade in 562 and the students who have taken one of these two courses or who have taken none of them. My previous understanding is wrong. Sorry about this.

6 comments:

  1. I have a question. Regarding Tora, I installed Tora on my machine and try to make new connection with Oracle(TNS)/username/password/database aos.buffalo.edu but it does not work.
    Is Tora already built in Timberlake? or we need to install it on our machine then connect it to Timberlake server(Oracle sqlplus)?

    Please guide me on it.
    Thanks.

    ReplyDelete
    Replies
    1. I think you can directly connect one cse server at first, and follow the commands on the wiki link Prof. Chomicki provided (https://wiki.cse.buffalo.edu/services/content/tora), then you can open tora by just type tora.

      Delete
    2. This comment has been removed by the author.

      Delete
    3. Here is the message I am getting on my X-win32 shell.

      timberlake {~} > setenv ORACLE_HOME /util/oracle/product/current/client_1
      timberlake {~} > tora
      tora: error while loading shared libraries: libclntsh.so.11.1: cannot op
      d object file: No such file or directory
      timberlake {~} > /util/bin/tora
      /util/bin/tora: error while loading shared libraries: libclntsh.so.11.1:
      open shared object file: No such file or directory

      Would you pls advise me?

      Delete
    4. try to add setenv LD_LIBRARY_PATH /util/lib before those two commands you use

      Delete
    5. Here is another error message upon the new trial on the following. This is the X win 32 shell display.

      timberlake {~} > setenv LD_LIBRARY_PATH/util/lib
      timberlake {~} > setenv ORACLE_HOME /util/oracle/product/current/client_1
      timberlake {~} > tora
      tora: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory

      Any other ideas to fix it?

      Thanks.

      Delete