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: RBO changes plan from 8i to 9i

Re: RBO changes plan from 8i to 9i

From: amonte <ax.mount_at_gmail.com>
Date: Thu, 13 Jul 2006 23:34:32 +0200
Message-ID: <85c1fb130607131434o7a4fa238s53888a556593aaaa@mail.gmail.com>


Hi again

I just noticed some minor changes in DELETE plans as well, instead of

DELETE STATEMENT null

          DELETE    null
                TABLE ACCESS    BY INDEX ROWID
                INDEX    RANGE SCAN

in 8.1.7.4 I see now

DELETE STATEMENT null

          DELETE    null
                INDEX    RANGE SCAN

Again it's very minor change, table access is no longer needed.

What is this new feature called...?

Thanks

Alex

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jul 13 2006 - 16:34:32 CDT

Original text of this message

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