hi,
when I execute export,error:
Prepare to export :DelayedDataHK-SL-0227.zip.DELAYEDDATAHK-SL --> PF99.DELAYEDDATAHK-SL
java.sql.SQLExceptionORA-01754: a table may contain only one column of type LONG
java.sql.SQLException: ORA-01754: a table may contain only one column of type LONG
but I can not motify type of column,How is it so?
Thinks
|
hi,
when I execute export,error:
Prepare to export :DelayedDataHK-SL-0227.zip.DELAYEDDATAHK-SL --> PF99.DELAYEDDATAHK-SL
java.sql.SQLExceptionORA-01754: a table may contain only one column of type LONG
java.sql.SQLException: ORA-01754: a table may contain only one column of type LONG
but I can not motify type of column,How is it so?
Thinks
|
Doesn't the DELAYEDDATAHK-SL table exist in oracle database and need created? It seemed that you assigned or auto map two LONG type column accord you DelayedDataHK-SL-0227.zip.DELAYEDDATAHK-SL table when create the table in oracle database.
You can see here to know how to change the target table column type.
|