If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Relative newcomer to Oracle. Where does Oracle store information about the Primary Keys for its tables? Specifically, how can I determine, by table, what column(s) are used for the Primary key?
try USER_CONS_COLUMNS. The best way to learn abouth these tables is get something like TOAD (free version available) and just browse the views belong to sys.
Anywhere I can learn the names of these sys tables???? I know a few but never the one I need it seems. Have Toad tool......will it tell me the name of these sys tables?