Nilo
Nilo

Reputation: 1

Connecting Cloudera Manager (6.3) to Oracle ATP on OCI using an Oracle Wallet

I am trying to set up a Cloudera Cluster (Cloudera 6.3) on OCI and want to use an ATP (also running on OCI) as the DB for the Cloudera Manager (I am using these docs).

In order to connect to the ATP I downloaded the wallet, but don’t know how to set the right configurations for the Cloudera Manager so that it uses the wallet with the JDBC Driver (12.2).

I modified the class path in the script scm_prepare_database.sh for when the connection is tested to include all necessary jars for the JDBC Driver, as described in this document and set these properties when executing the script:

However, I always receive the following error: IO Error: could not resolve the connect identifier “//<hostname>/<my_username>”

I verified that I can connect from the cluster to the ATP by following the steps described in the linked document.

Is it possible to use a wallet to connect the Cloudera Manager to an Oracle DB (ATP) and if so, what would be the necessary steps to get it working?

I really appreciate your help!

Best regards, Nils

Upvotes: 0

Views: 84

Answers (1)

Nirmala
Nirmala

Reputation: 1338

The JDBC driver version and JDK version is very important. You can either use JKS or Oracle Wallets.

Can you go through the ATP using 12.2 JDBC driver and the SSL blog for the detailed instructions?

Upvotes: 0

Related Questions