(name NAME NOT RECOVERABLE) and MEMC_CRCONSTR_1
We occasionally get the message Cannot run query--referenced object (name NAME NOT RECOVERABLE) dropped during query optimization. ThisUpdated Writeup for ASE Error Message 225 suggests either...
View ArticleHow to capture database auto expansion event that is triggered by Sybase ASE ?
Hi All, I'm back , I was very glad when retrieving a lot of extremely useful information in my previous post (How do I get the spid of Sybase when using JDBC). I did apply for my project and it has...
View ArticleSYBASE ASE and IQ tuning question
Hello All We use an reporting solution which uses SYBASE ASE for management data and SYBASE IQ for reporting data.While launching the reports we are finding the reports are loading very slow when...
View ArticleHow to recover a suspect database ?
Hellomy database is marked suspect.I try sp_resetstatus mybase and reboot ASE, but the is still suspect. version: Adaptive Server Enterprise/15.5/EBF 18164 SMP ESD#2/P/x86_64/Enterprise...
View ArticleASE on Solaris ZFS vs UFS
Hi Everybody, Do you know if exist any benchmarks test between ASE on Solaris ZFS vs ASE on Solaris UFS? Which one is the best option for an ASE server with HA configuration? I found the SAP note...
View ArticlePrevent ASE from overriding trans logs ..
Hi guys, I'm using ASE since few month and have set up an environment with a PRD and a SDB.With scripting I'm able to load the trans logs automatically into the SDB. At the moment we are in the...
View ArticleSize of database dump(full)after the dump gets completed
Dear Experts, In our environment we are dumping the database(full)to multiple stripes.After the entire dump gets completed, how can we find the size of the dump and where we can see the size exactly?...
View Articlehow to upgrade from ASE 12.5.4 to ASE 16.0?
is it possible to be upgraded from 12.5.4 ESD#10 to 16.0 SP02 using dump/load? (IBM AIX)without going through the intermediate step the ASE 15.x
View ArticleCross-platform conversion (12.5.3 --> 16.0)
Hi, I am new to Sybase and have been tasked with undertaking a proof of concept to move an existing Sybase installation (12.5.3) running on Solaris 9 to Sybase (16.0) running on Windows. I have created...
View ArticleFunction-based index not work.
Hi, function-based index not work on ASE15.7 sp132, its normal on sp100. Here's the sample:create table aaa ( a1 int , a2 int , a3 char(1000))go declare @cnt intselect @cnt = 1while @cnt < 1001...
View ArticleNo language handler installed
Hi, Recently I installed ase16 and when I am trying to issue q command to an open server application, am getting this no language handler error. But when I try the same with my actual prod setup it...
View Articleupdate Index Stats using Sampling
Hi Team Good afternoon We currently have a JOB that runs UIS using sampling = 30 and is failing on a table that has 293412179 rows and one CI Error - the tempdb is full for the DB maintenance a.c...
View Article"inserted" table not allowed in derived table query
The "inserted" table not allowed in derived table query. create trigger a on newtablefor insertasinsert into othertableselect a,c from( select distinct a,b,c from inserted) dt Msg 208, Level 16,...
View Article"configure size for data cache (tempdb_cache1) is not sufficient to handle...
Running a stored proc simultaneously a large number of times (> 150) I get the message "The configure size for data cache (tempdb_cache1) is not sufficient to handle the sort buffers (4005)...
View Articlesp_who ouput in ASE 16 sps01
In sp_who output it shows "compling" in cmd column . Is there any reason for it .
View ArticleWhat am I waiting for again?
Timestamp WaitEventID Descr Waits WaitTime 10:36:40 29 waiting for regular buffer read to complete 111 500 10:36:40 52 waiting...
View ArticleASE 16.0 Sp02 install over ASE 16.0
Good day,I'm looking at ASE 16.0 SP02 install guide for Linux x64( readme file in the tar file downloaded ) and there isn't a note about loading instructions. So ,I assume that it can be...
View ArticleTotal beginner with Sybase
Hi!I have just installed ASE 16 on Oracle linux 6.7. I managed to change the password for the user "sa". Is there a GUI tool that can be used to start server? How do I stop/start the database? I know...
View ArticleSybase ASE transaction log's not clearing
We are running Sybase ASE v.11 We are not able to clear out the transaction log's using a full DB backup. We have turned on 'trunc log on chkpt', and did one manual checkpoint using SQL advantage. Then...
View ArticleHow to access ASE remotely from a Linux server?
Hello Everybody, I have a Linux server running RedHat 6.5 and would like to remotely access (and run queries) ASE that is running on a Windows server. I'd like to know which rpms (redhat package...
View Article