Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> How do I decode entries in USER_HISTOGRAMS ?

How do I decode entries in USER_HISTOGRAMS ?

From: Robert Howlett <rjhNOrjSPAM_at_qdot.qld.gov.au.invalid>
Date: Mon, 17 Jan 2000 17:00:01 -0800
Message-ID: <00372b38.cddd0a9a@usw-ex0101-005.remarq.com>

When you do a column histogram (statistic analysis), entries are viewable through USER_HISTOGRAMS.

If the column you are analyzing is a date or a number, the values in USER_HISTOGRAMS.ENDPOINT_VALUE contains the actual column value that is the endpoint.

If the column is a character column, then ORACLE converts it into a number which appears as the ENDPOINT_VALUE.

Question: How do you convert the number which appears in the ENDPOINT_VALUE back to whats its real character string in the analyzed column is ?

Thanks

Robert Howlett

Received on Mon Jan 17 2000 - 19:00:01 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US