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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Which Component to use if the Oracle SQL has Package involved

Hi All,

 

I have a Oracle SQL (includes Packages) ,which component should i  use to extract the output from that SQL.

When i execute the SQL in SQL developer i can see the output but when  i use the same in talend i am getting error (attaching the screen shot).

 

The component i have used  is tDBInput >> tLogrow.

 

In tDBinput i am using the query.

 

 

0683p000009M44Q.png

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@pabburi ,i believe could be issue at wro.segment1 "resource_service_item" can you change to single quote.

 

 

ex:- wro.segment1 'resource_service_item',

View solution in original post

3 Replies
manodwhb
Champion II
Champion II

@pabburi ,tOracleDBInput is component to read by using a sql.

manodwhb
Champion II
Champion II

@pabburi ,i believe could be issue at wro.segment1 "resource_service_item" can you change to single quote.

 

 

ex:- wro.segment1 'resource_service_item',

joearun4u
Creator
Creator

Hi Pabburi,

 

If you want to execute the query to fetch the resultset , use tOracleInput.

0683p000009M48g.png

If you have already created the stored proc and you just need to execute, then go with tOracleSP.

0683p000009M48l.png

 

Give Kudos if you found this reply is useful.