Database Administration (MOSC)

MOSC Banner

How to find VIEW that uses specific function

edited Oct 30, 2012 5:31AM in Database Administration (MOSC) 4 commentsAnswered ✓
I want to find which view uses a specific function. If I type the below I get ORA-00932. How can I do it?

 select view_name from dba_views
 where upper(text) like upper('%function%');

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center