Re: update statistics and table access
This manual page discusses the locks held by various forms of the update statistics command: Types of Scans Performed During update statistics -bret
View Articledata in replication is stuck 'Warm Standby' - need expert advise
Dear Team, We have a situation with customer where data is not replicating to target ASE. huge batch executed on primary server in single command which has generated large number of commands in SRS...
View Articleisql vs sqsh displaying program_name/application_name
HI List,our Developers team had changed some of application to use sqsh loop funtionality now , the MDA table and mon procs will not display application_name , all MDA sp procs are showing null for...
View ArticleRe: isql vs sqsh displaying program_name/application_name
Can the developers have sqsh issue a "set clientapplname ..." command when it first connects?
View ArticleRe: isql vs sqsh displaying program_name/application_name
Here is what I get using -N and -H options for sqsh: $ sqsh -b -Usa -SLAVA64 -w132 -N N_Option -H H_Option -C "select hostname,program_name,clienthostname,clientapplname from master..sysprocesses...
View ArticlemonOpenObjectActivity - Handy Stats...
There are a lot of handy MDAs around in ASE. This one is real fun. It allows you have a sneak view into the guts of your ASE workload, on per-object resolution. I'd like to share some insights and...
View ArticleRe: update statistics and table access
update statistics will usually be run when there's minimal other activity going onif you do need to run something during the day, you can minimize impact in several ways- specify table + index name, or...
View ArticleRe: monOpenObjectActivity - Handy Stats...
OptSelectCount is the number of times the optimizer considered selecting the access method/index - e.g. during index selectivity it was selected - but wasn't used in final plan. UsedCount is the...
View ArticleASE 12.5.3 - Solaris 9
Hi all,Can anyone tell me or remember which Solaris 2.9 patches were necessary for running ASE 12.5.3 ESD#7 Also ASE is running on Zones(containers) .. is this supported? Thank youregardsJose
View ArticleRe: ASE 12.5.3 - Solaris 9
Not sure about the patches, but we've run 12.5.x in Solaris 10 zones, with minimal issues. The issues we ran into were primarily related to the SPARQ T-series platform, and Cool Threads. SPARQ...
View ArticleRe: ASE 12.5.3 - Solaris 9
According to the old certification reports at ASE Certifications on Solaris (Sparc) - SAP ASE - SCN Wiki, no OS patches were needed. Solaris 2.9 did require 12.5.3 ESD 1 and higher, so ESD 7 certainly...
View ArticleRe: ASE 12.5.3 - Solaris 9
Thank you guys, Bret,a couple of questions : -I recall a Sybase document called "Sybase ASE 12.5 common problems/issues on Sun Solaris".Do you have access or point me where to get it ? -I checked the...
View ArticleRe: ASE 12.5.3 - Solaris 9
I found a defunct URL for that document searching google, then plugged it into archive.org: https://web.archive.org/web/20030707125946/http://www.sybase.com/detail/1,6904,1016173,00.html I don't think...
View ArticleThreading model - What's a good default set up ?
We're testing the threading model in SP134. Whats the advice on the initial set up for the threads syb_blocking_pool, syb_default_pool and syb_system_pool for amachine dedicated to running a DB server...
View ArticleRe: ASE 16 SP 02 Beta Release - Documentation
Any joy getting any documentation for ASE SP 02 Beta ? ThanksJeremy
View ArticleRe: ASE 16 SP 02 Beta Release - Documentation
Well, If you are in the beta, there should have been beta docs - if not, contactVinod Chandran (vinod.chandran@sap.com)or Jeff (jeff.tallman@sap.com) forassistance. If not in the beta, and would like...
View ArticleRe: ASE 16 SP 02 Beta Release - Documentation
Gek, I am in the beta program but there were no docs mentioned in the welcome email, hence why I posted in here..... Thanks
View ArticleRe: Datachg counters out of bounds for object....
Hi Andrew, Usually this message occurs when the statistics on the table (object_id) gets corrupted.Please run the update statistics on the reported object_id to fix this. ~Gaurav
View ArticleRe: ASE 16 SP 02 Beta Release - Documentation
I'd be interested in any document on indicating SAP's roadmap for ASE ? What features are going to be added ? Who are there target customers ?
View ArticleRe: ASE 12.5.3 - Solaris 9
Bret,Thank you very much for the help. I'll proceed in that way RegardsJM
View Article