ALL_TAB_COLS differs from ALL_TAB_COLUMNS in that hidden columns are not filtered out.
What are hidden fields?
This view differs from “ALL_TAB_COLUMNS” in that hidden columns are
not filtered out.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hidden columns are columns that exist in the table but that cannot be selected. There are various reasons that Oracle might create a hidden column– two of the more common reasons are
Various other Oracle features may create hidden columns as well though those features tend to be more esoteric (i.e. if memory serves, interMedia creates a couple of hidden columns to track various bits of data).