The August CTP of Enterprise Library for .Net 2.0 is out.
You can download it from:
http://practices.gotdotnet.com/projects/entlib
In the Enterprise Library the default DB Authentication and Authorization provider is based on Microsoft SQL Server.
After you install EL you are going to find a transact sql script with all the related tables and stored procedures.
I made a port of this script to support Oracle 9.0i databases, basically you first have to create a package named "cursor_types" and declare a cursor named "curout", and then you can execute the script.
If you want the script please send me an email.
Pablo
In this article , Fernando explains the major changes in the way that EL handles the configuration, to be in sync with the .NET Framework 2.0.
So read it and stay tuned because it is the first article of the series.