|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
hi, i am working at the dos prompt sqlplus
i login, run a query, how do you export the results into a CSV file? this is opposite of sqlldr (csv->oracle) how would i be able to do this? |
|
#2
|
|||
|
|||
|
The simple way is:
SPOOL emp.csv SELECT empno||','||ename||','||deptno FROM scott.emp; SPOOL OFF |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > SQL*Plus export to excel |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|