Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OWB10R2 - Error Deploying Mapping

529720Aug 23 2006 — edited Dec 20 2006
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 17 2007
Added on Aug 23 2006
8 comments
905 views