Cloud Wallet

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dados
Posts: 82
Joined: Thu 18 Aug 2005 14:06

Cloud Wallet

Post by dados » Thu 18 Jun 2020 14:19

Does ODAC support connecting using Cloud Wallet?

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Cloud Wallet

Post by MaximG » Mon 22 Jun 2020 13:23

Currently our product works with Oracle Wallet only in the OCI Mode (through the installed and properly configured Oracle Client). We're working on supporting Oracle Wallet in Direct Mode.

dados
Posts: 82
Joined: Thu 18 Aug 2005 14:06

Re: Cloud Wallet

Post by dados » Fri 26 Jun 2020 14:53

Excellent

bahry
Posts: 18
Joined: Wed 04 Jun 2008 13:12

Re: Cloud Wallet

Post by bahry » Thu 27 Aug 2020 09:09

MaximG wrote: Mon 22 Jun 2020 13:23 Currently our product works with Oracle Wallet only in the OCI Mode (through the installed and properly configured Oracle Client). We're working on supporting Oracle Wallet in Direct Mode.
Hello MaximG,
When do you expect the release date ?

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Cloud Wallet

Post by MaximG » Fri 28 Aug 2020 09:13

We're delighted to let you know that a new version with all necessary changes is available for download on our customer portal https://secure.devart.com/

jdorlon
Posts: 202
Joined: Fri 05 Jan 2007 22:07

Re: Cloud Wallet

Post by jdorlon » Fri 28 Aug 2020 21:50

Hi Maxim,

Do you have some documentation on using the new SSL options?

I looked around but didn't find it. I see the properties on TOraSession

-John

bahry
Posts: 18
Joined: Wed 04 Jun 2008 13:12

Re: Cloud Wallet

Post by bahry » Sat 29 Aug 2020 10:58

MaximG wrote: Fri 28 Aug 2020 09:13 We're delighted to let you know that a new version with all necessary changes is available for download on our customer portal https://secure.devart.com/
Hello Maxim,
As mentioned in the readme.html file under '..\TechnologySpecific\SecureBridge\Delphixx' to open 'dacsbridgeXX.dpk' and compile but it requires a package sbridgeXX which is not available in the installation folders.

Regards

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Cloud Wallet

Post by MaximG » Mon 31 Aug 2020 14:01

Delphi doesn't natively support SSL and SSH. Our product SecureBridge (https://www.devart.com/sbridge/download.html) implements these protocols, thus you need to use SecureBridge components to make an SSL connection in the Direct mode. After installing SecureBridge, you'll be able to compile and install packages from our Demo project.
Also you can connect to Oracle via SSL without SecureBridge in the OCI Mode, i.e using Oracle Client.

bahry
Posts: 18
Joined: Wed 04 Jun 2008 13:12

Re: Cloud Wallet

Post by bahry » Wed 07 Oct 2020 07:41

MaximG wrote: Mon 31 Aug 2020 14:01 Delphi doesn't natively support SSL and SSH. Our product SecureBridge (https://www.devart.com/sbridge/download.html) implements these protocols, thus you need to use SecureBridge components to make an SSL connection in the Direct mode. After installing SecureBridge, you'll be able to compile and install packages from our Demo project.
Also you can connect to Oracle via SSL without SecureBridge in the OCI Mode, i.e using Oracle Client.
Hello MaximG,
I have bought the SecureBridge Component to Apply the SSH connection with ODAC which I so urgently need.
But Am trying to test the Connection via SSH protocol using ODAC and SecureBridge, I have the Latest versions for both products, Compiled both packages dacsbridgeXX.dpk & dcldacsbridgeXX.dpk, the 2 packages complain about {$I SecureBridgeVer.inc} "I couldn't find this file anywhere in the installed directories neither ODAC nor SecureBride", so I decide to comment this inc file and the packaged installed correctly.
Now am trying to compile the provided demo 'Devart\ODAC\Demos\TechnologySpecific\SecureBridge\Demo\SSH\SSHDacDemo.dpr', it gives me an error: "[Fatal Error] DemoForm.pas(82): Unit ScSymmetricAlgorithm was compiled with a different version of SCConsts.SInvalidKeySize"
I never installed a trial version of SecureBridge, the Library path is correct and points to the correct directory.

Regards

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Cloud Wallet

Post by MaximG » Wed 07 Oct 2020 11:03

The latest version of SecureBridge is missing required *.inc files, which results in a compilation error. We have already fixed the issue; the fix will be included in the next version of SecureBridge. In the meantime, we can send you the missing files. To get the files, please send us a request through the contact form: https://www.devart.com/company/contactform.html

bahry
Posts: 18
Joined: Wed 04 Jun 2008 13:12

Re: Cloud Wallet

Post by bahry » Wed 07 Oct 2020 12:33

MaximG wrote: Wed 07 Oct 2020 11:03 The latest version of SecureBridge is missing required *.inc files, which results in a compilation error. We have already fixed the issue; the fix will be included in the next version of SecureBridge. In the meantime, we can send you the missing files. To get the files, please send us a request through the contact form: https://www.devart.com/company/contactform.html
Hi MaximG,
Very Thanks.

Regards

Post Reply