Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unexpected error in a SELECT *

3351724Nov 23 2016 — edited Jan 11 2017

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

pastedImage_0.png

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2017
Added on Nov 23 2016
3 comments
2,244 views