ORA-31679 during impdp with network_link option
Using this command for copying set of source db_schemas to set of dest_db_schemas:
nohup impdp userid=dest_dba_user/pwd@DEST_DB schemas=SRC1_SCH,SRC2_SCH,SRC3_SCH remap_schema=SRC1_SCH:DST1_SCH,SRC2_SCH:DST2_SCH,SRC3_SCH:DST3_SCH \
network_link=From_Dest_To_Source transform=OID:n &
get following error:
ORA-31679: Table data object "DEST_SCHEMA3"."ST_PC_CONSISTENCY_RULES" has long columns, and longs can not be loaded/unloaded using a network link
Is there any work around or should tables with long columns be differently way copied ?