Unable to analyze table(IOT_TYPE = IOT ) [message #378114] |
Mon, 29 December 2008 00:22 |
kesavansundaram
Messages: 183 Registered: October 2007 Location: MUMBAI
|
Senior Member |
|
|
Dear sir,
We are analyzing one table with following command:
ANALYZE TABLE ACC_VOU_GEN_TXN_DTL estimate statistics 15 percent for table for all indexes for all indexed columns;
we are getting following error:
SQL> analyze table ACC_VOU_GEN_TXN_DTL estimate statistics sample 10 percent for table for all indexes for all indexed columns;
analyze table ACC_VOU_GEN_TXN_DTL estimate statistics sample 10 percent for table for all indexes for all indexed columns
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
When we check dba_tables, we found IOT_TYPE is IOT.
Further, after checking alert log file, we are pasting alert log content and corresponding trace file content:
the following content is alert log file:
----------------------------------------
Sun Dec 28 09:39:48 2008
Errors in file /dump_dest/sbiwill/udump/sbiwill1_ora_3369.trc:
ORA-07445: exception encountered: core dump [kdgistp()+2528] [SIGFPE] [HP Conditional trap] [0x4000000001166ED3] [] []
trace file content:
-------------------
*** 2008-12-28 09:39:48.840
ksedmp: internal or fatal error
ORA-07445: exception encountered: core dump [kdgistp()+2528] [SIGFPE] [HP Conditional trap] [0x4000000001166ED3] [] []
Current SQL statement for this session:
analyze table ACC_VOU_GEN_TXN_DTL estimate statistics sample 15 percent for table for all indexes for all indexed columns
----- Call Stack Trace -----
calling call entry argument values in hex
location type point (? means dubious value)
-------------------- -------- -------------------- ----------------------------
ksedmp()+184 ? ksedst() 800003FFC001EAB0 ?
800003FFC0030310 ?
52456DB36EFC3 ?
800000010013CFA8 ?
ssexhd()+636 ? ksedmp() 800000010013CFA8 ?
..
..
..
..
13690736:00324512 19 156 10429 9 IPC MSGC: OUTQ first msg c000000250543f20, type 65521, dest 1, receiver 1
14DE5A93:00324513 19 156 10429 9 IPC MSGC: OUTQ first msg c0000002505eedc0, type 65521, dest 1, receiver 1
14E0AC58:00324514 19 156 10429 9 IPC MSGC: OUTQ first msg c0000002507e3d50, type 65521, dest 1, receiver 1
KSTDUMP: End of in-memory trace dump
ssexhd: crashing the process...
Shadow_Core_Dump = partial
=========================================================================================================================
And this table is getting analyzed (by removing sample option ) with following command:
ANALYZE TABLE ACC_VOU_GEN_TXN_DTL estimate statistics for table for all indexes for all indexed columns;
p.s: the total record count is: 4 rows
Thank you,
kesavan.
|
|
|
|
|
|