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

ORA-23505: Object "string"."string" is missing.

1 Answers  


DRG-11826: Proxy Authentication Required

1 Answers  


QSM-02067: no partition key or PMARKER or join dependent expression in select list

1 Answers  


ORA-26021: index string.string partition string loaded successfully with string keys

1 Answers  


NNF-01005: Internal XOM class violation

1 Answers  


TNS-04004: Unable to encrypt the supplied password.

1 Answers  


ORA-16569: Data Guard configuration is not enabled.

1 Answers  


ORA-06911: CMX: t_event returns ERROR

1 Answers  


ORA-00393: log string of thread string is needed for recovery of offline datafiles

1 Answers  


ORA-24322: unable to delete an initialized mutex

1 Answers  


ORA-24150: evaluation context string.string does not exist

1 Answers  


PLS-00120: inappropriate argument in OPEN statement

1 Answers  


Categories