Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

tOracleSP - how to display dbms_output messages

Hi,
I can successfully run an Oracle stored procedure using tOracleSP in Talend. This stored procedure does not have any input or output parameters. However, it does have some dbms_output.put_line messages. How can I get these messages to display?
Thanks!
Labels (2)
6 Replies
_AnonymousUser
Specialist III
Specialist III
Author

Can anybody help me here?
_AnonymousUser
Specialist III
Specialist III
Author

I have the same question. Is there a way to capture the dbms_output?
_AnonymousUser
Specialist III
Specialist III
Author

Hi,
You can not capture the dbms_output.put_line messages as it is excuteted in the Oracle Database server.

Regards,
Vijay.M
Anonymous
Not applicable

Hi,
We can use tJava component with Oracle database (DBMS_OUTPUT.ENABLE/GET_LINE) calls to display the DBMS_OUTPUT messages.
Refer the following link for details http://asktom.oracle.com/pls/asktom/f?p=100:11:0:::0683p000009MAB6.png11_QUESTION_ID:45027262935845.
I am attaching a job which uses this concept. Here tJava_1 component enables the DBMS_OUTPUT. The tJava_2 component fetches the lines and displays the same. A shared Oracle connection is used across the components.
Regards,
Abhi
leonchacal
Contributor
Contributor

Hello iterator,
Where is the attaching ?
Can u attaching again ?
Thx.
Anonymous
Not applicable

Hi Team,
My stored procedure contains a dbms_output.put_line message which i want to print while i will run my talend job in talend...
That output of the procedure need to be printed.. Can anybody please help on the same?
Best Regards,
Suri