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: Anyone seen weblogic do this?

Re: Anyone seen weblogic do this?

From: Jared Still <jkstill_at_cybcon.com>
Date: Mon, 05 Jul 2004 11:02:32 -0700
Message-Id: <1089050552.19682.506.camel@poirot>


On Mon, 2004-07-05 at 05:37, J.Velikanovs_at_alise.lv wrote:
> >> In 8i there is no x$dual, there you could use a single table hash
> cluster or IOT with relevant view on it to reduce dual cost (an unique
> scan on single block IOT akes only 1 LIO compared to 3 that FTS makes on a
> single block table).
> You definitely know, but in any case FYI:
>
> =====================================================
> SYS:BUKA> select rowid from dual;
>
> ROWID
> ------------------
> AAAADDAABAAAAHSAAA
>
> SYS:BUKA> create view mydual as select * from dual where
> rowid='AAAADDAABAAAAHSAAA';
>
> View created.

...

Clever trick. Just remember that an export/import to another or new database will break it.

Jared



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Jul 05 2004 - 12:55:57 CDT

Original text of this message

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