Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello ,
Can anybody guide me to run Oracle stored procedure successfully in qliksense.
I checked almost all threads related to calling Oracle SP in qliksense but could not find successful or completed thread.
I am using following syntax to run Oracle SP in qliksense:
1. SQL exec sp_uk_fc_nc_test_5;
or
2. I even tried with DB name : SQL exec dmtx002i .sp_uk_fc_nc_test_5;
(dmtx002i is my DB name and sp_uk_fc_nc_test_5 is oracle stored procedure name).
Hi @rupalimane1390 !
I only managed to solve it with an oledb connection. Look at my code below:
LIB CONNECT TO 'Oracle MDLog OleDB (qliksense_administrador)';
// Execute stored procedure
SQL {CALL infomlog."TST_MONITORACAO_PEDIDOS_VENDA"};
HI @joaopaulo_delco , Thank you for your response. I tried using CALL command but it gives an error saying ' An Indentifier' must be declared where as my stored procedure does not have any parameter or identifier to be passed.
Thank you for your help. I tried these syntaxes but still did not work. It still gives error.
I am also facing the same issue when I am trying to run the below code it throws an error:
SQL {CALL PK_JAZZ_FOBOREC."Get_SPC"}
Error Msg:
Hi @shampy19
It is suggested to create a new post since this is from 2021,
Could you confirm if you are using our connector (Qlik connectors) or a third party connector?
If using our connector, do you get an error, what is the error ?
Kind Regards.