limit use of parallel in a query ?
Our application developer are bluntly using hint /*+parallel*/ for every query. say it could be select/insert/update anything.
I need to control or limit use of parallel from DB end ?
DB - ORACLE 11gR2
O/s- Linux
Please suggest.
0