HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

dbvisualizer: number of rows limited by maxrows

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
rowsnumbermaxrowslimiteddbvisualizer

Problem

I'm running a simple query on an Oracle database table like

select * from tableA


and DBVisualizer cuts the query short at 1000 rows. How do I remove this limit?
Message is "number of rows limited by maxrows".

Solution

Max rows is specified just above the SQL Commander tab in the second field from the right. On the Object View tab it is at the bottom left of the results window. For a single table query I generally use the Object View window. It is easy to setup filters in the Data sub-tab.

Setting this value too high will result in a crash when you run out of memory.

Is there a reason you want more than 1000 records returned? That's a lot of data to scroll through.

Context

StackExchange Database Administrators Q#8899, answer score: 2

Revisions (0)

No revisions yet.