changing shared_pool_size on Oracle 8i database
BaffyAug 26 2009 — edited Aug 26 2009This is for the 'veterans' in our midst:
I've got a legacy system running Oracle database version 8.1.7.0 (8i).
I tried increasing the shared_pool_size by changing it in the init.ora file and restarting the database. When I do:
'show parameter shared_pool_size' after this change, the old value keeps coming up.
Is there a command similar to "SQL> STARTUP PFILE='/oradata/spfileORCL.ora' " in 8i which I can use to 'force' the database to read the init.ora file?
Many thanks for your antiucipated wuick responses.
Baffy