Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ora-04068
>ORA-04067: not executed, package body "SYSTEM.DBMS_APPLICATION_INFO" does
^^^^^^Did you try to run the script while connected as SYSTEM?
>I checked the package inside the db and this is what I get:
>OWNER SYNONYM_NAME
>------------------------------ ------------------------------
>TABLE_OWNER TABLE_NAME
>------------------------------ ------------------------------
>DB_LINK
>----------------------------------------------------------------------------
>----
>
>PUBLIC DBMS_APPLICATION_INFO
>SYS DBMS_APPLICATION_INFO
^^^
It looks like this is a script that should be run as SYS.
I once tried to run a SYS script as SYSTEM, and I barely lived
to tell about it. Do the comments at the beginning of the .sql
file tell you what to run it as?
(Apologies if you were SYS and Oracle's just being silly...)
Good luck,
- Catherine
![]() |
![]() |