Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

marked as duplicate by APC, DCookie, Reno, Gordon, Lorem Ipsum Nov 13 '11 at 17:45

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.

1 Answer

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?

share|improve this answer
i have toad; but it's an automated query (batch) i want to save the result on csv file – mauriyouth Jul 27 '11 at 13:43
ok, so you can use the link from my response, if the batch is run with sqlplus. Isn't it? – Florin Ghita Jul 28 '11 at 8:12

Not the answer you're looking for? Browse other questions tagged or ask your own question.