-
Notifications
You must be signed in to change notification settings - Fork 365
Connect to Multiple Oracle Autonomous Data Warehouse #485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Use 19c client and put the wallet location in the tnsnames.ora connect descriptor, or in the Easy Connect syntax, see https://blogs.oracle.com/opal/how-connect-to-oracle-autonomous-cloud-databases |
I use instant client 19_5 and I extracted the wallet of the second ADW in location inside /network/admin/wallet I do not if I need to add anything else ? |
I also tried using connect_string and get the same error |
Try the latest client you can; I forget when support for this landed. You can't add two wallet locations to one sqlnet.ora, which is why I mentioned putting the info in the tnsnames.ora connect descriptors. It would be helpful if you could revisit the issue logging template and tell us basic information - such as the actual error you are getting. |
I get ORA-28860: Fatal SSL error when I try to connect to the second ADW although the connection to the first ADW is successful. |
I was wrong. Support for this has not been backported to 19c. Separate processes will be needed. |
what do you mean by separate processes? |
python app1.py; python app2.py |
I use a separate zeppelin notebook and still get the same error |
The following example works with Oracle Client 12.2 and higher.
|
@Esraa90, please try the above code and let me know if it works for you as it does for me. Thanks! |
@anthony-tuininga I try it but he did not recognize where the wallet is located and I get the below error No such file or directory: 'Wallet_ADWPROD.zip' |
Use a fully qualified path if you're trying to run it from some application (like Zeppelin) as the path may be different from what you expect. Or just run it from a Python script first to verify that it works as expected before trying in an application. |
@anthony-tuininga I am using Zeppelin. so can you tell me what do you mean by fully qualified path |
This issue has been automatically marked as inactive because it has not been updated recently. It will be closed if no further activity occurs. Thank you for your contributions. |
I mean an absolute path that doesn't depend on what directory you are currently "in". |
This issue has been automatically marked as inactive because it has not been updated recently. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not been updated for a month. |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I want to connect to 2 ADW. I can make connection to the first ADW successfully. but when I try to connect to the second I get fatal ssl error
The text was updated successfully, but these errors were encountered: