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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Source of expensive SQL

Re: Source of expensive SQL

From: Tanel Põder <tanel.poder.003_at_mail.ee>
Date: 2006-01-06 19:36:21
Message-id: 20060106183621.GE16857@iris.uqtr.ca


Ah, I was looking into only *.sql files in rdbms/admin directory, forgot about the *.bsq's :)
catalog.sql had other flag bits defined, but not these two...

Thanks Wolfgang,
Tanel.

> Not sure if it helps, but wouldn't "bitand(i.flags, 256)" and
> "bitand(i.flags, 512)" be the same as 0x100 and 0x200 below
> (from sql.bsq):
>
> flags number not null,
> /* mutable flags: anything permanent should go into property */
> /* unusable (dls) : 0x01 */
> /* analyzed : 0x02 */

--
http://www.freelists.org/webpage/oracle-l


--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jan 06 2006 - 19:36:21 CST

Original text of this message

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