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, 3578🔥, 0💬
Popular Posts:
What are DDL (Data Definition Language) statements for tables in SQL Server? DDL (Data Definition La...
How To End a Stored Procedure Properly in SQL Server Transact-SQL? Where the end of the "CREATE PROC...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
What Are the Differences between DATE and TIMESTAMP in Oracle? The main differences between DATE and...
How To Provide Default Values to Function Parameters in SQL Server Transact-SQL? If you add a parame...