Chracter uppercase and lowercase

hi friends i want to format text to upper and lower in procedure like
GÜNLÜK MALZEME DAĞİTIMI. => Günlük malzeme dağitımı. (so natinol character I=>ı)
how can we do it?
thanks

hi
we can use a model clause....
I remember someone using model clause in this way.....but not able to get that post....took sometime to construct it.
with tab as (
select 'AİIB BBB CCC. DİDDD EEEE.' col from dual
select col,newcol from
tab
model
partition by (rownum rnum)
dimension by (0 dim)
measures(col, cast(null as varchar2(4000)) word,cast(null as varchar2(4000)) newcol)
rules iterate (1000) UNTIL (word[0] IS NULL)
  word[0] = REGEXP_SUBSTR(col[0], '[^.]+', 1, ITERATION_NUMBER + 1),
  newcol[0] = case when ITERATION_NUMBER =0
                    then
                      newcol[0]||regexp_substr(word[0],'[[:space:]]*[[:alpha:]]',1,1)||lower(regexp_substr(ltrim(word[0]),'([[:alpha:]]|[[:space:]])+',2,1))
                    else
                      newcol[0]||'.'||regexp_substr(word[0],'[[:space:]]*[[:alpha:]]',1,1)||lower(regexp_substr(ltrim(word[0]),'([[:alpha:]]|[[:space:]])+',2,1)) end
)If your logic is such that names are separated by fullstop and first letter of each name is capital and others to be small then above logic works.
Ravi Kumar

