Working with Unix and Oracle.
I am calling sqlplus to spool a text file on the Unix box. I need two years worth of data, rather easy script.
Problem, is that when I run the script, it generates approx 2.097 gig worth of data in the *.txt file and then simply stops.
Is this a limitation for a single text file? The filesystem is not running out of space.
Is there a way around this?
Thanks.
I am calling sqlplus to spool a text file on the Unix box. I need two years worth of data, rather easy script.
Problem, is that when I run the script, it generates approx 2.097 gig worth of data in the *.txt file and then simply stops.
Is this a limitation for a single text file? The filesystem is not running out of space.
Is there a way around this?
Thanks.