[16.2.64] The statement detection in the editor stumbles over Unicode symbols

  • Put the cursor somewhere in the following statement:
SELECT my_function('😀') FROM DUAL;
  • press F9

You'll get an ORA-00942: table or view does not exist and the table DUAL is highlighted.

When you select the entire statement and press F9 it is executed as expected.

Thanks. I can reproduce this. Viewing the spooled SQL it looks like we're truncating the statement. I'll log.