|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have a table called Documents that stores PDF files in a blob column. The table has approximately 50,000 rows. I have attempted to create a full text index on the table, but after letting the create index process run for over 40 hours, the index creation was not finished. Since this is a production database, I had to kill the process in order to allow users access to the table.
Since I am a developer and not an Oracle DBA, I could use any and all advice/suggestions. Using ORACLE 8i and attempted to create the index using the interMedia Text Manager. |
|
#2
|
|||
|
|||
|
Have you attempted to create this in a development environment? If so, what where the results?
__________________
El éxito consiste en una serie de pequeñas victorias día a día MySQL, MS SQL, MS ACCESS, Oracle Database Manager - http://victorpendleton.net/products/psdviewer.html |
|
#3
|
|||
|
|||
|
Did test in a development environment. However, the data sample was small (only about 100 rows) and the index was created in a reasonable amount of time.
|
|
#4
|
|||
|
|||
|
Can you create a duplicate copy of the table and build the index offline?
|
|
#5
|
|||
|
|||
|
maybe......
Not sure how to accomplish what you suggest. |
|
#6
|
|||
|
|||
|
Create a backup of the table create the index apply the changes that have occurred since the table has been offline. Replace the existing table with the new table.
|
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Creating full text index |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|