export/import within oracle stored procedure
Can call export and import from Oracle pl sql procedure?
I need to
1- export a table ( that has a blob data type)
2- drop the table
3- create the table with different storage prameters.
4- import what I export in step 1.
How can I do the export and import from pl sql proceure?
Thanks,
Hisham