Posted: Mon Aug 02, 2010 12:47 am Post subject: ODBC error
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
MB 6.0.0.5 UNIX
Database Oracle
Hello I have problem with execution Oracle procedure from broker.
Everything works fine if I place schema, package na procedure in external procedure definition (... EXTERNAL NAME "CBZG.ZG_ADMIN.wersja"; ).
When I use schema name from Compute datasource name (... EXTERNAL NAME "ZG_ADMIN.wersja"; ) I get error:
(0x03000000):Text = 'The procedure is unknown to the database and no definition could be found.'
(0x01000000):Insert = (
(0x03000000):Type = 5
(0x03000000):Text = 'CBZG.ZG_ADMIN.WERSJA'
Database definition:
FUNCTION wersja RETURN VARCHAR2 IS
BEGIN
RETURN 'Specification: ' || mc_SpecVersion || '. Body: ' || mc_BodyVersion;
END wersja;
External definition:
CREATE PROCEDURE PodajWersje() RETURNS CHARACTER
LANGUAGE DATABASE
EXTERNAL NAME "ZG_ADMIN.wersja";
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