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 -> fine grain access control + partitioned table

fine grain access control + partitioned table

From: G.Ong <onggs_at_acslink.aone.net.au>
Date: Mon, 21 Jan 2002 22:25:39 +1100
Message-ID: <_IS28.6774$N31.291765@ozemail.com.au>


Hi,

Our system is 8.1.6.3 on Solaris 2.7.
We came across this pecularity:

A policy is placed on a partitioned table; the predicate returned is 1=1 or 2=1 (to simplify discussion).
If I perform this query:

   select count(*) from table_x partition (part_1) ;

the explain plan shows that all partitions are scanned. The execution took a long time. The concern is that if I truncate a partition, it may truncate the whole table!!

Have anybody come across this ?

TIA,
Ghee Received on Mon Jan 21 2002 - 05:25:39 CST

Original text of this message

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