How to fix the Oracle error JMS-00135: Driver {0} not supported?
In this post, you’ll learn more about the Oracle ErrorJMS-00135: Driver {0} not supported with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
JMS-00135: Driver {0} not supported
Reason for the Error JMS-00135: Driver {0} not supported
Cause: The specified driver is not supported
How to fix the Error JMS-00135: Driver {0} not supported ?
You can fix this error in Oracle by following the below steps
Action: Valid drivers are oci8 and thin. To use the kprb driver get the kprb connection using getDefaultConnection() and use the static createTopicConnection and createQueueConnection methods
Leave Your Comment