Thank you for your fast response.
I have download and installed the latest version, but unfortunately it did not fix the issue.
These are the steps I take:
1. Select Relational Model Data
2. Add Relational Model Data From a Database
3. Select database driver Oracle 9i/10g/11g Driver (MS Oracle)
4. Enter username + password (data specific authentication)
5. Test Connection (succeeded)
6. Database is found and several schemas are shown.
7. Select the schema that contains the tables.
8. Receive exception message Exception type: OracleException
ORA-00942: table or view does not exist
Stacktrace:
LLBLGen Pro version 3.0. Build November 15th, 2010
-----[Core exception]--------------------
at System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc)
at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, Boolean needRowid, OciRowidDescriptor& rowidDescriptor, ArrayList& resultParameterOrdinals)
at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, ArrayList& resultParameterOrdinals)
at System.Data.OracleClient.OracleCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.OracleClient.OracleCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at SD.LLBLGen.Pro.DBDrivers.Oracle.OracleDBDriverBase.GetAllStoredProcedureNames(String catalogName, String schemaName) in c:\Myprojects\VS.NET Projects\LLBLGen Pro v3.0\Drivers 3.0\Oracle\OracleDBDriverBase.cs:line 376
at SD.LLBLGen.Pro.Gui.Controls.WizardPages.MetaDataRetrievalWizard_Step_ElementSelection.PopulateSchema(TreeNode nodeToPopulate, TagEntry`1 tagData)
At first I thought is was a security issue, but I found out that I can access the information using another tool (Aqua Data Studio).