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 > LOB's DB V7.2 FP3 sur NT --> DB V8.1 FP3 sur AIX5, movet DB with lobs inter platform

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-21-03, 07:57
tfrchb01 tfrchb01 is offline
Registered User
 
Join Date: Dec 2002
Posts: 2
LOB's DB V7.2 FP3 sur NT --> DB V8.1 FP3 sur AIX5, movet DB with lobs inter platform

Hello,

I have to move a DB which contains CLOB, BLOB who is now on a server NT4: DB2 V7.2 FP10.

The new DB reside on an AIX 5.1 , DB2 V8.1 FP3.

The tables with LOB's contains until 5 000 000 of rows.

I noticed that the utility DB2MOVE can create until 26'000 files, it is not enough.

I tried so to create Federated Database to make an "Insert into table select * from nickname_xy"
If there is no LOB, everything is running well ; But as soon as there are LOBS, I receive a sql0351N, it seems LOBS are not supported whe using nicknames and Federated Databases.
Can someone help me to find another solutions?
Thank you in advance.
Bernard
Reply With Quote
  #2 (permalink)  
Old 11-21-03, 09:04
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: LOB's DB V7.2 FP3 sur NT --> DB V8.1 FP3 sur AIX5, movet DB with lobs inter platform

You may have to setup multiple export and import scripts to get the data across ...


Each export should extract a subset of data (say, when created between date1 and date2 ).

Cheers
Sathyaram

[



QUOTE]Originally posted by tfrchb01
Hello,

I have to move a DB which contains CLOB, BLOB who is now on a server NT4: DB2 V7.2 FP10.

The new DB reside on an AIX 5.1 , DB2 V8.1 FP3.

The tables with LOB's contains until 5 000 000 of rows.

I noticed that the utility DB2MOVE can create until 26'000 files, it is not enough.

I tried so to create Federated Database to make an "Insert into table select * from nickname_xy"
If there is no LOB, everything is running well ; But as soon as there are LOBS, I receive a sql0351N, it seems LOBS are not supported whe using nicknames and Federated Databases.
Can someone help me to find another solutions?
Thank you in advance.
Bernard
[/QUOTE]
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 11-27-03, 06:47
tfrchb01 tfrchb01 is offline
Registered User
 
Join Date: Dec 2002
Posts: 2
LOBS V7.2 --> V8.1

Thanks for you help Sathyaram,

I also tried with Federated using pass-through, it does not work.
restrictions due to DB2 V7.2 and DB2 V8.1

I'll use export-import.
Cheers
Bernard
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