The results in the following query do not reflect the same record length displayed in Control Center, Estimate Statistics panel in UDB AIX. Why? How could I build a query that generates record length for every table?
select tabname,sum(length)
from syscat.columns
where tabschema =...
The results in the following query do not reflect the same record length displayed in Control Center, Estimate Statistics panel in UDB AIX. Why? How could I build a query that generates record length for every table?
select tabname,sum(length)
from syscat.columns
where tabschema =...
The results in the following query do not reflet the same record lenght displayed in Control Center, Estimate Statistics panel in UDB AIX. Why? How could I build a query that generate record lenght for every table?
select tabname,sum(length)
from syscat.columns
where tabschema =...
We have been getting the following error message on Commit statements; Any ideas???
error 5530 - The commit processing of table "ITCPROD.WH_ADJ_ORGI_DEST_1" that used NOT logged initially has been initiated. It is recommended that you take a back up of the table's tablespaces(s).
WE do daily...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.