Oracle ids for all students have been established on tinman. The userid and password are set to your tinman unix userid. Oracle Database Connection is established in Java by the following statement:
Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@tinman.cs.gsu.edu:1521:sid9ir2",user,pass);