Similar Messages

  • Site Web Analytics Report Showing Users Logged in as Both UPPERCASE and lowercase domains (SP Foundation 2010)

    When looking at the Site Analytics Report in SP Foundation 2010, I see that many users (though not all it appears) have been logged under the 'Top Visitors' section as both "DOMAINNAME\username" as well as "domainname\username".  This makes it hard
    to get actual counts of hits the visitors have made since they show up in two places on the report.  In my case, I always log in using the same credentials (more recently I have had permissions upgraded so log in is automatic), yet I still see that I
    get posted for different usage numbers under the uppercase and lowercase instances.  Does anyone know why this would be occurring?

    Even i am facing similar kind of problem. Some of my users are displayed as DomainName\ID while some are displayed as Lastname, Firstname. I think we need to know the location where these reports are stored.

  • When I get an i.m on ichat it mixes up the letters with uppercase and lowercase how do I fix that?

    When I get an i.m on ichat it mixes up the letters with uppercase and lowercase how do I fix that?

    Hi,
    Depends.
    Is it some sort of Incoming Override you have or their Outgoing IM Style ?
    Go to the iChat Menu > Preferences > Alerts
    Select Message Received in the top item/Drop down.
    When selected check that the Apple Script option is Not On
    If it is is the AppleScript Selected the Mix Message Case one ?
    This is iChat 5 only (this particular AppleScript)
    If the Buddy has it set against Send Message they Output Mixed Case IMs so it could be from the other end.
    8:37 PM      Saturday; May 7, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
    , Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Whether it  ispossible to set  same coupon code  in uppercase and lowercase

    hi,
    whether it is possible to set same coupon code in both uppercase and lowercase??
    If yes ,suggest some points,

    i think your requirement is that user can enter either in small , caps or mixed , but you want him to be able to redeem coupon :
    If yes ,
    then instead of creating multiple coupons , create them in small case .
    create your custom class MyClaimableTools extending ClaimableTools and override the method getClaimableItem(String couponId) ,
    convert the couponId to small case and call super.Also create the properties file for ClaimableTools and give $class as MyClaimableTools.
    ```
    Praveer

  • Text-transform support for "capitalize" "uppercase" and "lowercase"

    Is there a way to apply text-transform for "capitalize" "uppercase" and "lowercase"?

    Thanks Zak, this is good to know, but still doesn't address the issue when it comes to desiging the menu.
    I can open each page individually and make the menu title uppercase and the page title as title case, but as you will know a word in all uppercase will take up a bigger footprint than one, or two, in title case. This means I have to edit all the main nav pages first, individually, then go back to the master page to move the nav widget into place as it has grown wider.
    If we were allowed to apply the style for the menu as uppercase, as you can understand, it would take hardly any time to construct the menu and have the page titles as a designer wanted it. As it is, one has to go into each page and edit them ALL manually.
    Also, why is the change case under the EDIT dropdown? As it applies to Characters, it would make more sense to put it within the Charcter pannel, so a designer could choose all the options for a style in one go. Just a thought
    Cheers
    Glynn

  • Uppercase and Lowercase Queries

    Is there any performance difference if i execute sql statements with mixed case and uppercase. what will be the fastest and why? please explain? THks in advance.
    Raj

    do we all agree that If oracle has to reparse the statement (that is it is not
    found amoung the shared sql) then performance could be adversely affected?
    just a thought...have a look at v$sqlarea
    from session A as system
    SQL> alter system flush shared_pool;
    from session b as my user
    SQL> SELECT sysdate FROM dual;
    from session A as system (find parsing_user_id in dba_users table (user_id))
    SQL> SELECT SQL_TEXT FROM V$SQLAREA WHERE PARSING_USER_ID = 28;
    SQL_TEXT
    SELECT sysdate FROM dual
    from session b as my user execute same statement case and all
    SQL> SELECT sysdate FROM dual;
    from session A as system
    SQL> SELECT SQL_TEXT FROM V$SQLAREA WHERE PARSING_USER_ID = 28;
    SQL_TEXT
    SELECT sysdate FROM dual
    from session b as my user
    SQL> SELECT SYSDATE FROM DUAL;
    from session A as system
    SQL> SELECT SQL_TEXT FROM V$SQLAREA WHERE PARSING_USER_ID = 28;
    SQL_TEXT
    SELECT sysdate FROM dual
    SELECT SYSDATE FROM DUAL;
    ......conclusions?
    looks like we now have another copy of our select
    did oracle hardparse the 2nd query?

  • Mountain Lion Server - Folder names intermittently change between Upper and Lowercase names on some user's iMacs

    Hi,
    Sorry if I'm posting in the wrong group, but I couldn't find a Mountain Lion server specific group.
    I have a new Mac Mini Server running 10.5.8 that serves Mac only users. The Mac Mini has a 4tb Promise Pegasus RAID attached via thunderbolt. Today, some of the users on the network reported that a folder on the RAID was quickly alternating displaying it's sub-folders as all capital letters then upper and lowercase - I witnessed this and it happened 2-3 times a second. I have run a propogate permissions fix on the folder, then the whole volume from within Server App and also copied the contents of this folder to my Mac, then I deleted the original from the server and created a brand new folder with the correct name and copied the contents back.
    The problem still persists. Server App does not report any issues and other folders don't exhibit this behaviour. I've looked to see if there are any weird characters in folder names that would do this. The volume is shared via AFP only (SMB and WEBdav are off).
    Any ideas as to what could be going on?
    Thanks in advance!

    Hi.
    I solved this problem. I fixed permissions on the Mac's that the users were using to access the server and this has fixed the problem. The server folder giving the problems had many nested folders totalling over 5000 items inside and this seemed to corrupt the permissions on the user's macs.
    Hope this helps anyone with similar issues.

  • How t ocheck if given String is in uppercase or lowercase????

    how t ocheck if given String is in uppercase or lowercase????

    You could compare the result of string.toUpperCase() to the string itself. If it was uppercase already, the 2 strings would be the same. I'll leave it up to you to work out how to check if it's lower case :-)

  • Mixed case queries and Lowercase and Uppercase queries

    Is there any performance difference if i execute sql statements with mixed case and uppercase. what will be the fastest and why? please explain?
    Please support stronlgly as one of my Coleague is arguing that there will be performance difference if you send queries either only in lowercase or only in uppercase , but not in MixEd case.
    Please explain.
    Thks
    Raj

    You Coleague seems to be a real pain in the ass.
    Tell him to shut up and do something useful. Now you are being a pain by posting the same Question over and over. Multiple posts of the same Question wont solve your problem. If you are not convinced with the replies, why don't you and your colleague, both sit together and pick some big table and run sqltrace and find the result and let us know. :o)
    cheers, AS

  • Help about Uppercase and accent (u00C8 vs E)

    Hi!
    In ie01, i create an equipment. In the fiel Description i enter ph-m
    ètre A. Then i saved. In EQKT the field EQKTX is equal to ph-mètre A and the field EQKTU is equals to PH-MÈTRE A (an uppercase with an accent).
    But in the EQKT table there are equipments ph-mètre B and ph-mètre C for witch field EQKTU is equals to PH-METRE (without accent). 
    This is my problem.
    Indeed, in the input help "Equipment by equipment list" for transaction ie03, for field Equipment descriptn (EQKTX) when i enter ph-mtre the result is not equals to the result i have when i enter in this field ph-mètre*.
    Indeed, i went to debug and i discovered that the select is done on the field EQKTU of table V_EQUI. Before the select, there is a translate into uppercase for the select-option EQKTX. So ph-mètre*  become PH-M
    ÈTRE*. that's why the result doesn't give me ph-mètre C et B (because for this equipment EQKTU is equal to PH-METRE) .
    Do you know why there are sometimes in the field EQKTU E and sometimes È? 

    I add that if i go in ie02 to update the description of ph-mètre B (i just cut and paste the old text) when i saved the field EQKTU becomes PH-M
    ÈTRE B (it was before PH-METRE). 

  • How do you change the first letter of a new line from uppercase to lowercase?

    In filling in case sensitive id's and passwords, the iPad automatically capitalizes the first letter---how do you change to lower case?

    You can shut off Auto Capitalization in the settings to prevent that from happening.  Go to Settings>General>Keyboard>Auto Capitalization>Off.
    You can change to lower case manually by tapping the "black X icon in the arrow" in the upper right corner of the keyboard to delete the capital letter and then type in the lower case letter.

  • Text in Textfield to Uppercase and Send Value to Another Textfield

    Hi Everyone,
    I have used the Denes Kubicek example http://htmldb.oracle.com/pls/otn/f?p=31517:113:425753199246065::NO. I have managed to replicate this in my application but i have a small problem.
    i want the value of the text area to be sent to another textarea, like the example shows, but i also need the textarea where the end user inputs the value to be changed to uppercase aswell.
    There is an example of the exact thing i want on this example page (third text field down) but i can not combine the two into just ont text area.
    Does anyone know how i could do this?
    Regards,
    -N.S.N.O.

    Thanks Varad =)
    I was tring to do this....
    onKeyUp="f_getTextUpper('P20_COU_ISO_ID_P','P20_COU_ISO_ID_P')";"onKeyUp="f_getTextUpper('P20_COU_ISO_ID_P','P20_COU_ISO_ID_PN')";  Thanks for your help
    Regards,
    -N.S.N.O.

  • Wanted conversion of character from uppercase to lowercase.

    Hi all,
    I am useing one function to conver amount numbers to character conversion.
    but they r comming in upper case.
    but i want in lower case.
    and also i want to remove "rupees " word at the end of the wording.
    for example.
    Rs.123 /-
    output is: ONE HUNDRED AND TWENTY THREE Rupees.
    how to do that .
    waiting for the reply.
    thanking u.
    giri.

    Hi,
    Use   SPELL_AMOUNT
    Reward points if helpful.
    Regards.
    Srikanta Gope

  • Uppercase vs lowercase folder name - ???

    Hi all!
    A weird and wacky (not to mention maddening) thing is happening to me.
    GL keeps trying to upload a file in a directory called "Images" to the server.
    However, it's not called that. It's called "images" (not capitalized). It used to be the other way but I've changed it both at my end and on the server.
    Yet GL seemingly keeps this embedded "memory" of the bad, old, capitalized file path -- and complains, after each and every upload, that it couldn't upload this file.
    I think I'm running into this weird situation primarily due to the fact that on the Unix server, "Images" and "images" are different, whereas you can't have two such named folders on the Mac.
    How can I persuade GL that this file has an all-lower-case path?
    Thanks!
    adam

    If your Mac is case-insensitive, try changing your images folder temporarily to something like "images2", then back to "images". Sometimes, if the only change was in the capitalization, the OS might not register it as an actual change... forcing different text in there should make it refresh.

  • I have tried clearing my history to remove an incorrectly keyed login but it won't disappear and when I try to key in the correct login, it automatically thinks I want the earlier one and selects it for me so I can't login to the site!!

    I just registered on a site with the login leigh110174 and when I went to log back into the site, I inadvertently typed Leigh110174. Now when I try to correct the logon to leigh110174, and then tab to the password field, it autocorrects to Leigh110174 and I cannot change this. Each time I correct it to lowercase l and nagivate to either the logon button or password field, it auto corrects to the uppercase L, which means I cannot log into this site. I have cleared my recent history (last hour as I been on the pc less than an hour) but this did not remove the auto pop up or help at all.

    Make sure that you haven't saved Uppercase and Lowercase versions of that name and password.
    Remove saved Password(s):
    * Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    * [[Remembering passwords]]

Maybe you are looking for

  • Certain Artists Do Not Show Up On Artist List

    I recently purchased a new iPod Classic and everything is lovely, but a few artists just aren't showing up on my artists list. The files are there - I can access the music in question through the album search feature - but the name does not show up.

  • Unique constraint on valid_to and valid_from dates

    Suppose I have a table: create table test (name varchar2(40), valid_from date, valid_to date); insert into test values ('fred', to_date('01/04/2008', 'dd/mm/yyyy'), to_date('01/04/2008', 'dd/mm/yyyy'); insert into test values ('fred', to_date('04/04/

  • Problem in Decimal Rounding in FMS Query

    Dear All, When an FMS is executed and if the result is 8.6760 (Desired result) but the actual result shown in SAP is 8.6800. And please note that I have fixed the decimal places to 4. Y is my FMS not giving the correct output (without the rounding).

  • Another Sun Lawsuit

    I have been a Java programmer for quite a while now (since 1998) and Java is my language of choice. In fact, programming in other languages repulses me! However, as a Sun shareholder I can't help but be embarrased at Sun's continual lawsuits against

  • Internal number creation in IDOC

    hi friends, if i use idoc/bapi for material upload.will that create material number internally.is it possible thanks in advance regards raj