Oracle connection string with .NET enterprise library
512735Jun 16 2006 — edited Jun 20 2006I can connect to an Oracle database created using Oracle Explorer add-on with an Oracle data adapter. Using the Enterprise Library, with the same connection string:
User Id=cm7config;Data Source=XE;DBA Privilege=SYSDBA;Password=cm7;Persist Security Info=true;
I get a keyword not supported exception DBA Privilege. Removing DBA Privilege leads to login exceptions.
Any thoughts?