Re: how increase segment on live?
it's working! compare with sp_helpsegment, same result, but more convenience. Thanks, Kevin.
View Articledrop a segment erase data?
I restored a user db on ase 12.5 and then check the segment information for this db, looks like the device list for this segment totally messed up. For example, on live, segment myseg has 2 devices(by...
View ArticleRe: drop a segment erase data?
Dropping a segment will not erase data. Segments are only markers on device fragments used to indicate which objects can allocate space in the future on those device fragments.
View ArticleRe: drop a segment erase data?
thank you. got it. So segment is used for future data allocation on devices. it can be changed at any time. but not sure why when I try to extend a segment is give me following info: System...
View Articlehow to restore database?
Suppose I have user database mydb backup. Also there are some changes at system level and I have master backup too. Then on another box, I have ASE 12.5 with mydb and master with old data. I want to...
View Articlewhat is the unreserved space for user database?
when checking a user database size in ase 12.5, there are some items display as: database_name database_sizemydb 34000.0 MB reserved data index_size unused21832054 KB 14212038 KB 7197750 KB 422266 KB...
View ArticleRe: how to restore database?
thanks. if restore master from backup, then the user database is in suspended and not allow me to restore it from backup. how to resolve this issue?
View ArticleRe: what is the unreserved space for user database?
ASE allocates space to objects (tables) in 8-page extents. 'Unused' is pages that are allocated to an object that don't yet have any data on them(an extent might have 2 pages with data on them and 6...
View Articlehow data saved on shared device for different segment?
suppose I have user db with some named segment say s1, s2,s3,then device d1, d2 is extended to all s1,s2,s3. how data will be saved to d1, d2? ase will save objects marked on s1, s2, s3 to d1 , d2...
View ArticleRe: how data saved on shared device for different segment?
The allocation process isn't actually random, but the allocations for the objects would end up intermixed on the device. Generally when using user defined segments you would want just one segment per...
View ArticleRe: Got error while installing Sybase 15.7
Hi Bret, I have tried everything including above one. finally i have uninstall only database sybase 15.7.0.121 and install sybase 15.7.0.101 on HA.now i am able to install it successfully and...
View Articlelicense error message
I reboot ASE for additional memory and then got error message: ErrorNumber: 190177 Exceeded license usage limit. Contact Sybase Sales for additional licenses. as check information from sybase doc, it...
View ArticleRe: license error message
Hi Kent, I found following info in my research about warning messages - "Exceeded license usage limit. Contact Sybase Sales for additional licenses." It's due to configuration parameters, which I am...
View ArticleRe: isql command prompt taking long
Hi Niclas,majority of the time it was doing this 208.9807: _esendto(7, 0x2FF1F7B0, 48, 0, 0xF0647AC8, 16, 0x00000000) = 48210.9810: _poll(0x2FF1EA40, 1, 5000) (sleeping...)210.9810:...
View ArticleRe: how to restore database?
I thought your problem is on different allocation map (segmap ) on your user database between Prod ASE and DR ASE !You can issue sp_helpdb / sp_helpsegment / select * from master..sysusages where dbid...
View ArticleRe: isql command prompt taking long
Hi Mark,- l 5 doesn't affect the out come.actually it is a DR and ASE 12.5.4 isn't supposed to be up but the binaries are present. sybase@ABCDSCLCNCOM01(/sybase/product/ase/v155)$ isql -Usa -SABSDGD01...
View ArticleRe: isql command prompt taking long
Well, that output looks like it sending 48 bytes somewhere and poll()ing for the result. But I don't recognise that sequence as being directly part of the Client connection protocol. Please can you...
View ArticleRe: isql command prompt taking long
I would have really liked to share the solution but I don't have any.This is what we didwe wanted to change the environment for our application to point to v1254 as the isql there was fast and we...
View Article