Re: Insufficient resources
Hi Ruben, If you have space free left perhaps the message its not about DB expansion. Post the complete error message in order to know a bit more about it. Also check if the expansion policy its...
View ArticleRe: NEED to configure SAP Sybase Ase replication server
Hi Ibrahim, What kind of replication do you want to configure out? Warm-Standby Rep? About DB space increase per week, you can take a snapshot of sp_helpsegment 'default' (or another segment if you...
View ArticleRe: NEED to configure SAP Sybase Ase replication server
Hi Ibrahim, For space you maybe want to use sp_spaceused. sp_spaceused [objname [,1] ] Parameters objname is the name of the table on which to report. If omitted, a summary of space used in the current...
View ArticleRe: Insufficient resources
Ruben,Are you getting "The configured value '4096' for parameter 'kernel resource memory' is too low."? This has nothing to do with DB space.This fluctuates with the other ASE settings.Public CR URL :...
View ArticleRe: Isql without password
Have been testing with this and created scripts to quiesce and release the database before and after the backup. However quiescing seems to prevent writes to the database and sybctrl seems to want to...
View ArticleRe: Isql without password
Quiese does prevent writes to the database. I have a slight advantage in that I have seen some of the further details you included with the support instance you opened fo rthis issue. You might post...
View ArticleSybase ASE 15.7 not certified for SuSE Enterprise 11 SP3
Sybase ASE 15.7 is still not certified for SLES 11.3. ASE 15.7 is only certified with SLES 11.2...
View ArticleRe: How to delete many rows in a big table, but not all the rows ( truncate...
for the above solution you could use the "select into" it creates the same table ddl rename the old table (SyBooks Online (Archive)) select * into newtable from oldtable where conditions were...
View ArticleRe: xactspanbyspid ???
Two other options that mention span state percentage of total log space: oldest_active_transaction_pct– returns a number from 0 to 100 indicating the span of the oldest active transaction in percentage...
View ArticleWhen will be ASE 15.0.3 end of life?
I asked this on Sybase NNTP forum back in Jan 2013.Back then people told me that it will be 3 years after the release of next major version.Since the next major version is not released yet, all ASE...
View ArticleRe: When will be ASE 15.0.3 end of life?
Hi Henry, For ASE 15.0.3, the EOL date is the 31st of March, 2015. See KBA 1922006 -bret
View ArticleRe: When will be ASE 15.0.3 end of life?
Where is this KBA 1922006? I tried google and the search engine of this site and couldn't find it
View ArticleRe: When will be ASE 15.0.3 end of life?
Hi There, maybe this may help: https://websmp130.sap-ag.de/sap(bD1ubCZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361… and here:...
View ArticleRe: When will be ASE 15.0.3 end of life?
Thanks!So I was just 1 step away from the answer.......... It's actually in the PAM, but the product name is SY ASE instead of Sybase ASE like 15.7...........Hope someone will correct that.
View ArticleASE for beginers
can anyone please suggest me that what is the essential study material to learn ASE from dab point of veiw as beginers.
View ArticleRe: ASE for beginers
Hi Hemant, You can find all the documentation here: http://infocenter.sybase.com/help/index.jsp More help on installing and more in depth information is to be found on:Category:ASE - SybaseWiki and...
View ArticleRe: ASE for beginers
If it solved your question, please set it to right anwser Your welcome. Harry
View ArticleRe: N-ARY
I am totally confused about your question of parallel... by default, parallel worker processes is not 'on' in a default configuration. if parallel worker processes are available then the work is...
View ArticleRe: N-ARY
Hello, I think the link from Cory show in what relation this come in to play ? The transformation retains the original join order of authors, titleauthor, and titles. In this example, the scan of...
View Article