- 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.