Microsoft
Software
Hardware
Network
Question : Is there a user_packages table synonymous to the user_tables table?
Is there a user_packages table synonymous to the user_tables table?
I want to create a query of all the packages available to the user from command prompt.
Thanks
Answer : Is there a user_packages table synonymous to the user_tables table?
>>all the packages available
Use ALL_ views not the USER_ views
select distinct name,type from all_source where type in ('PROCEDURE','PACKAGE')
/
Random Solutions
Linux Transfer Script
convert from repeater to gridview
Bang for the Bucks
Asterisk DialPlan issue
Restoring exchange state to a test environment
How to restrict user to key-in dot / decimal point only once in a Userform Textbox?
Exchange on different Domain
Remote monitoring software
VB script to list disk name and size and free space
How can I Return a fictitious row into a result set?