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: parallel execution

Re: parallel execution

From: Mohammad Rafiq <rafiq9857_at_hotmail.com>
Date: Wed, 13 Feb 2002 08:20:23 -0800
Message-ID: <F001.0040DFD9.20020213080833@fatcity.com>

Just to add further default is 5. But if you set other parallel parameters like
parallel_adaptive_multi_user TRUE
parallel_automatic_tuning TRUE

it exceeds max_parallel_server limit in init.ora...

Regards

Rafiq

Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: Wed, 13 Feb 2002 05:48:26 -0800

The default is the default set in your init.ora for parallel_max_servers. If you don't have it set explicitly it will default and you can find the value by checking v$parameter.

HTH,
Ruth
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Tuesday, February 12, 2002 3:01 PM

> While on the topic,
>
> DEGREE VARCHAR2(10) The number of threads per instance for scanning the
> table
>
> What is a difference between '1' and 'DEFAULT'?
>
> SQL> select degree, count(*) from user_tables group by degree;
> DEGREE COUNT(*)
> ---------- ----------
> 1 598
> DEFAULT 7
> 2 rows selected.
>
> Alex.
>
>
> -----Original Message-----
> Sent: Tuesday, February 12, 2002 6:44 AM
> To: Multiple recipients of list ORACLE-L
>
>
> Ruth,
>
> You can look in USER_TABLES/DBA_TABLES at the DEGREE column. This will
give
> you the number of parallel processes to use for the table. It is also in
> the USER_INDEXES/DBA_INDEXES view.
>
> You can set this values by issuing an: Alter table {tablename} parallel
2;
>
> Hope this helps
>
> Tom Mercadante
> Oracle Certified Professional
>
>
> -----Original Message-----
> Sent: Tuesday, February 12, 2002 9:14 AM
> To: Multiple recipients of list ORACLE-L
>
>
> Good morning all,
>
> It there a view which tell which tables are in parallel? I would like
to
> see which table have parallel execution turned on.
>
> Thanks is advance,
> Ruth
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Ruth Gramolini
> INET: rgramolini_at_tax.state.vt.us
>
> 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).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Mercadante, Thomas F
> INET: Thomas.Mercadante_at_Labor.State.Ny.Us
>
> 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).
>

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ruth Gramolini
   INET: rgramolini_at_tax.state.vt.us

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).




MOHAMMAD RAFIQ


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mohammad Rafiq
  INET: rafiq9857_at_hotmail.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).
Received on Wed Feb 13 2002 - 10:20:23 CST

Original text of this message

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