Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> 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).
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 - 09:50:50 CST