Is any privilege needed to access packages.for eg,
if i use dbms_output.put_line,i get the err msg as
identifier dbms_output.put_line must be declared.
Yes, you need a priledge, but in most cases it's granted to PUBLIC. Another possible reason is lack of (PUBLIC) synonym, though in this case you still may call it as sys.dbms_output.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.