Example: Set the
java_pool_size
parameter (found in the
Memory
category) to
125829120
(or
120M
):
Alternative 1
Connect to the database as
SYS
View current setting:
show parameter java_pool_size
Change setting:
alter system set java_pool_size='120M' scope=spfile;
Restart the database:
shutdown startup
Alternative 2
Go to Enterprise Manager Database console, e.g. http://donald.disney.com:1158/em
Log in as SYS
Click Administration
Click All Initialization Parameters in the Database Configuration section
Click SPFile
In the Category field, select
Memory
Click Go
Enter
125829120
in the
java_pool_size
field
Click Apply
When all changes have been made, restart the database