Monitoring Parallel Execution [message #335090] |
Sun, 20 July 2008 23:27 |
blagadag
Messages: 3 Registered: July 2008 Location: Manila, Philippines
|
Junior Member |
|
|
Hi,
Just started working as an Oracle DBA for barely a month now.
I'm running a "create index COM_TRXN_IDX5... PARALLEL (DEGREE 5 INSTANCES 1)" script with multiple partitions via parallel execution.
I reckon since I invoked the DDL with parallelism, there will be several sessions that will be created aside from the session that actually invoked the said DDL.
My question is, is there a way for me to view these sessions?
Thanks in advance.
|
|
|
|
Re: Monitoring Parallel Execution [message #335101 is a reply to message #335091] |
Mon, 21 July 2008 00:29 |
blagadag
Messages: 3 Registered: July 2008 Location: Manila, Philippines
|
Junior Member |
|
|
Can I limit the query on V$SESSION to the particular sessions handling the said DDL? I'm running the script in a multi-user environment where other users are also performing parallel executions.
Thanks.
|
|
|
|
|