Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: error: PLS-00201: identifier 'UPDATEXML' must be declared
Gertjan schrieb:
> Hi Maxim,
>
> Thanks for solving this riddle! Is there perhaps a list of other
> functions that have the same limitation? (I don't have access to
> metalink unfortunately)
>
> Gertjan
>
Not that i am aware of, but in every particular case you can easily
detect such restriction building a test case with sql-like
select function_in_question into variable;
and plsql-like
variable := function_in_question;
In every case it is advisable to get a proper Metalink account, if your development goes further than selfeducational purposes.
Best regards
Maxim Received on Mon Jan 29 2007 - 02:49:18 CST
![]() |
![]() |