Blame | Last modification | View Log | RSS feed
Alertlog is an application created with the aim of analyze in a easy way
those logs created by Oracle databases.
"The alert log file is a chronological log of messages and errors
written out by an Oracle Database. Typical messages found in this file
is: database startup, shutdown, log switches, space errors, etc.
This file should constantly be monitored to detect unexpected messages
and corruptions."
(http://www.orafaq.com/wiki/Alert_log)
Installation:
- Local:
Uncommnet line 25 (#UI_FILE = "alertlog.ui" # Development)
Comment line 26 (UI_FILE = "/usr/share/alertlog/ui/alertlog.ui" #Production)
run alertlog.py from src directory
- System:
Make sure UI_FILE for Production is uncommented.
./autogen --prefix=/usr
./configure
make
sudo make install
Current status: Unmaintained