CMPUT 291 Resources
The following resources will help you with your course:
- CMPUT 291 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
- ORACLE - Introduction and Documentation
- 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