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
Output XML from SQL
Deploying Windows 7 via K2000
DB Owner right is missing but I can't find which database it is
multiple database options
Coldfusion upload files problem
Registering mscal.ocx
"Transfer SQL Server Objects Task" & Truncate
counts records in a query
Secure the backend-DB
Show Hide tables using drop downs in asp