Hello,
I have a mysterious error, any help will be appreciated.
When I execute a sentence such ‘SELECT * FROM owner.Table’ I have this error: It is an ASP.NET Application using ODP driver with ORACLE 11g.
TTCExecuteSQL:ReceiveExecuteResponse - Unexpected PAcket received at OracleInternal.TTC.TTCExecuteSql.ReceiveExecuteResponse

The exception is thrown when the application execute cmd.ExecuteReader(); the command text is ‘SELECT * FROM owner.Table’. The connection is opened successfully but the command doesn’t work.
Besides this works in other environments like DEV, LocalHost with no problem.
What does this error means? Why is it happening? Thank you.
PD: SOS.