Hello friends here i m again with problem this time it's with
CLASSPATH im using an thin driver for oracle so my registration is in following fashon
Class.forName("oracle.jdbc.drive.OracleDriver");
but i m gettin run time exception cannot find class OracleDriver.class well i have confirmed my class file is in
/usr/local/oracle/jdbc/driver/OracleDrive.class
so i have set classpath as follows
CLASSPATH=$CLASSPATH:/usr/local
and i also tried with CLASSPATH=/usr/local
but it;s not working

and i have linux7.0
so plzzzzzzzzzzzz help me on this
..praful