aqua-data-studio

Trivial PL/SQL block generating frustrating PLS-00103 error

只谈情不闲聊 提交于 2019-12-12 02:43:53
问题 I may be going a bit insane, but I keep getting a PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following... error. I have pared my program down to the following: BEGIN NULL; END; / Which I am running within AquaData Studio. This produces: [Error] Script lines 1-2 ... ORA-06550: line 2, column 8: PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following...; Script line 2, statement line 2, column 8 I write a decent amount of PL/SQL and