We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceeeca6 commit 12fe0bdCopy full SHA for 12fe0bd
session-demos/2019/oow/adb-azure/README.md
@@ -0,0 +1,8 @@
1
+This managed ODP.NET web application shows how to connect to an Oracle Autonomous Database from either on-premises or Azure App Service.
2
+
3
+Run this application from an ASP.NET Web project. The application logs into the HR schema. Prior to running this app:
4
5
+1) Add managed ODP.NET (Oracle.ManagedDataAccess) from the NuGet Gallery.
6
+2) Enter the HR password.
7
+3) Enter the database net service name, Easy Connect (Plus), or equivalent connection information.
8
+4) Enter the wallet directory and TNS_ADMIN directory of the deployment machine in the Web.config file.
0 commit comments