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
how to select the last 4 characters in the right of a column
If I know the IP address of a device.
pop3 exchange connector
VBA - Pause after SetFocus
insert rows and data in Excel from VB6
hard drive making clicking noises
report memory leak with fastMM4
3com 9552 Configure WPA
RSAT for Windows 2008 R2?
CVS No Such Repository error