PL/SQL procedure compile disconnects me from oracle -


i'm trying compile procedure in pl/sql developer. first time try error (which expected). added semicolon end of line causes error. when try compile semicolon, message saying i've been disconnected oracle. again in procedure, "with" clause around it. haven't been able find threads similar issue. or suggestions appreciated.

i can't show code because of confidentiality here's example of lines causing issues:

  select *   variable1, variable2   mytable3**;**--adding semicolon cause me disconnect oracle.    variable3 := round(variable1 - variable2, 0); 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -