I need couple of clarifications on the way oracle processes queries:
- Would a count(*) on a table do full-table scan?
- Which is the setting to make oracle use multi-core or make it run on a specific core in multi-core environment?
This is required for scaling issues which we are facing with respect to oracle.
Thanks
Vivek