64 Error: 12: Cannot allocate memory的处理(2)

Total System Global Area  730714112 bytes
Fixed Size                  2216944 bytes
Variable Size            524291088 bytes
Database Buffers          197132288 bytes
Redo Buffers                7073792 bytes
 
还有lock_sga参数设置为true是不能启用自动内存管理的
SQL> show parameter memory

NAME                                TYPE                      VALUE
------------------------------------ ----------------------    ------------------------------
hi_shared_memory_address            integer                  0
memory_max_target                    big integer              0
memory_target                        big integer              0
shared_memory_address                integer                  0

SQL> alter system set memory_max_target=700M scope=spfile;

System altered.

SQL> alter system set memory_target=600M scope=spfile;

System altered.


SQL> shutdown immediate
ORA-01507: database not mounted


ORACLE instance shut down.
SQL> startup nomount
ORA-00847: MEMORY_TARGET/MEMORY_MAX_TARGET and LOCK_SGA cannot be set together
 
说明lock_sga参数设置为true时是不能启用自动内存管理的

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/04096c818feb99f720bc62735f6fb3af.html