I'm trying to export an oracle database from Oracle SQL developer tool (v 1.2.1). While I've exported the database I noticed that the LOB type columns are exported with missing fields like this : '(CLOB) < p> text...' and not whole string. Does anyone now how to export an oracle database from Oracle SQL developer with whole string on LOB types?
The steps I followed to export database are:
Thanks in advance!