How to increase buffer size in Oracle SQL Developer to view all records?

后端 未结 10 1418
眼角桃花
眼角桃花 2021-02-03 19:34

How to increase buffer size in Oracle SQL Developer to view all records (there seems to be a certain limit set at default)? Any screen shots and/or tips will be very helpful.

10条回答
  •  日久生厌
    2021-02-03 19:53

    After you fetch the first 50 rows in the query windows, simply click on any column to get focus on the query window, then once selected do ctrl + end key

    This will load the full result set (all rows)

提交回复
热议问题