Possible Duplicate:
Create an Excel Spreadsheet from a Oracle Database
how can i export result of select statement to CSV format in oracle, please in pl/sql thanks
how can i export result of select statement to CSV format in oracle, please in pl/sql thanks |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
if you use a tool like sql developer, or toad, or SqlNavigator you have option for saving the results of a query. If you use sqlplus, you can use spool command.( How do I spool to a CSV formatted file using SQLPLUS?) What's your case? |
|||||
|