Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Code insight does not work for conditional compilation

jbosmanJul 3 2017 — edited Jul 3 2017

This code is not parsed correctly by sql developer 4.2. It gives the message:

Syntax error. Partially recognized rules (railroad diagrams): ELSEIF plus := $ELSIF ...

on line 4 (gt_fermoccurences ...)

It seems it expects only 1 line of code after the $if

CREATE PROCEDURE TST AS

    $if $$ferm_dbg $then

        TYPE t_fermoccurences IS TABLE OF VARCHAR2(30) INDEX BY VARCHAR2(60);

        gt_fermoccurences t_fermoccurences;

    $end

BEGIN

    NULL;

END;

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 31 2017
Added on Jul 3 2017
1 comment
888 views