At one point I was looking into LogPI (www.logpi.com) but they have since been bought out by a company called Goldengate. I am not getting much feedback from them. I am wondering if anyone out here has any more info on LogPI or Goldengate? Thanks.
Curtis
We are looking at Lumigent. We are a utility company and have to comply with SOX. The problem we have is that we use Tivoli by IBM and a tape robot to do backups. The log files go directly to tape and we can't get them back.
Our mandate is to monitor the DBA's and other accounts with Admin and Owner rights and privleges.
Even with those aside, we have been able to get around much of the Lumigent monitoring as DBA. I am no hacker and not very good at, but was able to spoof it so those doing the queries and running report did not pick up on my changes.
Now, all mute point because of it need log backups.
Any other products that can read the log and db files live and do the same type of thing?
Check BizRights From approva Systems. www.approva.net the leading provider of enterprise controls management software. its the True Cross-Platform Continuous Controls Compliance Software. for any ERP PeopleSoft, Oracle, SAP .
My company needed a solution to watch activity and logging on SQL Server Databases and Oracle databases. Many of the items needed in Oracle were already there with a job and couple triggers along with the built in Auditing. It passes SOX scrutiny, but now SQL had to show the same. (btw: the budget for this was axed, we gave management a 165K purchased solution : current budget, my time as DBA, full salary...so it does not matter how many hours)
Anyway. I came up with a multi-part solution that has satisfied the auditors for now. Any person with real IT experience will see wholes big enought to drive a mack truck through it, but like I said, it was to suffice the auditors.
First I used created my own audit trace. I narrowed down the events to what we wanted to track and the information we wanted to store. If the sql server stops/starts it automatically starts again. The records are processsed twice a day from the flat files into a database table. From there I wrote procedures/views to process the data I need to report on. I crossed the view with a rules table to kick out records that need to be shown on the report. I then set up SSRS (sql server reporting services) 2005 to generate the report. Each morning the report is generated along with the rules, so auditors can compare the rules (ever changing) with the report. I send a copy to the server and email the affected parties, directing them to look at the report. If your name shows up, you have to initial the report, put in a comment. The report is printed by IS security, and people on the report have to initial with pen.
Lots of holes, some good infor came from it, and it got SOX auditors off our back. Until next quarter at least.
joe