Oracle binaries hanging

I've installed Oracle Client 10GR2 on Red Hat Enterprise Linux AS release 4 (Nahant Update 2).
But oracle binaries like sqlplus, imp, exp are hanging.
I've set ORACLE_HOME correctly. I've tried running sqlplus -VERBOSE but this hangs as well.
Any idea what could be the problem?

Am running Oracle 10GR2 on Red Hat Enterprise Linux ES release 4 (Nahant Update 5).
No problems with connectivity. Database instance is running fine and so are the client binaries.
There were some issues like installing/enabling kernel async_io - but these would only be applicable if you're trying to run an Oracle instance.
Are you connecting to a local instance, or are you using a network connection?
If a local connection, SQL*Plus will (via OCI) launch an oracle process from $ORACLE_HOME/bin and attached itself to it. That process will be the dedicated server process for SQL*Plus.
If a network connection, SQL*Plus will open a tcp connection (via OCI) to the Oracle server platform.
Obviously, "hanging" when connecting means a very different software layer for each.
You will need to supply some more detail. A copy and paste of the actual ssh/telnet session that hangs, the environment settings (ORACLE_HOME, TNS_ADMIN, ORACLE_SID, etc), and details of the type of connection (if a network connection, the TNS alias definition), and so on.

Similar Messages

  • Oracle Installer hangs at 18% on a file naeet.o

    Oracle Installer hangs at 18% on a file naeet.o
    installer also show.. link pending..
    machine is 64 bit. with OEL4 64 bit
    i have oracle 9i R2 64 bit...which i am trying to install...
    i've installed all the required rpms as described in Oracle-base .
    Plz help.

    Step by Step Installation 9.2.0.4 on EL5.5.
    1. Make sure Java libraries are up to date.. (sysad side..)
    2. Do not start installation from the 9204 base installation- Oracle Universal Installer has problem
    2.1 Install first the OUI "only" from the 9206 patchset (p3948480_9206_Linux-x86-64.zip)
    using the Oracle_Home youve just decided. While running runinstaller from 9206, choose second option thats for OUI Installation. Once installation is done check under Oracle 9i Home you would see /product/9204/oui/oraparam.ini and /product/9204/oui/bin/runInstaller. If you dont find /product/9204/oui/bin/runInstaller. You may have to rerun the runinstaller from 9206.
    2.2 In ../Disk1/install/oraparam.ini edit the Linux value under [Certified Versions]
    Linux=redhat-2.1AS,redhat-2.1,redhat-3,redhat-4,redhat-5,UnitedLinux-1.0,SuSE-9,SuSE-
    * value must include redhat-5 inorder to suppress the error message for OS version incompat.
    2.3 After completion of OUI install, edit again ../product/9204/oui/oraparam.ini as instructed
    in step 2.2
    2.4 Now install the 9204 base using the OUI from 9206. Run ../product/9204/oui/bin/runInstaller BUT
    this time, select the "products.jar" from 9204 base installation set.
    (ex: /u01/app/oracle/Disk1/stage/products.jar)
    2.5 From here u should be able to install the SOFTWARE ONLY option. DO NOT create a database yet.
    3. Patch the 9204 base with the 9207 patchset (p4163445_92070_Linux-x86-64.zip)
    3.1 After decompressing contents, repeat step 2.2 again to suppress OS version incompat.
    3.2 Now proceed with the patch application
    4. You can now create a database using the "dbca" utility.

  • Oracle session Hangs while calling one package function

    Hi all,
    We are a facing a interesting scenario in our code. Consider that you have 2 pakcages(A,B). Ecah packages is having more than 5 functions in it.
    1. A.function1() makes a call to B.function1() - is working fine
    2 .B.function1() calls B.function2() - is working fine
    3. B.function2() calls A.function2() - oracle session hangs in this call.
    If I copy the scropt code from A.function2() and inline (put) it in B.function1() , the execution gets completed without an issue.
    If i run the A.function2() seperatly it works fine. Only calling from B package it is failing.
    If anyone knows the rooot cause of the issue, please let me know.
    Thanks and regards,
    Vijayaraja

    Do you have/use global variables?
    Moving code from one package to another doesn’t necessarily result in logically equivalent programs. In the version of your program which “hangs” you may have crafted an infinite loop. Instrument your code and see if you really stall or just keep going on forever.
    With this kind of cross-dependencies in your libraries you almost ask for trouble.

  • Creation of Oracle model hanging MS SQL 7- 8.1.6

    Had a question answered yesterday which has got me almost there, for which thank you. Creating the Oracle model now maps almost all the objects in my SQL Server database (apart from a few roles, triggers and stored procedures), up to the point where the log window shows:
    [Timestamp] Mapping Roles mapped: 7, Roles NOT Mapped: 3
    [Timestamp] Mapping Mapping User Privileges
    [Timestamp] Mapping mapped user privilege :
    [Timestamp] Mapping mapped user privilege :
    [Timestamp] Mapping mapped user privilege :
    The process then hangs (it's been 21 hours now). Any ideas?
    Scott Doughty

    Your topic title, "Creation of Oracle model hanging MS SQL 7->8.1.6", caught my eye, but our situations aren't exact.
    Workbench is hanging on me during the Oracle Model creation when it gets to "Mapping tables". I also waited about 24 hours without any results.
    Do you have any insight to my problem?

  • Copied oracle binaries from one server

    We are on 10.2.0.1 on solaris 10 We have copied oracle binaries from one server to another and now we want that oracle database will get installed
    Can you please let us know that what needs to be done so that I will be in sync
    If I am not wrong then there is command like relink
    Please suggest>???

    Take a look to the metalink note : How To Clone An Existing RDBMS Installation Using OUI Doc ID: Note:300062.1
    ... and the doc :
    http://download.oracle.com/docs/cd/B19306_01/em.102/b31949/managing_deployments.htm#BABCGEHB
    Nicolas.
    Message was edited by:
    N. Gasparotto

  • Oracle binaries in rwx-r-xr-x mode

    Hi,
    Currently I had a database which contain highly sensitive information/data. I had discovered that all the oracle binaries in the oracle home are in rwxr-xr-x mode. After auditing by auditors, they questioned me why the binaries are in rwxr-xr-x mode, they claimed that it will increase the risk of unauthorized access and system down-time. Below are my queries:
    1) Have check with oracle support that rwxr-xr-x is the default mode upon installation.
    2) Can an os user who does not belong to dba group execute the oracle binaries? Althought the binaries others group are given r-x but i believe certain library access are needed? Am i right?
    3) Anyway to justify that oracle binaries need to be set as rwxr-xr-x?
    4) Will it poses any security vulnerability/threats to the database?
    Thank You. Any comments or advise are welcome.
    Your help are greatly appreciated..

    Hi,
    Currently I had a database which contain highly
    sensitive information/data. I had discovered that
    all the oracle binaries in the oracle home are in
    rwxr-xr-x mode. After auditing by auditors, they
    questioned me why the binaries are in rwxr-xr-x
    mode, they claimed that it will increase the risk of
    unauthorized access and system down-time. Below are
    my queries:
    1) Have check with oracle support that rwxr-xr-x is
    the default mode upon installation.
    2) Can an os user who does not belong to dba group
    execute the oracle binaries? Althought the binaries
    others group are given r-x but i believe certain
    library access are needed? Am i right?
    3) Anyway to justify that oracle binaries need to be
    set as rwxr-xr-x?
    4) Will it poses any security vulnerability/threats
    to the database?
    Thank You. Any comments or advise are welcome.
    Your help are greatly appreciated..Actually, the binary called 'oracle' MUST be "rws r-s r - -" for Oracle to work properly.
    If it is not set like that, there is a good chance that the root.sh was not run at the end of the install. Similarily, the rest of the questions support that root.sh was not run.
    Offhand, I'd guess you have a bad install.
    Oracle pre-sales consultants can discuss the security consequences of properly installed executables with your auditors.

  • Sharing Oracle binaries for E-business

    Dear All,
    If I have three instances for Oracle E-business on same DB server, if I am facing some space issues, can I go ahead and share the oracle binaries for the three DB instances? alos what's the best practice on that. It is Oracle 10g running on Sun Solaris Sparc.
    Regards

    Are you referring to RDBMS ORACLE_HOME? If yes, you cannot share it between multiple instances.
    If you are referring to other ORACLE_HOMEs, please see (Sharing The Application Tier File System in Oracle E-Business Suite Release 12 [ID 384248.1]), "Appendix B: Sharing Oracle E-Business Suite Release 12 File System Among Multiple Database Instances" section.
    Thanks,
    Hussein

  • Oracle Agent hangs up

    Hi all,
    Oracle runs on a UNIX machine. And it always occurs that the Oracle Agent hangs up, occupies 49% CPU and leaves themselves, only over Services to stop. No error message, anything does not come. How can I solve this problem?

    http://download-west.oracle.com/docs/cd/B10501_01/em.920/a96676/trouble.htm#622216

  • DR on different Oracle binaries

    Dear DBA,
    our production database is 11gR2 (RAC) installed on HP-Itanium processor and we are planning to install the DR server (dataguard physical standby database) on HP- PA-Risc processor.
    this installation requires 2 different Oracle binaries (one for the Itanium and the other for the PA-Risc).
    do you think that it is feasible ? or the binaries should be the same ?
    thx in advance
    Elie

    Hi,
    It may work as PA RISC and ITanium Server has the same endian so you may be able to setup DR between Itanium and PA RISC server. You may have to test this though before setting it up for a production database.
    There could be some unknown which may cause issue later during several failover/switcher senerio that you have to make sure that it works. I know that datafiles can be copied from PA Risc to Itanium to set up another database without any issue due to both using same endian format.
    Regards

  • Oracle Binaries on Local machine

    Hi,
    Can i put oracle binaries on local machine and data on SAN storage
    please clarify
    Thanks,
    Ali
    Edited by: mustang4455 on Aug 30, 2009 1:33 AM

    Hi,
    Can i put oracle binaries on local machine and data on SAN storageYes, you can. You can even have Oracle binaries on the SAN storage with no issues.
    Regards,
    Hussein

  • Oracle binaries

    Hi Everybody!
    I would be greatfull if anybody would tell me what are the oracle binaries meant for. Could you try to relate that in terms of windows? I only know that they are stored in the home directory..Why are they so important?

    Multiple ORACLE_HOMEs are useful for maintainingseveral versions of the database-controlling
    software.
    What do you mean? Can you explain more, please?What he means by that statement is the you have an ORACLE_HOME for each database version (or multiple copies of either) on the same machine. For example you would need multiple ORACLE_HOMEs if you were to run a 9i database and 10g database on the same server.
    You can expand that further into multiple HOMEs for each version of the Application Server or Developer Suite.

  • If GID, is changed, will it affect the Oracle Binaries?

    Gurus /Oracle Community,
    Oracle DB Version:10.2.0.3
    OS: Solaris 64 Bit
    Production
    uid=500(oracle) gid=500(oinstall) groups=500(oinstall),501(dba)
    Will there be a change and affect on the Oracle Binaries if we change the gid, value (for example - from 500 to 210) as we are looking to change the gid of some of the servers, which were configured 1 year back.
    Any suggestions, metalink doc's for referals!
    Thanks in advance

    (220970.1)
    Does changing uid or gid of the Oracle User affect Oracle Clusterware?
    There are a lot of files in the Oracle Clusterware home and outside of the Oracle Clusterware home that are chgrp'ed to the appropriate groups for security and appropriate access. The filesystem records the uid (not the username), and so if you exchange the names, now the files are owned by the wrong group.
    The above one focus on UID, but what happens, if we change the GID.
    Will there be a affect, do i need to relink the Oracle binaries?
    Any suggestions please!
    Thanks In advance

  • Install sap through copy /datafile and oracle binaries

    Dear Experts
    we have an requirement would like to make an test system without installing sap software but only through copying oracle datafiles and oracle binaries
    on windows 2003
    we have just windows 2008 os on c:\ with 100 gb
                                                            d:\ with 250 gb empty space
    so let me know the copy procedure in c:\ and d:\  which links to be copied
    Thanks & Regards                                                      

    http://scn.sap.com/people/harsha.bs/blog/2013/04/16/system-copy--backuprestore-method
    Hi Rajendra,
    Now I got your point .
    Please check the above  link and let me know if you are facing issues.
    Thanks,
    Pavan

  • How to relink Oracle binaries to new OS group assinged to oracle account

    Hello,
    Can someone tell us the steps how to relink oracle binaries to new OS group assinged to oracle account.
    Regards,
    Nikhil Jain

    always post your questions with oracle version and operating name and version.
    refer the link:-
    http://oracle.erkansaka.org/2008/04/how-to-change-oracle-dba-group-in-unix.html
    http://dbaforums.org/oracle/index.php?showtopic=7279
    Thread: "change the DBA group" in a windows environment
    "change the DBA group" in a windows environment

  • Build of oracle binaries

    Hello
    We have multiple oracle home bin in our landscape.
    When upgrade of build a new SID, we need to go over the orainst , install of patch and opatchs.
    this is time consuming. we try to copy the binaries from one SID to the new SID, but fail to run oracle, somewhere in the binaries, oracle link save the SID name...
    how can we build a 'golden image' of the oracle binaries and the adopt it to the new SID.
    TNX
    Erez

    Hi,
    You are right that the inventory will be wrong but Oracle will oracle without problem
    sure you cannot install patches after that. you still need to recopy them form clean installation and relibnk again.
    relink all will change hardcoded paths in libraries..
    if you want to be clean 100% then installing the software is the better solution.
    Thanks

Maybe you are looking for

  • ITunes 10.2.1 hangs several minutes after iPhone sync

    Recently updated the old 2006 iMac Core 2 Duo to 10.6.7 and iTunes 10.2.1. All works well but iTunes now goes into the spinning beachball of death (SBOD) shortly AFTER syncing my iPhone 3GS. It doesn't happen right away. For a few moments after sync,

  • HCM Authorization - Creation of separate Roles & Objects

    Hi All, We are developing authorisation matrix and have following doubt: The Scenarion is: - There are around 130 HR Users can be classified into 10 unique groups. - Each user handles from 4 - 8 locations, where locations are not part of PSA but are

  • JDBC Sender Error

    Hi, We have a JDBC Sender adapter configured to pull data from the SQL database. This pulls data for every one hour. Some times we are getting the below error on the communication channel - Database-level error reported by JDBC driver while executing

  • Streaming in java

    hi, can i know that can java support streaming media? i wan to create a system that a sever plays a music and stream it accross LAN to all connected clients. Should i use TCP or UDP?? is there any tutorial or examples of streaming media? any help wil

  • How can i get my outlook contacts on to icloud

    i have left my current job and along with it my company phone. i have saved all my contact to my outlook contacts but i need to get them on to my new iPhone. please help!