If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2MOVE problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-08-05, 06:11
shendric shendric is offline
Registered User
 
Join Date: Sep 2005
Posts: 3
DB2MOVE problem

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?
Reply With Quote
  #2 (permalink)  
Old 12-08-05, 06:31
ggnanaraj ggnanaraj is offline
Registered User
 
Join Date: Aug 2002
Location: Chennai, India
Posts: 171
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?
At your db2cmd prompt, type the following for an explanation.

"? SQL3505N"

HTH
Reply With Quote
  #3 (permalink)  
Old 12-12-05, 07:06
bala_e bala_e is offline
Registered User
 
Join Date: Jan 2004
Posts: 49
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>> ........."

Last edited by bala_e; 12-12-05 at 07:10.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On