Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Error on creating procedure
klone5399_at_my-deja.com wrote:
>
> I am trying to create a simple procedure in Oracle. I get the following
> error.
> ORA-06553: PLS-213: package STANDARD not accessible
>
> I could not find this error in Oracle documentation.
> I have given DBA rights to the user so it should not be an authorization
> issue. Any help would be appreciated
>
> Khurram
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Try running the $ORACLE_HOME/rdbms/catproc.sql script while logged in as
SYS or connected internally. Then run your own script. It looks as if that
was never
done.
Received on Tue Nov 09 1999 - 07:05:01 CST
![]() |
![]() |