Posted 7/11/2011 7:07:11 AM
|
|
|
|
Hi,
I am new to oracle.can any one suggest me a good tool for monitoring logs from production to standby .
ss
|
|
Posted 7/11/2011 4:54:46 PM
|
|
|
|
| There really isn't a tool that will montior the logs. What you can do is write a unix shell script that will check for gap. Also in the later releases of oracle, you can specify not to remove the archive logs if they haven't been applied on the standby database. This is good option if you have plenty of space on the primary otherwise if there was something wrong, and the filesystem filled up, it could hang your system. But you would have monitoring on your filesystem to make sure it doesn't grow to 100%. Also, if you setup Data Guard with broker, there is option to check to make sure all is ok using broker commands / scripts to make sure logs are being applied. Hope this helps.
|
|
|
|