Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Catalog access taking 10 seconds or more
J Huntley Palmer wrote:
> SELECT /*+ RULE */ '',owner,table_name,column_name,0,data_type,
> data_precision, decode(data_type,
The Rule based optimizer died in 10G. Try without, with system statistics, with catalog statistics.
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Mon Apr 03 2006 - 13:19:03 CDT