Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: lower case data
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).Received on Thu Mar 14 2002 - 14:42:54 CST