26

I'm using dbeaver version 5.1.3. When I use the DBMS_OUTPUT.PUT_LINE method for oracle pl/sql it's output not shown anywhere. It has a output tab. It's also blank.

enter image description here

Indika Rajapaksha
  • 1,056
  • 1
  • 14
  • 36

4 Answers4

49

You can enable server output console. (Ctrl+Shift+O) If you expand the query pane, you are able to see two more buttons. (Server output console e Execution Log)

I can't really tell you the diference between this server output console and the output view tab you show on the print screen above.

bserrao
  • 491
  • 1
  • 3
  • 2
14

Actually you can use DBMA_OUTPUT.PUT_LINE in DBeaver (mine is version 4.3.2), maybe you were just looking at "wrong" output tab. I have attached a screenshot of my SQL editor to make my point clearer.

enter image description here

Jake Lee
  • 7,549
  • 8
  • 45
  • 86
GreenLake4964
  • 744
  • 9
  • 20
6

shorcut Ctrl+Shift+O

Or You can view the output panel by clicking the 'View Server Output' button.

enter image description here

bbokkun
  • 161
  • 2
  • 2
1

The second (middle icon) is where you can see the output for your query as per December 2020 Dbeaver latest version.

Coursal
  • 1,387
  • 4
  • 17
  • 32
NAMAN GUPTA
  • 71
  • 2
  • 12