cancel
Showing results for 
Search instead for 
Did you mean: 

Unsatisfied code symbol ''kglsimla09_' when starting listener

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks.

stefan_koehler
Active Contributor
0 Kudos

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

lbreddemann
Active Contributor
0 Kudos

Hi Xwu,

looks like there had not been a successful make-run after the installation of the patchset.

Therefore, check the make-log and/or re-run the make to have all objects correctly linked.

By the way: nowadays you really should go for 10.2.0.4 instead.

regards,

Lars