sqldeveloper - DBMS_OUTPUT.PUT_LINE() Doesn't Work

前端 未结 3 1006
心在旅途
心在旅途 2020-12-18 14:39

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

3条回答
  •  感情败类
    2020-12-18 15:13

    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/

提交回复
热议问题