Collections:
Export Data to a CSV File in Oracle
How To Export Data to a CSV File in Oracle?
✍: FYIcenter.com
If you want to export data from a table to a file in CSV format, you can use the following steps:
Your CSV file, \temp\MyTeam.csv, is ready. Open it, you will see:
"FIRST_NAME","LAST_NAME","MANAGER_ID" "Gerald","Cambrault","100" "Lex","De Haan","100" "Alberto","Errazuriz","100" "Adam","Fripp","100" "Michael","Hartstein","100" "Payam","Kaufling","100" "Neena","Kochhar","100" ...
CSV files can be open by Microsoft Excel.
⇒ Export Data to an XML File in Oracle
⇐ File Formats Supported on Export Data in Oracle
2019-01-26, 2664🔥, 0💬
Popular Posts:
How To Get the Definition of a Stored Procedure Back in SQL Server Transact-SQL? If you want get the...
What Is the Difference Between GETDATE() and GETUTCDATE() in SQL Server Transact-SQL? The difference...
What Is an Oracle Tablespace in Oracle? An Oracle tablespace is a big unit of logical storage in an ...
How To List All Stored Procedures in the Current Database in SQL Server Transact-SQL? If you want to...
What Happens If the Imported Table Already Exists in Oracle? If the import process tries to import a...