The error message means that either the JDBC driver is not in your classpath, or that the database URL you are using is wrong. Looking at your code, I see that the database URL you are using is "jdbc:odbc:oracle". Are you trying to use the JDBC-ODBC bridge driver to access Oracle?
See
this question in the Oracle JDBC FAQ about what the database URL should look like.