Re: Oracle Reports 2.5.5.15.0

From: Martin Cookson <martin.cookson_at_dial.pipex.com>
Date: Wed, 10 Mar 1999 00:24:23 -0000
Message-ID: <7c4e52$fu2$1_at_plug.news.pipex.net>


I don't know if this will be of any help by I used to get this error message when writing PL/SQL code in Forms 3.0 applications - it was always cuased by syntax errors. Try checking through the syntax. Sorry I can't be more helpful.

Martin Cookson

Steffen Prietz wrote in message <36D5BC53.6C9D4BEA_at_heyde.de>...
>Hello Gurus, Gods and all other advanced 'oramen' and 'orawomen',
>
>I have the following problem on creating a report:
>
>I want to compile this formula-function on a placeholder-column named
>'CP_INTL' (format:Char(20)).
>'PLZ' is a column from the database query in the Data Model.
>--
>function CP_INTLFormula return Character is
>begin
> if substr(:PLZ,1,1) in ('D','0','1'..'9')
> then
> :CP_INTL := 'XXXXXXXXXXXXXXXXXXXX';
> else
> :CP_INTL := ' ';
> end if;
> return (:CP_INTL) ;
>end;
>--
>After compiling this I get always this error message:
>
>'Error 0 at line 0, column 0
>PL/SQL Check #21201. Please inform your Oracle Representative. '
>
>
Received on Wed Mar 10 1999 - 01:24:23 CET

Original text of this message