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 » Disable default schema name when invoking ORCL stored proc

Post new topic  Reply to topic
 Disable default schema name when invoking ORCL stored proc « View previous topic :: View next topic » 
Author Message
dangn
PostPosted: Thu Sep 13, 2007 10:59 am    Post subject: Disable default schema name when invoking ORCL stored proc Reply with quote

Newbie

Joined: 13 Sep 2007
Posts: 1

I'm having an issue invoking an Oracle stored procedure from WMB v6. Here is how I defined the external name of the stored procedure in WMB:

EXTERNAL NAME "grp.eai_query_available_coverages"

The problem is that when WMB invokes the stored procedure, Oracle rejects it because WMB includes the schema name "grp". I was told by an Oracle DBA that I should only invoke the stored procedure with just the name (unqualifed call) eai_query_available_coverages. I tested invoking this stored procedure using SQL Navigator and confirmed with the Oracle DBA that grp have to be removed.

However, if I remove "grp" from EXTERNAL NAME definition as follows:

EXTERNAL NAME "eai_query_available_coverages"

WMB, by default, adds default datasource name and user account to the stored procedure as follows:

datasourcename.useraccount.eai_query_available_coverages

This doesn't work either because Oracle doesn't recognize this syntax.

Question: Is there a way for me to configure WMB to NOT include the datasourcename/schema when invoking the stored procedure? I'm looking for a way to just invoke the stored procedure as eai_query_available_coverages (no schema, no datasourcename) from WMB

Thanks
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 » Disable default schema name when invoking ORCL stored proc
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.