I am trying to print the value passed to the DBMS_OUTPUT.PUT_LINE() function to the DBMS_OUTPUT screen in SQL Developer. No matter what I pass to the function, nothing gets
I add this answer to help others if they come across this S.O question.
I struggled also with printing DBMS_OUTPUT on SQL Developer so I put this helpful link that I found explaining very well how the mechanism works
https://www.thatjeffsmith.com/archive/2012/03/dbms_output-in-sql-developer/