Loaded Symbolic character from interface change into question mark (?) char

what type of variable that could store SYMBOLIC character such as
® (registered), µM (Micro)?
i create DFF (with CHAR format type) that suppose to store detail
information that has any symbolic character.
I create my data that have symbol character (the symbol display perfectly on
my Microsoft Excell 2007 and Notepad++).
Than save it as .csv, and import into interface table.
after successfully imported, all symbolic character (like above) turn into
"?" character
on forms.
does oracle e-business suite support using symbolic character on DFF?
or there must be someway to turn my .csv into readable data for symbolic
character?
please help.

Hi Sarah,
There are some special characters hard coded in OIM as # character. In my case, I made a workaround and it is working for '#' character:
1-If through “group to approver member mapping” recon we get a group that doesn’t exist in OIM, search if that group contains “#” sign.
2-If yes, then convert that group name to some temporary name which doesn’t contain # sign and create the group.
2.1-If not, follow the normal process.
3-Just after it is created, use a sql query to update the group name to the original name.
I wrote a code for implementing this and test is working fine with add, updates, delete.
My suggestion is: Open a SR with Oracle and ask them about this special character (?). If it is hard coded or not.
If it is you can create something like my idea above, but related of your password not group names.
If not , if it is just enable special characters , please follow this steps: http://cn.forums.oracle.com/forums/thread.jspa?messageID=9670344
I really hope this helps.
Thiago L Guimaraes

