cancel
Showing results for 
Search instead for 
Did you mean: 

transaction logs

Former Member
0 Kudos

Hi,

Can any body tell me the difference between transaction logs and redologs, action logs??

Is there any place in SAP where seperately these transaction logs are located??

Thanks in advance,

Ramakrishna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Transaction log is a Microsoft SQL Server term

Redo log is an Oracle Database term.

Transaction log is the MSSQL equivalent of both Oracle redo logs, undo segments and Archive logs.

Regards,

Olivier

Answers (2)

Answers (2)

Former Member
0 Kudos

use tcode : STAT for analyzing transaction logs

use tocde: db16, dbacockpit for analyzing oracle redologs

Former Member
0 Kudos

Hi,

for redo logs u can find these URLs

Redo log files contain the redo log entries of transactions that were not completed at the point of the most recent savepoint and have to be redone if a restart or recovery is required

http://help.sap.com/saphelp_nw04/helpdata/en/08/79bb3ee5bf7173e10000000a114084/frameset.htm

for action logs

http://help.sap.com/saphelp_nw04/helpdata/en/d2/424ab45b8e11d3bc5e00105a6588b2/frameset.htm

the transaction log file in sap will be found in

usr/sap/sid/sys/work

Regards,

R.Suganya