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-01670: new datafile string needed for standby database recovery

1 Answers  


ORA-13705: There was a instance shutdown/startup between the snapshots in the range [string, string].

1 Answers  


ORA-13633: The task string was interrupted and needs to be resumed.

1 Answers  


NID-00334: The following datafiles are not checkpointed to string:

1 Answers  


ORA-01415: too many distinct aggregate functions

1 Answers  






ORA-22850: duplicate LOB storage option specificed

1 Answers  


ORA-00382: %s not a valid block size, valid range [string..string]

1 Answers  


ORA-12618: TNS:versions are incompatible

1 Answers  


NNL-00250: DEFAULT-FORWARDERS-ONLY mode is currently disabled

1 Answers  


ORA-36630: (XSDUNION00) An empty base dimension list was specified in the concat dimension definition.

1 Answers  


RMAN-06155: validation failed for controlfile copy

1 Answers  


DRG-12505: error while adding or removing a stop word

1 Answers  


Categories