[asterisk-users] Oracle and asterisk

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Mon Dec 3 01:11:37 CST 2007


On Monday 03 December 2007 00:48:55 Bhrugu Mehta wrote:
> I want to connect asterisk with oracle database.

You'll need to install the Oracle ODBC driver for Linux.  One word of warning,
though:  the ODBC driver linked against the InstantClient library has a very
nasty resource leak in the library itself.  Specifically, on every connection,
it leaks 2 file descriptors and fails to close cursors properly on each
statement executed.  Therefore, be sure that you're linking to the other
Oracle client library, not the InstantClient.

http://home.fnal.gov/~dbox/oracle/odbc/

-- 
Tilghman



More information about the asterisk-users mailing list