Database Log comparision
Oracle | MySql | Sql Server | Explaination |
---|---|---|---|
Redo Log | transaction log / Redo Log | Transaction log | all changes that happened to your data. |
Alert Log | error log | find various messages about your database | |
Archive Log | Binary Log | Archived REDO Log | |
Comments
Post a Comment