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

后端 未结 10 1457
眼角桃花
眼角桃花 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条回答
  •  旧时难觅i
    2021-02-03 19:58

    If you are running a script, instead of a statement, you can increase this by selecting Tools/Preferences/Worksheet and increasing "Max Rows to print in a script". The default is 5000, you can change it to any size.

提交回复
热议问题