Database Utilities (MOSC)

MOSC Banner

ORA-31679 during impdp with network_link option

edited May 16, 2015 10:00AM in Database Utilities (MOSC) 5 commentsAnswered

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 ?

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center