We currently provide three Database Management Systems (DBMSs) for student use. All three DBMS run on a single server, dbprojects.eecs.qmul.ac.uk, and can be accessed using command-line clients (e.g. sqlplus/mysql/psql) or JDBC clients from various machines within the college.
To create an account on any of the school database servers please follow the setup links below.
Name | Version | Details | Setup | Required for |
---|---|---|---|---|
Mysql | 5.5 | www.mysql.org | https://webprojects.eecs.qmul.ac.uk/info/details.php | ECS417U |
Oracle | 11G R2 | www.oracle.com | https://webprojects.eecs.qmul.ac.uk/info/details.php | ECS613U ECS716P |
Postgres | 8.4.20 | www.postgresql.org | https://webprojects.eecs.qmul.ac.uk/info/details.php | ECS519U ECS740P |
The following modules make use of the above Databases, for more info check the lecture notes and the instructions on your webprojects
page.