[QUOTE]Originally posted by dhooper
I was dumping a database to a file
dump database xyz to "xyz.dmp"
when the file reaches 2GB in size, it stops and says Error #27 (File to Large).
How would i be able to increase this size in Solaris.
I am using sybase 11.9.2
Thank you [/QUOT
You have to use the "stripe on" command.
dump database xyz to "xyz.dmp
stripe on "xyz.dmp2"
stripe on "xyz.dmp3"
go