.NET Helper Class for managment of Oracle User and Role objects

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at https://www.microsoft.com/info/cpyright.htm

This helper dll (attached below in this blog) will allow you to perform most common Oracle user and role management operations from your .NET applications.

For complete list of operations supported by this dll see documentation here:

https://alextch.members.winisp.net/OraUserHelperUtildoc/index.html

Potential scenarios of using this helper dll:

· I plan to re-write my MIIS connector for Oracle security principals using this dll. This should significantly increase the manageability and readability of the agent code

· Adding self-service (creating new accounts, changing password, etc) to ASP.NET applications when leveraging Oracle as a database and security provider

· As a variation on the point above, writing a .NET Membership Provider for Oracle

· Writing Powershell utilities to administer Oracle, or Powershell provider for Oracle

To use the dll you will need to install Oracle Data Provider for .NET

https://www.oracle.com/technology/tech/windows/odpnet/index.html

 

OraUserHelperUtil.zip