emctl start dbconsole
emctl status agent
emctl stop agent
https://host:1158/em/console/aboutApplication
emctl start dbconsole
emctl status agent
emctl stop agent
https://host:1158/em/console/aboutApplication
SQL> STARTUP
ORA-00845: MEMORY_TARGET not supported on this system
Cause of the Problem
•Starting from Oracle 11g the automatic memory management feature is now defined with parameter MEMORY_TARGET and MEMMORY_MAX_TARGET.
•On linux file system the shared memory need to be mounted on /dev/shm directory on the operating system.
•And the size of /dev/shm needs to be greater than MEMORY_TARGET or MEMMORY_MAX_TARGET.
•The AMM (Automatic Memory Management) now in 11g manages both SGA and PGA together by MMAN process.
•The MEMORY_TARGET parameter in 11g comes for (SGA_TARGET+PGA_AGGREGATE_TARGET) which was in 10g.
•And MEMORY_MAX_TARGET parameter in 11g comes instead of SGA_MAX_TARGET parameter which was in 10g.
•The ORA-00845:can arises for the following two reasons on linux system.
Solution of the Problem
Make sure /dev/shm is properly mounted. You can see it by,
#df -h or #df -k command.
The output should be similar like
$ df -k Filesystem Size Used Avail Use% Mounted on ... shmfs 1G 512M 512M 50% /dev/shm
shmfs /dev/shm tmpfs size=13g 0
plik ifcfg-eth0 (/etc/sysconifig/network-scripts)
route add -host 192.168.0.131 dev eth0
route add -net 192.168.0.0 netmask 255.255.254.0 dev eth0
route add default gw 192.168.0.1 eth0
Strona startowa: www.jaceksen.pl