Created
March 8, 2019 15:40
-
-
Save jeff-heienickle/187e33489e711e5283b947a47171e8e3 to your computer and use it in GitHub Desktop.
How to spool to csv in in SQL developer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spool c:\temp\db.csv | |
select /*csv*/ * from v$database; | |
spool off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment