Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Morgan's Problem D'Jour
Yes Oracle documentation has got me again. Here's the problem.
SQL> ALTER OPERATOR contains COMPILE;
Operator altered.
Ok so we know the operator exists and is valid Then we try to comment it with.
*
ERROR at line 1:
ORA-00966: missing TABLE keyword
So we know the syntax listed at otn:
COMMENT ON OPERATOR
Ordsys.TextIndexType IS 'a number indicating whether the text contains
the key';
doesn't work.
A trip to metalink only shows a single document under ORA-00966 that has nothing to do with commenting operators.
Has anyone ever done this successfully? If so ... how? Thanks.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Wed Mar 10 2004 - 21:45:23 CST