Quote:
|
Originally Posted by shendric
Hello,
I used db2move command to export a db2 7.1 db on solaris. The command is:
db2move GENEL export
I created a database on db2 8.2 on windows xp professional. I the issued the command;
db2move GENEL import
The response i get is:
SQL3505N The "CODEPAGE" option is incompatible with the "LOBSINFILE" option.
What's going wrong? I did not supply any options. Any suggestions?
|
use the following command while LOBs are present,
Export:
db2 "export to <<fille name>> of <<file type>> lobs to <<lob path>> select * from <<table name>> "
Import:
db2 "import from <<file name>> of <<file type>> lobs from <<lob path>> ........."