CMPUT 391 Resources
The following resources will help you with your course:
- CMPUT 391 Newsgroup
- Check my marks
- How-tos (about ugrad labs and accounts)
- Regarding SQLPLUS: Please check if your environment is properly
set up using either /oracle/coraenv or /oracle/oraenv, i.e., place
the following line in your .cshrc respectively .bashrc.:
Cshell user: source /oracle/coraenv
Bashell user: source /oracle/oraenv
- Tomcat Documentation
- List for Tomcat Ports
Note that it is very important to stop your tomcat after you finish your task.
- ORACLE - Introduction and Documentation
- Query Optimization in Oracle 9i
- Oracle Query Optimizer
- Query Text
- CMPUT 291/391 Oracle Manual (old - may not be up-to-date)
- Oracle 9.20 Documentation (local access only)
- Oracle/SQL Tutorial 1
- Oracle/SQL Tutorial 2
- SQL Tutorial 3
- JDBC Documentation (API & Tutorials)
- Oracle 9.20 JDBC Documentation (local access only)
- Oracle JDBC Javadoc