Hi,
There is one change we to need to do . Could you please confirm the following steps?
1.Take spfile backup in text format
not sure how to do this step
2.Change sga_max_size and sga_target parameters to 3 GB
alter system set sga_max_size=3G scope=spfile;
alter system set sga_target=3G;
3.Bounce the db and verify the change
shutdown immediate
startup
Oracle -- 10.2.0.3.0
OS -- AIX
Regards,
Bala