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.