Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How can I see Integrity Rules?
Buenas !!
Eva Serralvo wrote:
> I would like to know how can I see Integrity Rules in my DB, ¿which
> opcion
> enables me to see and update this rules?
Firs of all, think next time to begin with something more funny. Something linke:
Hi !
(usually we are working and msg like you are a little boring ;)
You can find this information in the 'Oracle7 Server SQL Reference' (I know you are using Oracle7)
Then, go to index, and click on 'Integrity Constraits'
There, you'll become documented into the integrity world, knowing what is a data dictionary (that I previously explained via netmail) and other things.
Anycase, the solution:
SELECT A.TABLE_NAME , B.CONSTRAINT_NAME FROM USER_TABLES A , USER_CONSTRAINTS B WHERE B.TABLE_NAME = A.TABLE_NAME;
and a little information about some useful things:
Try readin' it next time!
Sorry for my poor level of english.
Cheers,
Jordi Bellver
Received on Thu Nov 13 1997 - 00:00:00 CST
![]() |
![]() |