Hi,
I have a question on how to get data from a "memo" field in Access 97 to Oracle 8.1.6.
I created the Oracle database, make an ODBC link to that database from Access 97, and copied the data over by:
insert into oracle_table1
select * from access97_table1
and get the error:
ora-01461: can bind a LONG value only for insert into a LONG column.
table1 in Access97 has a few fields with "memo" data type and I think this is the problem; data in other tables, with no "memo" fields, in the database copied over just fine. The fields in the Oracle database that receive these "memo" fields are of VARCHAR2(4000) data type.
Any suggestions appreciated. I am converting a database from Access97 to Oracle8i, and this particular table, with its "memo" fields, is the only remaining obstacles.
Thanks.
I have a question on how to get data from a "memo" field in Access 97 to Oracle 8.1.6.
I created the Oracle database, make an ODBC link to that database from Access 97, and copied the data over by:
insert into oracle_table1
select * from access97_table1
and get the error:
ora-01461: can bind a LONG value only for insert into a LONG column.
table1 in Access97 has a few fields with "memo" data type and I think this is the problem; data in other tables, with no "memo" fields, in the database copied over just fine. The fields in the Oracle database that receive these "memo" fields are of VARCHAR2(4000) data type.
Any suggestions appreciated. I am converting a database from Access97 to Oracle8i, and this particular table, with its "memo" fields, is the only remaining obstacles.
Thanks.