Guys,

I want to create an index and I can specify parallel clause and degree. I have seen it works and I have seen PX in v$session.

But my question is, if I create the table with parallel clause and degree and do not specify parallel clause while create index, will oracle create the index in parallel

for example alter table xx parallel 20; and then I do create index .....; (did not specify paralle caluse).

I tried and I can not see PX session in v$session. Thougth to reconfirm that.

Regads