![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
One of our customers sent us an export dmp which we're trying to import. Their database uses a character set that is West European or MSWIN, whereas ours is Unicode. During the import, we get this error: . . importing table "DEFECT_REPORT" IMP-00058: ORACLE error 1461 encountered ORA-01461: can bind a LONG value only for insert into a LONG column IMP-00018: partial import of previous table completed: 614870 rows imported The table contains two columns that are varchar2(4000). We believe this, along with the difference in character set, is the source of the problem. We think there are certain records that have data, that in a certain char set, are "too big" to fit into the same column once the database is in another character set. The question is, is this assessment correct? |
#12
| |||
| |||
|
|
One of our customers sent us an export dmp which we're trying to import. Their database uses a character set that is West European or MSWIN, whereas ours is Unicode. During the import, we get this error: . . importing table "DEFECT_REPORT" IMP-00058: ORACLE error 1461 encountered ORA-01461: can bind a LONG value only for insert into a LONG column IMP-00018: partial import of previous table completed: 614870 rows imported The table contains two columns that are varchar2(4000). We believe this, along with the difference in character set, is the source of the problem. We think there are certain records that have data, that in a certain char set, are "too big" to fit into the same column once the database is in another character set. The question is, is this assessment correct? |
#13
| |||
| |||
|
|
One of our customers sent us an export dmp which we're trying to import. Their database uses a character set that is West European or MSWIN, whereas ours is Unicode. During the import, we get this error: . . importing table "DEFECT_REPORT" IMP-00058: ORACLE error 1461 encountered ORA-01461: can bind a LONG value only for insert into a LONG column IMP-00018: partial import of previous table completed: 614870 rows imported The table contains two columns that are varchar2(4000). We believe this, along with the difference in character set, is the source of the problem. We think there are certain records that have data, that in a certain char set, are "too big" to fit into the same column once the database is in another character set. The question is, is this assessment correct? |
![]() |
| Thread Tools | |
| Display Modes | |
| |