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.
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.
ReplyDeleteIs 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.
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.
DeleteThis comment has been removed by the author.
DeleteHere is the message I am getting on my X-win32 shell.
Deletetimberlake {~} > 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?
try to add setenv LD_LIBRARY_PATH /util/lib before those two commands you use
DeleteHere is another error message upon the new trial on the following. This is the X win 32 shell display.
Deletetimberlake {~} > 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.