Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Oracle Miscellaneous > Re: 9i: Check- ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 12 Topic 6811 of 7279
Post > Topic >>

Re: 9i: Check- constraint Upper(Column)

by Andreas Mosmann <mosmann@[EMAIL PROTECTED] > Apr 2, 2008 at 04:54 PM

Carlos schrieb am 02.04.2008 in 
<221a3638-5b82-4086-b097-8e06e50bdccf@[EMAIL PROTECTED]
>:

> Not sure about what you're trying to do, but a Function Based Unique
> Index on (trim(upper(column))) may do the trick...
I try to ensure, that it is impossible to insert/update records in the 
way, that after this there are two records, that differ only by 
BIG/little - Letters and the number of spaces

example:

CMyColumn
----------
TeSt EnTrY

It should be impossible to insert a record with CMyColumn =
'TEST ENTRY' or 'test entry' or '   test entry   ' ...

> HTH.
I tried it out:
CREATE UNIQUE INDEX MySchema.MyIndexName
    ON MySchema.MyTable  upper(trim((CLOGINNAME)))
    TABLESPACE MyIndexTableSpace LOGGING;
No Problem to create that index, but, after it, still no problem to 
insert f.e. 'TEST ENTRY'

Any more idea?

> Cheers.
Thanks
> Carlos.
Andreas

-- 
wenn email, dann AndreasMosmann <bei> web <punkt> de
 




 12 Posts in Topic:
9i: Check- constraint Upper(Column)
Andreas Mosmann <mosma  2008-04-02 11:19:10 
Re: 9i: Check- constraint Upper(Column)
Carlos <miotromailcarl  2008-04-02 06:24:35 
Re: 9i: Check- constraint Upper(Column)
"fitzjarrell@[EMAIL   2008-04-02 07:22:06 
Re: 9i: Check- constraint Upper(Column)
Andreas Mosmann <mosma  2008-04-02 16:57:57 
Re: 9i: Check- constraint Upper(Column)
Andreas Mosmann <mosma  2008-04-02 16:54:14 
Re: 9i: Check- constraint Upper(Column)
Carlos <miotromailcarl  2008-04-02 08:21:09 
Re: 9i: Check- constraint Upper(Column)
Andreas Mosmann <mosma  2008-04-02 17:45:21 
Re: 9i: Check- constraint Upper(Column)
"Shakespeare" &  2008-04-02 18:50:54 
Re: 9i: Check- constraint Upper(Column)
Maxim Demenko <mdemenk  2008-04-02 20:37:34 
Re: 9i: Check- constraint Upper(Column)
Andreas Mosmann <mosma  2008-04-03 09:33:44 
Re: 9i: Check- constraint Upper(Column)
"Shakespeare" &  2008-04-03 10:07:53 
Re: 9i: Check- constraint Upper(Column)
Andreas Mosmann <mosma  2008-04-07 10:26:56 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 20:28:35 CST 2008.