dbTalk Databases Forums  

Sybase 11.5.1 - Is it possible to log the transactions sent to the server ?

comp.databases.sybase comp.databases.sybase


Discuss Sybase 11.5.1 - Is it possible to log the transactions sent to the server ? in the comp.databases.sybase forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Laurent RUHLMANN
 
Posts: n/a

Default Sybase 11.5.1 - Is it possible to log the transactions sent to the server ? - 02-12-2004 , 03:53 AM






Hi,

I'm trying to see the sql transactions submitted to sybase server. Is it
possible ? Is there any tool for that ?


Laurent



Reply With Quote
  #2  
Old   
Bret Halford
 
Posts: n/a

Default Re: Sybase 11.5.1 - Is it possible to log the transactions sent to the server ? - 02-12-2004 , 01:07 PM






"Laurent RUHLMANN" <lruhlmann (AT) ingesoft (DOT) fr> wrote

Quote:
Hi,

I'm trying to see the sql transactions submitted to sybase server. Is it
possible ? Is there any tool for that ?


Laurent
You can use the auditing feature to audit all "cmdtext"
language sent to ASE. That would cover most sql transactions.

There are a lot more options if you upgrade to the current 12.5.1
version.

-bret


Reply With Quote
  #3  
Old   
Jeffrey Voight
 
Posts: n/a

Default Re: Sybase 11.5.1 - Is it possible to log the transactions sent tothe server ? - 02-12-2004 , 07:18 PM



In jConnect (jdbc stuff) there's a sample program called 'ribo'. This
acts as a proxy that will show you the sql that's being sent to the server.

Jeff...

Laurent RUHLMANN wrote:
Quote:
Hi,

I'm trying to see the sql transactions submitted to sybase server. Is it
possible ? Is there any tool for that ?


Laurent



Reply With Quote
  #4  
Old   
Philip Yale
 
Posts: n/a

Default Re: Sybase 11.5.1 - Is it possible to log the transactions sent to the server ? - 02-13-2004 , 10:11 AM



Jeffrey Voight <jeff_NO (AT) SPAM_cscc (DOT) net> wrote

Quote:
In jConnect (jdbc stuff) there's a sample program called 'ribo'. This
acts as a proxy that will show you the sql that's being sent to the server.

Jeff...

Laurent RUHLMANN wrote:
Hi,

I'm trying to see the sql transactions submitted to sybase server. Is it
possible ? Is there any tool for that ?


Laurent


There are numerous 3rd-party products on the market that can do this.
Try this, for example:
http://www3.ca.com/Solutions/Product.asp?ID=2816
(Never used it myself, so no guarantee)

Some years ago, I did use a product called LogAnalyzer by Platinum
Technology, which had a number of good features (offline DBCC checks,
generation of undo scripts to reverse transactions, auditing of
database changes etc), but I'm not sure if it's still available or
not.


Reply With Quote
  #5  
Old   
Stephen Simpson
 
Posts: n/a

Default Re: Sybase 11.5.1 - Is it possible to log the transactions sent to the server ? - 02-13-2004 , 05:22 PM



If the transaction is currently running , you could use the
undocumented and unsupported dbcc pss command (you will need
sybase_ts_role enabled and use dbcc traceon(3604).

later versions of Sybase 11.9.2+ can use dbcc sqltext(spid).

Steve
On Thu, 12 Feb 2004 10:53:34 +0100, "Laurent RUHLMANN"
<lruhlmann (AT) ingesoft (DOT) fr> wrote:

Quote:
Hi,

I'm trying to see the sql transactions submitted to sybase server. Is it
possible ? Is there any tool for that ?


Laurent



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.