ORA-02449: unique/primary keys in table referenced by
foreign keys



ORA-02449: unique/primary keys in table referenced by foreign keys..

Answer / guest

Cause: An attempt was made to drop a table with unique or
primary keys referenced by foreign keys in another table.

Action: Before performing the above operations the table,
drop the foreign key constraints in other tables. You can
see what constraints are referencing a table by issuing the
following command: SELECT * FROM USER_CONSTRAINTS WHERE
TABLE_NAME = "tabnam";

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

TNS-00074: * status - get statistics from the process_name

1 Answers  


ORA-12822: duplicate option in PARALLEL clause

1 Answers  


DRG-11620: URL store: thread operation error

1 Answers  


ORA-12547: TNS:lost contact

1 Answers  


RMAN-06113: changed archive log available

1 Answers  






EXP-00065: Error writing lob to the dump file.

1 Answers  


RMAN-06504: PROXY option with multiple backup copies is not supported

1 Answers  


ORA-09946: File name too long for buffer

1 Answers  


LFI-01501: tmpnam() fails to generate temporary file name.

1 Answers  


ORA-02720: osnfop: shmat failed

1 Answers  


NZE-29020: The handshake record length is too long.

1 Answers  


KUP-03019: directory object not specified in LOBFILE clause for field string

1 Answers  


Categories