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.

Similar Messages

  • 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.

  • 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

  • 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

  • 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 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.

  • 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 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

  • Oracle 10GR2 Installation On Cloud

    Hi Exports,
    Can anyone give me some knowledge how to Install Oracle 10GR2 on Cloud Server (Windows Server 2008 R2 64 bit). as i am very new to install Oracle in Cloud server. I am trying to install it but failed to proceed next after selecting advance installation.
    Thanks in advance...

    A server is a server is a server, whether physical sitting under your desk or in a datacenter, or virtual in "a cloud". The install process is the same as documented in the installation guide.
    http://docs.oracle.com/cd/B19306_01/install.102/b15681/toc.htm
    Which exact version of 10gR2 ? You will need 10.2.0.4 or later - http://docs.oracle.com/cd/B19306_01/relnotes.102/b15680/toc.htm#CHDFHIEA
    Have you met all of the pre-reqs and are you following all of the steps in the Install Guide ? Pl post the last 100 lines from the install log - http://docs.oracle.com/cd/B19306_01/install.102/b15681/ts.htm#i1090466
    HTH
    Srini

  • Oracle 10g installation on linux using virtual box.

    Hi,
    Iam trying to install oracle 10g on enterprise linux using virtual box.I downloaded oracle 10g for linux and while running the installer,Iam getting this error
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-16_07-29-46AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    Please help me to solve this

    user9362721 wrote:
    Hi,
    Iam trying to install oracle 10g on enterprise linux using virtual box.I downloaded oracle 10g for linux and while running the installer,Iam getting this error
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-16_07-29-46AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directoryHi.
    This question was answered in this forum yesterday. And the day before. And the day before that. And ... (Or at least it feels like we get this every day, and sometimes several times a day.)
    Search for 'xhost'

  • Oracle 10gR2 installation Media

    Hi,
    I can see on OTN where I can download Oracle 10gR2 for all platforms, and I can see on oraclepartnernetwork where I can request installation media be shipped for 10gR1.
    Where do I request official installation media from Oracle for 10gR2???
    Cheers for any feedback

    You want the CDs? You can get a media pack from http://store.oracle.com/
    If you just wante the images you probably need to go to edelivery.
    ~Jer

  • Oracle Universal Installer for Linux

    I did a download of Oracle 8i for linux from my.oracle.com site but I could not find OUI (Oracle Universal Installer). How can I get OUI for linux? Is there OUI on this site?

    Hi Anurag,
    The problem is that OUI is not downloadable .
    runInstaller file makes a call to .oui file, which is present in the install folder. Can you tell me the flow process or the algorithm used in this file?
    Can this file be customized depending on certain requirements?

  • Oracle 10gR2 installation problem on Solaris (sparc-64 bit)

    Hi All,
    I am unable to install Oracle 10gR2 on Solaris, I cannot understand what is wrong could u anybody help me that,
    Regards
    Harpreet Singh

    I also have a similar problem, when I insert the key in my car sometimes it does not start. I cannot understand what is wrong could you help me?
    Otherwise, It's been raining lately and our crystal ball's are somewhat foggy; therefore we cannot guess what is you problem.

  • 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

Maybe you are looking for

  • Problem with Bridge

    I am unable to move an image from Bridge to CS4. Error code 148:3. Can anyone help?

  • After Updating to IOS 5, My Ipod Touch 4th Gen will not Sync!!

    I updated my Ipod Touch 4th Gen to the ne IOS yesterday, and as soon as I did, I ran into a BIG problem. It will not Sync up with my Apple content on my Itunes what-so ever. I cannot even install any of my Apps, download my music, nothing! I do not e

  • Transfer to MacBook via Target Disc Mode Get red Circle

    I'm doing a transfer of HD from iBook to my MacBook and I'm seeing that all my folders within my username box all have the red circle with the white minus symbol in the middle. These red circles appear on my iBook's desktop, documents, library, movie

  • Is there a way to play a powersong with earbuds remote?

    Hi, I have a 6th gen nano and Yurbud Inspires, which have a built-in remote control. I understand how to use them for play, pause, statistics, and replay the current track. What I can't find is if there's a way to play the powersong remotely. The bes

  • IDVD 4.0.1 Repeatedly Crashing at Burning Stage--Kern Protection?

    Many of us seem to have a similar problem with 4.0.1, and mine has popped up since the latest Apple Tiger update. I go through the entire process of setting up the dvd through iMovie and iDVD, it goes through menus, encoding and multiplexing, but abo