OWB10R2 - Error Deploying Mapping
529720Aug 23 2006 — edited Dec 20 2006I have created a mapping using a PL/SQL Proc from a source location and am trying to deploy it using control center. I get the following errors:
ORA-06550: line 105, column 23:
PLS-00103: Encountered the symbol "." when expecting one of the following:
:= . ( @ % ; not null range default character
ORA-06550: line 105, column 32:
PLS-00112: end-of-line in quoted identifier
When I look at the script it generated, I can see the obvious problem:
-- Status variable for Batch cursors
""COSS_BUSINESS_OBJECT"."CRE_St" Boolean;
It is trying to put two double quotes in front of the source schema name, so all the quoted identifiers will be messed up.
Does anyone have any ideas or a workaround for this?
Thanks,
John