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: select * from <table_name> where 1=2

Re: select * from <table_name> where 1=2

From: Rene Pijlman <R.Pijlman_at_applinet.nl>
Date: Tue, 06 Jul 1999 08:02:49 GMT
Message-ID: <3781b7bf.1967839@news.xs4all.nl>


Anurag Minocha <anurag_at_synergy-infotech.com> wrote:
>Is there any other method by which i can capture the table structures
>without doing a full table scan.

I'm not sure how this would work from Java, but with OCI you would only parse the query and describe the result, not execute it.

Another method is querying the dictionary of course.

Vriendelijke groet,
--
Rene Pijlman <R.Pijlman_at_applinet.nl>
http://www.applinet.nl/ Informatiesystemen & Internet Received on Tue Jul 06 1999 - 03:02:49 CDT

Original text of this message

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