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: SQL problem

Re: SQL problem

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 6 Sep 2000 18:14:47 +0200
Message-ID: <968276681.20896.2.pluto.d4ee154e@news.demon.nl>

Replace <schemaowner> by schemaowner||'.'|| if you have such a variable.

Hth,

Sybrand Bakker, Oracle DBA

"Johannes" <jori_at_young-world.com> wrote in message news:8p5fpb$c6tvb$1_at_ID-3532.news.cis.dfn.de...
> Hi everybody,
>
> does anyone know the reason why following statment produces just a
> string-output, but is
> not executed?
>
> entered statement: select 'select * from <SchemaOwner>.' || table_name ||
> ';' from dba_tables where table_name like
> '%TPFHT';
>
> output-string: select * from <SchemaOwner>.xyzTPFHT;
>
>
> Thanx for every tip!
>
> Bye
> Johannes
>
>
Received on Wed Sep 06 2000 - 11:14:47 CDT

Original text of this message

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