Hello,
When I try to execute the following PL-SQL code I have right results:
But when I try to compile a store-procedure using a similar code I get a compilation error:
What I have to do to fix this error?
Marcelo...
Solved! Go to Solution.
Hi Marcelo
you must use this reference of intersect operation in PLSQL code: "sde.st_relation_operators.st_intersects_f"
this is because PL/SQL requieres referencing the underlying functions by fully qualifying their appropiate package and function name.
look this link:
Hi Marcelo
you must use this reference of intersect operation in PLSQL code: "sde.st_relation_operators.st_intersects_f"
this is because PL/SQL requieres referencing the underlying functions by fully qualifying their appropiate package and function name.
look this link:
In this Document
APPLIES TO:Oracle SQL Developer - Version 3.2 and laterInformation in this document applies to any platform. SYMPTOMSsql developer version: 3.2.20.09 Attempting to compile Function/Prucedure/Package in SQL Developer throws the following error: PLS-00707: unsupported construct or internal error [2603] This issue is not occuring in sqlplus. This issue occurs only for the 11g/11gr2 Database on SQL Developer. CAUSEIt seems to be caused by the parameter PL/SCOPE variable when it uses the value "IDENTIFIERS:ALL". More about PL/Scope can be found here: SOLUTION1. Go to Preferences in SQL Developer. |