Z
zigzagdna
I am on Oracle 10.2.0.4 on HP UNIX 11.2. I am running a program which
has an infinite loop. Each loop iteration sleeps for 15 seconds, does
something…? I am noticing that space under $ORCALE_BASE keeps
increasing. My program is definitely not writing any files under
$ORACLE_BASE, so Oracle is creating some files, else how can I
explain increase in $ORACLE_BASE. When I stop the program, space
shrinks back to original, so looks like file has been deleted.
My program could have some cursors not being closed, but this will
increase the memory of Oracle shadow process and not space under
$ORACLE_BASE. Are there any memory mapped files, where shared memory
is being mapped to some file under $ORACLE_BASE. I am unable to find
any such files using:
Find . –mtime -1
I see some Oracle files such as Oracle agent log, listener.log but
do not see anything unusual. Can someone explain what is going on and
how can I troubleshoot this problem.
Thanks a lot.
has an infinite loop. Each loop iteration sleeps for 15 seconds, does
something…? I am noticing that space under $ORCALE_BASE keeps
increasing. My program is definitely not writing any files under
$ORACLE_BASE, so Oracle is creating some files, else how can I
explain increase in $ORACLE_BASE. When I stop the program, space
shrinks back to original, so looks like file has been deleted.
My program could have some cursors not being closed, but this will
increase the memory of Oracle shadow process and not space under
$ORACLE_BASE. Are there any memory mapped files, where shared memory
is being mapped to some file under $ORACLE_BASE. I am unable to find
any such files using:
Find . –mtime -1
I see some Oracle files such as Oracle agent log, listener.log but
do not see anything unusual. Can someone explain what is going on and
how can I troubleshoot this problem.
Thanks a lot.