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!
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:::11_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
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