Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PLS error 00801: internal error [25200]
What is the Oracle (and the PL/SQL) version involved? What's the o/s? =
I've seen a similar problem with a nested query caused by a bug on =
Solaris and Oracle 7.2.
Kal Khatib wrote in message <35CF7BA9.CBDD8377_at_cisco.com>... I try to declare a cursor that has a complex select statement. When = I compile
I get PLS-00801 error. When I replace the select with a simple = (sleect sysdate from dual)
the package compiles.
the statement I'm using is something like:
SELECT a, b, c, sum (x), sum(y) FROM (SELECT some_fields FROM tables WHERE conditions) t1,WHERE conditions
(SELECT some_fields
FROM tables WHERE conditions) t2,
(SELECT some_fields
FROM tables WHERE conditions) t3
the statement runs perfectly in SQLPLUS prompt. The DBA could not = help me out.
the specific error message I get is
LINE/COL ERROR
so the error is at line/col 0/0!!!
could it be some misplaced quotes etc?
help greatly appreciated.
thanks
Kal.
Received on Tue Aug 11 1998 - 17:35:08 CDT
![]() |
![]() |