Re: Retrieve case sensitive tables

From: Robert Klemme <shortcutter_at_googlemail.com>
Date: Mon, 07 Jan 2008 19:26:35 +0100
Message-ID: <5uf96qF1i5dqgU1@mid.individual.net>


On 07.01.2008 18:27, abbeyro_at_gmail.com wrote:
> I'm trying to retrieve a list of tables from all_tables in a given
> Oracle db. I'm using the .NET provider (by Microsoft) and I always
> obtain the results in uppercase. The problem is that some tables where
> defined in "Mixed/Case" so when I retrieve the list I need to obtain
> the exact case used when they were created. Do you know how can I
> achieve this?

Adding to Ken's reply: there is also a slight chance that your .NET provider changes case, e.g. if you use some metadata facility. You could try to directly query USER_TABLES to see the table names.

Kind regards

        robert Received on Mon Jan 07 2008 - 12:26:35 CST

Original text of this message