Re: File full error in simple select statement
Posted by: Derek McKinnon
Date: April 21, 2021 03:01PM

Running

SELECT @@global.max_heap_table_size, @@local.max_heap_table_size,@@global.tmp_table_size,@@local.tmp_table_size;

Gives
10000000000 10000000000 10000000000 10000000000

However the error is still occurring.

Is this what you meant?

Options: ReplyQuote


Subject
Written By
Posted
Re: File full error in simple select statement
April 21, 2021 03:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.