ORA-02273: this unique/primary key is referenced by some
foreign keys
Answers were Sorted based on User's Feedback
Answer / muzafar
Query to find the references
select * from all_constraints
where constraint_type='R' and
r_constraint_name='YOUR_CONSTRAINT_NAME';
OR DROP THE PRIMARY AND FORIGN KEY WITH THIS COMMAN
Query to find the references
alter table InISMast drop primary key cascade;
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / guest
Cause: Self-evident.
Action: Remove all references to the key before the key is
to be dropped.
Please add more information about this Error
| Is This Answer Correct ? | 2 Yes | 1 No |
DRG-12211: section or section id string does not exist
ORA-24810: attempting to write more data than indicated
ORA-10580: Can not modify datafile header during test recovery
ORA-15021: parameter "string" is not valid in string instance
TNS-12661: Protocol authentication to be used
LPX-00113: element "~1S" ID attribute "~2S" must be #IMPLIED or #REQUIRED
ORA-27458: A program of type PLSQL_BLOCK cannot have any arguments.
ORA-20000: %s
ORA-02094: replication option not installed
ORA-24089: AQ Agent string already exists
ORA-16091: dependent archive log destination already archived
RMAN-06058: a current controlfile cannot be included along with a standby controlfile