Replace with a blank space instred of , and _

Dear all
I am using oracle 10g.
I want to replace with a blank space instead of , and _.
example
i have a string like ABCD_EFG,HKL
Then it should come like ABCD EFG HKL ..
How can i do it?

Try this:
SELECT 'ABCD_EFG,HKL', TRANSLATE ('ABCD_EFG,HKL', '_,', '  ') FROM DUAL;

Similar Messages

  • How do I clear the blank space between content and footer?

    In the process of revising a Muse website, I deleted some content from one of the pages and revised the content that remained on the page. Now I have a blank area between the bottom of the revised content and the top of the footer, and I can't seem to get rid of the blank space. It doesn't appear that there are any text blocks or other images in that area, so I can't find any objects to delete. Help?
    The website is currently published in a draft mode for client review. You can examine it at: http://page7creative.com/clients/coremove_jun2012draft/retreats.html. The page in question is the Retreats page. Restarting Muse made no difference. I work on the Mac platform.
    Before I sent this post, I decided to try creating a new page, then copy/paste the content onto the new page, and save the Muse site under a different name. Lo and behold, the page (and the site) works like it should...without any extra space above the footer on that page. It would appear that something went astray when I deleted content on that page. I can use the new page to get the site working properly, but decided to go ahead and send this post so that you can look at the page code and perhaps see what is wrong that is causing the blank space...in case I ever run into this again.
    Thank you.
    pyxis83

    Thanks for sending your file.
    There is a graphic at the bottom of the content area of the Retreats page that's been cropped to a size of zero width and 2 pixels in width.
    Unfortunately, there's a bug with pointer tool drag selection (aka marque selection) that prevents it from selecting an item that has zero width or zero height. Therefore the easiest way to select this item to delete it is to select any other item on the page, then hit the tab key repeatedly to cycle through every item on the page. When you get to this item you should see a little pile of selection handles at the left edge of the third column and right at the bottom of the content area. The width and height will display as zero and 2. Delete this item and the page will resize to fit the remaining content.

  • Text item with a blank space

    I am trying to save a blank space in a text item but everytime i do, the item is getting trimmed.
    if i put in " " then it trims to null.
    If i put in "P " then it rtrims to "P"
    What am i doing wrong?

    I dont think i have been clear on what we are trying to achieve. They will not always need a blank space but could need one if they choose to do so.
    The form concatenates a set of values. So we have a set of information that is exported by the form.
    i.e.
    ONE
    TWO
    THREE
    FOUR.
    on button press turns into ONETWOTHREEFOUR
    they then have a custom seperator text item to specify what seperator is used to seperate the values. So this is where i want the user to be able to specify anything they want, including a blank space or anything else they require like comma etc so if they entered ", "
    on button press turns into ONE, TWO, THREE, FOUR
    at present it trims it turning it into ONE,TWO,THREE,FOUR
    Hope this makes sense as to why i want the blank space.
    I can add it as a list item and concatenate it on save but this this is a little OTT for what is a simple task

  • Pics on my phone are gone...has been replaced with a blank black screen??

    Hello everyone,
    So today I was browsing through my pics and noticed there were some pics that have been replaced with a black screen. I deleted like 4 of them, thinking I that they just "appeared" but I scrolled up and noticed that it was also a few videos and pics that I know I had that had been replaced as well. So has anyone had this happen to them? What did you? How do I get my pics back? And is this some sort of virus?

    Ok I discovered the same thing today. Two of my pics were black. I just deleted them thinking I must of taken bad pics. I now know I didnt. Here's the funny thing, I came on here looking for a problem that is related to messaging, photos and video text messaging. All kinds of problems are showing up. I go to send a video in text messaging and it freezes up right before it sends..
    Does anyone know what's happening?

  • Blank space on left and right of page.

    I have (2) computers using the exact same version of Firefox and same model of monitor. On some web pages (e.g. CNN.com), one monitor has the content fills up the entire page (starting from the top right to bottom left), while the other monitor has a 1.5-inch blank space on both the left and right sides. I matched all the Firefox settings between the two but I still see the difference. How do I eliminate the blank space? Thanks.

    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can use an extension to set a default font size and page zoom on web pages.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/

  • Pages go from right to left, blank space on left and cannot see all of page at one time

    All my screens move to the right and there is blank space on the left which is about 4 inches wide. Then my screen goes back to normal for a second or two and then back to the right again and I cannot see the whole page.

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    * http://kb.mozillazine.org/Zoom_text_of_web_pages
    If you increased the minimum font size then try the default setting 'none' as a high value can cause issues like you described.
    * Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    * Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"

  • Extra blank space in formula and summary fields

    I have a report that gives text output. In that I have 3 fields which are numeric.
    One of them has source as summary column- numeric 3 digits(format mask 000) and other 2 has source as formula column- numeric format mask (0000.00)
    Here is my problem- When the value in my summary column is 3, it prints space(instead of 0) and 03,
    if the value is 56, it prints a space and 56. if the value is 139, it prints a space and 139. Now this increaases the size of my line by 1 space, which is acceptable to the system that we are feeding this data.
    Similar thing is happening for the formula columns, 1 space (instead of 0) and then 000.00 is printed, if the value is filling the format mask, then it will have an extra space before giving out the value 1234.56.
    Can somebody please help me with the situation.
    Thanks
    Anna

    Finally, I got the fix.
    Here is what I did: Instead of the format mask '000' or '099' or '0nn' I used '000Y'
    adding a Y supresses the extra space that is reserved for + or - sign. And supression need to be added at the end like I showed, not like 'Y000'.
    Now my data looks like this, which is what I wanted:
    04/23/20120020123.451234.5610/24/2008
    If you look close, there are no spaces now as compard to my previous data line.
    Thank you all both for spending some time and giving me pointers.

  • Problem With Low Disk Space - Message - Email and ...

    Hi all,
    I have a N97 and i noticed that when i have around 200 stored messages in my sent and my received in box then i get the e-mail disconnecting and saying to me that it's been disconnected due to low disk space.
    So i tried changing the location of the folders for the e-mails and then i got a warning about the folders not being correct and had to restore them to the original settings.
    I'm sure this is also related but some one tried to send me a small video via blue tooth and it told me that the memory was full but for the life of me i can't seem to change where a blue tooth message would go too.
    Thanks in advance for any tips.
    i know i may have 2 separate issues here but it's all the same low disk space or out of disk space etc etc
    it would seem that it's a problem so how can i go about fixng it, it's poor...
    The first offering is Nokia's new 'Messaging' client. If you really, really have been looking forward to this then by all means install it, but beware that it will, between application and messagebase, use up a lot of disk C: on its own. And you can't switch the messagebase to 'mass memory', because that gets locked out when you connect your N97 up to your PC or Mac, switching Nokia Messaging back to C:. As a long time Gmail user, I still find it easier to use either the 'old' S60 Messaging application (in IMAP4 mode) or just use the standalone Gmail (Java-based) application, which has the benefit of speed and of an utterly minimal footprint in daily use.
    Also offered via 'Sw update' is Ovi Maps 3.1, which also insists on ensconcing itself on C:. If version 2.0 is working well for you then there really isn't a compelling reason to update, to be honest. Or at least not one that's compelling enough to warrant signing over at least 7MB of C: to it. If version 2 isn't working for you, you still shouldn't install v3.1, as offered, but go for the very latest v3.3, from the Nokia Beta Labs Maps page. It's faster and slicker and at least you'll be getting extra functionality for your lost Megabytes, including less troublesome GPS performance. See below for more on the GPS.
    Next is Ovi Contacts, a beta-quality social integration system that's yet to take off in any meaningful way. Again, just avoided unless you really, really want to get involved. You don't need to lose the vital Megabytes.
    Then there's the N-Gage games client, another C: biggie, seemingly swallowing up 6MB or so in a real world installation - if, like me, you're rather underwhelmed by N-Gage titles (in fact, underwhelmed by gaming on Symbian in general, but that's another rant for another day), then just say no and, again, give your internal disk a break.
    The final optional 'Sw update' was Quickoffice 6, bringing compatibility with Office 2007 documents. This also takes up the best part of 10MB on C:, so unless you get a lot of Docx or Xlsx files by email then I'd strongly suggest holding fire on this update - you'll probably get it anyway in the v20 firmware in a few months time.
    Message Edited by mowax on 02-Dec-2009 02:38 PM
    Message Edited by mowax on 02-Dec-2009 02:39 PM
    Solved!
    Go to Solution.

    Hi, don't know wether you've done this, but go into messaging/options/settings/other/memory in use/set as E:mass memory. If this causes a problem with email, simply delete mailbox and re-install it, it only takes a couple of minutes. One other thing , if you want to save any txt messages, sync with ovi first.Also to get C memory back delete all messages sent , recieved, reports etc before selecting Memory in use as E. Also go to web browser and clear privacy data regularly. One other thing to note is that usually when connected to computer via usb, messaging memory will revert to C, and you won't be able to see any messages , so reset to E again and they are all there. Best taskmanager from Ovi store is also a real help with memory on phone.
    Hope this helps, and my appologies for the somewhat eratic layout nof the advice. Should have mentioned clearing messages from C before using E !
    Good Luck
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • I need a document saying the serial number and imdi number was replaced with the new iPhone serial number and imel number, i need a document saying the serial number and imdi number was replaced with the new iPhone serial number and imel number

    Hi there.
    I live in Turkey and i purchesed
    IPHONE 5 S withh Serial number DNPLQ1S3FFFM this telephone had a water dammeg. so i ave replaced this phone with iphone 5s Serial F97M80SSFFFM.
    also
    IPHONE 5 with serial number DNPK51PTDTTR this telephne problem was shuts down randomly, replaced this phone with iphone 5 serial DQGL2030FH1F
    In Turkey i need a document for each replacment IPHONE showing the old IMEI number of the old telephone and the new IMEI number the new phone on the same document each replacement telephon.
    I NEED THIS DOCUMENT TO REGISTER THE NEW TELEPHONES WITHOUT PAYING ANY FEES AND NOT LOSSING MY RIGT OF REGISTERING.
    BEST REGARD.
    NEBIL YALCIN.

    Then contact whoever replaced the phone for you.
    No one here can help you & there is no one from Apple here either.

  • I want to know if I can backup my Ipad to an external harddrive. I have a pc with xp pro media edition and a partitioned hard drive with very little space on C and lots on D. I am trying to update my Ipad to 5.1.1 and it says it needs 12  gb to backup.

    I have a Sony Vaio desktop PC with a partitioned hard drive, running Windows XP Pro. There is 13 gb on C drive with the OS, and 140 gb left on D drive. I am  trying to update my Original Ipad from 4.3.4 to 5.1.1 and because C drive is full ( I have moved everything that can be moved to D drive) mostly from Microsoft updates over the years, I am unable to do  the backup Itunes is telling me I have to do to update or lose all media on this iPad. 12.67 gb is required to do the backup and I have a whopping 965.2 MB.  I can not get the cloud to use as backup as it requires 5.0 or better. Does anyone know if I can back up to D drive,  and if so how? Also, I have a 1 terrabyte WD mini external hard drive I just got as a gift...could I do the backup to it and, again, if so, how? Please explain from start to finish, as my brain is now fried from, first from finally getting Itunes updated to 10.6 ,and now trying to do this update. Thanks to anyone for their help!!

    iOS device backups are stored in your iTunes library.
    Move your iTunes library to an external drive.

  • Photos appear small in iphone/blank space on top and bottom

    After struggling to duplicate, cut and paste (because iphoto wouldn't just let me copy) 20 pictures into my iphone folder, I synced the phone and first got a bunch of black squares. I didn't panic- just re-synced it and all the pictures appeared. However, most of them have to be turned sideways to fill the screen. A few of them- ironically the ones I actually took vertically- appear just fine. I wonder if somewhere my settings are off? Please advise.
    I was planning to have a one-to-one session on iphoto because I know that I'm really doing things the long and hard way. Somehow those sessions never give me any confidence. I leave more confused than ever.
    Also- what does checking the "constrain" box do in iphoto when cropping? Just curious- and I didn't crop these photos so that isn't the answer I'm certain. Thank you!!!

    That didn't work. And when I tested one of the photos and then reverted it back to the original, there was a black square where the picture used to be. I actually had to sync it a few times and then turn the phone off and on to have the photo back where it was. I'm assuming this is a problem that Apple is working on since the update. What a pain. But thanks anyway for trying to help.

  • Change Filenames with blank spaces in the Filename

    I want to change many filenames with blank spaces and replace
    blank spaces with underbar character.
    Example:
    File One change to File_One
    File Two change to File_Two
    Here is my script:
    for file in `ls`
    do
    i=`ls -1 *" "*`
    b=`ls -1 *" "* | sed -e s/\ /_/g`
    done
    mv "$i" $b
    Please advise what is wrong with my script that isnt
    working. The script works if I only have one filename
    with a blank space. But if I have several filenames
    with blank spaces in the name then it doesnt work.

    I want to change many filenames with blank spaces and replace
    blank spaces with underbar character.
    Example:
    File One change to File_One
    File Two change to File_Two
    Here is my script:
    for file in `ls`
    do
    i=`ls -1 *" "*`
    b=`ls -1 *" "* | sed -e s/\ /_/g`
    done
    mv "$i" $b
    Please advise what is wrong with my script that isnt
    working. The script works if I only have one filename
    with a blank space. But if I have several filenames
    with blank spaces in the name then it doesnt work.

  • HT1473 How do I sync new purchased music onto my ipod without deleting/replacing with current library. I recently changed computers and new library doesnt have any of my playlists either.

    Hi All:
    I recently got a new computer, authorized new one with itunes and when I go into my library it has none of my playlists that I originally created. Also, I purchased new songs on itunes and as I did in the past, I connected my ipod Nano to automatically sync to get the new music and hopefully all my playlists would go into my itunes library and I received a message asking am I sure I want to delete all my ipod contents and replace with library contents? I canceled and dont want to loose my existing ipod collection as I have more songs on there than my itunes library plus my playlists are all on my ipod.  What I want to do is sync new songs to ipod and sync my playlists from ipod to my itunes library.
    Please help!!
    Thank you so much!
    Michelle

    Welcome to Apple Support Communities
    If you purchased all songs in the iTunes Store, plug your iPod to your Mac or PC and iTunes will ask you to transfer purchases.
    If you didn't purchase any song or you have non-purchased songs from the iTunes Store, you have to use an application to transfer the songs to iTunes. Here is a list of applications you can use for that > https://discussions.apple.com/message/11319208#11319208

  • How to get rid of blank space showing above my pages

    Hi:
    I built my site dyingforthetruth.com using Muse (thanks, it's pretty nifty!), following a video tutorial you provided.
    I've ended up with a blank space showing above all pages, and much trying with the blue lines and rebuilding my header strip has NOT succeeded in fixing it.
    Here's a snapshot of the top left part of the "main" master, showing the blue lines and the space at the top.
    You can see what it looks like on the web by going to the site URL (dyingforthetruth.com).
    Can you please tell me how to fix this. I find it a bit strange to see all my pages for this site coming up in all 5 browsers I've tried (IE, Chrome, Firefox, Opera, Safari) with a pronounced gap at the top of them all.
    Thanks!

    Go to Page> Page Properties and on the "Padding" section set "Top" to 0. That should do it.
    If you are on a master page make sure that the top blue arrow is at 0. That arrow controls the top of page, and you need to have a padding of 0 for what you want.

  • Getting blank space after paragraph in RTF template

    Hi there,
    Thanks so much for all your help for your help.
    I am running into one issue in RTF template, wanted to share with you to get any input on this. I have paragraph and Idid put in table at the top and there is xml tag that gives names after that paragraph. but I get blank spaces after paragraph and it shows names from that xml tag.
    I tried to remove spaces by deleting between pargraph and xml tag<name> , still i get blank page between paragraph text and names.
    Can anyone help me or point me to get it resolved that would be greatly appreciated.

    Thanks Varma for your prompt response and your time on this. I am still trying to get any other options to get this done as that is the requirement and with that blank page looks not fully satisfied for users and am trying any other ways to do implement this..
    That's the reason I thought of putting this post again to get more inputs that may have.
    Can anyone put some light onthis.
    Thanks a lot..
    sk

Maybe you are looking for

  • HT4437 How do I play ipad air movies on my tv

    I'm trying to play back videos & movies on my ipad air to my tv using a lightning to 30 pin adapter to an apple red, white, & yellow RCA output cable. I'm not getting a signal on my tv. What am I doing wrong? Additionally, I don't see a setting for v

  • WheresmyPh​one app how to use it?

    Hi does anyone know of some kind of tutorial on how to use this app? I am still new to Blackberry apps and have had it installed sometime ago but can't figure it out...thanks

  • How to delete a student in Campus Management?

    How to delete students in Student File that were created accidentally and therefore there's no point in keeping that data? Usually all objects in SAP can be removed without any problems - either directly or through the Object Manager but it looks lik

  • DHTML Expanding Hotspot and Text Not Available

    I have RoboHelp 8.0.2. Just uninstalled RoboHelp from one workstation and loaded it onto another. I also moved my project to a new folder - I am now publishing the content thru an IIS server. The Options under DHTML are greyed out. I'm assuming there

  • Cc - Undefined symbol

    Hi I'm trying to use prof and so have to use the static version of our libraries. Those are generated freshly by the build process but haven't been used for years. I am getting an 'Undefined symbol' linking error. The command looks something like thi