Steps to connect to the GRACE Oracle server:

 

  1. Login into glue.umd.edu using a SSH client. (Use directory ID and password to login.
  2. Type the command Òtap oraclientÓ
  3. You will see the message: ÒPlease enter the Oracle SID:Ó
  4. The oracle SID for this class is Òdbclass1Ó
  5. Type ÒsqlplusÓ and enter your Oracle username (NOT your directory ID)
  6. Enter your Oracle password
  7. If the password authentication is successful you will see a prompt ÒSQL>Ó

 

 

You can start typing your SQL Queries now!

 

To change the Oracle password:

alter user <Username> identified by <new password>;