Skip to content

Instantly share code, notes, and snippets.

@jeff-heienickle
Created March 8, 2019 15:40
Show Gist options
  • Save jeff-heienickle/187e33489e711e5283b947a47171e8e3 to your computer and use it in GitHub Desktop.
Save jeff-heienickle/187e33489e711e5283b947a47171e8e3 to your computer and use it in GitHub Desktop.
How to spool to csv in in SQL developer
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