Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle XDB Dependency In Maven

hell_storm2004May 14 2019 — edited May 14 2019

Hello Everyone,

I am looking to include the XDB dependency in my maven POM XML. But I am unable to find the groupId, artifactId and version for it. Can anyone tell me what they should be? I had the same issue UCP jar, but probably that jar is a little bit more popular, I was able to find the info more quickly on Google.

I read there is a Oracle Maven Repository Browser but all I get is a documentation page on how to configure it in the settings.xml, which hardly helps. There is no concrete info on what I am looking for. Not only that, even other Oracle DB related jars are very cumbersome to find.

Comments

441662
You did not say what the error message was. What was the error message?

You might need to modify a file named config
found in MONO_PREFIX\etc\mono

In the config file, look for the mapping for the linux oci shared library. I think it could be libclntsh.so or something. Oracle 11g might have the version attached to the shared library filename, such as, libclntsh.so.11

I am not looking at my installation, so I have to go by memory here. Either change the mapping in the config file to match your actual shared library filename or you will need to create a link (or symbolic link) to it.
1 - 1

Post Details

Added on May 14 2019
0 comments
857 views