HELP-ORA106551 [message #174259] |
Fri, 26 May 2006 22:15 |
|
This command
DDE.Request(ConId, 'R2C6', peril_code ,DDE.CF_TEXT, 10);
results to ORA-106551.
I have declared var peril_code size varchar2(10) and
the data from excel corresponds to that row and column
is less than 10. I can't figure the cause.
Anybody can help me?
[Updated on: Fri, 26 May 2006 22:17] Report message to a moderator
|
|
|
|
|
|
Re: HELP-ORA106551 [message #320461 is a reply to message #320417] |
Thu, 15 May 2008 03:23 |
|
I just figured it out. ORA exception with high numbers are non-oracle exceptions. When I encounter this I check processes on OLE,DDE or HOST command lines(these are non-oracle).
|
|
|
|
|
Re: HELP-ORA106551 [message #384954 is a reply to message #384799] |
Thu, 05 February 2009 21:18 |
|
chris,
I said that in my case it was caused by non-stop reading of excel cells. So I put trapping on that, read only cells with data and then if encountered 3 consecutive blanks, I assume I have to exit.
regards,
Wency
|
|
|