Using HP 11.0 Unix..
Filesystem is set to largefiles, but still can only create 2 gig file using sqlplus writing to a textfile, the file should be about 3 gig. I call the sqlplus via a *.sh script.
Does anyone possibly know why my file is being limited to 2gig?
I call the temp.sql statement from the *.sh script. Where would I use the split command in the *.sh script if that was the chosen route? (this is the statement that I use to call sqlplus - sqlplus $dbuser/$dbpass @$exppath/temp.sql).
Any other suggestions? Possibilites?
Thanks
Filesystem is set to largefiles, but still can only create 2 gig file using sqlplus writing to a textfile, the file should be about 3 gig. I call the sqlplus via a *.sh script.
Does anyone possibly know why my file is being limited to 2gig?
I call the temp.sql statement from the *.sh script. Where would I use the split command in the *.sh script if that was the chosen route? (this is the statement that I use to call sqlplus - sqlplus $dbuser/$dbpass @$exppath/temp.sql).
Any other suggestions? Possibilites?
Thanks