Using the bulk import and export procedures You can import and export large amounts of data between files and the database. Instead of having to use INSERT and SELECT statements, you can use system procedures to import data directly from files into tables and to export data from tables into files. bulk import and exportoverview import proceduresoverviewexport proceduresoverviewsystem proceduresimport and export, overview

The system procedures import and export data in delimited data file format.