Hello,
We have an Oracle 11g database that we are going to use with LLBLGenPro (2.5 Final). We have downloaded and installed new Oracle 11 drivers (Oracle 11g ODAC 11.1.0.6.20 with Oracle Developer Tools for Visual Studio - http://www.oracle.com/technology/software/tech/windows/odpnet/index.html). When using the designer we are offered a choice of several database drivers of which two seem interesting Oracle 10g (ODP.NET 10.x) and Oracle 8i/9i/10g (MS Oracle).
We tried to connect to our database using ODP.NET 10.x driver but the designer reported the following error after clicking on 'Connect' while creating the project (after few minutes):
ORA-01013: user requested cancel of current operation
ORA-06512: at "XDB.XDB#EXTNAME2INTNAME", line 1
ORA-06512: at line 1
ORA-06512: at "SYS.XML_SCHEMA_NAME_PRESENT", line 17
The MS Oracle driver does not return any errors and reads the schema information. We could probably proceed with MS Oracle driver but we would prefer to use the latest Oracle drivers as we assume that they are better the MS ones.
As this is our first Oracle and LLBLGenPro experience we would also appreciate if anybody could state their experiences with LLBLGenPro and Microsoft/Oracle drivers.
Thank you