For the first time to connect to the Oracle database, you will need to install the corresponding .NET Core driver to the development PC. When you select Oracle from the Provider list in the Database Configuration dialog box, you will be prompted to have PowerBuilder automatically download and install the driver or specify an existing driver on the development PC.
-
If you select to have PowerBuilder install the driver from www.nuget.org, it indicates that you agree with the license agreement. The driver will be automatically downloaded to your local path (%USERPROFILE%\.netdbdrives).
-
If the driver has already been downloaded from www.nuget.org to your computer, you can select The driver already exists locally and specify the location of the driver.
It must be the .NET Core driver (Oracle.ManagedDataAccess 3.21.100) downloaded from www.nuget.org, otherwise installation will fail.