Installation of Oracle10g on LINUX
Table of Contents 1. Pre-installation Tasks for the ORACLE 10g Database. 2. Installing the ORACLE 10g Database. 3. Post-installation tasks for the ORACLE 10g Database. 4. Testing the installation. Pre-installation Tasks for the ORACLE 10g Database. Before starting the oracle 10g installation ,several parameters must be checked. To perform these checks login as the root user or switch user to root using the command su – root. Checking Memory and Swap space. For successful installation of Oracle 10g, the system is required to have atleast 512MB of RAM and 1 GB of Swap space.You can verify this using :-- grep MemTotal /proc/meminfo grep SwapTotal /proc/meminfo Checking /tmp space. The Oracle Universal Installer requires 400 MB of free space in the /tmp directory. The command to check this is as follows:-- df /tmp Checking The Existence of following Softwares/RPM Packages.The following packages or later versions must be installed :--- · make-3.79.1· gcc-3.2.3-...
Comments
Post a Comment