select a.table_name
from user_tables A
where not exists
(select null
from user_constraints b
where a.table_name = b.table_name
and B.constraint_type='P');
Bill
Lead Application Developer
New York State, USA
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.