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
- cemail_at_sprintmail.com
> wrote:
>
>We have a query that joins 4 large tables and selects data out
>based on a where clause. The information is then used to load
>into another table. It is way too slow and we can't think of
>another way to write the query.
>
>Would creating a view with the join and then drawing data from
>the join be faster? Can anybody suggest a better way to do this?
> Any suggestions would be greatly appreciated.
>
>-----
>Sent using MailStart.com ( http://MailStart.Com/welcome.html )
>The FREE way to access your mailbox via any web browser, anywhere!
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author:
> INET: cemail_at_sprintmail.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).
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