There is a table, In one column it has implemented a index,
but the index is disturbed by the regular dml statements..
but still we need to keep the index. how it is possible?
Answer / a.v.r.murthy
GENERALLY INDEX WILL BE CREATED ON LESS NUMBER OF DML
OPERATION COLUMNS.
EVENTHOUGH IF WE WANT PERFORM BETTER THEN BEFORE INSERTING
DATA INTO THE COLUMN WE HAVE TO DISABLE THE INDEX i.e
ALTER INDEX IDX_NAME UNUSABLE;
| Is This Answer Correct ? | 7 Yes | 0 No |
How can I change database name in sql?
How to fix oracle error ora-00942: table or view does not exist
What is audit logout in sql profiler?
Is pl sql different from sql?
What is difference between a PROCEDURE & FUNCTION ?
What is the purpose of the primary key?
How toimport .dmp file in lower version of oracle from higher version ?
what is sql in mysql? : Sql dba
What is delimiter sql?
How do I partition a table in sql?
Can we use commit or rollback in trigger? If yes, then how. Please explain with a suitable example?
Can a commit statement be executed as part of a trigger?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)