Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 06, 2012 10:34 PM by Lannie
0 Points
2 Posts
Jan 06, 2012 04:10 PM|LINK
Hi
I am receiving this error from my ASP.NET 4.0 application randomly when using WCF services hosted under IIS 7.0 and calling the Oracle database via ODP.NET 11g client
Can anyone provide me with any pointers on what to look at please?
Thanks
Contributor
3738 Points
728 Posts
Jan 06, 2012 10:34 PM|LINK
unhandled exceptions in code (behind page/form code or back in PL/SQL)
good idea to always use exception handling for each block of code calling Oracle
timeouts in connections
users pressing BREAK or CTRL-C keys
ianelcoat
0 Points
2 Posts
Exception message: ORA-01013: user requested cancel of current operation ORA-06512: at "ORA_ASPNE...
Jan 06, 2012 04:10 PM|LINK
Hi
I am receiving this error from my ASP.NET 4.0 application randomly when using WCF services hosted under IIS 7.0 and calling the Oracle database via ODP.NET 11g client
Can anyone provide me with any pointers on what to look at please?
Thanks
Lannie
Contributor
3738 Points
728 Posts
Re: Exception message: ORA-01013: user requested cancel of current operation ORA-06512: at "ORA_A...
Jan 06, 2012 10:34 PM|LINK
unhandled exceptions in code (behind page/form code or back in PL/SQL)
good idea to always use exception handling for each block of code calling Oracle
timeouts in connections
users pressing BREAK or CTRL-C keys