Pre Installation Reqrtment

  • This topic is empty.
Viewing 4 reply threads
  • Author
    Posts
    • #1952
      Ashish
      Participant

      kernel.shmall = 2097152

      kernel.shmmax = 2147483648

      kernel.shmmni = 4096

      # semaphores: semmsl, semmns, semopm, semmni

      kernel.sem = 250 32000 100 128

      fs.file-max = 65536

      net.ipv4.ip_local_port_range = 1024 65000

      net.core.rmem_default=262144

      net.core.rmem_max=262144

      net.core.wmem_default=262144

      net.core.wmem_max=262144

    • #2134
      Saurabh Sood
      Member

      Hi,

      Request you to be more descriptive here.

      Regards,

    • #2135
      Ashish
      Participant

      Apology for that,

      Please tell whats logic behind this preinstaalation step wen we need to install Database in Linux system?

      It’s only for Block size?

    • #2136
      Saurabh Sood
      Member

      Hi,

      Hope the following link helps you under these parameters:

      http://www.puschitz.com/TuningLinuxForOracle.shtml

    • #2137
      Ashish
      Participant

      Thanx Saurabh

Viewing 4 reply threads
  • You must be logged in to reply to this topic.