Oracle 11g Installation Problems and Solutions

Source: Internet
Author: User

The main problems are:

1. After the system parameters are set, the data set in the condition detection process during database installation is completely different from that detected by the installer, especially the semmax value. Originally, it was set to the same according to the system detection value, but the result was followed by two zeros. This setting should not affect installation.

2. The database software is installed normally. ORA-27102: out of memory appears during database configuration. The cause of this error is that the size of the SWAp partition is insufficient and you need to increase the partition size. Use the following method to temporarily increase the size of the swap partition so that the installation process is normal:

$ Su root // The logon permission is root.

# Mkdir 4096 M/file. swap // you can set the size according to the swap partition detected by the system during oracle installation.

# Swap-a/file. swap // Add a swap space

# Swap-l // view swap space

By increasing the swap partition size in this way, you can complete the oracle installation. The database configuration can also be completed normally.

However, this method can only temporarily increase the size of the swap partition. When the machine restarts, this part of the swap space will be automatically released. It is better to divide a piece of space into swap partitions.

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.