Skip to content

Commit 7b18d43

Browse files
authored
Create README.md
1 parent 16c8d61 commit 7b18d43

File tree

1 file changed

+8
-0
lines changed
  • session-demos/2019/oow/security/proxy-auth

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)