Index Question [message #118232] |
Tue, 03 May 2005 14:34 |
j_potucek
Messages: 6 Registered: April 2005
|
Junior Member |
|
|
MIght be a dumb question... but here goes....
Oracle 9I on Windows platform.
If I create an index like below:
CREATE INDEX TABLE.E_DTDEALUNIT2_INX
ON TABLE.DT_DEAL_UNIT(VERSION_NUM,UNIT_NUM,LINE_NUM)
PCTFREE 10
INITRANS 2
MAXTRANS 255
TABLESPACE SPACE_LI
STORAGE(BUFFER_POOL DEFAULT)
NOLOGGING
NOPARALLEL
NOCOMPRESS
Is it possible just to drop the index at amy time without losing data or causing other problems?
|
|
|
|
|