Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys
I am facing same issue with executing proc in toraclerow
my statement is something like
"begin
execute KNVDEVPOC.XDLU_LOAD_CATALOGENTRIES.PREPROCESS_DATALOAD;
end;
"
Error: PLS-00103: Encountered the symbol "KNVDEVPOC" when expecting one of the following:
:= . ( @ % ; immediate
The symbol ":=" was substituted for "KNVDEVPOC" to continue.
Thanks
VH
Error: PLS-00103: Encountered the symbol "KNVDEVPOC" when expecting one of the following:
:= . ( @ % ; immediate
The symbol ":=" was substituted for "KNVDEVPOC" to continue.