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.
⇒ Dropped Tables with Indexes in Oracle
2023-05-09, 5252🔥, 1💬
Popular Posts:
How Many Groups of Data Types in MySQL? MySQL support 3 groups of data types as listed below: String...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
How To Create a Stored Program Unit in Oracle? If you want to create a stored program unit, you can ...
How To Create a Dynamic Cursor with the DYNAMIC Option in SQL Server Transact-SQL? If the underlying...
What Happens to Your Transactions When ERROR 1205 Occurred in MySQL? If your transaction receives th...