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: 
glacoste
Creator
Creator

QlikView support OLEDB package with procedures?

Dear developers!,

I have a QlikView Document with ODBC connections to Oracle 10g, I want migrate to OLEDB connection, but I try read Store Procedures from a package and fail, ¿Is possible call to procedures inside packages from QlikView?

This is my actual call:

...

ODBC CONNECT TO [MyExampleDB;DBQ=MyExampleDB] (XUserId is UCIbPasddWZN, XPassword is SFSDryrty);

MYTABLE:

LOAD

     FIELD_A

    ,FIELD_B;

SQL {CALL ENTERPRISE.PKG_FUNTIONS_QLIKVIEW.PR_QV_EXAMPLE()};

...

Thanks in advanced

0 Replies