I am trying to troubleshoot a strange problem that one of two databases on a physical server sometimes does not allow any connections anymore, not even CONNECT / AS SYSDBA from the console. To see if there are any issues with the troubled database, I installed Statspack to monitor the DB. However, since the connection problem can not be reproduced in a predictable manner, I intend to do statspack every 1/2 hour until it refuses connections again. This may not happen in a month or longer.
My question is: are there any issues (performance, spaces, etc) I should watch out if I set TIMED_STATISTICS=TRUE for a long period of time? I searched through Oracle docs but did not find concrete answers on the impact of TIMED_STATISTICS.
Originally posted by a128 My question is: are there any issues (performance, spaces, etc) I should watch out if I set TIMED_STATISTICS=TRUE for a long period of time? I searched through Oracle docs but did not find concrete answers on the impact of TIMED_STATISTICS.
You won't notice any performance diference with TIMED_STATISTICS set to TRUE or FALSE. There's no other issues either. I have it turned on on all the databases all the time.
Jurij Modic ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
I am trying to troubleshoot a strange problem that one of two databases on a physical server sometimes does not allow any connections anymore, not even CONNECT / AS SYSDBA from the console. To see if there are any issues with the troubled database, I installed Statspack to monitor the DB. However, since the connection problem can not be reproduced in a predictable manner, I intend to do statspack every 1/2 hour until it refuses connections again. This may not happen in a month or longer.
My question is: are there any issues (performance, spaces, etc) I should watch out if I set TIMED_STATISTICS=TRUE for a long period of time? I searched through Oracle docs but did not find concrete answers on the impact of TIMED_STATISTICS.
Thanks,
Is ORACLE_HOME/rdbms/audit directory almost full? When full, then even connect / as sysdba is impossible. How many processes do you allow? How many semaphores do you have on that box?
Oracle Certified Master
Oracle Certified Professional 6i,8i,9i,10g,11g
email: ocp_9i@yahoo.com
Bookmarks