Sybase ASE 15.7.n Upgrade Roadmap
Hi Folks, We are currently running at 15.7.0.042 and would like to upgrade to 15.7.100 in order to take advantage of some of the Shrink DB commands that are available. Before I do this, I'd like to...
View ArticleOverview of ASE 16 and Future Directions
Webinar: Overview of ASE 16 and Future DirectionsDate: Tuesday, April 22, 2014, at 1:00 p.m. ET/10:00 a.m. PSTSpeakers:Ashok Swaminathan, Senior Director, Product Management,SAPTerry Orsborn, Director,...
View Articlehow to choose index on query?
Suppose I have following query:select *from tab1 a join tab2 b on a.id = b.idwhere a.c1 = @v1and a.c2 = @v2and b.c3= @v3 Indexes created on id, c1, c2 on tab1, on id, c3 on tab2. Suppose a.c2=@v2 can...
View Articlehow to remove objects cached in data cache?
With following query, I can find out how the table cached in data cache with the indexes: Select CacheName,DBName,OwnerName,ObjectName,IndexID,sum(CachedKB) as "CachedKb"from...
View Articleif index id in monCachedObject and sysindexes different?
in monCachedObject, there is a column IndexID. in sysindexes, there is a column indid. Looks like both are different. If I focus on a table, how to get index name from IndexID in monCachedObject?
View ArticleSybase ASE HA & Sybase Replication Server
I am currently implementing CRM on Sybase (Windows 2008) and we initially had two scenarios, but I'm starting to think that neither are supported: 1) Cluster the CRM database (cold standby option)...
View ArticleProxy table performance issue
If a proxy table created based on a stored procedure, any key, index need to created on this proxy table for performance?
View ArticleWhat means for 'memory used' in sp_configure output?
I use sp_configure 'max memory' and got the result: 1> sp_configure 'max memory'2> goParameter Name Default Memory Used Config Value Run Value Unit...
View ArticleWhat is shared memory files for?
want start sybase server, there is on parameter -M sharedmem_directory. What is it for? is it related OS shmmax or Sybase 'Max Memory'? cant'd find out detail info in doc Utility.pdf.
View ArticleRamdisk Difference between Linux OS and Sybase?
Linux provide ramdisk, Sybase 15.x also provide ramdisk. What's the different between Linux and Sybase?A few questions: 1. Set up ramdisk at OS level or in Sybase, any performance disk?2. If setup...
View ArticleSAP data collection framework - owner change
Hi, in the data collection framework there is an owner assigned to all data collectors. In general the owner is the SID system itself.If another system (i.e. solman) is connected to the system, the...
View Articlesybase ASE 15.7
Dear Gurus, I'm new to sybase, I've just installed an ERP 6 EHP 7 on sybase ASE 15.7, I don't know how to start managing it, cannot find any documents that describe the architecture shortly, also I...
View ArticleNot able to login by ISQL
Hi , Installed Ecc6 on EHp7 on Sybase database but not able to login to database isql.I login by sybsid run command isql -Usapsso -SSID but giving below error:- CS-LIBRARY error: comn_get_cfg:...
View ArticleHow to use available memory for data cache?
I have ASE with following memory situation when running sp_configure memory: additional network memory 0 0 0 0bytes dynamic allocate max shared...
View Articlehow to start ASE?
I reboot ASE 12.5 on CentOS by reboot command. After that, I then want to start Sybase ASE by the script like RUN_ASEServer, but got the error: ....00:00000:00000:2014/04/02 15:20:59.29 kernel...
View ArticleQuestion Ramdisk and data cache for tempdb
Suppose I have ramdisk created at OS level and then created device on it for tempdb within sybase.Then there are named data cached created and also use data cache to cache tempdb. Question is: because...
View ArticleSybase Replication Server install hanging
I have installed the Primary instance, then installed the empty databaseon the standby server. Installed SRS on the standby (without theconfiguration) option, then gone back to the Standby and I am now...
View Articleserver Error: 644, Severity: 21, State: 5 SYBASE DB
Hi, We are getting the following error while bringing up our database on sybase. We did not change anything before restarting the server so really dont know what corrupted the index. server Error:...
View Articlehow to find out ASE backup server?
As backup server is a separate service. how to find out if ASE engine has backup server or not?Or how to get into backup server and find out what ASE this backup server is working for?
View ArticleHow to calculate available shared memory for Sybase Max Memory?
Firstly thank you guys for helping me to figure out to increase max memory on linux. but I still not sure how to calculate available max memory for sybase from shared memory of linux. I want to open a...
View Article