Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/sql/74.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
错误报告-SQL错误:ORA-31061:XDB错误:XML事件错误ORA-19202:发生错误_Sql_Xml_Oracle11g - Fatal编程技术网

错误报告-SQL错误:ORA-31061:XDB错误:XML事件错误ORA-19202:发生错误

错误报告-SQL错误:ORA-31061:XDB错误:XML事件错误ORA-19202:发生错误,sql,xml,oracle11g,Sql,Xml,Oracle11g,当我运行查询将XML文件注入Oracle上的表时,出现以下错误消息 Error report - SQL Error: ORA-31061: XDB error: XML event error ORA-19202: Error occurred in XML processing In line 124110683 of orastream: LPX-00225: end-element tag "title" does not match start-element tag "sue" 问

当我运行查询将XML文件注入Oracle上的表时,出现以下错误消息

Error report -
SQL Error: ORA-31061: XDB error: XML event error
ORA-19202: Error occurred in XML processing
In line 124110683 of orastream:
LPX-00225: end-element tag "title" does not match start-element tag "sue"
问题是

INSERT INTO TESTTABLE2 (xml_file) 
(SELECT XMLTYPE(bfilename('EXPORT_DUMPS','WR_2007_20150123103151_DSSHPSH_0002.xml'), nls_charset_id('AL32UTF8')) from dual );
XML内容看起来是正确的。这里是第124110601-150行,但我在第83行没有看到任何特殊的内容,它应该对应于错误消息中提到的第124110683行

