Well,

you can do with export/import as approach to have realiable backup and recover data. You would still need a skeletal DB to do the import (FYI).

Once the paramter (utl_file_dir) is set, utl_file package can be used to read and write to that directory only.

Hope this helps.

BK.