ORA-03113: end-of-file on communication channel
491563Jun 14 2009 — edited Jun 15 2009Hi All,
when i use the following delete statement in a partitioned table I am getting the following error.
SQL : Delete FROM ACCT_FACT WHERE timeID = 1689
Error : ORA-03113: end-of-file on communication channel
the table is parttioned based on timeid and when I try to truncate the table it is going through successfully.
Can anyone please enlighten me on why I am getting this error when I try to delete from fact table
Note : I am not gettin this error for all partitions and all parttions are compressed
Thanks,
Silambu