OWB jrt.log growing rapidly
Hi,
We have an OWB setup on 11.2.0.3 on OEL5.4.
I'm not very familiar with OWB, but set it up a few years ago with help of the docs. What we sometimes see, is that a java process seems to run like hell, and fills up the
/opt/oracle/product/11.2.0/db_1/owb/bin/admin/jrt.log , which grows easily to 20Gb or more in an hour.
How and where can I disable this logging? No-one looks into it, so I'd like to disable it.
My current approach is to find (ps -ef | grep java) the process and kill it, truncate the logging and restart the control center agent with nohup $ORACLE_HOME/owb/bin/unix/ccastart. &.