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 -> dynamically query from multip tables

dynamically query from multip tables

From: Peter Parker <spiderman_at_home.com>
Date: Tue, 13 Feb 2007 10:05:04 -0500
Message-ID: <jukAh.50406$Ga3.29647@newsfe18.lga>


Hello,

Is it possible to use pl/sql script to dynamically query all the tables owned by a user with a select statement and flag the query that yield result? For example, I like to apply the following statement:

select * from [table_name] where id = 'some_id'

to all tables and out put the table_name(s) that satisfies the query. Please help. Thanks Received on Tue Feb 13 2007 - 09:05:04 CST

Original text of this message

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