Details needed on using the parallel query option
Date: 1996/09/25
Message-ID: <3249357E.3BCB_at_cincom.com>#1/1
We want to use the parallel query option of Oracle in our product, but I need some more details on how to implement it.
The way I understand the parallel query option, it can be invoked
primarily in 2 ways:
The problems I see with these 2 options is that the degree of
(1) by ALTERing a table and indicating that it is a parallel table
(2) putting hints in your SQL code to indicate that a certain SQL
statement should be executed in parallel.
Is there a way to tell Oracle "only execute this query in parallel if you have more than 1 processor"? Or, rather than being that specific, is there a better way to control when your application does and does not use the parallel query option? What is the best way to manage this feature?
Thanks,
Brian
-- Brian M. Biggs mailto:bbiggs_at_cincom.com Cincom Systems, Inc. voice: (513) 677-7661 http://www.cincom.com/Received on Wed Sep 25 1996 - 00:00:00 CEST