Re: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
Dear Mark, HCP_data_001 size was 94 gb, after disk resize(10gb= it became 104gb . Then applied alter database. (So i wanted to increase 10 gb for Data and Log) I have applied these, use mastergodisk...
View ArticleRe: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
1 - I missed the '.dat' on the end of your device name so as Jeff's pointed out: wrong: alter database HCP on HCP_data_001.dat = 10G right: alter database HCP on HCP_data_001 = '10G' ---------------- 2...
View ArticleRe: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
Dear Mark, Dont care .dat, i didnt write in cmd. I have already removed .dat when i writing in cmd. 3 - The output from sp_helpdb shows that not only was the HCP database extended onto HCP_data_001...
View ArticleRe: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
If you want to enlarge the log segment, you can use alter database HCP log on HCP_log_001 = "10G" The problem you reported originally was only a shortage of space on the data segment, though. There...
View ArticleRe: Charset cp850 Sybase ASE - ADO.NET
I downloaded from SAP Store this software: SDK for SAP Adaptive Server Enterprise 15.7 SP127 Windows Server on IA32 32 bit 22941 After installation, I have got two drivers: Sybase.AdoNet2.AseClient.dll...
View ArticleRe: Charset cp850 Sybase ASE - ADO.NET
Hi, Okay, so this is the situation, you have a special character that is not part of the CP850 English charset. I am also assuming that this data is in a char or varchar column versus a unichar or...
View ArticleRe: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
Still problem exist, when i check the dbacocpit, saptools seems full as screen shot
View ArticleRe: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
Kemal - Please - stop and think about what you are trying to do. ASE - much like MS SQL Server - allows MULTIPLE databases per instance. If a database is shy on space - it will throw an error and...
View ArticleRe: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
Dear Jeff, The problem is i have already increased the size of saptools 1gb by 1gb, but DBACOCKPIT is showing different in earlier my screen shot. If you see that in dbacockpit, Total :2.049MB/Free:...
View ArticleRe: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"
Well, if that last image is a snapshot of the output from running 'sp_helpdb HCP' ... then it's showing that you keep adding the saptools* devices to the HCP database, ie, you're *NOT* adding the...
View Articlekernel Waiting for native threads to be released, or for number of threads in...
HiWe are running 15.7 Versions of Rep Server using 15 .7 ASE RSSD serverThis is our 1st instance using ASE 15.7 Seeing this message in log00:0002:00000:00139:2014/12/31 05:57:43.32 kernel Waiting for...
View ArticleDBA question: "sticky" statistic?
Hi, what is it a "sticky" statistic? In DBACOCKPIT I see several message as:Column SETNAME is sticky on histogram steps, partial hashingWhat can I do to solve it?PS: of course, Number of Tables with...
View ArticleRe: DBA question: "sticky" statistic?
Such as... use PRD sp_modifystats "PRD.SAPSR3.ALCLASTOOL", SETNAME, REMOVE_STICKINESS is it correct? Thank you.
View Articleenable housekeepr GC
Hi Experts, As per SAP's 'optimizing performance with SAP Sybase ASE' document released in Oct 2013 by Chris Baker enable,housekeepr GC should be 5 for OLTP and 4 for batches (OLAP i think) My current...
View ArticleRe: enable housekeepr GC
Hi Rajesh, As per SAP note 1749935 - SYB: Configuration Guide for SAP ASE 15.7housekeeper GC should have value >0. A value of "5" is what is recommended in the SAP note. Regards,Deepak Kori
View ArticleRe: DBA question: "sticky" statistic?
Careful. The concept of "stickiness" is not necessarily a problem that needs solved. What "sticky" means from index statistics is that certain statistics attributes are retained vs. the defaults...
View ArticleRe: Sybase ASE memory configuration
Hi All, Yes - I could re-configure the memory. I did the same thing what Amit Kumar Singh mentioned here. Thank You All
View ArticleRe: Sybase ASE memory configuration
Hi Aravind, It is good to know that it solves the purpose,If so kindly close the thread. Thanks & Regards,Amit
View Article