It might also happen if there is an application which include the ojdbc*.jar (without classloading separation).
Also you should have a look for classes*.jar which is the old oracle jar packaging before Java1.4
Also I would check 'oracle.jdbc.driver' package in all jars, not the OracleDriver class itselve, it is possible that another old class will be found by accident and force such problem.