Table containing column type

Is there a table that contains the column type? I need to make a cursor of all numeric five columns in a table.

    Requires Free Membership to View

dba_tab_columns is a data dictionary view which contains the info you need. If you don't have access to the "dba" views, try looking at all_tab_columns or user_tab_columns.

This was first published in October 2003

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.