If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > Set max File Size

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-06-03, 15:58
dhooper dhooper is offline
Registered User
 
Join Date: Jan 2003
Posts: 11
Post Set max File Size

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
Reply With Quote
  #2 (permalink)  
Old 03-07-03, 10:54
mannymo mannymo is offline
Registered User
 
Join Date: Mar 2003
Posts: 3
Re: Set max File Size

[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
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On