Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Java Class Does Not Exist
<amerar_at_iwc.net> wrote in message
news:1119537095.822919.33920_at_f14g2000cwb.googlegroups.com...
>
> Obviously......but the objects exists in the SYSTEM schema:
>
> SQL> select object_name, object_Type, owner from all_objects where
> object_name = 'mail';
>
> OBJECT_NAME OBJECT_TYPE OWNER
> ------------------------------ ------------------
> ------------------------------
> mail JAVA CLASS SYSTEM
> mail JAVA SOURCE SYSTEM
>
> And, other schemas can execute it. So, what am I missing with this
> schema??
>
check permissions to the object Received on Fri Jun 24 2005 - 09:29:28 CDT
![]() |
![]() |