Last active
September 27, 2021 10:05
-
-
Save shahdhiren/d9a8b32aeb528078cce92c739d002986 to your computer and use it in GitHub Desktop.
Export Clob data from Oracle
This file contains hidden or 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 clob_export.sql | |
select /*insert*/ * from <TABLE_NAME> where <FIELD>='88c820c4-b295-466b-a1a3-beb55434e0e9'; | |
spool off | |
#Stackoverflow: https://stackoverflow.com/questions/42244941/how-to-export-clob-field-datas-in-oracle-sql-developer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment