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: Query performance problems

Re: Query performance problems

From: Mahmoud Reza Zare <mrezair_at_0racledba.com>
Date: Wed, 4 Oct 2000 23:52:26 -0700 (PDT)
Message-Id: <10639.118557@fatcity.com>


Creating a view is no use in your situation because in ORacle views are not materialized. You may index your join columns. You may also try to use parallel query to speed it up, but parallel queries best work on partitioned tables .

Good luck
Mahmoud Reza Zare


Be someone_at_0racledba.com - get your free mail from Oriole Corporation  http://www.oriolecorp.com - Performance tools for Oracle DBAs

Get email for your site ---> http://www.everyone.net Received on Thu Oct 05 2000 - 01:52:26 CDT

Original text of this message

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