473,397 Members | 2,056 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

reorgchk with display full tablename

Hello,

When running the db2 reorchk command, I receive the following Table Name...

BB FLASH_ORDER_LINE_> 157 0 3 4 11304 0 93 75 --*

Is there anyway to display the full Table Name????

Thanks in advance....
Albert
Nov 12 '05 #1
2 1672
Albert Baumann <A.*******@t-online.de> wrote in message news:<co*************@news.t-online.com>...
Hello,

When running the db2 reorchk command, I receive the following Table Name...

BB FLASH_ORDER_LINE_> 157 0 3 4 11304 0 93 75 --*

Is there anyway to display the full Table Name????

Thanks in advance....
Albert

Table name is limitation of 18 chars in older version of DB2.
BB is the schema, FLASH_ORDER_LINE_* will be the table name
To find the table name
db2 select tabname from syscat.tables where tabschema='BB' and tabname
like 'FLASH_ORDER_LINE%'
Nov 12 '05 #2
i think even today, it's capable of displaying only 30 characters of
the table name.

hth,
dotyet

sh*******@gmail.com (richard) wrote in message news:<ca**************************@posting.google. com>...
Albert Baumann <A.*******@t-online.de> wrote in message news:<co*************@news.t-online.com>...
Hello,

When running the db2 reorchk command, I receive the following Table Name...

BB FLASH_ORDER_LINE_> 157 0 3 4 11304 0 93 75 --*

Is there anyway to display the full Table Name????

Thanks in advance....
Albert

Table name is limitation of 18 chars in older version of DB2.
BB is the schema, FLASH_ORDER_LINE_* will be the table name
To find the table name
db2 select tabname from syscat.tables where tabschema='BB' and tabname
like 'FLASH_ORDER_LINE%'

Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Amit | last post by:
Hi: I'm trying to manually compute the ISIZE in REORGCHK for indexes in DB2 v8 (fp 4). Based on the documentation in Administrative Guide for v8, for non lob fields ISIZE should be the...
2
by: Jeff | last post by:
Hi, I am issuing "reorgchk update statistics on table all" and getting (after 6 minutes) SQL0911N The current transaction has been rolled back because of a deadlock or timeout. REason code "2"....
5
by: Jari Korkiakoski | last post by:
Hello, What kind of difference does it make to update statistics via 'REORGCHK UPDATE STATISTICS ON TABLE ALL' or by running directly 'runstats on table xxx.yyy with distribution and detailed...
1
by: hikums | last post by:
1. I did a reorgchk, and found that F2 on table and F4 on index indicates a reorg is necessary. 2. Did a reorg. 3. Again I do a reorgchk, the report is the same as in Step 1 4. I do a...
2
by: EpsilonAurigae | last post by:
does anyone have an idea as to why the reorgchk utility says that a particular table needs to be reorged even after running the reorg command on that particular table. answer is appreciated.
4
by: santhosh.david | last post by:
Hi, I have a query in reorgchk. When I was examining the output of reorgchk I found a column TSIZE in Table Statistics & ISIZE in Index Statistics. Can any one let me know the formula for TSIZE...
2
by: zoeabraham | last post by:
I am Using STRUTS1.4 in NetBeans5.5 IDE Here we have a JSP Page <%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"...
7
by: Okonita via DBMonster.com | last post by:
Hi all, I am very surprised to see that after doing a Reorgchk followed by reorg of selected tables and concluding with a runstats of the reorged tables, all of the tables continue to be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.