oracle - Error executing Anonymous Procedure -
Ora-06550: Line 21, Column 0: PLS-00103: An error is being encountered as the "Invention of the Symbol"
declare process p2; Process p3; Process p1 starts dbms_output.put_line ('CAlling process P1'); P2; End page 1; The process starts p2 dbms_output.put_line ('CAlling process P2'); P3; End p2; Process p3 starts dbms_output.put_line ('CAlling process P3'); End p3; Plz helps me solve the problem.
declared process P2; Process p3; Process p1 starts dbms_output.put_line ('CAlling process P1'); P2; End page 1; The process starts p2 dbms_output.put_line ('CAlling process P2'); P3; End p2; Process p3 starts dbms_output.put_line ('CAlling process P3'); End p3; P1 start; End; /
Comments
Post a Comment