Department of Computer Science

Oracle Database

  1. Use the database only for internal data processing
  2. Two concurrent sessions (connections) are allowed per user account
  3. The quota for DB objects (e.g. table or procedure) is limited to 100KB per user
  4. User account will be removed from the server twice a year (December 15th and April 30th)
  5. You can create an account Here
  6. Download and unzip Oracle client program (OIC)
  7. Run sqlplus in OIC (type sqlplus YOUR_ID@XE in command prompt)

* Visit www.oracle.com to learn how to use sqlplus and access the DB from your JAVA program  

Top