Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Issue with executing proc statement in toraclesp

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

Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi VH,
Error:  PLS-00103: Encountered the symbol "KNVDEVPOC" when expecting one of the following:
   := . ( @ % ; immediate
The symbol ":=" was substituted for "KNVDEVPOC" to continue.


There is a syntax error in your statement. Can you successfully use it in your oracle client?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hello Sabrina

I have tried another syntax for executing parametrized proc in toraclerow as above one is not running but still faced nullpointer error however i can run the same with oracleclient (sql developer).
BEGIN
KNVDEVPOC.XDLU_LOAD_CATALOGENTRIESS.EXECUTE_XDLU(1);
END;

Error: Exception in component tOracleRow_1
java.lang.NullPointerException
at catalogfeeder_1.catalogfeederetl_process_run_0_1.CatalogFeederETL_Process_run.tOracleRow_1Process(CatalogFeederETL_Process_run.java:9041)

Please help.
Anonymous
Not applicable
Author

Hi,
Could you please post your current job design screenshot into forum? Did you use tOracleConnection component in your work flow?
Best regards
Sabrina