library process dead - TechRepublic
General discussion
April 24, 2001 at 12:49 PM
tbrave

library process dead

by tbrave . Updated 25 years, 1 month ago

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.

This discussion is locked

All Comments