Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Could not find ini_trans information for IOT table?
Hi All,
( I am runing oracle 8.1.7.4 on solaris 2.9 , 32bit oracle )
I am chasing down one of my deadlock problems. And according to Tom Kyte's site, either I don't have enough INI_TRANS values or it might be bit-map problem.
So I try to see what INI_TRANS I have for that table.
But that table is: IOT:
SQL> select INDEX_NAME, INDEX_TYPE ,FREELISTS , INI_TRANS, max_trans from dba_indexes where table_name = 'ABC_NL_SENT' and table_owner = 'BOBBY';
INDEX_NAME INDEX_TYPE FREELISTSINI_TRANS
My question is where could I see the INI_TRANS and MAX_TRANS
information
for my IOT table, do IOTtable even use those at all?
Thanks,
Dominica Received on Mon Mar 13 2006 - 16:49:52 CST