Deploying .NET Applications for Oracle Autonomous Database
Deployment steps for ODP.NET Core and Managed ODP.NET
Deploy .NET Core and managed ODP.NET applications to Oracle Autonomous Database (ADB). This tutorial shows you how using either Always Free or paid ADB.
In your web browser, log into the Oracle Cloud service console and navigate to the Autonomous Transaction Processing or Oracle Autonomous Data Warehouse instance.
Click on the DB Connectionbutton. Then click the Download Wallet button.
Enter in a password, confirm the same password, and then click the Download button. Choose a location to download the zip file with the security credentials and network configuration files. These files will allow client access to Oracle Autonomous Database.
Unzip the zip file contents to a project directory in the .NET app. You will deploy this directory’s contents with your application.
Set the TNS alias, username, and password to connect your .NET application to ADB. Set the TNS Admin and wallet location settings to the project directory where you placed the zip file contents. You can see examples how they are set in these managed ODP.NET samples.
Deploy your app and run.
Get Help or Provide Feedback
Visit the ODP.NET help forum to ask questions and provide feedback on connecting to ADB.