How Many File Formats Are Supported to Export Data

Q

How Many File Formats Are Supported to Export Data? - Oracle DBA FAQ - Introduction to Oracle SQL Developer

✍: FYIcenter.com

A

Oracle SQL Developer can allow to export table data into files in the following formats:

  • TXT - Tab delimited fields file format.
  • CSV - Comma Separated Values (CSV) file format.
  • LOADER - File format used by SQL*Loader.
  • XML - XML file format.
  • INSERT - INSERT statements format.

2007-04-27, 5291👍, 0💬