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: 
Alpha549
Creator II
Creator II

tDBSP (Oracle) : Get DBMS_OUTPUT.PUT messages

Hello everyone,

I'm testing tDBSP component on a stored procedure I have declared.

In this stored procedure I use the DBMS_OUTPUT.PUT command to display messages during the execution.

I would like to know if it's possible to get this output in the job and display it in the console ?

Thank you ! 🙂

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

The console is not a query tool, I think the messages printed by DBMS_OUTPUT.PUT command will be not displayed in the console, you can try to declare an out parameter to return something by the component and output it to the console.

 

Regards

Shong

View solution in original post

2 Replies
Anonymous
Not applicable

Hi

The console is not a query tool, I think the messages printed by DBMS_OUTPUT.PUT command will be not displayed in the console, you can try to declare an out parameter to return something by the component and output it to the console.

 

Regards

Shong

Alpha549
Creator II
Creator II
Author

Thank you for your answer @Shicong Hong​ 

I thought about it, and now I've a confirmation ! 🙂