Collections:
Error: Cannot Drop Index on Primary Key in Oracle
Can You Drop an Index Associated with a Unique or Primary Key Constraint in Oracle?
✍: FYIcenter.com
You can not delete the index associated with a unique or primary key constraint. If you try, you will get an error like this: ORA-02429: cannot drop index used for enforcement of unique/primary key.
2019-04-22, 956👍, 0💬
Popular Posts:
What Is a Constant or Literal in SQL Server Transact-SQL? A constant, or data literal, is a symbolic...
Where to find answers to frequently asked questions on SQL Transaction Management in Oracle? Here is...
Where to find answers to frequently asked questions on Oracle basic concepts? I am new to Oracle dat...
Where to find answers to frequently asked questions on Using INSERT, UPDATE and DELETE Statements in...
How To Format DATETIME Values to Strings with the CONVERT() Function in SQL Server Transact-SQL? SQL...