Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Calling a procedure from a procedure
I need to execute a procedure with in
a loop of another. I need to pass a variable to the second
procedure. I am using Execute, looks like this:Execute
Primus_Dump_TEST_2(Solution);
Getting this error:PLS-00103:
Encountered the symbol "PRIMUS_DUMP_TEST_2" when expecting one of the
following: := . ( @ % ;The symbol ":=" was substituted for
"PRIMUS_DUMP_TEST_2" to continue.
I am using Toad as my
editor.
I am doing it as follows:
Open Primus_solution;
loop