Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to call oracle stored proc in qliksense.
my qliksense code is below
LIB CONNECT TO 'AXISORCLDB5 (axisamc_qlikdev)';
load *;sql Exec USP_MANAGEMASTERLG;
it is giving below error
The following error occurred:Connector reply error: ErrorSource: OraOLEDB, ErrorMsg: ORA-00900: invalid SQL statement
Please suggest.
Thanks.