Skip to Content.
Sympa Menu

freetds - Re: 回复: Re: [freetds] I can not use freeTDS for Oracle HS

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Steve Langasek <vorlon AT dodds.net>
  • To: freetds AT lists.ibiblio.org
  • Subject: Re: 回复: Re: [freetds] I can not use freeTDS for Oracle HS
  • Date: Thu, 16 Jun 2005 23:16:27 -0700

On Fri, Jun 17, 2005 at 01:45:02PM +0800, Wei Jiang wrote:
> I don't think so, please pay attention :
> DB_ODBC_INTERFACE (713): ; [C077]
> Could not find symbol 'SQLDescribeParam' in dynamic
> library
> DB_ODBC_INTERFACE (717): ; [C079] Failed to load
> dynamic library
> '/usr/local/freetds/lib/libtdsodbc.so'
> Count not find symbol 'SQLDescribeParam', maybe HS of
> oracle can not find the 'SQLDescribeParam' in
> libtdsodbc.so. FreeTDS can not support Oracle HS? I
> used freeTDS 0.63, the last stable version, is it too new?

The FreeTDS ODBC driver does not implement the SQLDescribeParam function, so
you will not be able to use it with Oracle HS in this configuration.
However, you should probably be pointing Oracle HS at an ODBC *driver
manager*, not at libtdsodbc.so directly; libodbc.so from UnixODBC does
implement SQLDescribeParam, so putting libodbc.so in the Oracle HS config
in place of libtdsodbc.so may give you better results.

Cheers,
--
Steve Langasek
postmodern programmer

Attachment: signature.asc
Description: Digital signature




Archive powered by MHonArc 2.6.24.

Top of Page