I have a CLOB field in the query result of the query that I am running on SQL Developer. Now, the problem is that on the older version of SQL Developer, when I export the query result as insert statement, it provides me the CLOB data as expected however on the latest version it doesn't export CLOB fields, just to be sure of the behavior, I tried the same with other tables having CLOB fields and it is the same.
Export Output
SQL Versions
With which it worked: Version 4.0.3.16
Where it is not working: Version 4.2.0.17.089
Based on my understanding it is the settings that is causing the problem which I cannot seem to find anywhere. I have checked everything inside the Tools > Preferences
but there is no difference between the two versions and there is no specific setting for CLOB fields either.