Oracle 10gR2 Installation on Linux 86(CHECKING NETWORK CONFIGURATION REQ)

I tried to install oracle10gR2 on Redhat Linux X86 machine.
In the middle of installation i got the following ERROR::
checking network configuration requirements
check complete: The overall result of this check is : Not Executed
Recommendation: Oracle supports installation on systems with DHCP - assigned public IP addresses.
However , the primary network Interface on the system should be configured with a static IP address
in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the
software on systems configured with DHCP
Could anyone help me in this regard
Thanks in Advance

user12974178 wrote:
checking network configuration requirements
check complete: The overall result of this check is : Not Executed
Recommendation: Oracle supports installation on systems with DHCP - assigned public IP addresses.
However , the primary network Interface on the system should be configured with a static IP address
in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the
software on systems configured with DHCP
Could anyone help me in this regard
Thanks in AdvanceYour problem is:
"However , the primary network Interface on the system should be configured with a static IP address in order for the Oracle Software to function properly"
Your solution is
"See the Installation Guide for more details on installing the software on systems configured with DHCP"
That book is at http://tahiti.oracle.com and the steps you need are in Chapter 2 of the Installation Guide for Linux.
Now, I could assume this is Oracle 11gR2 and you are using Oracle Enterprise Linux 5 Update 4, but I won't. Assuming things gets me into trouble.

