I followed metalink and tried the following with error. Does anyone have other suggestion? Thanks in advance.
SQL> set escape SQL> set escape on
SQL> select * from dual
2 where dummy ='O/'Reilly' escape '/';
ERROR:
ORA-01756: quoted string not properly terminated
SQL> set escape SQL> set escape on
SQL> select * from dual
2 where dummy ='O/'Reilly' escape '/';
ERROR:
ORA-01756: quoted string not properly terminated