Can have Different SORT_AREA_SIZE for different profile? [RDBMS 9.2.0.8.0]
Hello all,
We are using Oracle 9.2.0.8.0 in shared server configuration for JDEdwards ERP.
OLTP user sessions and batch job session connect to Oracle using different database user IDs, We are looking for possibility of performance tuning using resource profile.
We can affort SORT_AREA_SIZE up to 2MB for OLTP, but 8MB or even more is possible for batch jobs.
May I know if there is a way to configure "per-user" or "per-profile" SORT_AREA_SIZE? Or, a way to release I/O contention of big batch job sortings (on TEMP tablespace, already locally managed)?
ALTER SESSION SET SORT_AREA_SIZE is not possible as we are not allowed to modify codes of standard reports.
0