this is the exception raised when i am working with oracle
11g java.lang.ClassNotFoundException: oracle.jdbc.Driver.Ora
cleDriver.. but i set the class path for both oracle and java..



this is the exception raised when i am working with oracle 11g java.lang.ClassNotFoundException: or..

Answer / surendar b

ClassNotFoundException is the checked exception so we must handle that one or we can declare as throws keyword.
ex:
class EmployeeDao{
public static void main(String args[0]throws SQLException, ClassNotFoundException{
------------
-------------
}

}

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Oracle Errors Interview Questions

DRG-10751: invalid value for parameter

1 Answers  


ORA-02492: missing required file block increment size in NEXT clause

1 Answers  


ORA-14256: invalid resulting partition description(s)

1 Answers  


ORA-31491: could not add logfile to LogMiner session

1 Answers  


QSM-02029: PL/SQL function invocation

1 Answers  






ORA-28121: driving context does not exist

1 Answers  


ORA-27509: IPC error receiving a message

1 Answers  


PLS-00487: Invalid reference to variable 'string'

1 Answers  


QSM-00515: operation cancelled by user

1 Answers  


ORA-27157: OS post/wait facility removed

1 Answers  


ORA-00018: maximum number of sessions exceeded

1 Answers  


EXP-00089: invalid FILE_FORMAT specification

1 Answers  


Categories