One of the java developer is complaining that he is unable to find following package. Please let me know is it a part of oracle installation or java installtion.
It looks like the jdbc driver for oracle is missing. in $ORACLE_HOME/jdbc there are zip files for jdbc. You need to set CLASSPATH variable look into the appropriate zip file in this directory. If your java program is running on a separate machine than oracle, then download the zip file to that machine and set the CLASSPATH in that machine.
Bookmarks