Author: SSWUG Research

Community

Transaction Logging Details

(Ember Crooks) Transaction log files are one of the core strengths of a DBMS, if you ask me. The ‘D’ in ACID refers to ‘Durability’. What Durability means is that once a transaction is committed, it is not lost, even if the database crashes or the server it is on has to be restarted.

Community

OraSASH visualization

(Marcin Przepiorowski) I started working on that project 2 years ago and at that stage I created a JavaScript code to display real time graphs and parse JSON code. The backend providing JSON data from Oracle Database was based on PHP and I didn’t like that solution as it required to much configurati