Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!peer01.cox.net!cox.net!p01!fed1read12.POSTED!53ab2750!not-for-mail
Newsgroups: comp.databases.oracle.misc
Subject: Re: ** help with query?
From: ianal Vista <ianal_vista@hotmail.com>
References: <1141428494.577471.286160@e56g2000cwe.googlegroups.com>
Message-ID: <Xns977BBEAEA4B3Dianalvistahotmailcom@70.169.32.36>
User-Agent: Xnews/5.04.25
Lines: 11
Date: Sat, 04 Mar 2006 02:45:21 GMT
NNTP-Posting-Host: 68.7.204.31
X-Complaints-To: abuse@cox.net
X-Trace: fed1read12 1141440321 68.7.204.31 (Fri, 03 Mar 2006 21:45:21 EST)
NNTP-Posting-Date: Fri, 03 Mar 2006 21:45:21 EST
Organization: Cox Communications
Xref: dp-news.maxwell.syr.edu comp.databases.oracle.misc:125703

"Jack" <jackbader@gmail.com> wrote in news:1141428494.577471.286160
@e56g2000cwe.googlegroups.com:

> All,
> 
> Is there one simple query that could be used to search all tables in
> the dictionery to find every occurance of the value...let's say "xyz"
> or the number 25.

find oradata -name \*dbf -exec grep xyz {} \;

