We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c8d61 commit 7b18d43Copy full SHA for 7b18d43
session-demos/2019/oow/security/proxy-auth/README.md
@@ -0,0 +1,8 @@
1
+This sample application shows how ODP.NET connects to the database using proxy authentication. It is a C# console app using managed ODP.NET.
2
+
3
+Log in as an administrator and execute the following SQL to setup the proxy users:
4
+* create user appserver identified by appserver;
5
+* grant connect, resource to appserver;
6
+* alter user hr grant connect through appserver;
7
8
+This sample assumes you have the HR sample schema already installed.
0 commit comments