Re: Can't describe table!

From: George Credland <G.Credland_at_shef.ac.uk>
Date: 1995/08/15
Message-ID: <40pk6d$1d5_at_hippo.shef.ac.uk>#1/1


chuckh_at_ix.netcom.com (Chuck Hamilton) wrote:
>There's a table in my Oracle 7.1 database with a lower case name. I
>can access the table just fine by enclosing the name in double quotes,
>but I can't DESCRIBE it to see the column names. How to I specify a

>lower case table name in a DESCRIBE command?

How did it get in there in the first place?

An alternative to describing it, would be to:

SELECT column_name, data_type, ....
FROM all_tab_columns
WHERE table_name = 'lower case name';

-- 
George Credland
Management and Administrative Computing Services
The University of Sheffield
email: g.credland_at_sheffield.ac.uk
Received on Tue Aug 15 1995 - 00:00:00 CEST

Original text of this message