Oracle Database
- Use the database only for internal data processing
- Two concurrent sessions (connections) are allowed per user account
- The quota for DB objects (e.g. table or procedure) is limited to 100KB per user
- User account will be removed from the server twice a year (December 15th and April 30th)
- You can create an account Here
- Download and unzip Oracle client program (OIC)
- 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