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 -> Data dictionary name

Data dictionary name

From: Jaco Van Rooyen <jaco_at_ctru.auckland.ac.nz>
Date: Mon, 02 Aug 1999 04:17:36 GMT
Message-ID: <37a51b0e.25709288@news.auckland.ac.nz>


Hi,

Bit of a newby question.

I'd like to find a data dictionary I can query to get the columns associated with a particular table. Something like the following:

SELECT
        column_name
FROM
        blah
WHERE
        table_name like '%qwerty%';

Anybody know the name of blah.

Thanks,

        Jaco Received on Sun Aug 01 1999 - 23:17:36 CDT

Original text of this message

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