Error 701, not enough procedure cache (*Urgent*)
Hi All, Is there a SQL that I can use to determine the SPID that is the root cause of a 701 (not enough procedure cache)? Additional information: This is happening in 2 servers; 15G memory with 2G...
View ArticleRe: Error 701, not enough procedure cache (*Urgent*)
Are you looking for the spid or the command that generated the 701? Where are you seeing the 701 error? If the error's showing up in an application log (eg, 'isql' output) then shouldn't this give you...
View ArticleRe: Error 701, not enough procedure cache (*Urgent*)
Please provide the output of the following command:sp_monitorconfig "procedure cache"go
View ArticleRe: Error 701, not enough procedure cache (*Urgent*)
Hello, hard to find the root cause for this. One idea is to use your monitoring and capture the data frequently to a repository, if you get an 701 error reported in the errorlog you can use the spid to...
View ArticleRe: Error 701, not enough procedure cache (*Urgent*)
Jens, For the first server: 1> sp_monitorconfig "procedure cache"2> goUsage information at date and time: Aug 1 2014 1:46PM. Name Num_free Num_active Pct_act Max_Used...
View ArticleRe: Error 701, not enough procedure cache (*Urgent*)
Mark, I am looking for the command that generated the 701. The 701 errors show up in the ASE log. The error could show up in multiple application logs as all of them could be the victims of it rather...
View ArticleRe: Error 701, not enough procedure cache (*Urgent*)
Another thing you might try is the dbcc memusage command. It will display the 20 biggest things in procedure cache, so if a few extraordinarily large cached procedures are the cause of the 701s, this...
View ArticleRe: Error 701, not enough procedure cache (*Urgent*)
The output show us that the procedure cache is not sized properly for your system, because it was used to 100%. Please increase the size of it. Which statement caused it is hard to find out. You can...
View ArticleRe: SSD for databases (data, log and tempdb) any recommendations?
Malathy, I recommend you the Jeff´s paper:...
View Articlehow to redirect ASE errorlog to screen again?
I have Sybase ASE running on Linux. I use putty to connect to Linux. If I reboot ASE, then the pyttu window will get all output from error log. If I keep this putty session window open, I can see...
View ArticleRe: how to redirect ASE errorlog to screen again?
Find where the errorlog is (usually it is $SYBASE/ASE-*/install/$DSQUERY.log ) and run tail -f on the log file.
View ArticleRe: how to redirect ASE errorlog to screen again?
Thanks. If tail impact the original log file?
View ArticleRe: how to redirect ASE errorlog to screen again?
tail is like 'head' and 'cat', it just reads the file. tail -f just doesn't exit when it hits the end of the file, it keeps waiting for new text to be added and then outputs it.
View ArticleRe: RDDB for tempdb database (15.7) ?
Hi Bret, thanks for your answer. I am aware of that, this KBA was created following my questions and an error in documentation. But here, I have put dml_logging on user created tempdbs, not system...
View ArticleRe: RDDB for tempdb database (15.7) ?
Hi All, I have some news after testing : -- with same config an temporary imdb is OK, i got discards Minimally Logged DMLs by ULC Discards 230.4 87.8 1843 99.6...
View ArticleSybnet_restart function Sybase 15.5
Dear colleagues, hi Could you please help us with one case.We faced with a problem working on Sybase clients ver. 12.5, 15.5. We request the sybnet_read function during reading data remotely on the...
View ArticleRe: how to put a word file in a image column?
Thank you very much, Bret. If need a client program, maybe powerbuilder is the simplest way to do it.
View ArticleRe: how to read/update text column?
Found out solution with third party tool. Thanks. I use Sybase central. It's working.
View ArticleRe: RDDB for tempdb database (15.7) ?
sp_helpdb was enhanced in 15.7 SP50 and SP100 to output this "user-createdenhancedperformance temp db" status. Prior to this change the durability setting still caused a difference in the...
View Article