Nghia Do
Nghia Do

Reputation: 2668

Debugging ojdbc6-11.2.0.3

I'm working with Oracle Wallet integration with Java/Spring application. There are some errors happening which I need to debug inside ojdbc6-11.2.0.0 jar. Do we have a way to attach the source of that jar to debug or anyway for debugging ojdbc?

I understand that decompile can be an option but I would like to hear here any better way to do it.

Please advice. Thanks,

Upvotes: 1

Views: 423

Answers (1)

Jean de Lavarene
Jean de Lavarene

Reputation: 3773

There is the debug jar (ojdbc7_g.jar) that you can use to print out logs that can then be used to debug. There is also Oracle support that can help you. We, on SO, can also help you if you provide the error message. Oracle wallets are commonly used so the error you're facing may already be known.

Upvotes: 1

Related Questions