Re: APFs on APL vs DOL
A lot depends on the query as to why. Remember, APF's can be of any size - and can be of the table or index leaf pages. But let's take a query like: select * from table order by <pkey> where...
View ArticleRe: APFs on APL vs DOL
Hi Jeff,Thank you.I've asked them to send output with statistics time but haven't received an answer yet.The query is just an ordinary:select * from tableorselect an aggreagte finction(col1) from...
View ArticleASE versions compatibility with windows 2012
Hello Folks, Is ASE version 15.7, 15.5, 12.5.X and 12.0 are install able on Windows 2012 server. best regardsAbhishek
View ArticleRe: APFs on APL vs DOL
Jeff, I have been saying this all day: " In APL, the table is essentially the clustered index and as a result, ASE can do table scan with pure APF's (and even large I/O's) to perform the query. With...
View ArticleRe: APFs on APL vs DOL
Annie, Like I replied following Jeff´s last note. If what you want to do is have a table scan on the DOL table, just try it, and compare IOs. E.g. SET SHOWPLAN ONGOSET STATISTICS IO ONGOSELECT * FROM...
View ArticleRe: ASE versions compatibility with windows 2012
Abhishek, That is a mighty wide ranger of versions... Here is what I found on the SAP site: http://go.sap.com/product/data-mgmt/sybase-ase.item_2.html These are the platforms that the product currently...
View ArticleRe: Fresh installation ASE 16 on Fedora Core 16 - cannot install JSAGENT
I have found solution !!!I needed to disable ipv6 ! Other trials covered also:changing hostname in /etc/hosts - this changed the error message, but not solved the problem.adding localhost definition in...
View ArticleRe: Fresh installation ASE 16 on Fedora Core 16 - cannot install JSAGENT
Hello, thanks for answering. Interfaces file seems correct to me: [root@fc23sap1 sap]# more interfaces SAP1 master tcp ether localhost 5000 query tcp ether localhost 5000 SAP1_BS...
View ArticleRe: Fresh installation ASE 16 on Fedora Core 16 - cannot install JSAGENT
Excellent Lukasz! I am glad you found the problem and can move on! Thank you for sharing your trouble shooting steps,and the solution. Many people don't bother responding after finding the issue....
View ArticleRe: Fresh installation ASE 16 on Fedora Core 16 - cannot install JSAGENT
P.S. I did not find the solution. You did! LOL. But thank you for giving me credit!
View ArticleArchiving log in Sybase_ASE
Hi Experts, Is there any way to check the status of archiving log or any command to check the same in Sybase_ASE like in Oracle?I understood that status of the database in Sybase can be checked by...
View ArticleRe: Sybase ASE 15.7 installation on Windows7 professional
Thanks a lot Chris for your detailed response. I forgot to admit that I got this error when I am trying to install ASE 15.7 on 64 bit operating system only. Total physical memory of the box is 4 GB....
View ArticleRe: Archiving log in Sybase_ASE
Hi.There is no global option/parameter that controls transaction log backups in ASE (like archive log mode in Oracle DBs). There are several cases which prevent transaction log backups for ASE...
View ArticleRe: Archiving log in Sybase_ASE
Thanks Marcin. I have replied to my email by stating that Archiving Log is there in ASE.
View ArticleRe: Problem with NULL values using Sybase ODBC driver in Linux
Hi Chris, Thank you for your suggestions. I installed the patches and tried also parameters DriverUnicodeType and Charset in the DSN definitions, but they did not help. I tested the ODBC driver on a...
View ArticleRe: ASE versions compatibility with windows 2012
my question is like whether we can install ASE 12.X on windows 2012.The link provided is just having its capability with 32 bit or 64 bit.
View ArticleRe: ASE versions compatibility with windows 2012
https://wiki.scn.sap.com/wiki/display/SYBASE/ASE+Certifications+on+Windows Please reference the above page for the old stuff. So basically no ASE 12.x is not certified with Windows 2012 last certified...
View ArticleRe: Unable to start the rep server
Hello K reddy, This is an old post but did you manage to understand what happened after the crash? Our REP server just crashed with the same error but we could successfully restart it: "Replication...
View ArticleRe: Unable to start the rep server
FYI - server memory graph shows the server memory being used at 100%. We suspect that SUBCMP process was taking all server memory so rep server starved for memory then crashed.Wonder if there is a way...
View ArticleASE v16 SP01 & open client 15.7 excel queries convert negative money values...
We upgraded this weekend to Sybase 16 and open client 15.7 and now our excel queries are converting any column of type money in Sybase containing a negative value to a very large number in excel as...
View Article