Unix Technical Forum

extproc agents doesn't recognize new library

This is a discussion on extproc agents doesn't recognize new library within the Oracle Miscellaneous forums, part of the Oracle Database category; --> Hi there, I have successfully registered and used a C-library with Oracle 10g. The only problem I have is: ...


Go Back   Unix Technical Forum > Database Server Software > Oracle Database > Oracle Miscellaneous

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-07-2008, 10:48 PM
Michael Schaefers
 
Posts: n/a
Default extproc agents doesn't recognize new library

Hi there,

I have successfully registered and used a C-library with Oracle 10g. The
only problem I have is:

extproc does not recognize changes in the .so file and keeps using old
cached versions. Whenever I alter the .so file (e.g. by recompilation),
I have to kill the extproc process explicitly to let Oracle recognize
the new library. Another way is: logging off and on again :-(

The listener.ora looks like this:

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = extproc)
(ORACLE_HOME = /opt/oracle/product/10.1.0/db_1)
(PROGRAM = extproc)

(ENVS="EXTPROC_DLLS=ANY,DEBUG_MODULES=ALL,DEBUG_FI LE=/tmp/ext_proc.log")
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = dbserver1)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
)
)


My question: Is there an easy way to tell the extproc process not to use
cached versions of .so files?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:27 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com