How to avoid to import LOBS (by example for a test instance, dont need LOBS).
Hi, we 've to refresh a db (test) from a db (prod).
The DBprod contains table with LOBS which are useless in DBtest; we dont want import this table in new schema (for reasons of size) but maintening the DB integrity.
A trick ?
Thanks to the community.