cozum asagidaki adimlari yapabiliriz;
SQL> startup
ORA-00838: Specified value of MEMORY_TARGET is too small, needs to be at least 1172M
SQL> create pfile='/home/oracle/pfile.ora' from spfile;
File created.
spfile`den pfile olusturup, icindeki memory_target degerini yeniden veriyoruz.
$ vi '/home/oracle/pfile.ora'
*.memory_target=1300234240
daha sonra, pfile`den spfile olusturup veritabanimizi aciyoruz.
SQL> startup
ORACLE instance started.
Total System Global Area 534462464 bytes
Fixed Size 2212736 bytes
Variable Size 524291200 bytes
Database Buffers 4194304 bytes
Redo Buffers 3764224 bytes
Database mounted.
Database opened.