DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: ORA-06508 PL/SQL: could not find program unit being called

Threaded View

  1. #1
    Join Date
    Apr 2004
    Location
    Boston MA
    Posts
    90

    ORA-06508 PL/SQL: could not find program unit being called

    ORA-06508 PL/SQL: could not find program unit being called

    Cause An attempt was made to call a stored program that could not be found. The program may have been dropped or incompatibly modified, or have compiled with errors.
    Action Check that all referenced programs, including their package bodies, exist and are compatible.


    Has anyone have encountered this message?
    How come Oracle can't find a program unit being called at runtime?
    Everything compiles so the absence of the program unit should have been caught at compile time. Why is this rased at runtime?
    How the programs may not be compatible?

    Yes, execute was granted to public.

    Need code?
    Last edited by ddrozdov; 04-23-2004 at 04:47 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width