Editor - Execute as Script gives strange errors

Under 12.11.0.10 I get these messages:

Error at line 6

Parameter ‘Res’ not found

Error at line 211

Parameter ‘Res’ not found

Under 12.10 GA I get:

Warning: compiled but with compilation errors

Warning: compiled but with compilation errors

SELECT ora_database_name FROM dual;SET DEFINE ONSET echo ONALTER SESSION SET CURRENT_SCHEMA=&&CURRENT_SCHEMA;SET DEFINE OFF
–@“M:\Oracle\sql\prod scripts\bplx_3.15.0-ddl.sql”@“M:\Oracle\sql\prod scripts\bplx_3.15.0-pkgs.sql”
–create or replace synonym SVR$bplx.BLOTTER_QRY for ONT.BLOTTER_QRY_13;

I actually just found this yesterday and have logged it as an issue. F9 worked fine, but this error presented itself for me with F5 and when it was trying to create a trigger.

For what it’s worth, I can only reproduce this is there is an error in the trigger.

fixed for next beta.