> Hi Tim & everyone else,
>
> i implemented the fix (correction in
> APEXLIB_V_PAGE_COMPUTATION View and
> ApexLib_Computation.pkb Package) and
> uploaded a new zip-file
> ApexLib_v2_0_1.zip .
>
> All you have to do is install the
> database part of ApexLib again and
> computations will work regardless if
> you installed in own apexlib schema or
> in application schema.
>
> enjoy, Peter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When implemented the following error is given:
Error: ORA-20555: Unsupported computation type “QUERY”!-
Fix: edit ApexLib_Computation.pkb and change line 305, it should read ‘QUERY’ instead of ‘SQL QUERY’.
Thanks to Peter for the fix!
Peter Raganitsch:
> Hi Tim & everyone else,
>
> i implemented the fix (correction in
> APEXLIB_V_PAGE_COMPUTATION View and
> ApexLib_Computation.pkb Package) and
> uploaded a new zip-file
> ApexLib_v2_0_1.zip .
>
> All you have to do is install the
> database part of ApexLib again and
> computations will work regardless if
> you installed in own apexlib schema or
> in application schema.
>
> enjoy, Peter