If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > Try to use LogDigger to digger ase's log

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-02-10, 00:21
hobbylu hobbylu is offline
Registered User
 
Join Date: Nov 2002
Posts: 21
Try to use LogDigger to digger ase's log

LogDigger™ is a powerful tool for Sybase ASE serials databases, allowing administrators to easily locate changes in the database, enabling sophisticated data analyses, and providing undo capabilities to rollback logical data corruptions or user errors.

syslogs stores all operation records which modify database. Sybase does not provide tool to read and anlyse syslogs. Sometime DBA want to know what stored in the syslogs, like operate record to a table, to a transaction etc. It presents xactid,op columns when we query on syslogs table, which can’t be read. Senior dba can use dbcc log to get details, but dbcc log command is difficult to master and the result also not easy to read. So LogDigger filled the blank of syslogs translater.

LogDigger can also be leveraged for:

Ex post facto auditing of DML statements, the order in which transactions were committed and the user responsible for the updates.
Historical analysis of data access patterns for database tuning and capacity planning.
LogDigger directly accesses the Sybase redo logs, which are complete records of all activities performed on the database, and the associated data dictionary, which is used to translate internal object identifiers and types to external names and data formats. Each row contains a SQL UNDO statement, which can be used to rollback the change, and SQL REDO statement, which details the original operation. LogDigger can translate to a flat file.

1、Double click on LogDigger
2、Click ConnectDB Button
3、Input login name, password, and ASE server name
then click OK button to login, click Cancel button to exit.
4、Please select the database to be anlysed, default db is master。默认登陆数据库为master
5、Click Setting button,set the option
6、Click ReadLog button
7、Click TranLog button,to translate syslogs
Attached Files
File Type: zip logdigger.zip (668.8 KB, 50 views)
Reply With Quote
  #2 (permalink)  
Old 08-05-10, 21:24
hobbylu hobbylu is offline
Registered User
 
Join Date: Nov 2002
Posts: 21
Nobody interested it?
Reply With Quote
  #3 (permalink)  
Old 08-06-10, 05:55
Martijnvs Martijnvs is offline
Registered User
 
Join Date: Jan 2004
Location: The Hague/Utrecht, NL
Posts: 396
People tend to ignore spammers. Since your post looks suspiciously like spam, there aren't any replies. If you want to seel/promote your product, place ads.
__________________
I'm not crazy, I'm an aeroplane!
Reply With Quote
  #4 (permalink)  
Old 08-09-10, 05:19
hobbylu hobbylu is offline
Registered User
 
Join Date: Nov 2002
Posts: 21
It will be a shareware.
Reply With Quote
  #5 (permalink)  
Old 08-21-11, 06:52
sybanva sybanva is offline
Registered User
 
Join Date: Aug 2010
Location: India
Posts: 22
Hi

Does it work with Sybase ASE 15 ? I want to know about logdigger tool?
__________________
Thanks,
sybanva
http://sybaseblog.com
Reply With Quote
  #6 (permalink)  
Old 09-13-11, 22:27
hobbylu hobbylu is offline
Registered User
 
Join Date: Nov 2002
Posts: 21
Sorry for replay delay!
Tool about Logdigger does work with 15!
The log structure of ase does not changed
Reply With Quote
  #7 (permalink)  
Old 09-14-11, 02:54
sybanva sybanva is offline
Registered User
 
Join Date: Aug 2010
Location: India
Posts: 22
Can you please share some more information about logdigger?

Do you have any documentation for that?
__________________
Thanks,
sybanva
http://sybaseblog.com
Reply With Quote
  #8 (permalink)  
Old 10-09-11, 23:07
hobbylu hobbylu is offline
Registered User
 
Join Date: Nov 2002
Posts: 21
About logdigger

If you want to know more information about logdigger, you can contact me with msn.
My msn: hobbylu@msn.com
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On