Hi to all and thanks for all your quick replies: )
I was trying to convert dump file to pdb format using dumptopdb.py tool. But it always show ImportError: No module named Numeric. Moreover, I am not finding old numeric package which you recommend. Please suggest how can I make it install on my UBUNTU 12.04 64 bit system or suggest any other option to covert it effectively.
Numeric is still around, though you may have to hunt for it on the WWW.
The new version is numpy - someone would have to upgrade the dumptopdb.py
tool to use Numpy - which is probably simple.
Steve