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
Using GPP to set unique printers for each user on a Terminal Server
Slow Ubuntu on Netbook
Installing second 2003 exchange server
PIX 515E upgrade 6.35 To 7.24
Convert mailbox to room
How do you find a bug in a stored procedure?
batch file or script that emails when finding "error" in file
How do I get rid of the pastel colors in an Excel chart when I switch row/column data?
How to use Merge (from Sql 2008) with this query
sbs 2003 moving mailbox to sbs 2008 very slow