Similar Messages

  • Export arabic character into csv file turns into question mark in sql dev

    Hi,
    I am trying to export a table's output that contains some arabic and english mixed data, when I try to export it in csv, all the arabic characters change into question mark (?) but the same export is working fine on .xls or .xlsx.
    Since we have to export a huge data and csv is much faster thar .xls, kindly let me know why it is happening and what is the solution for this.
    Well, we are on Oracle 11gR2 and Sql Dev is 3.1
    Appreciate your time and experience sharing.
    Regards.

    Hi,
    Since you say it works for xls but not csv, and the only applicable preference setting ( Tools|Preferences|Database|Utilities|Export|Encoding ) should apply to all export formats, I would imagine this is a bug. Especially if the encoding specified in Preferences is consistent with the client OS settings. I was not able to find any prior bug logged against the Export utility for this issue.
    I logged a bug for this:
    Bug 13993410 - FORUM: ARABIC CHARACTER ENCODING RESPECTED FOR XLS BUT NOT CSV
    Regards,
    Gary
    SQL Developer Team

  • How  to load the data from excel  file  into table in oracle using UTL_FI

    How to load the data from excel file into table in oracle
    and from table to excel file
    using UTL_FILE package
    Please give me some example

    This is something i tried in oracle apex
    http://avdeo.com/2008/05/21/uploading-excel-sheet-using-oracle-application-express-apex/
    Regards,
    CKLP

  • IBook converting periods on PDF formatted pages into question marks

    Can someone tell me why iBook is converting periods on PDF formatted pages into question marks in the search function?

    Graymatters1 wrote:
    In this particular instance, we are having to build an ebook which utilizes iBook.
    In case in matters, Apple doesn't accept pdf's for the ibookstore.
    You might try different apps for producing the pdf and see if there is any difference.
    But only Apple can change how iBooks behaves.  You can tell them about the problem at
    http://www.apple.com/feedback

  • Why are my dock applications turning into question marks after restarting my macbook pro?

    So i have had my new MBP with retina display for a few weeks now, and everytime I shutdown or restart the computer, I have a bunch of question marks in my dock instead of my application icons. The question marks still show the name of the application under them, and after I click them they turn back into the proper icon. I noticed that they are only applications I have installed myself off the internet. It never happens to the applcations that came with my macbook, or apps from the mac app store. I have not moved the location of the applications i installed, so i dont know why the computer is having trouble displaying the icons. I am new to the mac operating system and am wondering if I may not have installed these applications properly. The apps that are constatly turning into question marks include Bittorent, VLC Player, PS3 Media Server, Air VIdeo Server, and the Dolphin gamecube emulator. I have looked all over the internet but i cannot find a solution. Please Help!

    When they go grey, it means that they have lost the location of the application that they represent.
    If you put your mouse over each one, it will tell you what application it is that it has lost.
    Go to wherever you have that application stored, usually the applications folder, and drag the icon of the application down into the dock. A new icon is created for you.
    Repeat with the other two grey icons in the dock.
    To remove the grey icons, left click and hold while you drag the icon out of the dock and onto the desktop. Release the mouse button and the icon will disappear in a puff of smoke.

  • Facebook images, profile photos, cover photos are not loading. Only small blue square with question mark. Same thing in Safari, FireFox, Chrome.

    Since July on MacBook Pro facebook images, profile photos, cover photos are not loading. Only small blue square with question mark. Same thing in Safari, FireFox, Chrome. Everything is up to date including last version of Adobe Flash. And watching YouTube also a problem. Video is skipping, freezing for few seconds and jumps forward. At the same time on Toshiba with Windows Vista under the same account, same wi-fi connection everything works fine.
    Please help with sugesstions to fix the issue.

    Seems like problem is solved but it might be temporarily. Anyway. Click on the image, it will open facebook photo browser. Image is not loading so right click on the blue box with question mark, save image as. It will start downloading but without any success since browser do not see the image. After this attempt refresh the page and close all tabs with facebook. Try to open facebook once again. For some reason after this weird actions all images displayed properly. Do not know for how long but now it works.

  • How to load the data from excel file into temprory table in Forms 11g?

    Hi
    How to Load the data from excel file(Extension is .CSV) into the temporary table of oracle in Forms11g.
    My Forms Version is - Forms [64 Bit] Version 11.1.2.0.0 (Production)
    Kindly Suggest the Solution.
    Regards,
    Sachin

    Declare
        v_full_filename         varchar2(500);
        v_server_path           varchar2(2000);
        v_separator             VARCHAR2(1);
        v_filename              VARCHAR2(400);
        filename                VARCHAR2 (100);
        v_stop_load             varchar2 (2000);
        v_rec_error_log         varchar2(4000);
        v_error_log             varchar2(4000);
        ctr                     NUMBER (12);
        cols                    NUMBER (2);
        btn                     number;
        RES                     BOOLEAN;   
        application             ole2.obj_type;
        workbooks               ole2.obj_type;
        workbook                ole2.obj_type;
        worksheets              ole2.obj_type;
        worksheet               ole2.obj_type;
        cell                    ole2.obj_type;
        cellType                ole2.OBJ_TYPE;
        args                    ole2.obj_type;
        PROCEDURE olearg
        IS
        args   ole2.obj_type;
        BEGIN
        args := ole2.create_arglist;
        ole2.add_arg (args, ctr);                                
        ole2.add_arg (args, cols);                                   
        cell := ole2.get_obj_property (worksheet, 'Cells', args);
        ole2.destroy_arglist (args);
        END;
    BEGIN
    v_full_filename := client_get_file_name(directory_name => null
                                     ,file_name      => null
                                     ,file_filter    => 'Excel  files (*.xls)|*.xls|'  
                                                                            ||'Excel  files (*.xlsx)|*.xlsx|'                                                                 
                                     ,message        => 'Choose Excel file'
                                     ,dialog_type    => null
                                     ,select_file    => null
    If v_full_filename is not null Then
    v_separator := WEBUTIL_CLIENTINFO.Get_file_Separator ;
    v_filename := v_separator||v_full_filename ;
    :LOAD_FILE_NAME := substr(v_filename,instr(v_filename,v_separator,-1) + 1);                                
    RES := Webutil_File_Transfer.Client_To_AS(v_full_filename,"server_path"||substr(v_filename,instr(v_filename,v_separator,-1) + 1));     
    --Begin load data from EXCEL
    BEGIN
        filename := v_server_path||substr(v_filename,instr(v_filename,v_separator,-1) + 1); -- to pick the file
        application := ole2.create_obj ('Excel.Application');
        ole2.set_property (application, 'Visible', 'false');
        workbooks := ole2.get_obj_property (application, 'Workbooks');
        args := ole2.create_arglist;
        ole2.add_arg (args, filename); -- file path and name
        workbook := ole2.get_obj_property(workbooks,'Open',args);
        ole2.destroy_arglist (args);
        args := ole2.create_arglist;
        ole2.add_arg (args, 'Sheet1');
        worksheet := ole2.get_obj_property (workbook, 'Worksheets', args);
        ole2.destroy_arglist (args);
        ctr := 2;                                                     --row number
        cols := 1;                                                -- column number
        go_block('xxx');
        FIRST_RECORD;  
        LOOP       
                --Column 1 VALUE --------------------------------------------------------------------
            olearg;
            v_stop_load := ole2.get_char_property (cell, 'Text'); --cell value of the argument
            :item1 := v_stop_load;
            cols := cols + 1;                                                      
              --Column 2 VALUE --------------------------------------------------------------------
            olearg;
            :item2 := ole2.get_char_property (cell, 'Text'); --cell value of the argument
            cols := cols + 1;
            --<and so on>
        ole2.invoke (application, 'Quit');
        ole2.RELEASE_OBJ (cell);
        ole2.RELEASE_OBJ (worksheet);
        ole2.RELEASE_OBJ (worksheets);
        ole2.RELEASE_OBJ (workbook);
        ole2.RELEASE_OBJ (workbooks);
        ole2.RELEASE_OBJ (application);
    END;
    --End load data from EXCELPlease mark it as answered if you helped.

  • Tools to Auto load bulk data from SAP BW into Essbase?

    Does any one know what is the most efficient way to retrieve a large amount of data from SAP BW into Essbase on a regular basis? We currenly export data from BW into several Excel files, which has the limitation of 64k row in a batch, we then load the excel files into essbase usng rules files. And it's a manual process. Do you know if there is a better tool/approach that we can use to do the data retrieve and load into essbase in one batch without need of human interference? Thanks for your good ideas!

    you can use HAL to do the extraction and loading data from SAP. did you try this?

  • How to keep the eyedropper tool from spontaneously changing into color theme tool?

    How can I keep the eyedropper tool from changing into the color theme tool? Is there a key command? Its very annoying when I am trying to copy format and it keep changing spontaneously into the color them tool. Using CC and OS 10.9.5 on a Mac Book Pro. Thanks!

    You can't. Terminal brainfade by the engineers.

  • Load the data from Legacy system into CRM

    I'm new to CRM,I would like to know  What is the procedure used to Load the data (ex: Business partners data ,Organization data,Sales data, etc.) from Legacy system into CRM system?
    Can anyone  explain me and send  any documents,it  would be very helpful.
    I highly appreciate your help.
    Thanks,
    [email protected]

    Hi Rani,
    You can also use the ALE IDOC method to load data from legacy to CRM system if you have some middlware tool(E.g. XI) in between. We have implemented this in our project where we were getting flat files from legacy, XI was converting the same into IDOC and the IDOC was sent to CRM where we read the IDOC data, populate the standard BAPI's or function modules to create the data in CRM.
    You need to define an IDOC TYPE similar to the data structure on the legacy system. Maintain the ALE settings. Write the function module to validate and create data in the CRM system.
    E.G. To create business partner SAP has provided BAPI_BUPA_CREATE_FROM_DATA bapi.
    <b>Reward points if it helps.</b>

  • Special characters are changed to question marks

    I'm using SQL developer 3.107 for unit testing.
    In a particular unit test, the expected result is a sentence (varchar2) with a special character (ë).
    But when I save the result, SQL developer changes the character to 2 question marks.
    And as a result, the unit test fails because the expected result differs from the received result (where the 'ë' remains unchanged).
    I already tried changing the encoding in the SQL Developer preferences from cp1252 to UNICODE and UTF8 but that didn't help.
    Any suggestions?
    Thanks in advance

    Hello:
    I guess that what you observe could be an interaction between the server characterset and the client characterset.
    These are the results with different client characterset settings:
    NLS_LANG=american_america.WE8ISO8859P1
    select 'ë' c, dump('ë') dumped from dual;
    C DUMPED
    ë Typ=96 Len=1: 137
    NLS_LANG=american_america.WE8MSWIN1252
    select 'ë' c, dump('ë') dumped from dual;
    C DUMPED
    + Typ=96 Len=1: 191
    set NLS_LANG=american_america.WE8PC850
    select 'ë' c, dump('ë') dumped from dual;
    C DUMPED
    ë Typ=96 Len=1: 235
    According to the ISO 8859-1, 8-bit single-byte coded graphic character sets document [http://www.open-std.org/JTC1/SC2/WG3/docs/n411.pdf] the encoding of the latin small letter e with diaeresis is 0xEB -> (decimal 235).
    If you set the client to WE8PC850 do you see a correct behaviour?

  • Mac will not load. Shows a screen with a question mark.

    My macbook only loads to the screen where a question mark is displayed.
    I've tried all the trouble shooting tips such as restarting while holding the command/option keys etc, removing the battery, etc. At the step where I try to do first aid on my hard disk, that will not work. "No valid package" displays as the error. It will not restore or erase either. The installation disk will load but not progress further. The computer can not read the hard drive anymore.
    This happened after I left programs running and the computer went to sleep, when I came back it froze and I restarted but to only get this. Help?

    I notice the first two replies you've gotten tell you to do things that you say you've already done. There's just no accounting for that kind of behavior -- it's very odd.
    To answer your question, if Disk Utility cannot even erase the hard drive, you most likely have a hardware problem. A MacBook hard drive out to be able to report its SMART status, I would think, so try selecting the drive (not the partition, but the drive itself) in Disk Utility. At the bottom of the window there will be some info text -- what does the one labelled "S.M.A.R.T. Status" say? If it says "About to Fail" in red letters, that means you've definitely got hardware issues, and the drive itself needs to be replaced. If this machine is still under warranty, it ought to be fixed by Apple at no cost to you.
    If the SMART status says "Verified", that means it's not a hardware issue, in which case it's puzzling why Disk Utility can't even erase it. In that case, I would advise trying a third-party disk utility, like TechTool Pro (http://www.micromat.com/). Perhaps then you could repair it to the point that Disk Utility could erase it. (And, if the damage is this bad, I'd definitely recommend erasing it and reinstalling everything from scratch.)

  • Special character showing as upside down question mark on oracle report

    We have an oracle report which selects data from a database table. Report shows a name field and names with a special character is showing as upside down question mark.
    The name is Simon John ễễ BaileyŠğčẫ
    But when we run the oracle report the name is showed with 6 upside down question marks
    I am not sure if these characters are unicode? (beyond western european character set)
    Oracle database: 11.2.0.1 with nls_characterset = AL32UTF8
    Oracle Reports Server: 10.1.2.3.0 with the following locale settings:
    LANG=en_US.UTF-8
    LC_CTYPE="en_US.UTF-8"
    LC_NUMERIC="en_US.UTF-8"
    LC_TIME="en_US.UTF-8"
    LC_COLLATE="en_US.UTF-8"
    LC_MONETARY="en_US.UTF-8"
    LC_MESSAGES="en_US.UTF-8"
    LC_PAPER="en_US.UTF-8"
    LC_NAME="en_US.UTF-8"
    LC_ADDRESS="en_US.UTF-8"
    LC_TELEPHONE="en_US.UTF-8"
    LC_MEASUREMENT="en_US.UTF-8"
    LC_IDENTIFICATION="en_US.UTF-8"
    LC_ALL=
    Any ideas, suggesstions, is this font related issue?
    Thanks for your help.

    You mean the operating system where the Oracle reports server resides?

  • When I duplicate or copy slides, my custom theme images turn into question marks.  Why, and how can I copy themes with slides?

    When I duplicate or copy slides, my custom theme images turn into big grey boxes with an 'x' through them and a question mark in the middle in their new destination.  When I go look at the master slides, I see that there are now two sets of masters, one for the my custom theme and a new one just like it, but with no images.
    How can I copy (or duplicate) my slides?

    OK, got it ...  the Power ON Factory reset procedures might have changed with GB ... 
    To get to a Factory reset using the Power up method:
    1.  Power Off phone
    2. Press & Hold the HOME Button
    3. Press and Hold the Power ON button.
    You come up to the Triangle with the Exclamation mark & android guy.
    Press BOTH the Up and Down Buttons at the same time.  This brings up the Blue menu of options.
    use the Up/Down arrows to scroll thru the choices. Press the POWER Button to Select the menu item you choose.
    You can harmlessly test this and just choose to Reboot without doing anything, just to see how it works in case you ever need to do this in the future.
    edit:  It was concluded in the test group that they changed this process to align it with the new DX2 as the camera button isn't hard-wired like it is in the DX. So likely they just wanted to make this process the same for both platforms.  At least it sounds like a good reason...

  • Spaces turn into questions marks(?) on windows machines

    Hi.
    I am new to Macs and am more than impressed so far. I am working in an office that uses strictly PC's and when I compose an email in Mail my coworker sees spaces at the end of my scentances as question marks when reading my email in his Outlook. They are not present online in GMail etc.
    I am a bit of a rogue for using a Mac at work and want it to be seamless. I tried changing fonts and still same problem. Any ideas??
    Thanks
    MacBook   Mac OS X (10.4.6)   1GB RAM, 120 GB HD
    MacBook   Mac OS X (10.4.6)   1GB RAM, 120 GB HD
    MacBook   Mac OS X (10.4.6)   1GB RAM, 120 GB HD
    MacBook   Mac OS X (10.4.6)   1GB RAM, 120 GB HD

    Hi W. J.
    Thank you for your reply. I tried your suggestion and I when I go into Mail preferences I seem to be stuck on the 'Accounts' section. I remember being able to alter my preferences when I first set up Mail (I have three accounts on the go) but I can't get back to the other prefrences.
    I tried the suggetion that the next fellow suggested by going into terminal and it seems to have fixed my text problem and I can now use rich text. I am supprised that this is an issue since no one (even PC users) should be able to deny OS X's superiority over Win XP but these small incompatabilties are often what people use as an excuse not tomove to a Mac and Apple would do well to eliminate it (even if it is a weakness on the PC end).
    Thanks again for your help.
    MacBook   Mac OS X (10.4.6)   1GB RAM, 120 GB HD
    MacBook   Mac OS X (10.4.6)   1GB RAM, 120 GB HD

Maybe you are looking for