Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: lower case data

RE: lower case data

From: Lyuda Hoska <lhoska_at_ilap.army.mil>
Date: Thu, 14 Mar 2002 13:15:46 -0800
Message-ID: <F001.0042A03E.20020314131546@fatcity.com>


Thank you Stephane.
I am not as lucky as you. I don't work on Unix... i used to and i miss it. my os is NT.
i ended up writing a query.. if someone has a better idea please let me know...

p.s. hope this thread is not going to turn into one of the 'regular' topics: why unix is better. we all know that! :-)

-----Original Message-----
Sent: Thursday, March 14, 2002 3:43 PM
To: Multiple recipients of list ORACLE-L

Lyuda Hoska wrote:
>
> Anyone has an idea how to check all tables and all columns in the database
> and find if there is any data entered in lower case. Note:
> no correction needs to be applied..
> Thank you.
>
Rather that the query of death, I'd export everything and work on the .dmp file with Unix tools. Oracle stuff is in uppercase, normally, the only lowercase characters you may find apart from data is in the text of stored objects (views, packages). Finding out *where* exactly the lowercase characters are located is likely to be a bit difficult, though. But I could probably do it with awk, as others (before I get flamed ;-)) could do it with perl.

-- 
Regards,

Stephane Faroult
Oriole Ltd
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriole.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Lyuda Hoska
  INET: lhoska_at_ilap.army.mil

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Mar 14 2002 - 15:15:46 CST

Original text of this message

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