Re: I have question about Sybase ASE 15.7 Partitioning
Hi Mark,So, I retried as per your suggestion, and I'm still seeing my problem. Maybe it's works differently with ASE 15.7 SP132. Attached is a log named beforeindex.txt. In this log, I have...
View ArticleRe: I have question about Sybase ASE 15.7 Partitioning
Hi Mark,I am new to this site, and so I am struggling to figure out how to add an attachment. Sorry!I just figured it out, and have made edits to this thread since then. In the helpbefore.out file,...
View ArticleRe: I have question about Sybase ASE 15.7 Partitioning
OK, I see the issue ... In your first post you mentioned the 'create table' and 'create nonclustered index' commands, but you forgot to mention that you were also issuing a 'create clustered index'...
View ArticleUpgrade from ASE SBE to ASE Adge
On this site anonced New: SAP ASE Edge Edition for Small and Medium BusinessesIs this mean than it's replaces old SBE, so if I get SBE license & support I can get Edge license?On another document...
View Articleproblem with LDAP login
Hi all, I have an application from which i am trying to connect to Linux ASE-16. when I use the option "authenticate with","ASE"..I am able to connect to the server, but, when i am trying it with...
View ArticleRe: I have question about Sybase ASE 15.7 Partitioning
Ah....And, when I capture query execution plans, the optimizer tends to favor the clustered index with respect to the types of queries we are writing, and so far I am seeing great performance with...
View ArticleRe: I have question about Sybase ASE 15.7 Partitioning
Hi Mark,One more quick question....hopefully... Would you recommend putting the local index into the same partition as where the data is going? For instance, I have the audit_event table partitioned...
View ArticleRe: I have question about Sybase ASE 15.7 Partitioning
re: putting data/index in same partition (aka, re-using partition names) ... If you take a look at syspartitions you'll see it has a unique index on: id, indid, (partition) name So while you can...
View ArticleAlthough "trunc log on chkpt" is active, log transaction grows (SAP ASE 16)
Hi community, We have a problem 1 hour after running a batch working with Adaptive Server Enterprise/16.0 SP01 PL01/EBF 24358, AIX 6.1.The batch is running in parallel (Differents connections running...
View ArticleSQL-error "14217-[ASE Error SQL14217] - SPAM IMPORT
Hi experts, Watching logs in usr/sap/trans I found this 3 ETP361 "0" Shadow-Nametabs activated, DDL executed3 ETP362 "0" Shadow-Nametab activations failed2 ETP360 Begin: Act. of Shadow-Nametabs with...
View Articlereorg to remove forwarded rows on partitioned tables
We have a datarows locked table with partitions. We have 3 indexes on the table 1 unique clustered (local) 2 non-unique non-clustered (1 local and 1 global) systabstats shows one of the...
View ArticleHow to see partitions with partial indexes
How can you see partitions with partial indexes ? I've created partial indexes but can't see how to check the partitions that have them.sp_help just says "Partial Index" after it. This saysPartial...
View ArticleRe: How to see partitions with partial indexes
Hi Mike, To check if the index is a partial index, use "sysindexes.status3 & 256 = 256" In general, it is best not to mix datatypes when using the bitwise operators. Thedocs indicate they are to...
View ArticleRe: Access denied for error log
As I recall, this was implemented in one of the early ESDs/SPs of ASE 15.7 as a security enhancement to prevent unauthorized users (remember a Windows admin is not necessarily an ASE sa) from learning...
View ArticleASE16 on red hat
Good day,Looking for SAP ASE 16.x certification on RHEL7. Installation guide says Red Hat 6.1( Santiago). PAM(product availability matrix) shows RHEL7 in a generic way.I guess it's only certified on...
View ArticleUsing PHP to connect via the ODBC driver
Hi All, Has anyone successfully connected to a SAP ASE database from PHP? Right now I'm having to load data into a mySQL and its definitely not ideal. Thanks all! o far I've tried...
View ArticleRe: ASE16 on red hat
Hi Jose, ASE Certifications on Linux (RedHat) - SAP ASE - SCN Wiki Second row from top: Adaptive Server EnterpriseRHEL7 (x86_64)157 SP122(x64) Certified 2014-09-05
View ArticleRe: ASE16 on red hat
PAM shows the following: LINUX REDHAT EL7/X86_64 64BIT Maintenance TypeDateCommentFurther Information 10End of standard vendor support (regular maintenance phase)06/30/2024Display 30End of...
View ArticleRe: ASE16 on red hat
Hello Jose, Basically any new certification on ASE will be added to PAM.The SCN wiki certification page is an collection of all the old ASE certifications accessible through Sybase certification site....
View Article