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

后端 未结 10 1408
眼角桃花
眼角桃花 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:57

    Tools-> Preferences -> Database ->Worksheet

    Enter desired size in "Max rows to print in a script"

    Save changes.

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2021-02-03 20:00

    press f5 for running queries instead of f9. It will give you all the results in one go...

    0 讨论(0)
  • 2021-02-03 20:01

    Select Tools > Preferences > Database / Advanced

    There is an input field for Sql Array Fetch Size but it only allows setting a max of 500 rows.

    0 讨论(0)
提交回复
热议问题