DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: oracle connection problem from win2000 to aix

  1. #11
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Stop the listener if running

    Replace listener.ora with the following values.

    Code:
    LISTENER =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 132.147.2.27)(PORT = 1521))
      )
    
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (ORACLE_HOME = /oracle/app/oracle/product/8.1.7)
          (SID_NAME = HURTADO)
         )
       )
    Then try starting the listener.

    also post the .profile

    no uppercase or lowercase doesn't matter.
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  2. #12
    Join Date
    Jan 2002
    Posts
    50

    LISTENER problem

    hello amar
    thanks
    my listener which was taking hel lot of time
    is tarting and stoping verry well

    i am posting my .profile of oracle user


    ORACLE_SID=HURTADO
    ORACLE_HOME=/oracle/app/oracle/product/8.1.7
    PATH=$ORACLE_HOME/bin:$PATH:.
    export ORACLE_SID ORACLE_HOME PATH
    ORACLE_BASE=/oracle
    export ORACLE_BASE
    TNS_ADMIN=$ORACLE_HOME/network/admin
    export TNS_ADMIN
    #TERM=vt100
    #export TERM
    EDITOR=vi
    export EDITOR
    LD_LIBRARY_PATH=/usr/lib:/usr/ucb:/usr/lib/objrepos:/usr/share/lib:
    export LD_LIBRARY_PATH
    #
    # Echo por G©úimi
    #
    eval `tset -m ibm3151:ibm3151 -m ibm3151:vt100 -m ANSI:\?${TERM:} -e -r -s -Q`
    export TERM
    DISPLAY=idserver:0
    export DISPLAY
    set -o vi
    PS1='@aix $PWD$ '
    umask 022



    bhushan

  3. #13
    Join Date
    Jan 2002
    Posts
    50

    LISTENER problem

    hello
    friends
    thanks
    for every body how has help
    me in solving the problem


    specially to amar and chitra


    bhushan

  4. #14
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Hi,

    I hope that also solves your Win 2000 problem.

    Regards
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  5. #15
    Join Date
    Jan 2002
    Posts
    50

    LISTENER problem

    yes
    it solve my all problems

    if in futur this side and u all will help me


    i too try to solve the problem of others


    bhushan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width