Skip to Content
0
Former Member
Jul 27, 2016 at 06:46 PM

Get InfoStew to pull from DBA_TABLES instead of ALL_TABLES (Oracle)

77 Views

I assume that for metadata management files (tables, views, etc), Info Stew pulls (in an Oracle database) from ALL_TABLES. For example -

select owner, table_name from all_tables, etc...

I want it to pull from DBA_TABLES -

select owner, table_name from dba_tables, etc.

Is it possible to get IS to pull from a specific place?

thanks