| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: Tables without primary key
maier_michael2003_at_yahoo.de (Michael Maier) wrote in message news:<99f00224.0409091212.336e2937_at_posting.google.com>...
> Hi,
>
> thx a lot, i will try it tomorrow.
>
>
> Best Regards,
> Micha
An easier and faster way to do it would be doing the following:
select owner,table_name from dba_tables
minus
select owner,table_name from dba_constraints
where constraint_type != 'P'
Pablo Rovedo
from Argentina
Received on Fri Sep 10 2004 - 18:10:27 CDT
![]() |
![]() |