Hi,
How can I find out whether Parallel Query is setup? Not OPS, but Parallel query. I need to find whether my developers write application that currently uses parallel query.
Tanks!
Printable View
Hi,
How can I find out whether Parallel Query is setup? Not OPS, but Parallel query. I need to find whether my developers write application that currently uses parallel query.
Tanks!
Do
SQL> select * from v$option;
Dragon