How to export and import blob data in oracle

how to export and import blob data type in oracle using any tool. I want to give it as an issue

+4
source share
1 answer

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.

-1
source

All Articles