PLS-00201: When Calling a DB2 Procedure From Oracle Database via DG4DB2
(Doc ID 1468324.1)
Last updated on AUGUST 17, 2021
Applies to:
Oracle Database Gateway for DRDA - Version 11.2.0.1 to 11.2.0.3 [Release 11.2]Information in this document applies to any platform.
Symptoms
After upgraded to Oracle Database Gateway for DRDA 11gR2 11.2.0.3, when trying to recompile or execute procedure that references
a DB2 procedure, is getting the following error:
SQL> variable outvar varchar2(2000)
SQL> exec PLWEBTS.GCVM626E@sdcsodg_db2i('InPut Paramter',:outvar);
BEGIN plwebts.GCVM626E@sdcsodg_db2i('InPut Paramter',:outvar); END;
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'PLWEBTS.GCVM626E@SDCSODG_DB2I' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |