MQSeries.net
Search
Tech Exchange
Education
Certifications
Library
Info Center
SupportPacs
LinkedIn
Search
FAQ
 Â
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...
Oracle Database ESQL anomaly...
«
View previous topic
::
View next topic
»
Author
Message
MarkOates
Posted: Tue Jul 01, 2008 8:15 am
Post subject: Oracle Database ESQL anomaly...
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
DanielG
Posted: Mon Aug 04, 2008 8:02 am
Post subject:
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
broker_new
Posted: Mon Aug 04, 2008 11:08 am
Post subject:
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
AkankshA
Posted: Mon Aug 04, 2008 8:11 pm
Post subject: Re: Oracle Database ESQL anomaly...
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
dipankar
Posted: Tue Aug 05, 2008 4:57 am
Post subject:
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
Balaji_P
Posted: Tue Aug 05, 2008 6:09 pm
Post subject:
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
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Page
1
of
1
MQSeries.net Forum Index
»
WebSphere Message Broker (ACE) Support
»
Oracle Database ESQL anomaly...
Jump to:
Select a forum
General Discussion
----------------
Read First for All New to IBM MQ, Integration, Messaging, WebSphere - Only Moderators Post Here
General Discussion
Messaging and Integration Technologies FAQ
News/Updates
Links
Job Seekers
Job Postings
General Forums Information
Requirements, Wishlists & Enhancement Requests
----------------
RFEs - Requirements, Wishlists & Enhancement Requests - Open Forum
IBM MQ Support
----------------
General IBM MQ Support
IBM MQ Cloud and SaaS, Cloud Hybrid and Containers
IBM MQ Installation/Configuration Support
Clustering
IBM MQ Telemetry / Low Latency Messaging / Everyplace
Mainframe, CICS, TXSeries
iSeries, OpenVMS, HP-NSS
IBM MQ Performance Monitoring
IBM MQ Security
IBM MQ Development
----------------
IBM MQ Java / JMS
IBM MQ API Support
Multiphase Commit
User Exits
WebSphere Message Broker
----------------
WebSphere Message Broker (ACE) Support
WMB Patterns Repository - Available for Download
WebSphere Application Server
----------------
WebSphere Application Server
Web Services
----------------
WebSphere DataPower
Products that use IBM MQ
----------------
Workflow Engines - IBM MQ Workflow & Business Process Choreographer
WebSphere Process Server (WID/WPS/WAS+)
WebSphere Interchange Server + Adapters
IBM MQ File Transfer Edition
Resources, Files, Samples, Archives, Misc
----------------
Files and Code Samples
Archives - All
Challenge Forum
Sponsored Forums
----------------
Cressida Technology
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.