Unsatisfied code symbol ''kglsimla09_' when starting listener

hi experts,
    when i upgrade oracle ver 10.2.0.1.0 to 10.2.0.2.0 and starting oracle listener,
    lsnrctl
    start,  
it shows error msg:
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'kglsimla09_' in load module '/o
racle/OXR/102_64/bin/lsnrctl'.
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'kglsimla10_' in load module '/o
racle/OXR/102_64/bin/lsnrctl'.
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'kglsim_cln' in load module '/o
racle/OXR/102_64/bin/lsnrctl'.
thanks.

Hello Xwu,
are your sure that your listener was stopped when you upgrade the binaries?
You can try to relink the binaries:
>shell> su - ora<SID>
>shell> lsnrctl stop
>shell> cd $ORACLE_HOME/network/lib
>shell> make -f ins_net_client.mk install
>shell> make -f ins_net_server.mk install
>shell> lsnrctl start
Btw. i would also suggest to go to 10.2.0.4 if you doing an upgrade from 10.2.0.1.
Regards
Stefan

Similar Messages

  • Unsatisfied code symbol 'gethrtime' in load module.

    Dear all,
    One of my friend as installed oracle 9i on hp-ux 11.
    when he executed sqlplus in the command prompt he gets error as below, can i know what is the problem and how to resolve this issue.
    tinsp041:orabid>sqlplus
    /usr/lib/pa20_64/dld.sl:unsatisfied code symbol 'gethrtime' in load module '/oracle/bid/920_64/bin/sqlplus'.
    abort(coredump)
    tinsp041:orabid>
    please help me out.
    regards,
    veeresh.s

    Hi,
    I like to tell one more thing, when 1st time user installed user got one error in middle of the installation.the error is
    Error in invoking target install of makefile
    /oracle/BID/920_64/sqlplus/lib/ins_sqlplus.mk
    we got 4 option
    help,retry,ignore,cancel.
    1st time user selected ignore.
    after that only when i typed sqlplus in command prompt i was getting "unsatisfied code symbol 'gethrtime' in load module" error.
    Now again when we try to reinstall again in middle of the installation it is asking the same thing "error in invoking .................."
    i got this error when installation was 63% and linking oracle9i database 9.2.0.1.0 was running.
    Please suggest me,
    Regards,
    veeresh.s

  • /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'pidbod' in load module

    Dear Gurus,
    Installation is cancelled at the phase DB creation due to the following error after oracle software installation.
    Oracle base software (10.2.0.1) is installed, patches (10.2.0.4) are applied. after this unable to login sqlplus
    with the following below error
    SQL*Plus: Release 10.2.0.4.0 - Production on Mon Jul 6 09:36:26 2009
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Enter user-name: /as sysdba
    /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'pidbod' in load module '/oracle/GSP/102_64/bin/oracle'.
    ERROR:
    ORA-12547: TNS:lost contact
    Could you please guide us , what needs to be done to rectify this error.
    as long as sqlplus does not work, installation can not proceed further.
    Thanks and Regards
    Purna Chandra Rao.

    Hi,
    Check SAP Note 954896 - ORA-12547 connecting to sqlplus / as sysdba on AIX 5L
    SAP Note 505630 - Composite SAP Note ORA-12547
    Hope it helps
    Thanks
    Sunny

  • IPC permission problems when starting Listener

    I have installed Oracle 8.0.5 on my Redhat 5.2 system.
    I am able to start the database instance and access it with SQL
    Plus. I am also able to start the listener and get a response
    back from the listener using tnsping.
    However, when starting the listener I get some error messages
    stating that I don't have permissions to access/use the IPC
    (sorry, I know little more about IPC other than inter process
    communication). I have a user oracle which owns the database and
    has a primary group of dba.
    Bellow is the output from when i try to run lsnrctl start:
    thanks for your help,
    Federico
    LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 09-JAN-99
    03:04:21
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Starting /oracle/u01/app/oracle/product/8.0.5/bin/tnslsnr: please
    wait...
    TNSLSNR for Linux: Version 8.0.5.0.0 - Production
    System parameter file is
    /oracle/u01/app/oracle/product/8.0.5/network/admin/listener.ora
    Log messages written to
    /oracle/u01/app/oracle/product/8.0.5/network/log/listener.log
    Trace information written to
    /oracle/u01/app/oracle/product/8.0.5/network/trace/listener.trc
    Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=9)(KEY=orcl))
    Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=12)(KEY=PNPKEY))
    Listening on:
    (ADDRESS=(PROTOCOL=tcp)(DEV=13)(HOST=192.168.1.2)(PORT=1521))
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=orcl))
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    null

    Did it say "command completed successfully" "service has 1
    handler" ? If so, then it ran fine. As for the root ownership of
    certain things: some things need to be setuid root to access
    certain OS resources for security purposes. If you see an "s"
    where the execute permissions for owner or group, then the
    executable most likely is set to run setuid or setgid. In other
    words, no matter who invokes that command, the process is run as
    the root user.
    Kevin
    Federico Grau (guest) wrote:
    : Feel kind of stupid about this but i fixed my own problems...
    : first of all, I am using NIS, and my oracle "server" is an NIS
    : client. I had changed the primary group of oracle to dba on my
    : NIS server, but had not updated the NIS databases, so my oracle
    : "server" thought that the user oracle still had a primary group
    : of oracle.
    : I am not sure if that is the cause of the problem, but somehow
    : during one of the package installations *using the defualt
    : installation) the file $ORACLE_HOME/bin/tnslsnr gets owned by
    : user.group root.dba (this does not happen on my AIX oracle
    : installation of 7.3)... Once I change ownership back to
    : oracle.dba things run smothly. Other files that have this same
    : root ownership are dbsnmp, oratclsh, and osh?!
    : any ideas?
    : Federico
    : Federico Grau (guest) wrote:
    : : I have installed Oracle 8.0.5 on my Redhat 5.2 system.
    : : I am able to start the database instance and access it with
    SQL
    : : Plus. I am also able to start the listener and get a
    response
    : : back from the listener using tnsping.
    : : However, when starting the listener I get some error messages
    : : stating that I don't have permissions to access/use the IPC
    : : (sorry, I know little more about IPC other than inter process
    : : communication). I have a user oracle which owns the database
    : and
    : : has a primary group of dba.
    : : Bellow is the output from when i try to run lsnrctl start:
    : : thanks for your help,
    : : Federico
    : : LSNRCTL for Linux: Version 8.0.5.0.0 - Production on
    09-JAN-99
    : : 03:04:21
    : : (c) Copyright 1997 Oracle Corporation. All rights reserved.
    : : Starting /oracle/u01/app/oracle/product/8.0.5/bin/tnslsnr:
    : please
    : : wait...
    : : TNSLSNR for Linux: Version 8.0.5.0.0 - Production
    : : System parameter file is
    /oracle/u01/app/oracle/product/8.0.5/network/admin/listener.ora
    : : Log messages written to
    : : /oracle/u01/app/oracle/product/8.0.5/network/log/listener.log
    : : Trace information written to
    /oracle/u01/app/oracle/product/8.0.5/network/trace/listener.trc
    : : Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=9)(KEY=orcl))
    : : Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=12)(KEY=PNPKEY))
    : : Listening on:
    : : (ADDRESS=(PROTOCOL=tcp)(DEV=13)(HOST=192.168.1.2)(PORT=1521))
    : : Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=orcl))
    : : TNS-12546: TNS:permission denied
    : : TNS-12560: TNS:protocol adapter error
    : : TNS-00516: Permission denied
    null

  • Strange error message when starting listener at boot time

    Hi I have SuSE 10 server and Oracle 10.2.0
    I followed the instruction on my how configure /etc/init.d/dbora to start
    the db instance and the listener at boot time
    The db instance starts fine;however, the listener doesnt start and gives the following strange message
    "cannot start using /ade/vikrkuma_new/oracle/bin/tnslnr"
    Does anyone has seen this and is there a workaround?
    It looks like to me the listener tries to locate the listener.ora but it fails
    I tried to force it by setting TNS_ADMIN in my /etc/init.d/dbora script but it still doesnt pick it up
    any clue?

    Hi,
    Check your oracle bin varible and oracle home varible. If possible can you force this?
    Cheers,
    Kamalesh JK

  • My iMac won't start and there's a prohibition symbol showing when starting up

    hey there, I'm new here.
    I'm having a problem with my iMac. last night I updated to OS X Yosemite but it crashed in the middle of installation and went off by itself and now it won't start up. just displaying grey screen with ø (prohibition symbol). i tried to install OS Snow Leopard but the Macintosh HD cannot be found.
    what should i do? any advice will be very helpful.
    thanks a lot

    http://support.apple.com/en-us/ts2570
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • Error NL-00051 when the listener starts up

    Hi,
    I'm getting an error when the listener starts up on my NT4 system. I have Oracl 8.0.4 running and for some reason I get:
    NL-00051: internal error code, arguments: [302], [1], [], [], [], [], []
    Does anybody know why this is happening. The listener no longer works and the DB's are out of use.
    Any help would be appreciated.
    Thanks,
    Mark Willems

    bash-2.05$ oerr nl 51
    00051, 00000, "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s
    ], [%s]"
    // *Cause:  This is the generic internal error code for NPD program
    // exceptions. This indicates that a process has encountered an
    // exceptional condition.
    // *Action: Report as a bug - the first argument is the internal error number
    // The second argument is the "emfi" (err msg file index).

  • When I listen to music on my iPhone and pause it, if I come back to it later, the playlist has started over. I have a 4S running on iOS 7.0.4. Is there any way to keep this from happening so that my playlist will start off where I last was?

    When I listen to music on my iPhone and pause it, if I come back to it later, the playlist has started over. I have a 4S running on iOS 7.0.4. Is there any way to keep this from happening so that my playlist will start off where I last was?

    Dear Jody..jone5
    Good for you that can't update your iphone because I did it and my iphone dosen't work for example I can't download any app like Wecaht or Twitter..
    Goodluck
    Atousa

  • I have iphone 4s ios 6.1.2 and when i listen music and move the device iphone get crazy. Music stoped started again, siri open, music forward. Please help!!

    I have iphone 4s ios 6.1.2 and when i listen to music and move or shake it iphone get grazy!!Music stoped started again, siri open, music forward. Please help!!
    It's not jailbroken. I wish i had not leave from ios 5.1.1:((

    Hi JimHdk,
    I have also upgraded to ios6.1.3, and facing same wifi connecting problem, after upgrade my iphone3gs is not connecting to my laptop shared wifi, which was working perfect with ios6.1.2,
    and its not an hardware error, its software error, crippy apple does not test their releases which causes problem to users.
    Updates:
    Earlier wifi connection which i was using on my Iphone 3gs, was WPA2, which was shared from my laptop via "Microsoft virtual WiFi Miniport Adapter", was working perfectly till ios6.1.2, but when i have upgraded my iphone 3gs to ios6.1.3, my iphone 3gs became unable to join wifi,
    Today I have created "adhoc network"  on my laptop using "Broadcom 4313 802.11b/g/n"(default wifi adapter of my laptop), and kept security type "WEP", and found my wifi working fine with my iphone 3gs,
    So if someone using LAN internet on their laptop, they can share their LAN internet to use on their ios devices, via creating an 'adhoc network',
    How to create an 'Adhoc Network',
    choose Security Type : WEP (compatible with ios6.1.3)
    http://www.youneedabudget.com/support/article/create-an-ad-hoc-network-in-window s
    Vinay Rajput

  • Error 16 code when starting up CS5, all I can do is uninstall and reinstall, How to fix this?

    Error 16 code when starting up CS5, all I can do is uninstall and reinstall. How to fix this?

    Hi Looze,
    System information would really help as suggested by Mylenium . I would also recommend going through the below mentioned Kb article to see if that resolves the query.
    Configuration error 16 | CC, CS
    Cheers,
    Kartikay Sharma

  • HT4007 Migrated Aperture 3 from old Mac to new Mac - it will not Register correctly, and asks for product codes when started

    I've migrated software from my old Macbook Pro to my New Macbook Pro Retina and the process went ok, except for Aperture 3, It asks for the product codes when started, after 5 starts it asks for Registration details, which I've completed, but on the next start it asks for the product codes again - it is still working correctly on the orginal machine, and shows it is Licensed to me etc - but on the new Mac there is no License information - I should be able to run the software on both machines - anyone any ideas - I've got the original Aperture 2/3 discs so I can install from scratch, but that seems to defeat the whole process of Migration Assitant -  

    Hi Guys - looking through other threads I've used the method suggested by Frank Caggiano on Dec16 2011 - it worked a treat - thanks Frank

  • New issue , when importing new paid app spreadsheet into Configurator iTunes attempts to download an ipa file for each redeem code .  If you have 100 codes 100 downloads will start. Call enterprise support if you are seeing this issue.

    New issue , when importing new paid app spreadsheet into Configurator iTunes attempts to download an ipa file for each redeem code .  If you have 100 codes 100 downloads will start. Call enterprise support if you are seeing this issue.

    New issue , when importing new paid app spreadsheet into Configurator iTunes attempts to download an ipa file for each redeem code .  If you have 100 codes 100 downloads will start. Call enterprise support if you are seeing this issue.

  • Why do I keep getting the error code 148:3 when I try to start Fireworks CS4?

    Why do I keep getting the error code 148:3 when I try to start Fireworks CS4?

    I just reinstalled Fireworks CS4 and it seems to be back to normal. Thanks

  • Why does my iphone 5 automatically revert to shuffle when I start listening to music after sitting overnight?

    I am playing through my music collection alphabetically at work. But, when I stop listening at the end of the day and then start listening at the beginning of the next day, my iPhone starts shuffling instead of continuing alphabetically. Anyone else having that problem? Any ideas why it is doing that?

    My new iphone 5 shuffles all the time even when the shuffle icon isn't selected.  It's driving me crazy I can never listen to the song I want to hear.  On my created playlist it won't play any song it just shuffles through all of them list wise then goes back to the main menu having not played even one song.  I'm so frustrated I could scream.  Something is worng some sort of software glitch.  I never had this problem until I got this new phone two weeks ago.

  • When I listen to music, it starts off at a lower volume than what it's supposed to be......

    When I listen to music, it starts off at a lower volume than what it's supposed to be......

    Hi Yendy14,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots. 
    Troubleshooting iPhone, iPad, and iPod touch accessories
    http://support.apple.com/kb/TS2634
    Cheers,
    - Judy

Maybe you are looking for

  • IDCO for Parking and Posting of FI documents

    Hi all, Could you please help me the IDCO for Parking and Posting of FI documents. Regards Paul

  • Calling databse function from report end. Using Evaluate function.

    Hi All, We have a req where we need to call the backend functions from the report end. I have seen that Evaluate function can be used to do the same. I tried replicating the same same but it didnt work. Can any one please elaborate more on this. Synt

  • Repeat Output based on Quantity

    Hi all, I have created a report that prints order number and line number with some other information at each page. One page prints detail for one line. The requirement is that if there is more than one quantity for the item in the line then output fo

  • Iphoto has Stpped working

    Hi Community I am running OS X 10.6.8 on an imac (intel) I have iphoto version '11 9.2.2 (629.40) My iphoto has stopped loading I just get the spinning cog thing, and no error messages and I cannot time this to anything I have specifically done. I ha

  • Indesign (Mac) won't start - trial period exceeded

    Hi, I invited some people to join Creative Cloud. THey accepted and installed application manager. Installation worked, most software works too, but when starting Indesign we receive a message 0 days of trial are remaining. We tried almost everything