I have an 11.9.2 database with 128 2GB devices. If I create a new database on a differant server with say 8GB devices, can I dump and load the database to get around the 128 limit or does this still show as 128 devices in sysusages table?
Your strategy won't have a problem for the reason you are wondering about: any given device is only one entry in sysdevices. But there may be a different problem: Does 11.9.2 allow data devices larger than 2GB? Check the documentation; it may not. Later versions of Sybase definitely allow larger devices (and 11.9.2 may depending upon the underlying OS in question).
One trick to finding info about 11.9.2 in Sybase's on-line manuals: most of the info on 11.9.2 is actually in the 11.5 manuals (they didn't do a new full set for 11.9.2 because little had changed). This link may be helpful:
Also, I think you may find that the limit on 128 devices is self-imposed, so to speak. You can change the number of devices via a call to sp_configure "number of devices"--the limit appears to be 256 (see Sys Admin Guide chapter on Setting Configuration Parameters | Disk I/O | number of devices.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.