ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Oracle Database ESQL anomaly...

Post new topic  Reply to topic
 Oracle Database ESQL anomaly... « View previous topic :: View next topic » 
Author Message
MarkOates
PostPosted: Tue Jul 01, 2008 8:15 am    Post subject: Oracle Database ESQL anomaly... Reply with quote

Newbie

Joined: 24 Sep 2007
Posts: 6

I have a broker (v6.x) flow which is communicating with an Oracle (10g) database.

The following ESQL works fine:

[SET Environment.ResultSet[] =
(SELECT
*
FROM
Database.ORGANISATION AS T
WHERE
T.DESC_ID = 1);


However if I replace the '1' value with a variable I receive the following error:

"Driver does not support this function"


I am using the DataDirect ODBC Oracle driver supplied with the broker.

Any help would be much appreciated.
Back to top
View user's profile Send private message
DanielG
PostPosted: Mon Aug 04, 2008 8:02 am    Post subject: Reply with quote

Novice

Joined: 29 Mar 2003
Posts: 13

Hava you specified all relevant ODBC driver options (including WorkArounds) as described in the WMB InfoCenter?
Back to top
View user's profile Send private message
broker_new
PostPosted: Mon Aug 04, 2008 11:08 am    Post subject: Reply with quote

Yatiri

Joined: 30 Nov 2006
Posts: 614
Location: Washington DC

try

SET Environment.ResultSet[] =
SELECT
*
FROM
Database.ORGANISATION AS T
WHERE
T.DESC_ID = '1';
Back to top
View user's profile Send private message
AkankshA
PostPosted: Mon Aug 04, 2008 8:11 pm    Post subject: Re: Oracle Database ESQL anomaly... Reply with quote

Grand Master

Joined: 12 Jan 2006
Posts: 1494
Location: Singapore

MarkOates wrote:
I have a broker (v6.x) flow which is communicating with an Oracle (10g) database.

The following ESQL works fine:

[SET Environment.ResultSet[] =
(SELECT
*
FROM
Database.ORGANISATION AS T
WHERE
T.DESC_ID = 1);


However if I replace the '1' value with a variable I receive the following error:

"Driver does not support this function"


I am using the DataDirect ODBC Oracle driver supplied with the broker.

Any help would be much appreciated.


It does work.. I have been using it since years...

make sure you do not have any datatype mismatch and also the variable has populated the desired value..
_________________
Cheers
Back to top
View user's profile Send private message Visit poster's website
dipankar
PostPosted: Tue Aug 05, 2008 4:57 am    Post subject: Reply with quote

Disciple

Joined: 03 Feb 2005
Posts: 171

It seems your are using different version of oracle client to connect to oracle server 10g.

That's why you are getting that exception.
_________________
Regards
Back to top
View user's profile Send private message
Balaji_P
PostPosted: Tue Aug 05, 2008 6:09 pm    Post subject: Reply with quote

Apprentice

Joined: 05 Sep 2006
Posts: 36
Location: Chennai

Hi

Are u using the driver "Mqseries DataDirect Technologies 5.2 32 BIT Oracle".

If u add a new DSN specifying this driver , make sure in the Advanced tab you are Checking "Enable SQLDescribeParam".

I had faced the same in the past.

Cheers
Balaji.P
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Oracle Database ESQL anomaly...
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.