ASKER
ASKER
Oracle is an object-relational database management system. It supports a large number of languages and application development frameworks. Its primary languages are SQL, PL/SQL and Java, but it also includes support for C and C++. Oracle also has its own enterprise modules and application server software.
TRUSTED BY
alter system set cpu_count = 2 scope=both;
or if you aren't using spfiles...
alter system set cpu_count = 2;
then edit your init.ora file to set that parameter.