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 > Reorgchk

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-16-05, 16:52
allian allian is offline
Registered User
 
Join Date: Dec 2004
Posts: 54
Reorgchk

In the output of the reorgchk tables names only 17 characters being showed, for example 'asdfghjklokmnhtfg>'

Can anybody tell me how to resolve this?
Reply With Quote
  #2 (permalink)  
Old 02-17-05, 00:50
jacampbell jacampbell is offline
Registered User
 
Join Date: Jan 2005
Posts: 191
reorgchk is merely running some SQL and formatting the output. You can write your own procedure to run the same SQL (the basis for the sql is shown in the description) and do whatever you want with long names.

Or else restrict your table names to 18 characters.

James Campbell
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