|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Text index optimization question.
Hi,
If i optimize a text index using the "full" option, does it take the index off-line? I cant see anything stating it does in the Oracle docs. For example: execute CTX_DDL.OPTIMIZE_INDEX('ctx_obj_name','full'); Regards, Ben. |
|
#2
|
|||
|
|||
|
you can rebuild online..
alter index index_name rebuild online PARAMETERS('optimize full'); will do it online.
|
|
#3
|
|||
|
|||
|
Thanks.
Many thanks for the response, I was having dificulty finding documentation on this.
Best regards, Ben. |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Text index optimization question. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|