Hello everyone,
I use SQL developer to export several objects (tables, views, functions, sequences….) to import them in another schema.
To do so, I select all tables, right click, export, as insert…., and the same for other objects.
Is it a proper method ?
However, I noticed that for one of my table containing a BLOB column, this column is not exported.
How should I proceed to properly export the table ?
Thank you