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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Searching a field

Re: Searching a field

From: Greg Vitetzakis <greg_at_ostnet.com>
Date: Wed, 21 Feb 2001 13:52:57 -0500
Message-ID: <3a940e65@news1>

SELECT TABLE_NAME FROM USER_TAB_COLUMNS
WHERE COLUMN_NAME = 'XXXXXX'; "Support" <suppot@_DO_NOT_SPAM_bilbao.com> wrote in message news:3a928153.713508531_at_news.sarenet.es...
> Hi!
>
> I've got the name of a field. I know it exists, but I do not know in
> wich table it is.
>
> Is there any good script to find it?
>
> Best regards...
>
> ============
> MIRELLO
Received on Wed Feb 21 2001 - 12:52:57 CST

Original text of this message

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