i am running, the below statement to do complete refresh for a snapshot table in 4 parallel streams. But its run only as normal stream(single). what may be wrong? or any statement syntax?. Already parallelism is activated.

execute dbms_snapshot.refresh('arbor.rate_usage','C','R01',FALSE,FALSE,0,4);