Oracle full-text search

Source: Internet
Author: User
Using like %, Oracle performs a full table scan, which consumes system resources. This allows you to use full-text retrieval of oracle to increase the query speed. Before creating a synchronization and optimized storage process, you must use the sys user to grant permissions to evan users: grantexecuteonctx_ddltoevan; otherwise, SQLcreateorreplace will be reported.

Using like '%', Oracle performs a full table scan, which consumes a considerable amount of system resources. This allows you to use full-text retrieval of oracle to increase the query speed. Before creating a synchronization and optimized storage process, you must use the sys user to grant permissions to evan users: grant execute on ctx_ddl to evan; otherwise, SQL create or replace is reported.

With like '%', Oracle performs a full table scan, which consumes a considerable amount of system resources. This allows you to use oracle full-text search to increase the query speed.


Regular synchronization and optimization of indexes before creating synchronization and optimization of Storage Processes, you must use the sys user to grant permissions to evan users: grant execute on ctx_ddl to evan;
Otherwise, the following message will be reported:
SQL> create or replace procedure hsp_sync_index
2 begin
3 ctx_ddl.sync_index ('idx _ t_text ');
4 end;
5/
Warning: the creation process has a compilation error.
SQL> show errors
PROCEDURE heat _ sync_index error:
LINE/COL ERROR
-------------------------------------------------------------------------
3/5 PL/SQL: Statement ignored
3/5 PLS-00201: The identifier 'ctx _ ddler' must be declared'
In addition, pay special attention to forbidden words.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.