XSLT error LPX-314

I have an XSL stylesheet which is supposed to take the input as Japanese character and produce the transformed output.
I am using Xml parser for c++, to be precise 2.0.7 . When I embed a query in <xsl:template match="i`b|tg1o@l\"> , the XSLT processor is throwing an error LPX-314. Please reply.
null

You may also wish to try it with version 9.0.1 (or later) which fixed all known multibyte and Unicode character processing issues.

Similar Messages

  • Xslt error: the expression does not evaluate to a node-set

    hi guys - i'm really down because i cannot find / understand my xsl error and i have to finish my work very very soon
    the error message (by using xalan to create from the xml file my html output) is the following:
    xslt error: the expression does not evaluate to a node-set
    and the code fragement is:
    <xsl:template name="getNext">
    <xsl:param name="currentKnoten" />
    <xsl:for-each select="$currentKnoten"> //error is in this line
    </xsl:for-each>
    </xsl:template>please... help me....

    ok thanks!!! this saved me some time ;-)
    now i go back to the origin problem... my main idea is the following xsl code... may u can see here the problem with the node site.. but i think u need the xml file or?
    however this is my relevant xsl code:
    <xsl:template match="DATA">
              <xsl:element name="process">
                   <xsl:attribute name="name">
                        <xsl:value-of select="@name" />
                   </xsl:attribute>
                   <xsl:apply-templates select="INSTANCE"/>
              </xsl:element>
         </xsl:template>
    <xsl:template match="INSTANCE[@class='Data']">
              <xsl:element name="node">
                   <xsl:attribute name="name">
                        <xsl:value-of select="@name" />
                   </xsl:attribute>
                   <xsl:attribute name="class">
                        <xsl:value-of select="@class" />
                   </xsl:attribute>
                   <xsl:call-template name="copyAttributes" />
                   <xsl:variable name="nextNodes">
                        <xsl:value-of select="key('keyGetData', key('keyFrom', @name)/../TO/@instance)" />
                   </xsl:variable>
                   <xsl:call-template name="getNext">
                        <xsl:with-param name="currentNode" select="$nextNodes" />
                   </xsl:call-template>
              </xsl:element>
    </xsl:template>     
    <xsl:template name="getNext">
              <xsl:param name="currentNode"/>
              <xsl:for-each select="$currentNode">
                   <xsl:element name="node">
                        <xsl:attribute name="name"><xsl:value-of select="@name"/></xsl:attribute>
                        <xsl:attribute name="class"><xsl:value-of select="@class"/></xsl:attribute>
                        <xsl:variable name="nextNodes">
                             <xsl:value-of select="key('keyGetData', key('keyFrom', @name)/../TO/@instance)"/>
                        </xsl:variable>
                        <xsl:call-template name="copyAttributes"/>
                        <xsl:call-template name="getNext">
                             <xsl:with-param name="currentNode" select="$nextNodes"/>
                        </xsl:call-template>
                   </xsl:element>
              </xsl:for-each>
         </xsl:template>
         <xsl:template name="copyAttributes">
              <xsl:for-each select="descendant::*">
                   <xsl:copy>
                        <xsl:copy-of select="@*|node()"/>
                   </xsl:copy>
              </xsl:for-each>
         </xsl:template>
         <xsl:template match="@*|node()">
              <xsl:apply-templates/>
         </xsl:template>

  • Datapump impdp error LPX-00216

    Hi Guru, i am trying to import 150GB size db failed with error below :
    ### Detailed Problem Statement ###
    impdp "'/ as sysdba'" directory=dpdata dumpfile=episfile1%U.dmp full=y job_name=episuatimport2
    File List :
    -rwxr-x--x 1 oracle dba 23075409920 Jan 12 17:02 episfile01.dmp
    -rwxr-x--x 1 oracle dba 27706929152 Jan 12 17:44 episfile02.dmp
    -rwxr-x--x 1 oracle dba 15957520384 Jan 12 18:09 episfile03.dmp
    -rwxr-x--x 1 oracle dba 12562350080 Jan 12 22:27 episfile04.dmp
    Import: Release 10.2.0.2.0 - 64bit Production on Tuesday, 13 January, 2009 8:19:57
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning and Data Mining options
    ORA-39002: invalid operation
    ORA-31694: master table "SYS"."EPISUATIMPORT2" failed to load/unload
    ORA-02354: error in exporting/importing data
    ORA-39774: parse of metadata stream failed with the following error:
    LPX-00216: invalid character 0 (0x0
    Please advice how to resolve this ? is it caused by dump corruption ?
    thanks.

    Hi,
    I am not sure whether the error raised due to the NLS settings. Try to check for metalink note 603415.1
    That might be help you.
    - Pavan Kumar N

  • Import error (LPX-00216)

    Hi Gurus,
    I have a QA database refresh weekly and i use EXPDP/IMPDP. Nothing were changed, but today this error ocurred.
    I've tried to export/import several times, but the same error ocurr. I'm searching here and at metalink, but untill now i can't find anything really helpful.
    Import: Release 10.2.0.4.0 - 64bit Production on Monday, 12 March, 2012 14:12:03
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-31694: master table "SIMULA"."SYS_IMPORT_FULL_01" failed to load/unload
    ORA-02354: error in exporting/importing data
    ORA-39774: parse of metadata stream failed with the following error:
    LPX-00216: invalid character 0 (0x0OS: AIX 6.1 64Bits
    Thank's

    DLM,
    You tried the export 4 times or the import 4 times. I think the issue is with the dumpfile so you would have to regenerate the dumpfile. If you have an old dumpfile (from last week or something) you could try that one just to see. You can run the import with:
    master_only=y
    This will start the job and then just load the master. From the error you are getting, this is what is failing. If this works with an old dumpfile, I'll point my finger at the new dumpfile. When you are done with the import "master_only" you will have to drop the master table that gets created.
    Dean

  • Outbound Proxy is generating Mapping Transformation XSLT error in SPROXY Test

    Hi,
    I have searched already online but i am unable to find anything relevant.
    The scenario is that I have an Inbound proxy for processing the incoming payload and in this code the call is made to the oubound proxy method and i am gettin the MAPPING.TRANSFORMER_EXCEPTION Exception occurred during XSLT mapping of the application
    CALL METHOD outbound_obj->shipment_status_notification_o
    EXPORTING
    output = wa_orders_request_out
    IMPORTING
    input = wa_orders_response_out.
    We just updated the orders_request_out  with a single field and activated and regnerated the proxy in ECC and i can now see the updated structure.
    However, if i take the payload from production and just pass the payload in debug to the above method call  in both Dev and QA with the added field, I am getting the above error.
    I cannot do the proxy debug in production unfortunately so i cannot see if this is happening only in Dev and QA.
    Can anyone please help me as this is urgent and If i can get past this error  i can actually test if processing is working as expected?
    Regards,
    Archana

    Hi Mark,
    I have checked the data type and the field occurrence is 0.1
    The change was made only to the request structure as based on this field value some selection needs to be made. The Response structure was not changed at all.
    I have regenerated the outbound proxy as well and surprisingly even though it was not modified it still did not give me a message that the proxy object has not changed. I had to activate it as changed to inactive.
    I am also not sure why that happened.
    Regards,
    Archana

  • XSLT  error: mapping

    There is one existing message interface, It is  using XSLt mapping, When I click on XSLT mapping program :
    It goes to "Display Imported Archive"
    Where it shows the mapping XSL file.
    When I tried to open the xsl file from the Integration repository in edit mode,  : Either click on Open or Click on Change program icon:  it give me a error message ;
    "Cannot display file map.xsl. Unable to determine the code.
    While  this mapping programm is  working and has been developed manually.
    may  I know  why its coming?
    While some other xsl program is able to open.

    Hi Ram,
    Pls do export the imported archive as a zip file to your local disk and try opening the same. If its not then the zip file which you have uploaded might have got corrupted/is not fully uploaded.
    Try activating the imported archive and do a check before you do that. This you can do with a minor change in the description or so.
    Then coming to the point the mapping program is working fine. It could be the old instance which is in the server cache. If you go for a server restart this error might come out as a mapping exception.
    Cheers
    JK

  • XSLT Error using XSQL:

    I am getting this error:
    Oracle XML Developers Kit 10.1.0.4.2 - Production
    XML-25011: Error processing XSLT stylesheet:
    file:///C:/Products/jboss-5.0.1.GA/server/default/deploy/ontrack.ear/ontrack.war/reports/manifest/container_lbl.xsl
    file:/C:/Products/jboss-5.0.1.GA/server/default/deploy/ontrack.ear/ontrack.war/reports/manifest/container_lbl.xsl:
    XML-22043: (Error) Extension function error: Method not found 'generate'
    Any ideas ?
    Thanks,

    After some shuffling of jar files, I now get:
    Oracle XML Developers Kit 10.1.0.4.2 - Production
    XML-25018: Unexpected Error Occurred processing stylesheet container_lbl.xsl
    java.lang.ClassCastException: org.apache.xerces.dom.ElementNSImpl cannot be cast to oracle.xml.parser.v2.XMLNode
    at oracle.xml.parser.v2.XSLExprValue.setExtensionValue(XSLExprValue.java:658)
    at oracle.xml.parser.v2.XSLExtFunctions.callStaticMethod(XSLExtFunctions.java:122)
    at oracle.xml.parser.v2.XPathExtFunction.evaluateMethod(XPathExtFunction.java:298)
    at oracle.xml.parser.v2.XPathExtFunction.evaluate(XPathExtFunction.java:225)
    at oracle.xml.parser.v2.XSLCopyOf.processAction(XSLCopyOf.java:103)
    at oracle.xml.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xml.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xml.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xml.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xml.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xml.parser.v2.XSLForEach.processAction(XSLForEach.java:142)
    at oracle.xml.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xml.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xml.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xml.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xml.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xml.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xml.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xml.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xml.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    etc...
    Any help would be most welcome,
    Thanks,
    Craig.

  • XSLT Error

    Greetings -
    I am using OAS 10.1.3 with Jdev 10.1.3. I am migrating my application from 10.1.2 to 10.1.3.
    What i am trying to do is to perform unit testing on a BPEL process.I specify the input XML and i try to run the XSLT . But i am getting this error :
    oracle.xml.xpath.XPathException: Extension function error: Class not found 'com.clickcommerce.integration.xpathfunctions.xsl.LookupFunctions'
    The namespace that is causing the whole problem is :
    xmlns:ccf="http://www.oracle.com/XSL/Transform/java/
    com.clickcommerce.integration.xpathfunctions.xsl.LookupFunctions"
    I put the jar file containing this respective class in the lib folder, jlib folder and the integration/lib folder. I closed and opened Jdev again and tried to compile.
    But still, i am getting the same error. Can anybody give any valuable suggestions to rectify this error ?
    Thanks
    Ajay

    kevin raleigh wrote:
    > However when I load my files to my server I get this
    error!
    >
    >
    MM_XSLTransform error.
    > The server could not perform the XSL transformation
    because an XSLT processor
    > for PHP could not be found. Contact your server
    administrator and ask them to
    > install an XSLT processor for PHP.
    The answer is quite simple: your hosting company doesn't
    support the PHP
    XSLT extension in PHP 4 or the XSL functions in PHP 5. The
    XSLT
    extension is not enabled by default in PHP 4, but the XSL
    functions are
    enabled by default in PHP 5.
    It's highly likely that your hosting company is still using
    PHP 4. Tell
    your hosting company that PHP 5 has been stable since June
    2004, and
    that you will move your site elsewhere if it doesn't upgrade
    to PHP 5 in
    the immediate future. Plans to drop support for PHP 4 are now
    well
    advanced. It's time to make the move.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Error: "LPX-00240: element-start tag is not well formed"

    Hello all,
    i'm getting this error parsing a XML file:
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00240: element-start tag is not well formed*
    Error at line 18
    What could be the issue in this case ???
    i'm running out of tryings and options for this solution....
    thank you all
    ---------------------- XML FILE -----------------------------
    <?xml version="1.0" encoding="iso-8859-1"?>
    <FormList>
         <Form name="SERVIDOES_REGLA_BASE" table="IVBAM.ANA_SERV_PEDIDOSPARECER" idfield="ID">
              <FormField name="ID" label="ID" datatype="LONG" type="TEXTFIELD" readonly="true" visible="false" mandatory="false" saveable="true" lovemtpy="false" multiselect="false"/>
         </Form>
         <Form name="PEDIDO_PARECER_UPDATE" table="IVBAM.ANA_SERV_PEDIDOPARECER" idfield="ID" help="sdfsf sdf sdf 4 43 43 3 4534 54 " usesession="true" geometryfield="GEOMETRY">
              <FormAction name="FORM_ACTION_01" function="2" help="true"><param name="CONFIRM" value="YES_NO" title="confirmar ??????"/>
                   <param name="LALLALA" value="dddd" title="ddddd"/>
              </FormAction>
    line 18:     <FormField name="NUM_ENTRADA" label="Número de entrada" datatype="STRING" type="TEXTFIELD" visible="false" mandatory="false" saveable="false" lov="Sim,Não" lovemtpy="false" maxlength="50" multiselect="false" />
         </Form>
    </FormList>
    -------------------------------------------------------------------

    <?xml version="1.0" encoding="iso-8859-1"?>
    <FormList>
    <Form name="SERVIDOES_REGLA_BASE" table="IVBAM.ANA_SERV_PEDIDOSPARECER" idfield="ID">
    <FormField name="ID" label="ID" datatype="LONG" type="TEXTFIELD" readonly="true" visible="false" mandatory="false" saveable="true" lovemtpy="false" multiselect="false"/>
    </Form>
    <Form name="PEDIDO_PARECER_UPDATE" table="IVBAM.ANA_SERV_PEDIDOPARECER" idfield="ID" help="sdfsf sdf sdf 4 43 43 3 4534 54 " usesession="true" geometryfield="GEOMETRY">
    <FormAction name="FORM_ACTION_01" function="2" help="true"><param name="CONFIRM" value="YES_NO" title="confirmar ??????"/>
    <param name="LALLALA" value="dddd" title="ddddd"/>
    </FormAction>
    line 18: <FormField name="NUM_ENTRADA" label="Número de entrada" datatype="STRING" type="TEXTFIELD" visible="false" mandatory="false" saveable="false" lov="Sim,Não" lovemtpy="false" maxlength="50" multiselect="false" />
    </Form>
    </FormList>

  • Custom profiles in IC Web client terminate in XSLT error 'unexpected EOF'

    Hello,
    we've upgraded from CRM 4.0 SP7 to CRM2005 (i.e. CRM 5.0) SP7.
    The IC web client is not able to start our custom web client profiles. However, SAP's default profile is OK.
    When launching via transaction CRM_IC or SE80 and default.htm, the window opens up, but if we use one of the custom IC Web client profiles, the application won't load correctly. It only displays the logos and the clipboard, then gives the error message:
    The runtime repository could not be interpreted. An XSLT transformation error occurred.
    Reason: Unexpected end-of-file.
    Transformation: BSP_WD_RT_REP_RUNTIME
    I've checked the customization, and I find no errors. All function profiles (XML files) from 4.0 have been migrated correctly into 5.0 customization tables.
    The custom profile launches our BSP application Z_CRM_IC, which is a copy of the standard BSP with a few controller replacements. The corresponding runtime framework profile calls the repository Z_CRM_IC_RT_REP, which is also a copy of the original.
    When I check the repository Z_CRM_IC_RT_REP in SE80, the system displays the error
    BSP Application Z_CRM_IC_RT_REP,BSP Page CRM_IC.XM
    The included page "CRM_IC_All_Viewsets_wo_BUPA_and_Main.xml" is created in language "ABAP".          
    However, I don't think that's really an error, because the include merely points to the standard xml file
    ../CRM_IC_DT_REP/CRM_IC_All_Viewsets_wo_BUPA_and_Main.xml
    and when I run a check on that, the workbench finds no errors.
    Any idea on how to get the IC Web client up and running again?
    Regards,
    Arto

    Note 880180 seems to help.
    After making the suggested changes, I ran into another translation error, but that's a different story...

  • XSLT Error in Jdeveloper

    Hi
    I am getting this error while creating mapper xml for Transform activity.
    So i am not able to save the file.I am not able to move further bcoz of this error..
    error:
    Required attribute version missing from element xsl:stylesheet
    Pls help me with this..
    Thanks

    this error bugs me too a lot.. close the jdeveloper and open it.. if still persists .. install new jdeveloper and import your code

  • Help me with XSLT 2.0

    I tried to transform from xml to xml using xslt2.0 on oracle 10g r2.
    Based on the fact that whenever I added xslt 2.0 features such as "xsl:function","xsl:for-each-group" to stylesheet, oracle 10g gives me an error "LPX-00602: Invalid child element 'for-each-group' of element 'stylesheet'", "LPX-00602:Invalid chid element 'function" of element 'stylesheet".
    I strongly suspect my oracle 10g r2 doesn't support xslt 2.0 features.
    But the whitepapar says oracle 10g r2 supports xslt 2.0, I'm confused.
    Now I'm searching for the posibility I didn't install full XMLDB package when I installed Oracle 10g R2 and if this is that case, what should I chek with my oracle?
    Is there anyone who sucessfully used XSLT 2.0 features to transform xml-to-xml using SQL like this.
    select XMLTransform(XDBURIType('/AI059.xml').getXML(),XDBURIType('/AI059.xsl').getXML()).getClobVal() from dual;
    the part of stylesheet is below.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fines-f-ai="http://fss.xbrl.or.kr/kr/br/f/ai/2007-06-30" xmlns:fines-b-ai="http://fss.xbrl.or.kr/kr/br/b/ai/2007-06-30" xmlns:xbrldt="http://xbrl.org/2005/xbrldt" xmlns:ref="http://www.xbrl.org/2004/ref" xmlns:xbrldi="http://xbrl.org/2006/xbrldi" xmlns:iso4217="http://www.xbrl.org/2003/iso4217" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <!-- PART I -->
         <xsl:variable name="FINANCE_CD" select="/REPORT/@FCD"/>
         <xsl:variable name="BASE_MONTH" select="/REPORT/@BMN"/>
         <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
    <xsl:for-each-group select="RECORD">
    </xsl:for-each-group>
    <xsl:function name="fines-b-aa:mapping">
    </xsl:function>
    Help me out !! I've been spent almost two days with this...

    Are there any updates on whether the latest version/patch of Oracle 10g or 11 supports XSLT 2.0? We need to use the XSLT date functions which are in XSLT 2.0. However when try this in our current 10.2.0.4 version it errors out. here is the string
    Processing ...
    SELECT XMLTRANSFORM
    (XMLTYPE
    ('<?xml version="1.0" encoding="UTF-8"?><Name><First>Ram</First><Last>Sam</Last></Name>'),
    XMLTYPE
    ('<?xml version="1.0"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"><xsl:output method="xml" indent="yes" encoding="UTF-8"/><xsl:template match="Name"><xsl:element name="XSL2Test"><xsl:attribute name="Start"><xsl:value-of select=" current-date()"/></xsl:attribute></xsl:element></xsl:template></xsl:stylesheet>')).getclobval
    FROM DUAL
    FROM DUAL;
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00607: Invalid reference: 'current-date'.
    *** Script stopped due to error ***
    Are there any plans of supporting XSLT 2.0 in future versions? Thanks for help.
    Edited by: [email protected] on Apr 13, 2010 9:55 AM

  • PL/SQL XSLT transformation problem

    I am trying to perform an XSLT transformation inside a PL/SQL procedure using dbms_xslprocessor.processxsl() but I am getting the following error 'LPX-00411: unknown function name encountered'
    The transformation XSL contains a java extension to preform some encoding of data and with the template containing the reference to the extension removed the transformation works fine. Does this mean that DBMS_XMLPARSER does not support java extensions in XSL or is it possible I'm just calling the function incorrectly?
    I have been testing up to now using oraxsl on the command line which seemed to work fine.
    Thanks,
    Alan

    Alan,
    Are you using the right namespace for the class you want to use?

  • Getting error while importing a table partition

    Hi,
    I am trying to import a table partition from OEM and occurred with following error:
    Job IMPORT000042 has been reopened at Friday, 13 June, 2008 14:44
    Restarting "SYSMAN"."IMPORT000042":
    Processing object type TABLE_EXPORT/TABLE/TBL_TABLE_DATA/TABLE/TABLE_DATA
    ORA-31693: Table data object "SCOTT"."CONTAINER":"PARTITION_5" failed to load/unload and is being skipped due to error:
    ORA-06502: PL/SQL: numeric or value error
    LPX-00210: expected '<' instead of 'n'
    Job "SYSMAN"."IMPORT000042" completed with 1 error(s) at 14:44
    Job state: COMPLETED
    Thanks

    What's the source and target database Oracle version?
    What's the character set of both databases?

  • ORA-06502: PL/SQL: numeric or value error While Exporting in Oracle 10g

    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in AR8MSWIN1256 character set and AL16UTF16 NCHAR character set
    server uses AR8ISO8859P6 character set (possible charset conversion)
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    . exporting system procedural objects and actions
    . exporting pre-schema procedural objects and actions
    . exporting cluster definitions
    . about to export SYSTEM's tables via Conventional Path ...
    . . exporting table DEF$_AQCALL 0 rows exported
    . . exporting table SRC_RQST_SEQ 1 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table SRC_USERS 6 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table SRC_YEAR_LOOKUP 40 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table TENDER_DETAIL_TABLE 36 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table TENDER_MASTER_TABLE 34 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table TENDER_NEW_DETAIL_TABLE 4 rows exported
    EXP-00091: Exporting questionable statistics.
    . exporting synonyms
    . exporting views
    EXP-00056: ORACLE error 6502 encountered
    ORA-06502: PL/SQL: numeric or value error
    LPX-00210: expected '<' instead of 'n'
    ORA-06512: at "SYS.UTL_XML", line 152
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 7195
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 9135
    ORA-06512: at "SYS.DBMS_METADATA", line 1882
    ORA-06512: at "SYS.DBMS_METADATA", line 3707
    ORA-06512: at "SYS.DBMS_METADATA", line 3689
    ORA-06512: at line 1
    EXP-00056: ORACLE error 6502 encountered
    ORA-06502: PL/SQL: numeric or value error
    LPX-00210: expected '<' instead of 'n'
    ORA-06512: at "SYS.UTL_XML", line 152
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 7195
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 9135
    ORA-06512: at "SYS.DBMS_METADATA", line 1882
    ORA-06512: at "SYS.DBMS_METADATA", line 3707
    ORA-06512: at "SYS.DBMS_METADATA", line 3689
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    Plz reply me the appropriate Solution
    Edited by: user8920919 on May 3, 2010 12:27 AM

    hi,
    EXP-00091: Exporting questionable statistics The client character set(NLS_LANG) does not match the server character;
    select parameter,value from nls_database_parameters where parameter like '%CHARACTERSET%';
    and check the client system character set
    - Pavan Kumar N
    - ORACLE OCP - 9i/10g
    https://www.oracleinternals.blogspot.com

Maybe you are looking for

  • I cannot see the 'File, Edit, View...Help' options at the top of Firefox. How can I restore these?

    I do not know how to get access to the 'File, Edit, Veiw...' etc. otions which I do not have in my version of Firefox. I have tried Firefox support but nothing seems to come up. What should I do?

  • Page Fault Processor Exception TSA Scan

    Been getting the following Abend when running a backup job with Backup Exec 12. This only happens when trying to backup the OFFiles directory. Tried to run a nss /poolverify , but it keeps crashing the server each time I try to run. Server is 6.5 wit

  • Using sequence  in view

    hi gurus SQL> create view v1 as select s1.nextval from dual; create view v1 as select s1.nextval from dual *+ ERROR at line 1: ORA-02287: sequence number not allowed here Are there only workaround? Thank you!

  • How to open the CD tray in a Poserbook that does not start up?

    When I start up my G5, I get the gray screen with the apple for about 3 minutes and then it shuts down. I have disconnected my peripherals, performed a safe boot and reset the pram. Now,I should insert my system disk. This is not easy,since the machi

  • 'Bill and Hold' scenario

    Hello All, My client wants to implement 'bill and hold'. It wants to bill the customer, and remove inventory from the system, but not deliver the material right away (and therefore not create the delivery ticket immediately). My initial proposal was