srilal
5th June 2004, 12:18
Dear all,

I’m facing a big problem, I have started reorganizing the table tfgld106 using the session ttaad4225m000 and it read all the data from the table and created R.tfgld106 file. The problem is records are still not started inserting in to the table back, its just hanging since last 5 hours :confused: . There are no any errors has recorded in the logs and table has enough extents to be left. Please advice.

Last line of the log.aad4225 is given below


Table D Old New Messages
----- -- --- ---- ----------------
tfgld106099 * 1580577


Thanks & Regards
Srilal.

dave_23
5th June 2004, 17:57
Just a guess..

Sounds like that table was maybe extremely fragmented, and the database is having a hard time dropping all of the segments..

You should see that your smon proces is taking up a lot of CPU..

if that R file is complete you could kill the bdbreconfig and then run
bdbreconfig6.1 -Ntfgld106099+

to get it back in... but that would only be after the DB cleans itself up...
which could take hours or days..

Dave

srilal
7th June 2004, 06:53
Thanks Dave, Yes as you said SMON process is taking up a lot of CPU.

Killed the bdbreconfig. is it ok if I run bdbreconfig6.1 -Ntfgld106099+ while db cleanup (SMON) is running?

Thanks & Regards
Srilal.

dave_23
7th June 2004, 13:46
Hi Srilal,

Yes, it should be ok.. But if its really bad, smon won't stop working long
enough to allow you to do much.. In my case, I ran into an issue
where I could get my data in, but not create indexes.. I had to
create a new index tablespace in order to get them back in..

Dave