Similar Messages

  • Oracle 10gR2 installation on Linux

    Hi,
    I have installed Oracle 10gR2 on Fedora 11 in my laptop for personal use and it is working fine.Now i have created another user oradev and i want to control the database form oradev user.When i am issuing the command sqlplus/proc for development work it is showing error
    command not foundand when i am issuing the same by giving the full path of sqlplus it is giving some shared library error .
    Since the database is in localhost ,it should be available to all OS users and any user can work on the database .
    For your information i am able to connect the databse through Enterprise Manager and sqldeveloper but for pro*c Development i need to connect from the console only .
    Can anybody tell me to work as the "oracle" user what set up i have to do in" oradev" user so that i can achieve my Requirements.
    Regards,
    Dhabas

    Most people will advise putting environment variables into your .profile. This is bad advice because it limits the way you can work in the future.
    Better is to use the oracle environment configuration program provided by Oracle. It will verify that you do not have conflicting binaries in your path.
    To do so, as described in the "Administrator's Reference for UNIX-Based Operating Systems" at http://www.oracle.com/pls/db102/portal.portal_db?selected=3, you SOURCE oraenv.
    First, cat /etc/oratab to find out the list of databases. They are at the bottom of the file. The first column will provide the instance SID.
    Then, in your terminal (or shell script used for cron, etc) SOURCE oraenv (use dot space oraenv) and tell it the SID you want to use. In a shell script, such as my .bash_profile, I use
    ORAENV_ASK=NO
    export ORACLE_SID=orcl
    . oraenv
    unset ORAENV_ASKThe result is that the correct sqlplus for that Oracle Home should now work.

  • Error while Oracle 10g  Installation suse linux

    Hi,
    All i am facing issue while installing Oracle 10g release 2 on open suse.
    All test are getting passed but getting a error reltated to ip address as follows.
    INFO: Checking DetectIfDHCPAssignedIP
    This is a prerequisite condition to test whether the primary IP address of the system is DHCP-assiged or static.
    INFO: Detecting the IP.....:10.31.215.64
    INFO: Checking the network interface display name.... :eth0
    INFO: Checking the network reference name..... :eth0
    INFO: Checking the platform .......46
    INFO: Checking the LINUX vendor .... :SuSE
    INFO: Check complete. The overall result of this check is: Not executed <<<<
    Also while installing getting error as,
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public
    IP addresses. However, the primary network interface on the system should be
    configured with a static IP address in order for the Oracle Software to function
    properly. See the Installation Guide for more details on installing the software
    on systems configured with DHCP.
    Please help me to resolve issue.
    BR,
    Rajesh
    Edited by: Rajesh.Rathod on Dec 20, 2010 12:52 AM

    Hi,
    I tried to follow each step of oracle documentation but network configuration requirement is failing.
    please find following log.
    Checking operating system requirements ...
    Expected result: One of redhat-3,redhat-4,SuSE-9
    Actual Result: SuSE-9
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking operating system package requirements ...
    Checking for make-3.79; found make-3.81-128.14.     Passed
    Checking for binutils-2.14; found binutils-2.19.51-10.26.4.     Passed
    Checking for gcc-3.2; found gcc-4.4-4.2.     Passed
    Checking for libaio-0.3.96; found libaio-0.3.104-144.2.     Passed
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=1250.     Passed
    Checking for semmns=32000; found semmns=32000.     Passed
    Checking for semopm=100; found semopm=100.     Passed
    Checking for semmni=128; found semmni=256.     Passed
    Checking for shmmax=536870912; found shmmax=3294967296.     Passed
    Checking for shmmni=4096; found shmmni=4096.     Passed
    Checking for shmall=2097152; found shmall=2097152.     Passed
    Checking for file-max=65536; found file-max=131072.     Passed
    Checking for VERSION=2.6.5-7.201; found VERSION=2.6.31.5-0.1-desktop.     Passed
    Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=1024 - 65000.     Passed
    Checking for rmem_default=262144; found rmem_default=4194304.     Passed
    Checking for rmem_max=262144; found rmem_max=4194304.     Passed
    Checking for wmem_default=262144; found wmem_default=262144.     Passed
    Checking for wmem_max=262144; found wmem_max=262144.     Passed
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.3-98.28
    Actual Result: 2.10.1-10.4
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 5460MB
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking available swap space requirements ...
    Expected result: 5460MB
    Actual Result: 10244MB
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Network Configuration requirements ...
    Actual Result: :java.lang.NullPointerException:Exception/Error Occurred
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    =======================================================================
    Validating ORACLE_BASE location (if set) ...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for proper system clean-up....
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Network Configuration requirements ...
    Actual Result: :java.lang.NullPointerException:Exception/Error Occurred
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    =======================================================================
    Please suggest how to resolve.

  • Oracle 10gR2 Installation on Cold Failover Cluster

    Installation document recuired for Oracle 10g R2 on Cold Failover Cluster in Redhat Linux 4 platform.
    Message was edited by:
    user491196

    user12974178 wrote:
    checking network configuration requirements
    check complete: The overall result of this check is : Not Executed
    Recommendation: Oracle supports installation on systems with DHCP - assigned public IP addresses.
    However , the primary network Interface on the system should be configured with a static IP address
    in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the
    software on systems configured with DHCP
    Could anyone help me in this regard
    Thanks in AdvanceYour problem is:
    "However , the primary network Interface on the system should be configured with a static IP address in order for the Oracle Software to function properly"
    Your solution is
    "See the Installation Guide for more details on installing the software on systems configured with DHCP"
    That book is at http://tahiti.oracle.com and the steps you need are in Chapter 2 of the Installation Guide for Linux.
    Now, I could assume this is Oracle 11gR2 and you are using Oracle Enterprise Linux 5 Update 4, but I won't. Assuming things gets me into trouble.

  • Oracle 10gR2  installation error: ./runInstaller: line 54: PermissionDenied

    Getting an error while installing oracle 10g release 2 on CentOS 5 (Linux Distribution)
    Installed prerequisite RPM's:
    -compat-db-4.2.52-5.1.i386.rpm - sysstat-7.0.2-1.el5.i386.rpm - libaio-devel-0.3.106-3.2.i386.rpm - libXp-1.0.0-8.1.el5.i386.rpm
    And after making all changes to:
    * Kernel Parameters * Setting Shell parameters * pam.d (login file) * centos/redhat release and profile files * created required groups and users.
    Created path: /u01/app/oracle/product/10.1.0/db_1 (OFA Compliant) and copied .zip file in to it (Tried with a different path as well : install folder).
    Unzipped the zipper file with 'oracle' user but getting an error while trying to run installer file (runInstaller)
    ===========================================================
    [oracle@localhost database]$ ./runInstaller
    *./runInstaller: line 54: /tmp/install/database/install/.oui: Permission denied*
    [oracle@localhost database]$ ls -lh runInstaller
    -rwxr-xr-x 1 root root 1.3K Jul 2 2005 runInstaller
    ===========================================================
    Machine Details:
    OS: CentOS
    Environment: VMWare
    DB: Oracle 10gR2
    Space (Swap and Physical): Up to the mark as required.
    Assistance required
    Thanks
    - Prashant Dixit

    Hi Srini,
    It worked but i'm getting a new error here while laucnhing Oracle Universal Installer:
    ==============================================
    [oracle@localhost database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-01-27_12-25-14PM. Please wait ...[oracle@localhost database]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
    at java.awt.Window.init(Unknown Source)
    at java.awt.Window.<init>(Unknown Source)
    at java.awt.Frame.<init>(Unknown Source)
    at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
    at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:378)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2091)
    ==============================================
    - Please Suggest.
    Thanks
    Prashant Dixit

  • Error during Checking Network Configurations Requirements in RHEL3 VM

    Hi,
    I have a Red Hat Enterprise Linux Image Virtual Machine on my desktop which uses Fedora Linux. I have set this up using VMplayer.
    I need to install Oracle 10g on the RHEL VM.
    As the RHEL VM does not have X Windows, I am connecting to it from the Fedora Linux to do the installation.
    During the Product-specific Prerequisite checks:
    Checking Network Configurations Requirements throws an error,
    Please find it below:
    Actual Result: Unknown Host Exception has Occured :rhel3vm:rhel3vm
    Check complete: The overall result of this check is: Not executed <<<<
    Recommendations: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle software to function properly.
    The Fedora Linux gets the IP address from the DHCP and allocates an IP address to the VM.
    However, when we set both of them as static and the problem still persists, and also when we set the fedora as dynamic and RHEL VM as static, the issue is not resolved.
    Any help will be truely appreciated. Thank you.

    We were running a non-DHCP (static IP) configuration and ran into this issue. We discovered that the hostname and FQDN were not correctly specified in the /etc/hosts file.
    Fixing the hosts file to correctly reference the IP resolved the issue.
    Hope this helps...
    -john

  • Checking Network Configuration requirements

    Hi
    I am getting the following error while installing oracle database 11gR1
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    ========================================================
    OS: SUSE 10 SP2
    My network is configured to static ip, and DHCP is disabled. I don't know what else can be the reason, please, give some pointers...
    regards
    RF

    oracle@bitmatrix:~> /sbin/ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:13:8F:B1:A4:0D
    inet addr:192.168.102.70 Bcast:192.168.102.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:102126 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1323 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:7368939 (7.0 Mb) TX bytes:83864 (81.8 Kb)
    Interrupt:177 Base address:0xcc00
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:84093 errors:0 dropped:0 overruns:0 frame:0
    TX packets:84093 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:22063435 (21.0 Mb) TX bytes:22063435 (21.0 Mb)

  • CHECKING NETWORK CONFIGURATION REQUIREMENTS  : WARNING

    Hello........
    when I want to install oracle 10.2.0.1 software, there is warning about CHECKING NETWORK CONFIGURATION REQUIREMENTS
    it is :
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
    Recommendation: Oracle supports installations on systems with DHCP-assigned IP addresses; However, before you can do this, you must configure the Microsoft LoopBack Adapter to be the primary network adapter on the system. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    what can I do
    tank you very much to help
    ömer faruk akyüzlü
    in Turkey

    I suggest you to read this thread: Re: I can't access to my Enterprise Manager. Then you'll realize why it is important to define a fixed IP Address and not to entirely rely on a DHCP dynamically assigned IP Address. This thread shows you how to configure a Loopback adapter to solve this issue.
    ~ Madrid

  • Check networking configuration requirements

    hi all , i am trying to install oracle database 10g rel2 , and i came across this step :
    check networking configuration requirements
    with warning ,
    can i skip this warning or what ?
    thanks

    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
    Recommendation: Oracle supports installations on systems with DHCP-assigned IP addresses; However, before you can do this, you must configure the Microsoft LoopBack Adapter to be the primary network adapter on the system. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    =======================================================================
    Validating ORACLE_BASE location (if set) ...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Oracle Home path for location ...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for proper system clean-up....
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed
    =======================================================================

  • Oracle 11g installation on Linux Enterprise 5 remains hanging at 43%!

    Hi all,
    as per Subject, I have installed a Linux Enterprise 5 OS downloaded by Oracle Download Center and it is now installed following the nice Guide here.
    I have added the missing Linux packages and set up the kernel parameters as per Guide quoted above.
    If I launch the Oracle installation, it completes the packages and parameters check fine, install goes fine until 43% and then hangs.
    It's not freezing as the Installation window shows ongoing animations, if I try to stop installation it responds immediately asking for confirmation.
    It just hangs up!
    The Linux machine is actually on a VMWare image on a MacOS Leopard host.
    I have tried it on my laptop and desktop as well, but the hang point keeps being the same.
    Any idea?
    Thanks in advance.

    Satish Kandi wrote:
    Can you post last 10 lines from the installation log? That might provide some clue.Sure.
    I will copy more that last 10 lines as last 10 lines do not look too descriptive to me.
    This will contain also my Installation abort.
    Summary
    Global Settings
    Source: /mnt/hgfs/Oracle/database/install/../stage/products.xml
    Oracle Base: /home/oracle/app/oracle
    Oracle Home: /home/oracle/app/oracle/product/11.1.0/db_1 (OraDb11g_home1)
    Installation Type: Enterprise Edition
    Product Languages
    English
    Space Requirements
    / Required 3.43GB (includes 224MB temporary) : Available 30.10GB
    New Installations (125 products)
    Oracle Database 11g 11.1.0.6.0
    Enterprise Edition Options 11.1.0.6.0
    Oracle Partitioning 11.1.0.6.0
    Oracle Spatial 11.1.0.6.0
    Oracle OLAP 11.1.0.6.0
    Oracle Database 11g 11.1.0.6.0
    Oracle Text 11.1.0.6.0
    Oracle Net Services 11.1.0.6.0
    Oracle Enterprise Manager Console DB 11.1.0.5.0
    Oracle Net Listener 11.1.0.6.0
    HAS Files for DB 11.1.0.6.0
    Oracle Call Interface (OCI) 11.1.0.6.0
    Enterprise Manager Agent 10.2.0.3.1
    Oracle Programmer 11.1.0.6.0
    Oracle Database Gateway for ODBC 11.1.0.6.0
    Oracle Advanced Security 11.1.0.6.0
    Oracle JVM 11.1.0.6.0
    Database Configuration and Upgrade Assistants 11.1.0.6.0
    Oracle XML Development Kit 11.1.0.6.0
    Generic Connectivity Common Files 11.1.0.6.0
    Oracle Multimedia 11.1.0.6.0
    Oracle Multimedia Locator 11.1.0.6.0
    Oracle Internet Directory Client 11.1.0.6.0
    Oracle Database Utilities 11.1.0.6.0
    Secure Socket Layer 11.1.0.6.0
    PL/SQL 11.1.0.6.0
    Oracle Recovery Manager 11.1.0.6.0
    Oracle Net 11.1.0.6.0
    Assistant Common Files 11.1.0.6.0
    Installation Common Files 11.1.0.6.0
    Enterprise Manager plugin Common Files 11.1.0.5.0
    Oracle LDAP administration 11.1.0.6.0
    SQL*Plus 11.1.0.6.0
    HAS Common Files 11.1.0.6.0
    Oracle Help for the Web 2.0.14.0.0
    Oracle UIX 2.2.20.0.0
    Precompiler Common Files 11.1.0.6.0
    Oracle Clusterware RDBMS Files 11.1.0.6.0
    Cluster Verification Utility Common Files 11.1.0.6.0
    Oracle Wallet Manager 11.1.0.6.0
    Oracle Security Developer Tools 11.1.0.6.0
    XML Parser for Java 11.1.0.6.0
    Enterprise Manager Minimal Integration 11.1.0.6.0
    Oracle Database User Interface 2.2.13.0.0
    SQL*Plus Files for Instant Client 11.1.0.6.0
    Oracle ODBC Driver 11.1.0.6.0
    Required Support Files 11.1.0.6.0
    Database SQL Scripts 11.1.0.6.0
    OLAP SQL Scripts 11.1.0.6.0
    PL/SQL Embedded Gateway 11.1.0.6.0
    Oracle Globalization Support 11.1.0.6.0
    Character Set Migration Utility 11.1.0.6.0
    Oracle Locale Builder 11.1.0.6.0
    Secure Socket Layer 11.1.0.6.0
    Oracle Java Client 11.1.0.6.0
    Oracle JDBC/THIN Interfaces 11.1.0.6.0
    Oracle Multimedia Client Option 11.1.0.6.0
    Oracle Universal Connection Pool 11.1.0.6.0
    Oracle Notification Service 11.1.0.5.0
    Oracle Code Editor 1.2.1.0.0I
    Oracle Ultra Search Server Rdbms 11.1.0.6.0
    Oracle Help For Java 4.2.9.0.0
    Oracle Containers for Java 11.1.0.6.0
    JAccelerator (COMPANION) 11.1.0.6.0
    Database Workspace Manager 11.1.0.6.0
    SQLJ Runtime 11.1.0.6.0
    Oracle Core Required Support Files 11.1.0.6.0
    Platform Required Support Files 11.1.0.6.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle Application Express 11.1.0.6.0
    Oracle SQL Developer 11.1.0.6.0
    Oracle JDBC Server Support Package 11.1.0.6.0
    regexp 2.1.9.0.0
    Enterprise Manager Common Files 10.2.0.3.1
    Installation Plugin Files 11.1.0.6.0
    Oracle JDBC/OCI Instant Client 11.1.0.6.0
    XML Parser for Oracle JVM 11.1.0.6.0
    Oracle XML Query 11.1.0.6.0
    Oracle Message Gateway Common Files 11.1.0.6.0
    Oracle Starter Database 11.1.0.6.0
    Sample Schema Data 11.1.0.6.0
    Precompiler Required Support Files 11.1.0.6.0
    Parser Generator Required Support Files 11.1.0.6.0
    Oracle Multimedia Locator RDBMS Files 11.1.0.6.0
    Oracle Globalization Support 11.1.0.6.0
    Oracle Multimedia Annotator 11.1.0.6.0
    Oracle Multimedia Java Advanced Imaging 11.1.0.6.0
    Oracle Database 11g Multimedia Files 11.1.0.6.0
    Agent Required Support Files 10.2.0.3.1
    Oracle 11g Warehouse Builder Server 11.1.0.6.0
    Oracle Ultra Search Server 11.1.0.6.0
    Oracle Ultra Search Middle-Tier 11.1.0.6.0
    Oracle Ultra Search Common Files 11.1.0.6.0
    Perl Interpreter 5.8.3.0.4
    RDBMS Required Support Files 11.1.0.6.0
    Oracle Display Fonts 9.0.2.0.0
    RDBMS Required Support Files for Instant Client 11.1.0.6.0
    Enterprise Manager Agent Core Files 10.2.0.3.1
    Enterprise Manager Common Core Files 10.2.0.3.1
    Enterprise Manager Grid Control Core Files 10.2.0.3.1
    Enterprise Manager Database Plugin -- Agent Support 11.1.0.5.0
    Enterprise Manager Database Plugin -- Management Service Support 11.1.0.5.0
    Enterprise Manager Repository Core Files 10.2.0.3.1
    Enterprise Manager Database Plugin -- Repository Support 11.1.0.5.0
    Provisioning Advisor Framework 10.2.0.3.1
    XDK Required Support Files 11.1.0.6.0
    Oracle RAC Required Support Files-HAS 11.1.0.6.0
    SQL*Plus Required Support Files 11.1.0.6.0
    Oracle JFC Extended Windowing Toolkit 4.2.36.0.0
    Oracle Extended Windowing Toolkit 3.4.47.0.0
    Oracle OLAP API 11.1.0.6.0
    Oracle OLAP RDBMS Files 11.1.0.6.0
    Oracle Data Mining RDBMS Files 11.1.0.6.0
    Oracle Real Application Testing 11.1.0.6.0
    Bali Share 1.1.18.0.0
    Buildtools Common Files 11.1.0.6.0
    Oracle Net Required Support Files 11.1.0.6.0
    SSL Required Support Files for InstantClient 11.1.0.6.0
    LDAP Required Support Files 11.1.0.6.0
    Oracle ODBC Driverfor Instant Client 11.1.0.6.0
    Oracle Configuration Manager 10.2.6.0.0
    Oracle Universal Installer 11.1.0.6.0
    Oracle One-Off Patch Installer 11.1.0.6.0
    Installer SDK Component 11.1.0.6.0
    Sun JDK 1.5.0.1.1
    INFO: Method 'dispose()' Not implemented in class 'OiCcrCsi'
    INFO: config-context initialized
    INFO: *** Install Page***
    INFO: FastCopy : File Version is Compatible
    INFO: Install mode is fastcopy mode for component 'oracle.server' with Install type 'EE'.
    INFO: Link phase has been specified as needed
    INFO: Setup phase has been specified as needed
    INFO: HomeSetup JRE files in Scratch :0
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/app/oracle/product/11.1.0/db_1/root.sh'. Received the value from a code block.
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/app/oracle/product/11.1.0/db_1/root.sh'. Received the value from a code block.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_exp_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'racfiles.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_dirs.lst'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_filemap.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'setperms1.sh'.
    INFO: Number of threads for fast copy :1
    WARNING: This will stop installation of all products and exit the Installer. Are you sure that you want to stop the installation and exit?
    INFO: User Selected: Yes/OK
    Thanks :)

  • Oracle 10GR2 Installation Error Red Hat EL4

    Hello,
    I'm currently installing Oracle 10GR2 on Red Hat EL 4 and I get an error when
    i'm 62% (Oracle Net Required Support Files 10.2.0.1.0). The error is the following:
    Error in invoking target 'ntcontab.o' of makefile '/u01/app/oracle/product/10.2.0
    /db_1/network/lib/ins_net_client.mk'.
    When I look the make.log file it shows this:
    /usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1//usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /u01/app/oracle/product/10.2.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /u01/app/oracle/product/10.2.0/db_1/lib/ ;\
    /usr/bin/ar rv /u01/app/oracle/product/10.2.0/db_1/lib/libn10.a /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ; fi)
    gcc: installation problem, cannot exec `cc1': No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    My version of the gcc is 3.4.5-2

    read the oracle installation manual and install all recomended RPM then problem will resolved. binunit rpm is also required.
    i had got this problem and resolved by installing recomended rpms.

  • Rhel 5.5 oracle 10gr2 installation path

    dear gurus
    oracle software installation sucessfully done, then when try using dbca it select by default wrong path as /u01/app/oracle, where i supposed to go everything inside /oracle
    i want to install everything under /oracle, where i install first oracle software
    then when i went to oracle home direction /bin folder where i run #dbca, so i accept all parameters
    but before start database installation it says path not found or exisit
    /u01/app/oracle
    however i made every where even in oracle .bash_profile path as
    export ORACLE_BASE=/oracle
    could someone give hints ideas what and where to check.
    kind regards
    muhamma

    dear sirs see ur posts,
    $ env | grep oracle
    ORACLE_PATH=/oracle/dba_scripts/common/sql:.:/oracle/product/10.2.0/db_1/rdbms/admin
    OLDPWD=/oracle/oraInventory
    USER=oracle
    LD_LIBRARY_PATH=/oracle/product/10.2.0/db_1/lib:/oracle/product/10.2.0/db_1/oracm/lib:/lib:/usr/lib:/usr/local/lib
    ORA_NLS10=/oracle/product/10.2.0/db_1/nls/data
    ORACLE_BASE=/oracle
    TNS_ADMIN=/oracle/product/10.2.0/db_1/network/admin
    MAIL=/var/spool/mail/oracle
    PATH=.:/usr/local/java/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:/oracle/product/10.2.0/db_1/bin:/usr/bin:/bin:/usr/bin/X11:/usr/local/bin:/oracle/dba_scripts/common/bin
    HOME=/home/oracle
    LOGNAME=oracle
    CLASSPATH=/oracle/product/10.2.0/db_1/JRE:/oracle/product/10.2.0/db_1/jlib:/oracle/product/10.2.0/db_1/rdbms/jlib:/oracle/product/10.2.0/db_1/network/jlib
    ORACLE_HOME=/oracle/product/10.2.0/db_1
    this is the results appear from my putty or securecrt,
    however when i do login as gui it shows the all above path as
    /u01/app/oracle
    i reboot the machine to test, however during oracle software installation no issues raised

  • Phyical memory error installing oracle 10gR2 on redhatenterprise linux 4 U3

    can anyone help me out of this problem
    im having 512MB of RAM which is enough for installing oracle 10g on linux but still after runing the installer when it starts checking requirments for oracle it says that the expect physical memory is 920 but the acual result is 500
    how i would be able to get out of this problem????

    You have to bypass system prerequisites checking (at your own risk) :
    $ ./runInstaller -ignoresysprereqs

  • Documentation for Oracle 10gR2 Installation

    Hello,
    I would like to know which document should I download in order to install Oracle 10gR2 on the following system:
    -HW: IBM System x3550M3 Intel Xeon
    -SW: Red Hat Linux 5.4
    Thanks in advance for you help.
    Regards,
    Juan.

    850252 wrote:
    Hello,
    I would like to know which document should I download in order to install Oracle 10gR2 on the following system:
    -HW: IBM System x3550M3 Intel Xeon
    -SW: Red Hat Linux 5.4
    Thanks in advance for you help.
    Regards,
    Juan.http://www.oracle.com/pls/db102/homepage?remark=tahiti
    Linux Installation Guide

  • Oracle 10gR2 installation on Redhat 5 hangs on 12%

    Dear experts
    I'm installing a 2 node Oracle 10gR2 on Redhat 5. Everything is ok when installing Oracle Clusterware and it works fine with all the services up and running. But when I start installing the Oracle Database, OUI hangs on 12%. I found couple of articles recommending to use another JRE so I tried SUN JRE 1.4.2 and point Oracle to it but still no luck. I also found something saying about '' optimized glibc package" for Oracle 9i which looks very familiar with my problem ( http://osdir.com/ml/linux.ubuntu.server/2006-12/msg00019.html )
    I appreciate any help.
    Thank you in advance.
    Kamy
    Edited by: kamy_a on Jun 20, 2009 5:05 PM

    10gR2 on RH5 requires specific preparations, see on metalink:
    Requirements For Installing Oracle 10gR2 On RHEL/OEL 5 (x86)
    Doc ID: 419646.1
    Werner

Maybe you are looking for