Any changes to ora apps??
do you have glance on your system?? Monitor their memory usage over a period of time.
You put following in crontab and run it every 1/5 minutes and check if memory usage goes up or not.
UNIX95= ps -ef -o "vsz,args,pid,ppid" | sort -nr1 | tail -20 >> /tmp/some_log_file
Check log file. The first column is memory usage and unit is KB.
There is no substitute to HARDWORK