Working on same table from different session
suppose I have following operation in a SP: truncate table mytabinsert into mytab(...)select ... then if bot different user run this SP at same time(for example both start within less one second, but...
View ArticleRe: Working on same table from different session
It doesn't matter if these statements are in a stored procedure or not.A stored procedure is not the same thing as a transaction. The behavior depends on whether the clients are using chained mode or...
View ArticleRe: Working on same table from different session
Thank you, So no need to worry about it.
View ArticleRe: Working on same table from different session
Based solely on what you've posted in this thread I'd be hesitant to say there's nothing to worry about. You've posted in other threads about using a stored proc to populate a table, and then running...
View ArticleASE 15.7
Hi all!! I´m planning an ASE installation/migration project, so as always I verify the latest ESDs. I really found myself lost in the different flavours of ASE 15.7 we have now with SAP versioning. 5...
View ArticleRe: is it possible to create a select trigger on a table?
Hi Kent, I think you could try some workaround. You can enable auditing for select on that table and then create trigger on audit table. I am not sure if it could works, this is only idea. Best...
View ArticleRe: ASE 15.7
The situation will be simpler if you think of the releases in terms of two different ASE versions, ASE 15.7 SPxx with ebfs 52 -> 62 andASE 15.7 SP1xx with ebfs 104->111->122 In essence 15.7...
View ArticleRe: is it possible to create a select trigger on a table?
ASE does not allow creation of triggers on system tables. Even if you could, ASE only supports "after" triggers, so the select would return the previous contents of the table rather than anything the...
View ArticleCAPs directive
Hi There, going through the ASE startserver options i can't find anything on the "-a path_to_CAPs_directive_file".Can someone give me an explenation what this CAPs directive is about or link where i...
View ArticleRe: is it possible to create a select trigger on a table?
Hi Bret, Yes, You are right. It was just an unproved idea. I made a small test.I changed table sysaudits_01 into user table (in sysobjects) sp_configure 'allow update',1goupdate sysobjects set...
View ArticleRe: CAPs directive
Hi Harry, CAPs is/was an internal debugging tool; there is no customer docmentation for it.My impression is that CAPs was abandoned when configurable shared memory dumpswere implemented. -bret
View ArticleRe: abap import error completed 162 error 1 total 164
It is pointing to a data corruption. You may want to have your DBA review the ASE errorlog for about that time - some other (more detailed) information may be available. Depending on the corruption,...
View ArticleRe: CAPs directive
Hi Bret, thanks for clearing that. Strange that SAP(Sybase) has written it in the documentation. It creates an expectation whilst it can not be used by us mortals..... They better leave it out. -Harry
View ArticleRe: Where's Sybase Tech Doc?
Hello Christopher, I also can't access the Technical Documents section of the site. Even if you go through SAP Service Marketplace -> SAP Sybase products -> Technical documents , you 're...
View ArticleRe: SYSWAITS 15.7 SP110
Thks Darshan, sorry for late answer We have dedicated cache for syslogs and , for disks , as numerous sites we use EMC sans. Nowadays, I cannot really choose where to install files for segments , and...
View ArticleHow my clients are connected? Used plain text or encrypted passwords?
Hi, We know that ASE supports encrypted password transmission over the network from clients. Is there any way to know within the server how my clients transmitted the password during logon? Did they...
View ArticleRe: How my clients are connected? Used plain text or encrypted passwords?
Please see my blog entry Q: How can I tell if connections are using net password encryption?
View ArticleRe: How my clients are connected? Used plain text or encrypted passwords?
Doesn't look like any flags/bits are set in sysprocesses, monProcess nor monProcessLookup. If you enable auditing of logins it looks like you can get the desired info from the sysaudits_XX.extrainfo...
View ArticleRe: How my clients are connected? Used plain text or encrypted passwords?
Hi Bret, Thanks for your details. I have looked at your blog. But unfortunately we cannot run these commands in production environmnet as these are not supported/ documented. Additionally only DBA can...
View ArticleRe: How my clients are connected? Used plain text or encrypted passwords?
This option is not useful as auditing is not enabled on our servers.
View Article