Language specific index

Hi,
I'm working for one of the fuzzy search requirment, I have to join three tables which are contains serach data with varchar2 datatype, but there is no relationship between that three tables hence i need to join some other tables which is having relationship between the above three tables and also the search will involve in english ,german and chinise language, can you please guide me how to achive this requirment?

You can search the online documentation and this Text forum for many examples of the following:
user_datastore - to use a procedure to join the columns you want to search
lexer types - select one of the lexers for multiple languages
fuzzy - for enabling fuzzy searches and syntax for fuzzy searches

Similar Messages

  • Java Language Specification error reports

    Well, I wanted to report a typo in The Java Language Specification, Third Edition (http://java.sun.com/docs/books/jls/download/langspec-3.0.pdf), so from http://java.sun.com/docs/books/jls/ I clicked on the "feedback form" link (which points at http://developers.sun.com/contact/feedback.jsp?&category=doc&mailsubject=Java%20Language%20Specification%20Feedback). This was redirected to http://www.oracle.com/technetwork/community/join/overview/index.html which offers no such feedback form. Consider this sort-of-broken link as the first problem I'm reporting.
    The second problem is in the aforementioned pdf, section 4.8 (Raw Types), page 58, where on can read:
    "The type of the member(s) of Inner depends on the type parameter of Outer. If Outer is raw, Inner must be treated as raw as well, as their is no valid binding for T."
    This should be instead:
    "The type of the member(s) of Inner depends on the type parameter of Outer. If Outer is raw, Inner must be treated as raw as well, as there is no valid binding for T."
    I think a forum category should be created for just this: error reports about the documentation (pdfs, APIs, support web pages).
    Edited by: Urhixidur on 2011-09-08 09:23

    Your intentions are admirable, but you are probably wasting your time. This is a forum for Java development related questions and 99.5% of the visitors are not related to Oracle at all. most likely nothing will be done with your information.
    I think a forum category should be created for just this: error reports about the documentation (pdfs, APIs, support web pages).It is a good idea actually, but such a thing would need very tight moderation and then there is still the question of how to arrange that something is actually done with the reports.

  • Runtime.exec() with language specific chars (umlauts)

    Hello,
    my problem is as follows:
    I need to run the glimpse search engine from a java application on solaris using JRE 1.3.1 with a search pattern containing special characters.
    Glimpse has indexed UTF8 coded XML files that can contain text with language specific characters in different languages (i.e. german umlauts, spanish, chinese). The following code works fine on windows and with JRE 1.2.2 on solaris too:
    String sSearchedFreeText = "Tür";
    String sEncoding = "UTF8";
    // Convert UTF8 search free text
    ByteArrayOutputStream osByteArray = new ByteArrayOutputStream();
    Writer w = new OutputStreamWriter(osByteArray, sEncoding);
    w.write(sSearchedFreeText);
    w.close();
    // Generate process
    String commandString = "glimpse -y -l -i -H /data/glimpseindex -W -L 20 {" + osByteArray.toString() + "}";
    Process p = Runtime.getRuntime().exec(commandString);
    One of the XML files contains:
    <group topic="service-num">
    <entry name="id">7059</entry>
    <entry name="name">T&#195;&#188;rverkleidung</entry>
    </group>
    Running the java code with JRE 1.2.2 on solaris i get following correct commandline
    glimpse -y -l -i -H /data/glimpseindex -W -L 20 {T&#195;&#188;rverkleidung}
    --> glimpse finds correct filenames
    Running it with JRE 1.3.1 i get following incorrect commandline
    glimpse -y -l -i -H /data/glimpseindex -W -L 20 {T??rverkleidung}
    --> glimpse finds nothing
    JRE 1.2.2 uses as default charset ISO-8859-1 but JRE 1.3.1 uses ASCII on solaris.
    Is it possible to change the default charset for the JVM in solaris environment?
    Or is there a way to force encoding used by Runtime.exec() with java code?
    Thanks in advance for any hints.
    Karsten

    osByteArray.toString()Yes, there's a way to force the encoding. You provide it as a parameter to the toString() method.

  • Issue with language specific characters combined with AD-Logon to BO platform and client tools

    We are using SSO via Win AD to logon to BO-Launchpad. Generally this is working which means for Launch Pad no manual log on is needed. But  this is not working for users which have language specific letters in their AD name (e.g. öäüéèê...).
    What we have tried up to now:
    If the AD-User name is Test-BÖ the log on is working with the user name Test-BO with logon type AD
    If the logon Type "SAP" is used than it is possible to use the name Test-BÖ as the username
    Generally it is no problem in AD to use language specific letters (which means it is possible to e.g. log on to Windows with the user Test-BÖ)
    It is possible to read out the AD attributes from BO side and add them to the user. Which means in the user attributes the AD name Test-BÖ is shown via automatic import from AD. So it's not the problem that the character does not reach BO.
    I have opened a ticket concerning that. SAP 1th level support is telling me that this is not a BO problem. They say it is a problem of Tomcat. I don't believe that because the log on with authentification type SAP is working.
    I have set up the same combination (AD User Test-BÖ with SAP User Test-BÖ) as a single sign on authentification in SAP BW and there it is working without problems.
    Which leads me to the conlusion: It is not a problem of AD. It is something which is connected to the BO platform but only combined with logon type AD because SAP Logon is working with language specific characters.

    I have found this article with BO support:
    You cannot add a user name or an object name that only differs by a character with a diacritic mark
    Basically this means AD stores the country specific letters as a base letter internally. Which means that if you have created a user with a country specific letter in the name you can also logon with the Base letter to Windows.
    SAP-GUI and Windows are maybe replacing the country specific letters by the base letter. Due to that SSO is working. BO seems not to be able to do that. Up to now the supporter from BO is telling me that this is not a BO problem.
    Seems to be magic that the colleagues of SAP-GUI are able to to it.

  • How do I surface language specific texts in Integrated ITS?

    Hello all,
    I'm new to both stand alone and integrated ITS and am researching the upgrade process. In our stand alone templates we used htrc files with our html templates to show language specific texts.
    Example.
    html template code for a field label
    `if (i==2) DETAIL-FLABEL[2]= #KAFN end`
    htrc name value pair
    z_pz01_en.htrc
    KAFN     Known As First Name
    z_pz01_de.htrc
    KAFN     Bekannt unter dem Vornamen
    I see no hint that htrc's can be used in integrated and am not seeing anything in the way of resource based language texts in integrated. I think I've hit every document out there yet, I have a feeling I'm missing something obvious. Your help is appreciated.
    Doug

    Edgar,
    Thanks so much for the detail!
    I have run through the steps for manual creation of translations as well as SIAC_UPLOAD of htrc files and have it working and documented. I will add a few more findings here for others who find this post later.
    Some of our old htrc files had duplicate keys (probably from original German version). In stand alone ITS the last key in the file was used so this didn't matter. In integrated ITS this matters for 2 reasons.
    1 Uploading/Converting htrc files having logged in in English will cause failures if any of the text being entered in the service parameters has characters that arent consistent with the codepage being used for EN. (Ex. back Azureück). Clean up htrc files to use only the language they should contain.
    2 Stand alone ITS was forgiving of htrc files containing duplicate keys. Integrated ITS is not. Remove all duplicate keys.
    3. This one is obvious but... if  parameters have already been entered in another language you may be prompted to confirm you are changing language and there are several prompts along the way. As these prompts will appear in the logon language itu2019s important to eitheru2026
    a. Be fluent in all supported languages , oru2026
    b. Memorize button and menu positions.
    I do have one additional question.
    Our old stand alone setup had an alternate corporate "APCI" design that we used...
    File system view -
    hostDEV_WWWmimesdesigns"apci"webgui as opposed to the out of box
    hostDEV_WWWmimesdesignssap_streamlinewebgui I suppose.
    I believe this was then referenced in the global services file ~DESIGN="APCI"
    I'm starting research to understand if there is an analog to this in the integrated webgui service or precisely what I have to do to accomplish alternate styles for webgui and our Z_services.
    Thanks again, points on the way, If I could award more I would.
    Doug

  • How to remove a dispatcher with a specific index (conf_indx)

    Hi,
    A few details:
    We are on 11.2.0.3 linux 64bit.
    We use both dedicated and shared connection.
    We have many environments (an environment consists of many schemas) in a single DB.
    For each environment we create at least one service (we know # of services is limited to ~150 in 11.2) - in example for environment with suffix LAB1 we create a service called DB_LAB1
    in example:
    exec dbms_service.create_service('DB_LAB1','DB_LAB1');
    exec dbms_service.start_service('DB_LAB1');
    For clients to be able to connect to the service_name using shared mode - we also create a dispatcher per environment - serving that specific service -
    in example:
    alter system set dispatchers='(index=30)(protocol=tcp)(service=DB_LAB1)(dispatchers=1)'
    I have a few environments which I would like to remove - including their services and dispatchers.
    removing the services is easy using dbms_service - however I did not find a way to remove/delete a dispatcher with a specific index.
    Say I have conf_indx 1..50 used and I would like to remove conf_indx=30 (the one which I created above) - how can I do that?
    Stopping the dispatcher process (Dxxx) does not remove the row from v$dispatcher_config - it only shows that the number of dispatchers for that row is 0.
    Bottom line - how to remove a specific dispatcher with a specific dispatcher-index - without affecting all the other dispatchers which I would like to preserve?
    Thanks.
    Mor

    Ok, but how does one remove some of the applications that are appear in the context menu for a given file type? Is there an asc file which can be edited?
    For example, in my system a PDF can be opened with over 10 applications. I would like to see just the three ones I use: Acrobat, Skim and Preview.
    Thanks in advance.

  • 508- Document Properties - Disabled ..."All of the text on this page lacks a language specification"

    Hi,
    When i try to do 508 check. I got the following error message
    "All of the text on this page lacks a language specification'
    I checked "FILE=>Document Properties". All "Document Properties" are disabled. 
    We are using Adobe LiveCycle Designer ES2 to create this dynamic for and save it as static PDF file.
    Still, we have same issue. I am not sure, how to change or setup the language in adobe livecycle designer es2.
    thank you,

    Ah, I don't know that. "Tables" is a collection, not a simple array, and some careless experimentation shows that you cannot simply use .concat to paste them together.
    I'm pretty sure I've seen a couple of workarounds for a situation like this. Perhaps it's time to read "[CS3][JS] everyItem() and getElements()" -- i.e. Marc Autret's blog posts about this, at the end of that thread.
    That is, if you stick to using everyItem()! Perhaps it's easier to build an array "the old fashioned way". This code is based on my earlier assumption you had textframes-in-textframes, but you can rewrite it to cater for groups as well:
    t = app.layoutWindows[0].activePage.textFrames.everyItem().tables;
    tableList = [];
    for (i=0; i<t.length; i++)
      tableList.push (t[i]);
    t = app.layoutWindows[0].activePage.textFrames.everyItem().textFrames.everyItem().tables;
    for (i=0; i<t.length; i++)
      tableList.push (t[i]);
    alert (tableList.length);

  • Problem with language specific letters in Translation Builder editor

    Hello,
    I'm trying to translate some reports from Slovenian to Croatian using OTB, but as soon as I scroll up or down through translation form some Croatian language specific letters (čćžšđ) either convert to c (čć) or d (đ) or become "unreadable" (šž). The latest (šž) are displayed correctly on the report when strings are exported back to RDF file.
    According Troubleshooting section in OTB help I tried to change both base and translation font but with no success.
    Any experience, any hint or trick?
    Thanks in advance.
    Dev6i patch10
    RDBMS=Oracle10g
    WinXPsp2
    NLS_LANG=CROATIAN_CROATIA.EE8MSWIN1250

    Naveen,
    This is more of a portal problem.
    First, you should submit an OSS message to get the <b>best support possible</b> from SAP.
    Second, if you don't like that solution, THEN come back and post it on SDN. You will get better answers in the Enterprise Portal forum here on SDN.
    Regards,
    Greg

  • Language specific template is not working

    Hi all,
    I have converted AR invoice report to xml. which has a standard template and language specifis tempalte.
    while running in development instance i use to select the language specific template using the options button in SRS. it works fine.
    but same thing when i try to do ti in QAT, it is not working it is picking the language specific template. even though when i manually select the language specific template while submitting but the standard template is assigned.
    Please help me to solve this isssue.
    Thanks
    Rajesh

    Thanks Rajesh for posting the solution you found. I ran into the same problem then went into the concurrent program definition for the invoice and removed the MLS Function and now when I choose a different language template it works.
    Thanks,
    Ken

  • Accessibility - Language Specification

    Using Adobe Life Cycle Designer how do you add a language specification for forms? It is important to specific a language for accessibility reasons. We know how to do that in Adobe 7 but not in designer. In the past we have has problems editing forms in Adobe that were created in Designer. Anyone know this answer?

    Every form has a locale, set on the "form1" subform. You can change the form's locale by going to "File | Form Properties... | Defaults" and changing the "Default Form Locale" dropdown. (Note that this menu option is only available when you have a form open.)
    Every object on the form will, by default, have the same locale as the form. If you want an object to have a different locale than that of the form, select the object on canvas, and go to the Object Inspector's Field palette. At the bottom of the palette (you may have to resize if to see this) there's a "Locale" dropdown. This sets the locale of the selected object.
    If the selected object is a subform, then all the objects in that subform will inherit the locale of the subform (instead of the locale of the form).
    Stephanie Legault
    Software Developer
    Adobe Systems

  • Navigation to specific index in interactive reporting

    In detail Lists, if we want to navigate to a specific index, then how to do.
    Thankyou for your time in giving the answers.
    Bhaskar.

    Hi,
      you can specify that as:
    case sy-lsind.
    when 1.
    when 2.
    when 3.
    .............."for third list.
    endcase.

  • Need Help on Language specific URL's

    Hi,
    Im creating URL iview.In that iview i need to provide different HTML links for each language.I've referred the document(http://help.sap.com/saphelp_nw04/helpdata/en/44/aabd5c7e8e0a47e10000000a1553f7/frameset.htm).As per the step 2 mentioned in the above link,I could not found the "Language-specific URL's mode".Can anybody faced the situation?..Pls help me to get rid of this..
    Regards,
    Murugan a

    Here is the answer.  It is available in SP 18.
    See <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/ep/~form/handler">SAP Note 961793</a>

  • How to add Solid/Text/Shape at specific index?

    Hello, is there a way to add Solid/Text/Shape at a specific index in a composition? Like for example a composition has 5 layers and I want to add a Solid at index 3 instead of at the beginning of the layers like it does by default. Setting the ID of the Solid after I have added it doesn't work, because its readOnly.

    As far as I know these is no way to change the index while creating a layer.
    Look into <<AE Scripting guide>>.Page.87,There are 4 methods to satisfy your need after the layer is created.
    app.project.item(index).layer(index).moveToBeginning();
    app.project.item(index).layer(index).moveToEnd();
    app.project.item(index).layer(index).moveBefore(targetLayer); //targetLayer is a AVLayer object,so  you should try this way: targetLayer = app.project.activeItem.layer(index);
    app.project.item(index).layer(index).moveAfter(targetLayer);
    I almost forget that ,script can use app.executeCommand(app.findMenuCommandId("Shape Layer")); to add a shape layer just above your selectedLayers. I don't remember,but maybe this feature is supported after AE CS6

  • HR-ABAP Language specific

    Hi Experts,
    I have created a custom infotype. Now I need to make it language specific as such, If logged in French language the lables and error messages should be in french and I created with English and should be applicable for both French and English as well.
    Regards,
    Srik

    Hi,
    The blank screen is ok...
    Now use the menu (example) -> Translation -> Short texts -> Screen painter -> Screen painter texts
    Enter the programname (should be something like MP999900 and the screen number) and translate the texts.
    Do this for all the objects you need translated.
    Regards

  • Language specific entries

    Hi
    Example in Vendor master for a particular field is maintained other language entries...it should be displayed at table level right ?
    Example: se16 -> LFA1-ACTSS = all should language entries should be listed ?
    Rgds
    MM

    ACTSS is Social Security Number,
    what does this field have to do with language specific entries?
    Can you elaborate your question? maybe give an example

Maybe you are looking for