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
Problem with SOAP application on IIS "502 - Web server received an invalid response while acting as a gateway or proxy server"
Which Drivers
Timeout Expired max pool size was reached
Do Access Forms sometimes "Time-out" on opening if the underlying query is too complex?
Regex to remove content from alt attribute in image tag
Exchange / domain Setup 2003
SBS 2008: how to setup an email only account to allow outside mail client to send/receive outsidedomain.com email that is being hosted on our server
edit php.ini
CF - Form checking for errors with form action
Network Share, and Sql login not working properly for 1 user in a group.