Specify a comma-delimited list of columns to be concatenated during indexing. You can also specify any allowed expression for the SELECT statement column list for the base table. This includes expressions, PL/SQL functions, column aliases, and so on. The NUMBER and DATE column types are supported. They are converted to text before indexing using the default format mask. The TO_CHAR function can be used in the column list for formatting. The RAW and BLOB columns are directly concatenated as binary data. The LONG, LONG RAW, NCHAR, and NCLOB data types, nested table columns, and collections are not supported. The column list is limited to 500 bytes. |