Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View Definitions
Message
 
General information
Forum:
Oracle
Category:
Other
Miscellaneous
Thread ID:
00841091
Message ID:
00841271
Views:
22
>Hi Mark,
>Working from the User_Views view, I got:
>select o.name view_name, c.name col_name, c.length, c.precision#
>   from sys_obj$ o, sys.col$ c
>   where o.obj# = c.obj#
>      and o.owner# = userenv('SCHEMAID')
>      and upper(o.name) like 'MYVIEWNAME%'
>   order by c.col#
>HTH.

Hi Larry,

That works perfectly. Just 1 typo though -- sys_obj$ should be sys.obj$

Thanks!
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform