Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / DB2 Topics / November 2004

Tip: Looking for answers? Try searching our database.

reorgchk with display full tablename

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Albert Baumann - 25 Nov 2004 18:47 GMT
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
richard - 26 Nov 2004 16:46 GMT
> Hello,
>
[quoted text clipped - 7 lines]
>
> 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%'
dotyet - 29 Nov 2004 22:12 GMT
i think even today, it's capable of displaying only 30 characters of
the table name.

hth,
dotyet

> > Hello,
> >
[quoted text clipped - 13 lines]
> db2 select tabname from syscat.tables where tabschema='BB' and tabname
> like 'FLASH_ORDER_LINE%'
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.