Re: replication definition
There's no easy way to tell if a repdef *will* be used by RS. A mismatch in the owner flag (eg, PDB table marked with owner on; repdef created without an owner) will keep a repdef from being used;...
View ArticleRe: replication definition
Marc How about rs_helprepversion <repdefname / repdefversionid> It should show you if repdef is actively used ! HTH Avinash
View ArticleSybase SDK post installation steps??
Hi, Are there any post installation steps that I have to follow to access DBISQL or isql utilities to connect to a Sybase server running on another machine???
View ArticleRe: Sybase SDK post installation steps??
I have installed the SDK on a linux machine and now I need to connect to another remote machine with isql utility.
View ArticleRe: Sybase SDK post installation steps??
Hi, Make sure you have source SYBASE.csh or the SYBASE.sh file this will set your environmental variables. You than can do: isql -Uusername -Ppassword -Sase_serverhost:portnumberOrIf you put your ASE...
View ArticleRe: Conn 16.0 SP01 Open Client and Open Server SDKs have been released.
Is there anywhere to get this if you're not under a maintenance contract? I've got a customer looking for these.
View ArticleDefault DBA Users in Sybase
Can anyone explain the default users of Sybase Database i.e. SAPSA , SA , SAPOSS and SAPSR3DB ?
View ArticleRe: Default DBA Users in Sybase
sa is the super user of Sybase database, it usually be disabled in production system for security reason.SAPSA, SAPSSO and SAPSR3DB is created by SAP applications.
View ArticleRe: What is Sybase Wire Protocol=DataDirect 7.1 Sybase Wire Protocol Driver???
Hi Ruthvik, DataDirect driver is from Progress Software who acquired DataDirect some years back. You installed the SAP ASE ODBC driver from the 16.0 version and I bet Informatica doesn't certify it so:...
View ArticleHow to find list pf stored procedures being executed in past hour?
Hello, How do I find out from MDA tables the average execution time, max execution time, io etc. statistics and list of stored procedures that have been executed past one hour or past 5 munutes? We...
View ArticleRe: What is Sybase Wire Protocol=DataDirect 7.1 Sybase Wire Protocol Driver???
Thanks Paul... This is what I wanted to get clarified... My application guy just asked me to install ODBC without explaining to me why he needed it... this is what happens when we do things with half...
View ArticleRe: What is Sybase Wire Protocol=DataDirect 7.1 Sybase Wire Protocol Driver???
Excellent! You are welcome!
View ArticleThreaded Kernel
Hi,Can you please guide me how to configure thread pools in Threaded kernel mode.In old Process mode, we used to configure # max online engines <= number of cores.Then, check with sysmon and make...
View ArticleRe: Threaded Kernel
Yes you're right, the number of max online engines can't exceed the number of CPU. No need for syb_blocking_pool + syb_default_pool <= #max online engines for syb_blocking_pool consume very few CPU...
View ArticleRe: Threaded Kernel
Thanks De-Li,But I have read in one techwave 2011 paper (INTRODUCING THE ASE 15.7 THREADED KERNEL byDAVID WEIN)"Threaded kernel is less forgiving if you over configure engines (threads) relative to...
View ArticleRe: How to find list pf stored procedures being executed in past hour?
Sid Note : MDA tables depend on sampling. So any procedures that execute in less than the sample interval are likely to slip through and will not figure on the radar. At our site we sample the...
View ArticleRe: How to find list pf stored procedures being executed in past hour?
Thanks for your response Avinash. This is really helpful.What I understand monProcessProcedures has the list of processes that are still active and execution of the underline stored procedure or SQL...
View Articlethrowing could not execute statement ,sqlcode = 5123 severity level =16
hi all, I am able to take dump/load of DB. When i am trying to make disk device ,server is throwing error "could not execute statement ,sqlcode = 5123 severity level =16." My ASE version is : Adaptive...
View Article