Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

identifier 'CTXSYS.CTX_DDL' must be declared

411195Jan 3 2005 — edited Jan 4 2005
Hello,

I was trying to create index set by using ctx_ddl package in HTML SQL Command Processor, but got following error message. But I can run it in sqlplus without any problem.

ORA-06550: line 2, column 1: PLS-00201: identifier 'CTXSYS.CTX_DDL' must be declared ORA-06550: line 2, column 1: PL/SQL: Statement ignored ORA-06550: line 3, column 1: PLS-00201: identifier 'CTXSYS.CTX_DDL' must be declared ORA-06550: line 3, column 1: PL/SQL: Statement ignored
1. begin
2. ctxsys.ctx_ddl.drop_index_set('document_iset');
3. ctxsys.ctx_ddl.create_index_set('document_iset');
4. end

Please help.
Thanks.



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 1 2005
Added on Jan 3 2005
3 comments
1,488 views