Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Trying WHERE CONTAINS command

Re: Trying WHERE CONTAINS command

From: Rob <rob_at_ohall.com>
Date: Mon, 12 Oct 1998 21:47:17 +0200
Message-ID: <6vtmg9$gth$1@goof.de.uu.net>


Why don't you try this?:

select * from All_tab_COLUMNS where TABLE_NAME like '%$TSP%'

Regards Rob

Peter DeSimone wrote in message <6vtkvf$ge9$1_at_news-2.news.gte.net>...
>I try this command in Oracle SQL Worksheet:
>
>select * from All_tab_COLUMNS where CONTAINS(TABLE_NAME, '$TSP')>0;
>
>
>I get this error:
>
>ORA-00604: error occurred at recursive SQL level 1
>ORA-06550: line 1, column 7:
>PLS-00201: identifier 'CTXSYS.DR_REWRITE' must be declared
>ORA-06550: line 1, column 7:
>PL/SQL: Statement ignored
>
>
>
>
Received on Mon Oct 12 1998 - 14:47:17 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US