Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Package question.
hello
In article <34010D17.2327_at_comp.polyu.edu.hk>, Stephen <c6635500_at_comp.polyu.edu.hk> writes:
> Hello all,
>
> I have a question about package.
> How to list the content of the package? When I type "select * from
> dba_object_size", it can show the package and its owner. But how can I
> know the content of the particular package?
select * from user_source where name=your_package_name
>
> Moreover, is the package can be used by its owner? If so, how can grant
> the privilege to other users?
>
> Thanks,
> Stephen
HTH
peter
Received on Fri Aug 29 1997 - 00:00:00 CDT
![]() |
![]() |