I have been trying to clean up a corrupted table, trans_hist table and others on our database. After creating a tmp_trans_hist table and then enter this script:
insert into tmp_trans_hist
select * from trans_hist
I get this message:
DB- Library process dead – connection broken
Can someone tell me what is happening.