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 > Where does the db2move.lst file get it's numbering system from?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-25-11, 00:52
jamster jamster is offline
Registered User
 
Join Date: Dec 2010
Posts: 11
Where does the db2move.lst file get it's numbering system from?

Hi,

Can anybody advise where DB2 gets it's numbering system for table names in a "db2move.lst" file once you run a db2move on a database. Ie, tab1.ixf, tab2.ixf, tab3.ixf, etc. For example:

!"DB2ADMIN"."ACCOUNT"!tab1.ixf!tab1.msg!
!"DB2ADMIN"."ACCOUNT_NUMBER"!tab2.ixf!tab2.msg!
!"DB2ADMIN"."ACCOUNT_TYPE2"!tab3.ixf!tab3.msg!
!"DB2ADMIN"."ACCT"!tab4.ixf!tab4.msg!

I am trying to query this from the database, but can't find it.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 01-25-11, 01:10
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
It is assigned randomly at each execution. Not sure if they sort the tables by table name. No guarantee that the same table will have the same number next time you run it (especially if new tables are added, or tables are dropped).
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
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