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: <Alexander.Feinstein_at_mitchell1.com>
Date: Tue, 12 Feb 2002 12:32:14 -0800
Message-ID: <F001.0040D3F5.20020212120142@fatcity.com>

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-----
From: Mercadante, Thomas F [mailto:Thomas.Mercadante_at_Labor.State.Ny.Us] Sent: Tuesday, February 12, 2002 6:44 AM To: Multiple recipients of list ORACLE-L Subject: RE: parallel execution

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). Received on Tue Feb 12 2002 - 14:32:14 CST

Original text of this message

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