TAbles/Columns missing in information schema

Started by Susan Hurstalmost 7 years ago3 messagesgeneral
Jump to latest
#1Susan Hurst
susan.hurst@brookhurstdata.com

Why would schemas/tables/columns be missing from
information_schema.tables/information_schema.columns?

We recently promoted some new tables to production but only 2 of the 4
schemas appeared in
information_schema.tables/information_schema.columns.

The schemas/tables/columns do exist as expected but they are not
represented in information_schema.tables/information_schema.columns.

Why is that? Where can I find the missing info for use in a view that
displays the tables and columns in a database?

Thanks for your help!

Sue

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Susan E Hurst
Principal Consultant
Brookhurst Data LLC
Email: susan.hurst@brookhurstdata.com
Mobile: 314-486-3261

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: Susan Hurst (#1)
Re: TAbles/Columns missing in information schema

On Fri, May 10, 2019 at 3:46 PM Susan Hurst <susan.hurst@brookhurstdata.com>
wrote:

Why would schemas/tables/columns be missing from
information_schema.tables/information_schema.columns?

The user you are using to check information_schema doesn't have permissions
on the objects in question?

David J.

#3Susan Hurst
susan.hurst@brookhurstdata.com
In reply to: David G. Johnston (#2)
Re: TAbles/Columns missing in information schema

Oh my!

I'll check on that...thanks, David!

---
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Susan E Hurst
Principal Consultant
Brookhurst Data LLC
Email: susan.hurst@brookhurstdata.com
Mobile: 314-486-3261

On 2019-05-10 17:51, David G. Johnston wrote:

Show quoted text

On Fri, May 10, 2019 at 3:46 PM Susan Hurst <susan.hurst@brookhurstdata.com> wrote:

Why would schemas/tables/columns be missing from
information_schema.tables/information_schema.columns?

The user you are using to check information_schema doesn't have permissions on the objects in question?

David J.