Is using Parallel Hint /*+PARALLEL */ good or bad?
601989Jul 20 2009 — edited Jul 21 2009Hi,
I am facing problem in using /*+ PARALLEL */ hint in SQL Query its taken long time to execute.
Is using PARALLEL Hint degrades performance?
The Table FCT_TABLE is having PARALLEL ( DEGREE DEFAULT INSTANCES DEFAULT ) clause.
We are using parallel hint as SELECT /*+ PARALLEL(FCT_TABLE 2)
Any help will be needful for me.
Thanks and Regards