Sie sind auf Seite 1von 1

Generally On linux Operating Systems the shared memory need to be mounted on /de

v/shm directory and the size of /dev/shm needs to be greater than MEMORY_TARGET
or MEMMORY_MAX_TARGET.
The ORA-00845:can arises for the following two reasons on linux system.
1)If the shared memory which is mapped to /dev/shm directory is less than the si
ze of MEMORY_TARGET or MEMORY_MAX_TARGET.
or
2)If the shared memory is not mapped to /dev/shm directory.
1st media should available
cp all media to /media/
media.repo
cp media.repo /etc/yum.repo.d/
edit media.repo
baseurl=file:///media/InstallationFileDir
gpgcheck=0
enable=0
[root@ebsprod yum.repos.d]# cat media.repo
[InstallMedia]
name=Oracle Linux 6.4
baseurl=file:///media/test
enable=1
gpgcheck=0
#cost=500
#[InstallMedia]
#name=Oracle Linux 6.4
#mediaid=1361833434.59
#metadata_expire=-1
#gpgcheck=0
#cost=500
yum install full name of rpm name

Das könnte Ihnen auch gefallen