Quote Originally Posted by Chucks_k
Hi,

Thats what i thought as well. Hence i gave execute persmission on (grant execute on package to sys) the package to sys. Then as sys i tried running the procedure as such:

exec package.proc

I still got the same error:

PLS-00201: identifier 'procedure.package' must be declared

Any ideas will be greatly appreciated.
Are you passing in the wrong datatype for the parameter?
Are you familiar with overloading procedures in a package?