在用户数据库中确定多行文本域。
为所有将被索引的多行文本域建立索引。
Build indexes for all multiline text fields that will be indexed.
这个行包括一个允许为多行文本域创建索引的值。
This row includes a value that allows indexes to be created for multiline text fields.
还有最后一个步骤,您的多行文本域索引就完成了。
With this last step, your index for the multiline field is complete.
然而,也并不是每一个多行文本域都需要支持区分大小写的查询。
However, not every multiline text field needs to support case-insensitive queries.
运行一个sql脚本来为所有将要被查询的多行文本域建立索引。
Run an SQL script to build the indexes for all multiline text fields that will be used for queries.
移动数据库时重新检索:只要用户的数据库被移动,支持多行文本域的索引就会丢失。
Re-index when moving databases:Whenever user databases are moved, the indexes that support multiline text fields are lost.
您将需要特殊的软件工具为Oracle数据库中多行文本域的大小写查询创建索引。
You will need specific software tools to create the indexes for these case-insensitive queries on multiline text fields in Oracle databases. Therefore, you must have access to this software.
您可以通过下面的与在原始用户数据库上创建索引一样的步骤来对多行文本域进行重新检索。
You can re-index the multiline text fields by following the same procedures used to create the indexes on the original user database.
保留原始数据库中所有多行文本域的清单,这样您就不必在每次移动一个数据库时重新创建它。
Save a list of all of the multiline text fields in the original database so that you don't have to create it again each time you move a database.
要开始激活区分大小写查询程序的过程,首先要复审用户数据库的模式,并确定所有的多行文本域。
To begin the process of enabling case-insensitive queries, review the schema of the user database and identify all of the multiline text fields.
您必须在用户数据库中为每一个多行文本域建立一个索引,在这个数据库中文本查询相当域一个筛选程序。
You must build an index for every multiline text field in the user database where a text query is used as a filter.
在OracleDatabase10g中,没有索引的多行文本域在查询系统中是不可能被检索到的。
In Oracle Database 10g, multiline text fields that do not have an index cannot be used in queries.
在OracleDatabase10g中,没有索引的多行文本域在查询系统中是不可能被检索到的。
In Oracle Database 10g, multiline text fields that do not have an index cannot be used in queries.
应用推荐