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