If you want the index created in parallel you have to specify "parallel" on "create index" statement, I usually create all indexes in parallel, nologging then I add an "alter index" statement setting the index as noparallel, logging.