identifier 'CTXSYS.CTX_DDL' must be declared
411195Jan 3 2005 — edited Jan 4 2005Hello,
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.