RE: mixed case text

2002-09-12 Thread Sivan Rabinovitz

Do you know initcap function?


SELECT INITCAP('the soap') Capitals FROM DUAL;

Capitals
-
The Soap

-Original Message-
Sent: Thursday, September 12, 2002 5:23 AM
To: Multiple recipients of list ORACLE-L


Far be it from me to call you a dinosaur, but it is my personal opinion
that unless you have a strong business reason to the contrary, text
should be stored in the database in its natural form, i.e. mixed case
where appropriate. No function that I can even conceive of could handle
the variety of address forms/names/etc and output them in a proper
form. Even if you get it pretty close, there are going to be more than a
few exceptions. And there's no excuse not to allow mixed case in the
database now that you can use functional indexes. Once again this is
just my (possibly humble) opinion from my own personal experience.

-- Philip

- Original Message -
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
Sent: Wednesday, September 11, 2002 9:38 PM


I just had a heated, well perhaps not heated, but certainly adversarial
discussion with my manager regarding mixed case text.  My
position...Keep it out of the database.  His position ...same case text
looks amateurish when output, and the database should readilly
accomodate it.  He almost seems to think my objection is related to a
shortcoming in Oracle...I used to do that in Clipper 12 years ago.

It is my opinion that if you want to output mixed case data you should
use functions to beautify text like names and addresses.  My biggest
objection is that by allowing mixed case text in a table, you are
setting up developers (and me) to write queries that don't work.  In
order to get proper results from a query you have to upper() every
single query involving the columns in question.  To me this is far more
annoying/complicated than calling functions when writing the relatively
few reports that require Proper text.

So am I a dinosaur?  Maybe it is because I am not writing the reports
that are complicated by my decision to upper() everything while loading.


Steve

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Steve McClure
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: Philip Douglass
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: Sivan Rabinovitz
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



OEM: Is there a test to find broken dblinks?

2002-09-10 Thread Sivan Rabinovitz
Title: OEM: Is there a test to find broken dblinks?






Hi All,

I'm looking for an event test in OEM to find broken dblinks.

Anyone know such?

Thanks.