Which Oracle dictionary view gives information about the position of a column in a pr

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • valexena

    Which Oracle dictionary view gives information about the position of a column in a pr


    Which Oracle dictionary view gives information about the position of a
    column in a primary key?


    --
    Posted via http://dbforums.com
  • Hans Forbrich

    #2
    Re: Which Oracle dictionary view gives information about the position ofa column in a pr

    valexena wrote:
    >
    Which Oracle dictionary view gives information about the position of a
    column in a primary key?
    >
    --
    Posted via http://dbforums.com
    The one that displays info about constraint columns

    --
    /Hans
    [mailto:`echo $from" | sed "s/yahoo/telusplanet/g"`]

    Comment

    • Mark D Powell

      #3
      Re: Which Oracle dictionary view gives information about the position of a column in a pr

      valexena <member43815@db forums.comwrote in message news:<3525320.1 067221684@dbfor ums.com>...
      Which Oracle dictionary view gives information about the position of a
      column in a primary key?
      You might want to check out the following two articles to get familar
      with the Oracle RDBMS dictionary

      How do I find information about a database object: table, index,
      constraint, view, etc… in Oracle ?


      How do I find out which users have the rights, or privileges, to
      access a given object ?


      HTH -- Mark D Powell --

      Comment

      Working...