More than 1 ROWIDs for 1 single record [message #116000] |
Fri, 15 April 2005 17:47 |
win_vj
Messages: 16 Registered: March 2005 Location: India
|
Junior Member |
|
|
Hi,
I have a table on Production. That table has a primary key. But today when i checked the records on the basis of that primary key, It gave me more than values for a same record. I checked that primary key in USER_CONSTRAINTS,and it was there. Then i checked the ROWIDs again it gave me 3 values.
1. select * from a where id='1';
----Here id is a Primary Key, even then this query returned 3 rows
2. select rowid from a where id='1';
----Here it returned 3 ROWIDs
Now My question is how dupliacy happened in Primary Key field and How there are 3 ROWIDs for a same record?
Thanks n Regards
Vijay
|
|
|
|
|
|