Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I view results as text, as opposed to worksheet view in Oracle SQL Developer?

I can only get results from running SQL queries in the worksheet view. I want to view it as text. I know this was possible in past releases.

like image 633
isa Avatar asked May 21 '12 23:05

isa


2 Answers

I think you want the "Run Script" (F5) command rather than the "Run Statement" (Ctrl-Enter) command.

like image 121
eaolson Avatar answered Oct 03 '22 20:10

eaolson


Here's a workaround

To get a text copy of the Worksheet View including Headers.

  1. Click on any cell in the worksheet view.

  2. Press CTRL-A then CTRL-SHIFT-C

The contents of the worksheet view are now presents as text and can be pasted elsewhere.

like image 23
Rob Kielty Avatar answered Oct 03 '22 18:10

Rob Kielty