Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't execute package

Status
Not open for further replies.

MikeJones

Programmer
Nov 1, 2000
259
GB
Hello,

I'm having trouble running the Oracle supplied DBMS_OBFUSCATION_TOOLKIT package. I don't think my problem is specific to this package though.

When I try to run it I get the following error

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

However I can describe the package, It's public procedures etc.

It's status in DBA_objects is also "valid"

Finally I have been given execute priv on it.

Can anybody help me?

Thanks,

Mike.
 
hi mike,

have you run catalog and catproc on this instance?
Mike
michael.j.lacey@ntlworld.com
 
Make sure you are calling the procedure as owner.procedure(args)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top