how to export and import blob data type in oracle using any tool. I want to give it as an issue
You can use SYSCS_UTIL.SYSCS_EXPORT_TABLE , SYSCS_UTIL.SYSCS_IMPORT_TABLE to export / import LOB data to / from a file that contains all the data. See this page for more details.