Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SELECT FROM hist_head$

497150Sep 27 2006 — edited Feb 1 2007
The statement below is running on dev server (Oracel 10.1.0.4-aix 5.2) and the server is kind of slow. The statement runs under SMON login and show all the time as long operation. As long as I could see nobody runs anything on the server and a far as I checked everything else looks good.
There's no jobs or anything else scheduled as well.
Is this really the problem? Any solution,
Thanks a lot,mj

SELECT /*+ RULE */ bucket_cnt, row_cnt, cache_cnt, null_cnt, timestamp#,
sample_size, minimum, maximum, distcnt, lowval, hival, density, col#,
spare1, spare2, avgcln
FROM hist_head$
WHERE obj# = :1
AND intcol# = :2
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2007
Added on Sep 27 2006
3 comments
1,442 views