Problems with Multi-language Translation (OMLT/MLT1)

SAP B1 logon takes a lot of time when a user logs on to a database with many translations.
The logon time seems to increase exponentially with the number of records in the mlt tables.
For the moment we have translated only one field in 2 languages (ItemName of OITM)
- there are 20000 articles in the database, translated into 2 languages -> 40000 records in mlt1.
Our customer will have 50000 articles translated into 4 languages when he goes live.
Here are some logon times
logon time (in minutes)     |     records (OMLT/MLT1)
10:00               |     20000/40000
02:39               |     10000/20000
00:45               |     5000/10000
00:13               |     2000/4000
00:05               |     1000/2000
When using the sql profiler, the last statement just before the client seems to hang is:
SELECT T0.*  FROM [dbo].[MLT1] T0 ORDER BY T0.TranEntry,T0.LangCode
Then, after the elapsed logon time, the next statement is
SELECT T0.*  FROM [dbo].[CHEN] T0 ORDER BY T0.Component,T0.ID
So it seems that all the translations are read at logon time, and stored in a very inefficient way.
We have the same results when we connect to the database via the DI-API.
Does anyone know if there is a fix available (our current version: SBO 2005A SP:0 PL:06

I think the problem has been identified - <u>should</u> be possible to solve in short-term (no guarantee )...
Frank
Edited by: Frank Moebius on Sep 22, 2009 11:39 AM
The bug - which caused most of the trouble - had been fixed in 2006 - connection time has gone down to about 1/50!
However, the design (loading translations when logging on) has not been changed so far. Subsequently using a large number of translations may still cause connection times which may be considered "too long".

Similar Messages

  • Problems with Hindi language translation into DW8

    Hi,
    I have a whole truck load of problems ...but two have so far
    beat me!
    I have a Hindi text translation in MS Word ( yes I know copy
    and paste is
    evil...but (I have no other option)
    I have installed "Shusha" font, as advised by the translators
    who created
    the document. I have installed and applied the ( Win XP)
    Hindi language bar
    and keyboard.
    I am using the DW 8, P7 Ennergi Pack.- 3 col, left menu
    verion
    Because I do not read, write or even understand Hindi, I
    simply over paste
    the English with the Hindi version. In the "main body" centre
    column I dont
    have any real problems with this. BUT the P7 menu does not
    like being messed
    about!
    If I overcopy text while in theP7 "modify" interface...the
    Hindi become
    gobbleDegook....when I close the box , right click and select
    the text..then
    apply the shusha font...its seems OK....but when I re-open
    the "modify"
    interface....all the links I converted...dont show. They are
    there in the
    code and show up on the page..some links work - most dont.
    I have tried being a complete moron and simply pasting hindi
    text over the
    english in the normal page work mode.....useless!
    I have completed an "Arabic" version without any of these
    problems...well
    they started as above but I resolved them....the Hindi just
    wont have it!
    If by chance there is a Hindi capable web guy or
    guyess..with a bit of
    spare time who can give me
    some pointers...I will be more than grateful.
    ( Previously posted on the Project Seven newsgroup &
    hoping for advice.
    I have been advised of WEFT the MS embedded fonts utility for
    web pages -
    spo far not changed anything for t he better - but still
    working with it)
    TIA
    SB

    I think the problem has been identified - <u>should</u> be possible to solve in short-term (no guarantee )...
    Frank
    Edited by: Frank Moebius on Sep 22, 2009 11:39 AM
    The bug - which caused most of the trouble - had been fixed in 2006 - connection time has gone down to about 1/50!
    However, the design (loading translations when logging on) has not been changed so far. Subsequently using a large number of translations may still cause connection times which may be considered "too long".

  • Problem with "farsi" language . Characters is separate.

    android 2.2 . samsung galaxy s i9000 . problem with "farsi" language . Characters is separate. like this :.
    . س ل ا م . ا ی ن ج و ر ی .
    please help.

    fennec-4.0b2.multi.eabi-arm

  • DTW - Multi Language Translation

    Hi,
    Can you see what I'm typing wrong in my worksheet? DTW import fails: Can not insert duplicate key row in object OMLT ...
    File: Multi Language Translations
    RecordKey | Numerator | FieldAlias | PrimaryKeyofobject | TableName
    1 | 1 | ItemName | ITEM1 | OITM
    2 | 2 | ItemName | ITEM2 | OITM
    File: TranslationsIn User Languages
    RecordKey | LineNum | LanguageCodeOfUserLanguage | Translationscontent
    1 | 0 | 3 | ITEM1 TRASN
    2 | 0 | 3 | ITEM2 TRASN

    Hi,
    Try
    SELECT * From OMLT
      and look at your record wich you want to update.
    Look at field TranEntry. You must write this number at the field Numerator in the DWT. And the field LineNum = 0.

  • URGENT : Problems with exporting a translated application

    Hi ! I have a problem with exporting a translated application. Effectively, I exported both applications (The normal and the translated version). I want now to apply the translation XLIFF. I want to know if it is possible to apply my old XLIFF file. The problem is that I can't select the same ID for my application.
    I really have problems!
    Anyone can help me ?

    When I import the translated version, the translation works a little bit. Effectively, all my reports appear but there is no item that appears.

  • Problem with multi-mapping

    Hello everybody,
    we got a problem with multi-mapping.
    Source and target message-type are the same:
    <xsd:element name="MY_MESSAGE_TYPE">
    _<xsd:element name="BUSTRANS">
    __<xsd:element name="CHILD_1" maxOccurs="unbounded">
    ___<xsd:element name="SUB_CHILD_1" maxOccurs="unbounded">
    ____<xsd:element name="SUB_CHILD_1_NAME" type="xsd:string">
    __<xsd:element name="CHILD_2" maxOccurs="unbounded">
    ___<xsd:element name="SUB_CHILD_2" maxOccurs="unbounded">
    ____<xsd:element name="SUB_CHILD_2_NAME" type="xsd:string">
    The requirements are:
    <xsd:element name="MY_MESSAGE_TYPE"> should be created as often as <xsd:element name="CHILD_2"..> occurs
    a) so we mapped
    CHILD_2 -> MY_MESSAGE_TYPE
    BUSTRANS -> CopyValue -> BUSTRANS
    CHILD_1  -> CopyValue -> CHILD_1
    SUB_CHILD_1 -> CopyValue -> SUB_CHILD_1
    SUB_CHILD_1_NAME -> CopyValue -> SUB_CHILD_1_NAME
    CHILD_2 -> splitByValue(eachValue) -> CHILD_2
    The problem is:
    If we duplicated
    a) SUB_CHILD_1
    b) subtree CHILD_2 (so 2 messages will be generated)
    for testing, SUB_CHILD_1 only occurs 1 time! But we need it in every target message as often as it occurs in the source message.
    For your testing, here is the datatype:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://enbw.com/XI/SAPCRMB2B/javamappings_test" targetNamespace="http://mynamespace.com/XI/SAPCRMB2B/javamappings_test">
    <xsd:complexType name="MultipleBookingOrderRequest">
    <xsd:sequence>
      <xsd:element name="BUSTRANS">
       <xsd:complexType>
        <xsd:sequence>
         <xsd:element name="CHILD_1" maxOccurs="unbounded">
          <xsd:complexType>
           <xsd:sequence>
            <xsd:element name="SUB_CHILD_1" maxOccurs="unbounded">
             <xsd:complexType>
              <xsd:sequence>
               <xsd:element name="SUB_CHILD_1_NAME" type="xsd:string">
               </xsd:element>
              </xsd:sequence>
             </xsd:complexType>
            </xsd:element>
           </xsd:sequence>
          </xsd:complexType>
         </xsd:element>
         <xsd:element name="CHILD_2" maxOccurs="unbounded">
          <xsd:complexType>
           <xsd:sequence>
            <xsd:element name="SUB_CHILD_2" maxOccurs="unbounded">
             <xsd:complexType>
              <xsd:sequence>
               <xsd:element name="SUB_CHILD_2_NAME" type="xsd:string">
               </xsd:element>
              </xsd:sequence>
             </xsd:complexType>
            </xsd:element>
           </xsd:sequence>
          </xsd:complexType>
         </xsd:element>
        </xsd:sequence>
       </xsd:complexType>
      </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    Regards
    Dominic

    Mario,
    <i>multimapping (split IDOC into several IDocs) is possible with IDocs. We did it!</i>
    Did you use IDOC packaging for this?
    AFAIK,when  you use multimapping that involves different adapters including one J2EE adapter and a IDOC adapter in the inbound side, multi mapping does not work.
    Regards,
    Bhavesh

  • Flash Player 9 problem with Chinese language

    Flash Player 9 problem with Chinese language
    I have developed a course in flash which goes in to different
    languages like Spanish, Chinese, Portuguese, Japanese...
    I have used flash for developing the course. I have tested it
    for Chinese It looks great on flash player 6,7 and 8 but I am
    shocked to see that it give some garbage value in flash player 9.
    Don’t know this is a bug of player or what?
    Flash Player 9 Problem
    Flash Player 9 problem with Chinese language
    Flash Player
    9 problem with Chinese language

    Thanks for the helpful posting. I came searching here for advice because I could not get my Flash Player 9 installation to succeed using the trouble-shooting information provided on the Adobe web site, and from experience I have come to know that my best resource in trouble-shooting is to seek the help of other Mac users.
    In following your instructions I discovered that "Enable Flash" was not checked in my preferences, so that was definitely part of the problem. However, I still could not get Flash Player 9 to work, so after doing a Google search I found a posting on Version Tracker (under feedback at the bottom of this page: http://www.versiontracker.com/dyn/moreinfo/macosx/11622 ) that provided the last little bit of instruction I needed to get Flash Player 9 to function properly.
    Before attempting to install Flash Player 9 I had used Adobe's uninstaller to uninstall previous versions, as instructed on the Adobe website. However, AFTER repairing my disk permissions, I needed to restart the computer and run the uninstaller again. After uninstalling I restarted once more, ran the installer and, VOILA!, finally Flash Player 9 worked as it should.
    PowerBook (1.5 GHz PowerPC G4)   Mac OS X (10.4.8)  

  • I have a problem with other languages with Firefox 3.6.6 and Serverlight

    I acquired the problem with other languages in Serverlight when I update my Firefox to 3.6.6
    It seems that only English chart is working properly. I have WinXPprof and have no any other additionally added languages programs. But I use every day Cyrillic and Greek charts and they are working in others applications except on Serverlight. I do thank you for any coming help.
    == This happened ==
    Every time Firefox opened
    == After updating my Firefox to 3.6.6. version

    Do not reply to engineer. It is a phishing scam.

  • Planning problems with russian language during refresh application

    Hello all ))
    I have problems with Planning during refresh my Application with Essbase.
    I intsalled Essbase on RHEL4 and set ESSLANG=Russian_Russia.ISO-8859-5@Default also I set locale on ru_RU.iso88595
    Ater that I installed Planning on Solaris 9 which uses Oracle RDBMS with NLS_CHARACTERSET=AL32UTF8 and set locale on server to ru_RU.iso88595
    Now I can create dementions, members on russion language in Essbase without problems also I can create dementions,members,etc on russian language in Planning. But if I create demention or member in Planning on Russian languge and ) try refresh my Application with Essbase I give follow error
    "=====(HspCubeCreation.java)sQueryString:?Application=Test1
    com.hyperion.planning.olap.EssbaseException: (1060010)
    at com.hyperion.planning.olap.HspEssbaseOutlineAPI.EssAddMemberEx(Native Method)
    at com.hyperion.planning.olap.HspCubeRefreshTask.addChildren(Unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.addMembers(Unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.addDimensionsAndMembers(Unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.buildOutlines(Unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)"
    Why it's happened?
    Please anybody help me

    since march 5 we are on planning 9.3.1.1 and also having problems with refreshing:
    com.hyperion.planning.HspCubeRefreshInProgressException: Cannot complete your request because the database is being refreshed.
         at com.hyperion.planning.HspJSImpl.lockApp(I)V(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.lockApp()V(Unknown Source)
         at HspSecurityFilter.Handle(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(Unknown Source)
         at HspSecurityFilter.doPost(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3150)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    com.hyperion.planning.HspCubeRefreshInProgressException: Cannot complete your request because the database is being refreshed.
         at com.hyperion.planning.olap.HspCubeRefreshTask.run()V(Unknown Source)
         at java.lang.Thread.run()V(Unknown Source)
    anyone a idea?

  • Problems with Spanish language

    Hello!
    i'm connecting my DB with PHP, my problem comes when i try to capture ñ's or accents (á, é, í, ó, ú ). When i capture these character from my APEX they appear:
    20 fátima 20
    But, when i insert info from PHP the characters don't appear:
    15 f�tima 20
    My NLS_CHARACTERSET value on Oracle is AL32UTF8 and
    select * from nls_session_parameters;
    NLS_LANGUAGE MEXICAN SPANISH
    NLS_TERRITORY MEXICO
    NLS_CURRENCY $
    NLS_ISO_CURRENCY MEXICO
    NLS_NUMERIC_CHARACTERS .,
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD/MM/RR
    NLS_DATE_LANGUAGE MEXICAN SPANISH
    NLS_SORT WEST_EUROPEAN
    NLS_TIME_FORMAT HH24:MI:SSXFF
    NLS_TIMESTAMP_FORMAT DD/MM/RR HH24:MI:SSXFF
    NLS_TIME_TZ_FORMAT HH24:MI:SSXFF TZR
    NLS_TIMESTAMP_TZ_FORMAT DD/MM/RR HH24:MI:SSXFF TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    select * from nls_instance_parameters;
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_SORT -
    NLS_DATE_LANGUAGE -
    NLS_DATE_FORMAT -
    NLS_CURRENCY -
    NLS_NUMERIC_CHARACTERS -
    NLS_ISO_CURRENCY -
    NLS_CALENDAR -
    NLS_TIME_FORMAT -
    NLS_TIMESTAMP_FORMAT -
    NLS_TIME_TZ_FORMAT -
    NLS_TIMESTAMP_TZ_FORMAT -
    NLS_DUAL_CURRENCY -
    NLS_COMP -
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    select * from nls_database_parameters;
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET AL32UTF8
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 10.2.0.1.0
    PHP has this sentence but it has ; (comment)
    ;default_charset = "iso-8859-1"
    Is this problem of ORacle or PHP, and what should i change?
    Thank u!

    Hi Rafael,
    I'm sure my friend Paolo is correct (+5 points buddy)
    I ran into this problem with the Swedish and German language files as well :(
    Swedish;
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Unified%20Communications%20and%20Video&topic=Unified%20Communications%20Applications&topicID=.ee835d2&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.2cd33d55/0#selected_message
    German;
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Unified%20Communications%20and%20Video&topic=IP%20Telephony&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.2cd4047b/0#selected_message
    Cheers!
    Rob

  • Problem with multi row delete

    Hi, I'm new in apex and I tried to build master detail report on some view. Everything is cool but "delete checked" doesn't work.
    "ORA-20001: Error in multi row delete operation: row= , ORA-06502: PL/SQL: numeric or value error: NULL index table key value,"
    the problem is that I don't know what is wrong :), I have a special trigger "instead of delete on MY_VIEW", but in this error problem is not explained.
    Anybody knows what can be wrong? It is probably a problem with trigger or multi row doesn't work with views? I couldn't find how MRD knows what kind of statement use to delete rows so I don't know if the statement that program used is correct. In debug it lokks that:
    0.32: ...Do not run process "ApplyMRU", process point=AFTER_SUBMIT, condition type=REQUEST_IN_CONDITION, when button pressed=
    0.32: ...Process "ApplyMRD": MULTI_ROW_DELETE (AFTER_SUBMIT) #OWNER#:MY_VIEW:ITEM1:ITEM2
    0.33: Show ERROR page...
    0.33: Performing rollback...
    thanks for any help
    //sorry for english mistakes
    edit: it doesn't matter if I use in trigger delete from ... where item1=:OLD.item1 ; or if I use item1=:P4_item1 (which actually saves correct values)
    Edited by: user5931224 on 2009-06-13 08:55

    I realised that this is not a problem with trigger, I changed trigger to "NULL;" and problem is the same. Maybe sb used master detail on view not only on tables and know what can be wrong in this situation?

  • PLD - Marketing Documents with multi-language

    Hi all,
    I was making layouts in PLD what i want is to show all the texts in english or in a foreign language and base on the BP's language. So not the item description..
    Is this possible?
    Thanks in advance,
    Chief
    Edited by: Rui Pereira on Jan 27, 2009 2:41 PM

    hi chief,
    Administration --> System Initialization --> Company Details --> Basic Initialization tab
    Multi-Language Support - Select to enable the Multi-Language Support function in the company.
    Use this function to translate field names in SAP Business One to foreign languages and print them in documents you send to foreign business partners.
    Jeyakanthan

  • L430 : problem with multi-monitoring (with workstation)

    Hello,
    I have some trouble with multi-monitoring on a L430 setup. I have a workstation with a 20' Samsung connected on it (VGA). Double display runs very well.
    But now that i have decided to put a 3rd monitor, it is a complete mess. I tried to plug the 3rd screen on the DVI port, but now the 2nd screen is black.
    i tried with 2 different monitors, with 1 different cable, i tried to put the 3rd screen directly on the VGA port of the laptop, but i had the same problem.
    I read somewhere that with the L430, one cannot plug a 3rd screen, but i cannot believe it.
    Is it real?

    I would like to be sure of that :/ Working in an IT departement, being able to have only 2 screens because of company limits is strange...

  • Problems with Multi-Polygon and creating index on it

    I have a multipolygon that was created from a SDO_AGGR_UNION and I'm trying to create an index on the geometry. It is failing with...
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in spatial index: [mdrcrtxfergm]
    ORA-13249: Error in spatial index: [mdpridxtxfergm]
    ORA-13200: internal error [ROWID:AAAW8+AAxAAAWdqAAA] in spatial indexing.
    ORA-13206: internal error [] while creating the spatial index
    ORA-13033: Invalid data in the SDO_ELEM_INFO_ARRAY in SDO_GEOMETRY object
    ORA-06512: at "MDSYS
    I'm beginning to think it's an issue with Oracle 9.2.0.1 which is the version of database we are using. Just want to check to see if others have had problems with this.
    Here is the geometry of the object.
    mdsys.sdo_geometry(2007, 900001, NULL, mdsys.sdo_elem_info_array(1, 1003, 1, 125, 1003, 1, 489, 1003, 1, 739, 1003, 1, 825, 1003, 1, 941, 1003, 1, 1209, 1003, 1, 1237, 1003, 1, 1369, 1003, 1, 1511, 1003, 1, 1551, 1003, 1, 1727, 1003, 1, 2445, 1003, 1, 2547, 1003, 1, 3829, 1003, 1, 3937, 1003, 1, 4085, 1003, 1, 4095, 1003, 1, 4583, 1003, 1, 6149, 1003, 1, 6379, 1003, 1, 6433, 1003, 1, 6465, 1003, 1, 6485, 1003, 1, 6559, 1003, 1, 6577, 1003, 1, 6607, 1003, 1, 6773, 1003, 1, 6793, 1003, 1, 6807, 1003, 1, 6825, 1003, 1, 6833, 1003, 1, 6855, 1003, 1, 6885), mdsys.sdo_ordinate_array(235180.1, 1269688.5, 235179.9, 1269684.4, 235180.6, 1269680.3, 235182.1, 1269676.7, 235184.2, 1269673.3, 235187, 1269670.4, 235190.3, 1269668.1, 235194, 1269666.5, 235197.8, 1269665.6, 235200.8, 1269665.5, 235205.5, 1269666.8, 235230.8, 1269673.6, 235242.3, 1269676.5, 235261.8, 1269681.2, 235270.1, 1269683.2, 235281, 1269685.6, 235296.1, 1269689, 235335.7, 1269696.8, 235368.9, 1269702.5, 235372.8, 1269703.5, 235376.4, 1269705.4, 235379.5, 1269707.8, 235382.2, 1269710.9, 235384.1, 1269714.5, 235385.3, 1269718.3, 235385.7, 1269722.6, 235385.4, 1269726.3, 235384.2, 1269730.2, 235382.3, 1269733.7, 235379.9, 1269736.7, 235370.9, 1269745.9, 235357.1, 1269760.7, 235342.1, 1269778.7, 235332.3, 1269791.1, 235323.8, 1269802.8, 235320.4, 1269807.5, 235313.4, 1269818, 235309.4, 1269824, 235307.2, 1269827.6, 235304.5, 1269830.5, 235301.3, 1269832.8, 235297.7, 1269834.3, 235293.9, 1269835.2, 235289.8, 1269835.2, 235286.1, 1269834.4, 235282.4, 1269832.9, 235279.1, 1269830.6, 235278.1, 1269829.8, 235276.2, 1269825.5, 235274, 1269820.9))

    The elem_info_array for the multi-polygon is obviosuly wrong:
    mdsys.sdo_elem_info_array(1, 1003, 1, 125, 1003, 1, 489, 1003, 1, 739, 1003, 1, 825, 1003, 1, 941, 1003, 1, 1209, 1003, 1, 1237, 1003, 1, 1369, 1003, 1, 1511, 1003, 1, 1551, 1003, 1, 1727, 1003, 1, 2445, 1003, 1, 2547, 1003, 1, 3829, 1003, 1, 3937, 1003, 1, 4085, 1003, 1, 4095, 1003, 1, 4583, 1003, 1, 6149, 1003, 1, 6379, 1003, 1, 6433, 1003, 1, 6465, 1003, 1, 6485, 1003, 1, 6559, 1003, 1, 6577, 1003, 1, 6607, 1003, 1, 6773, 1003, 1, 6793, 1003, 1, 6807, 1003, 1, 6825, 1003, 1, 6833, 1003, 1, 6855, 1003, 1, 6885)
    The last entry should be something like: 6885,1003,1; instead it is just 6885.
    So the problem might be with sdo_aggr_union as it seems to be creating an invalid geometry.
    Can you post the data you used in generating this geometry with sdo_aggr_union ?
    siva

  • Problems with the language in mac os lino

    I was using CleanMyMac and accidentally I delete the iso spanish. Now the language of the windows is set in english. How can I do?  Thanks a lot.

    Ruben Alberto Restrepo wrote:
    I was using CleanMyMac and accidentally I delete the iso spanish.
    "iso spanish" is a keyboard and has nothing to do with the language of your windows, only for typing.
    But if you have Español at the top of the list in system preferences/language & text/language and everything is in English, then like Frank said you should reinstall your OS.

Maybe you are looking for

  • Can I get my money back for a purchase I did not authorize

    My son purchase two items today that I did not authorize can i get my money back

  • Query Reg env-entry in ejb jar xml

    Hi, I have the following tag in the ejb-jar of my application: <env-entry> <env-entry-name>postingDate</env-entry-name> <env-entry-type>java.lang.String</env-entry-type> <env-entry-value>Request</env-entry-value> </env-entry> When a JNDI LookUp is do

  • Internal order number in debit memo request in external billing

    Hi Experts, I am trying to create a Debit Memo Request in ECC from a confirmation in CRM. This confirmation is created as a follow-up to the service order. The debit memo request is getting created but it does not have a reference of the internal ord

  • Floating Point Arithmatic Error

    Hi, I know actionscript represents numbers and double precision floating point values. I'm having a problem where double arithmatic in actionscript doesn't match the results of the same double arithmatic in C++ / C#. EXAMPLE: In C++ / C#: double x, y

  • Preferred Language per Contact

    I'm quite a fan of iOS. However, as a European Citizen I'm quite used to communicate with different people in different languages. However I generally use the same language with the same person over and over. When writing emails or iMessages, I have