sqldeveloper - DBMS_OUTPUT.PUT_LINE() Doesn't Work

前端 未结 3 1008
心在旅途
心在旅途 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:19

    The last pane on your screen is "Dbms Output". Click the green "+" sign in its toolbar, and then execute the BEGIN-END block again.

提交回复
热议问题