Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: more problems with listing pks and fks
Thenard,
If your using Win95/98/NT try using TOAD (Tool for Oracle Application Developers), wonderful freeware available from www.toadsoft.com. It has a great object browser wich gives you all the info you want on all the database objects (Tables, Views, Constraints etc.).
Good luck,
Sicco Otten
In article <6tnimn$ugb$1_at_nnrp1.dejanews.com>,
Thenardier_at_POBoxes.com wrote:
>
>
> hi,
>
> i asked u people about how to list pks and fks of a tables and
> someone told me to select table name from the all_constraints
> where constraint_type is 'P'. i tried it and find it works fine
> if the table's pk contains only one columns. but if the pk is
> a combination of different columns, it returns no row. what
> should i do?
>
> thanx.
>
> rgds,
> thenard
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
>
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Thu Sep 17 1998 - 00:00:00 CDT
![]() |
![]() |