Error handling during Oracle database installation [INS-35172]

Source: Internet
Author: User
Tags oracle database installation

Error handling during Oracle database installation [INS-35172]

The following error is reported when Oracle is installed on the desktop when SGA is assigned:
[INS-35172] Target database memory (XXMB) exceeds the systems available shared memory ({0} MB)
 
At first, I thought it was caused by insufficient system parameter allocation. Check the following parameters in/etc/sysctl. conf:
Kernel. shmall = 2097152 # Number of shared memory pages shmmax/4096
Kernel. shmmax = 8589934592 # maximum shared memory segment
Kernel. shmmni = 4096 # maximum kernel shared segment Value
 
The discovery does not work. Check whether free is large enough, so what does the system available shared memory mean, looking at the partition df-h, we found that the tmpfs value is exactly the same as the above value, indicating that tmfs refers to available shared memory.
 
Find the content in/etc/fstab and add the size to define the shared memory size.
Tmpfs/dev/shm tmpfs ults, size = 10G 0 0

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.