Skip to Main Content

DevOps, CI/CD and Automation

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!

Rep=2103 error message in oracle 10g

438711Jan 26 2010 — edited Jan 28 2010
Hi After migrating from 6i to 10g I am getting the following msg when I try to generate a report:

rep-2103: column 'cf_street_address' : pl/sql formula returned invalid value or no value

I have the following code in my function:


function CF_street_addressFormula return VARCHAR2 is
begin
return(:address_line_1||' '||:address_line_2||' '||:address_line_3||' '||:address_line_4);

end;

Please help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 25 2010
Added on Jan 26 2010
3 comments
2,537 views