Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Why is recursive calls so high
Lately the ratio of user calls/recursive calls had fallen below 1 and
in fact approaching 0.1. I have been trying hard to find the root
cause without any success.
This is 9.2.0.3 running a datawarehouse application. The tablespaces are mostly locally managed with some dictionary managed. The application uses lot of bit map indexes. One recent change was to go to unto tablespace from traditional rollback segments.
While investigating extent management, specifically temp and undo, I came across the fact that recursive calls are so high even on an instance that was just started with no users connected and with no rollback segment (other than SYSTEM) active; turing off auto undo management did not change the result either.
Anybody know why recursive calls is so high right from startup??
27> sqlplus /nolog
SQL*Plus: Release 9.2.0.3.0 - Production on Thu Feb 19 19:00:47 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> connect / as sysdba
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 7586425800 bytes
Fixed Size 752584 bytes Variable Size 1140850688 bytes Database Buffers 6442450944 bytes Redo Buffers 2371584 bytesDatabase mounted.
STATISTIC# NAME
---------- ----------------------------------------------------------------
CLASS VALUE
---------- ----------
6 user calls 1 30 7 recursive calls 1 11136
Thanks,
Shan R Shanmuganathan
Received on Thu Feb 19 2004 - 19:42:06 CST
![]() |
![]() |