<citedWork>PHYSICAL REVIEW B</citedWork>
<doi>10.1103/PhysRevB.68.020403</doi>
</reference>
<reference>
<uid>WOS:000236477800002</uid>
<citedAuthor>Erdinc, A</citedAuthor>
<year>2006</year>
<page>6</page>
<volume>301</volume>
<citedTitle>Multicritical behavior of the antiferromagnetic Blume-Emery-Griffiths model with the repulsive biquadratic coupling in an external magnetic field</citedTitle>
<citedWork>JOURNAL OF MAGNETISM AND MAGNETIC MATERIALS</citedWork>
<doi>10.1016/j.jmmm.2005.06.002</doi>
</reference>
<reference>
<uid>WOS:000236631400004</uid>
<citedAuthor>Keskin, M</citedAuthor>
<year>2006</year>
<page>116</page>
<volume>353</volume>
<citedTitle>Multicritical phase diagrams of the antiferromagnetic spin-3/2 Blume-Capel model</citedTitle>
<citedWork>PHYSICS LETTERS A</citedWork>
<doi>10.1016/j.physleta.2005.12.079</doi>
</reference>
<reference>
<uid>WOS:000237000300021</uid>
<citedAuthor>Keskin, M</citedAuthor>
<year>2006</year>
<page>263</page>
<volume>364</volume>
<citedTitle>Multicritical behavior of the antiferromagnetic spin-3/2 Blume-Emery-Griffiths model</citedTitle>
<citedWork>PHYSICA A-STATISTICAL MECHANICS AND ITS APPLICATIONS</citedWork>
<doi>10.1016/j.physa.2005.08.077</doi>
</reference>
<reference>
<uid>WOS:000255098600003.7</uid>
<citedAuthor>BACKHICH A</citedAuthor>
<year>2001</year>
<page>249</page>
<volume>13</volume>
<citedWork>J PHYS CONDENS MATT</citedWork>
</reference>
<reference>
<uid>WOS:000246760500003.15</uid>
<citedAuthor>KIKUCHI R</citedAuthor>
<year>1979</year>
<citedWork>UNPUB CRYSTALS STAT</citedWork>
</reference>
</references>
<addresses count="2">
<address_name>
<address_spec addr_no="1">
<full_address>Erciyes Univ, Inst Sci, TR-38039 Kayseri, Turkey</full_address>
<organizations count="1">
<organization>Erciyes Univ</organization>
</organizations>
<suborganizations count="1">
<suborganization>Inst Sci</suborganization>
</suborganizations>
<city>Kayseri</city>
<country>Turkey</country>
<zip location="BC">TR-38039</zip>
</address_spec>
</address_name>
<address_name>
<address_spec addr_no="2">
<full_address>Erciyes Univ, Dept Phys, TR-38039 Kayseri, Turkey</full_address>
<organizations count="1">
<organization>Erciyes Univ</organization>
</organizations>
<suborganizations count="1">
<suborganization>Dept Phys</suborganization>
</suborganizations>
<city>Kayseri</city>
<country>Turkey</country>
<zip location="BC">TR-38039</zip>
</address_spec>
</address_name>
</addresses>
<category_info>
<headings count="1">
<heading>Science &amp; Technology</heading>
</headings>
<subheadings count="1">
<subheading>Physical Sciences</subheading>
</subheadings>
<subjects count="4">
<subject ascatype="traditional">Chemistry, Physical</subject>
<subject ascatype="traditional">Physics, Multidisciplinary</subject>
<subject ascatype="extended">Chemistry</subject>
<subject ascatype="extended">Physics</subject>
</subjects>
</category_info>
<keywords count="4">
<keyword>spin-3/2 Blume-Emery-Griffiths model</keyword>
<keyword>cluster variation method</keyword>
<keyword>thermal variations of order parameters</keyword>
<keyword>phase diagrams</keyword>
</keywords>
<abstracts count="1">
<abstract>
<abstract_text count="1">
<p>The critical behaviour of the ferromagnetic spin-3/2 Blume-Emery-Griffiths model with repulsive biquadratic coupling in the absence and presence of an external magnetic field is studied by using the lowest approximation of the cluster variation method, which is identical with the mean-field approximation. Thermal variations of the order parameters are investigated for different values of the interaction parameters and the external magnetic field. The complete phase diagrams of the system are calculated in the (kT /J, K / J), (kT /J, D / J) and (kT /J, H / J) planes. Five new phase diagram topologies are obtained, which are either absent from previous approaches or have gone unnoticed. A detailed discussion and comparison of the phase diagrams is made.</p>
</abstract_text>
</abstract>
</abstracts>
</fullrecord_metadata>
<item xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"     xsi:type="itemType_wos">
<ids avail="Y">171UI</ids>
<bib_id>62 (3-4): 127-139 MAR-APR 2007</bib_id>
<bib_pagecount type="Journal">124</bib_pagecount>
<reprint_contact>
<address_spec addr_no="1">
<full_address>Erciyes Univ, Inst Sci, TR-38039 Kayseri, Turkey</full_address>
<organizations count="1">
<organization>Erciyes Univ</organization>
</organizations>
<suborganizations count="1">
<suborganization>Inst Sci</suborganization>
</suborganizations>
<city>Kayseri</city>
<country>Turkey</country>
<zip location="BC">TR-38039</zip>
</address_spec>
<names count="1">
<name addr_no="1" reprint="Y" role="author" seq_no="1">
<display_name>Ali Pinar, M.</display_name>
<full_name>Ali Pinar, M.</full_name>
<wos_standard>Pinar, MA</wos_standard>
<first_name>M.</first_name>
<last_name>Ali Pinar</last_name>
<email_addr>keskin@erciyes.edu.tr</email_addr>
</name>
</names>
</reprint_contact>
<keywords_plus count="5">
<keyword>MULTICRITICAL PHASE-DIAGRAMS</keyword>
<keyword>RECURSION METHOD</keyword>
<keyword>ISING-MODEL</keyword>
<keyword>LATTICE</keyword>
<keyword>FIELD</keyword>
</keywords_plus>
</item>
</static_data>
<dynamic_data>
<cluster_related>
<identifiers>
<identifier type="accession_no" value="171UI"/>
<identifier type="issn" value="0932-0784"/>
</identifiers>
</cluster_related>
</dynamic_data>
</REC>
物理检查B
10.1103/PhysRevB.68.020403
WOS:00023647780002
埃尔德公司
2006
6.
301
外磁场中具有排斥双二次耦合的反铁磁Blume-Emery-Griffiths模型的多临界行为
磁性与磁性材料杂志
10.1016/j.jmmm.2005.06.002
WOS:000236631400004
凯斯金,M
2006
116
353
反铁磁自旋-3/2 Blume-Capel模型的多临界相图
物理字母A
10.1016/j.physleta.2005.12.079
WOS:000237000300021
凯斯金,M
2006
263
364
反铁磁自旋-3/2 Blume-Emery-Griffiths模型的多临界行为
物理统计力学及其应用
10.1016/j.physa.2005.08.077
WOS:000255098600003.7
背后
2001
249
13
康登斯马特物理杂志
WOS:00024676000003.15
菊池河
1979
无包晶体统计
土耳其凯泽里市科学研究所Erciyes大学TR-38039
埃尔西耶斯大学
科学研究所
卡塞里
土耳其
TR-38039
土耳其凯瑟里TR-38039埃尔西耶大学物理系
埃尔西耶斯大学
物理系
卡塞里
土耳其
TR-38039
科学与技术;技术
自然科学
化学、物理
多学科物理学
化学
物理学
spin-3/2 Blume-Emery-Griffiths模型
聚类变异法
序参量的热变化
相图
利用与平均场近似相同的团簇变分法的最低近似,研究了在无外磁场和有外磁场的情况下,具有排斥双二次耦合的铁磁自旋-3/2 Blume-Emery-Griffiths模型的临界行为。研究了在不同的相互作用参数和外加磁场下,有序参数的热变化。在(kT/J,K/J)、(kT/J,D/J)和(kT/J,H/J)平面上计算了系统的完整相图。得到了五种新的相图拓扑,它们要么是以前的方法所没有的,要么是没有被注意到的。对相图进行了详细的讨论和比较

171UI 62(3-4):2007年3月至4月127-139日 124 土耳其凯泽里市科学研究所Erciyes大学TR-38039 埃尔西耶斯大学 科学研究所 卡塞里 土耳其 TR-38039 阿里·皮纳尔,M。 阿里·皮纳尔,M。 皮纳尔,马 M 阿里·皮纳尔 keskin@erciyes.edu.tr 多临界相图 递归法 伊辛模型 格子木架 领域
我对其他更轻的XML文件没有问题。这个几乎是5GB

我们正在运行:''Oracle Database 11g Enterprise Edition 11.2.0.4.0 64位生产''

有人知道问题出在哪里吗?
谢谢。

也许您的xml已损坏。使用和xml检查器工具检查它当我尝试使用xml Spy打开它时,我收到以下错误:“访问未命名文件时发生未知错误”。我可以用Ultra Edit读取XML内容,但我不知道如何检查它是否损坏。有什么建议吗?该代码段没有标题或sue标记,因此行号似乎没有帮助。你能在你的编辑器中搜索这些标签吗?我在打开这个文件时遇到了很大的问题,因为它有5 GB,而且我的电脑似乎无法分配足够的内存。。。我什么都试了,但没有解决办法……我要用HJSplit来解决它!