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

QSM-01034: materialized view, string, needs a dimension level to join table, string

1 Answers  


DRG-50919: NEAR operand not a phrase, equivalence or another NEAR expression

1 Answers  


ORA-25461: rule set not specified

1 Answers  


ORA-22298: length of directory alias name or file name too long

1 Answers  


TNS-12227: TNS:syntax error

1 Answers  






ORA-37075: (XSMCSESS03) You cannot rename a session-only dimension value.

1 Answers  


ORA-08206: ora_addr: cannot translate address file name

1 Answers  


ORA-00229: operation disallowed: already hold snapshot controlfile enqueue

1 Answers  


O2F-00336: Error reported by subsystem:

1 Answers  


DRG-11727: phrase does not have any related terms

1 Answers  


RMAN-20272: no parent backup found for the incremental backup

1 Answers  


NNO-00064: loading domain data from checkpoint file "string"

1 Answers  


Categories