isqlplus replaces % and + characters in pl/sql block [message #161396] |
Fri, 03 March 2006 13:09 |
kwpont
Messages: 1 Registered: March 2006
|
Junior Member |
|
|
When attempting to execute pl/sql blocks containing % or + signs, isqlplus replaces these characters with scrambled letters and, as a result, I end of with an error message.
For example, in the pl/sql block I have
v_result := SQL%ROWCOUNT;
When attempting to execute, I see
v_result := SQLÈWCOUNT;
I have tried the DEFINE command in isqlplus to no avail. Any help would be appreciated while I still have hair left on my head!!
Thanks
|
|
|