<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DBTUNE XML_COLUMN_STORAGE parameter settings in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/dbtune-xml-column-storage-parameter-settings/m-p/115983#M6601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i forgot to tell you that you need also to re-validate all oracle objects again using (utilrip) after fixing xdb issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in &lt;/SPAN&gt;&lt;STRONG&gt;sqlplus&lt;/STRONG&gt;&lt;SPAN&gt;, execute the following as 'sys' user:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;@$ORACLE_HOME/rdbms/admin/utlrp.sql&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it could time in execution depending on the number of objects in your database and your server performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;after executing utlrp.sql&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;execute the following query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;select COMP_NAME,VERSION,STATUS from dba_registry;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it should show that XML component is valid.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2014 13:39:18 GMT</pubDate>
    <dc:creator>EmadAl-Mousa</dc:creator>
    <dc:date>2014-01-30T13:39:18Z</dc:date>
    <item>
      <title>DBTUNE XML_COLUMN_STORAGE parameter settings</title>
      <link>https://community.esri.com/t5/data-management-questions/dbtune-xml-column-storage-parameter-settings/m-p/115981#M6599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Everyone:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any help.&amp;nbsp; I'm posting this question for a co-worker to try and help with some questions we have.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reference ESRI link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/XML_columns_in_a_geodatabase_stored_in_Oracle/002n00000071000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/XML_columns_in_a_geodatabase_stored_in_Oracle/002n00000071000000/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Oracle 11.2.0.3 64-bit running on Windows 2008R2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; On our Oracle database, we have two DBTUNE tables, one in SDE schema and one&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; in an SDE managed geo-database schema.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Both DBTUNE tables have the XML_COLUMN_STORAGE parameter set to DEFAULT, but&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; the reference article states the setting default is SDE_XML (not DEFAULT)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; and mentions "Oracle XML" as the only other setting. This leaves one with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; the assumption that ORACLE_XML would be the other allowed parameter setting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Problem: Our Oracle XML package has become invalid and exports of the SDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; managed schema state "Export terminated unsuccessfully" with references to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; two invalid Oracle XML packages: XDB.DBMS_XDBUTIL_INT and SYS.DBMS_CUBE_EXP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; (which depends on the XDB package being valid)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Question: If DEFAULT is also an allowed setting, does this allow both&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; SDE_XML and ORACLE_XML to be used in an SDE-Managed geo-database schema?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 00:23:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbtune-xml-column-storage-parameter-settings/m-p/115981#M6599</guid>
      <dc:creator>WesKing</dc:creator>
      <dc:date>2014-01-30T00:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: DBTUNE XML_COLUMN_STORAGE parameter settings</title>
      <link>https://community.esri.com/t5/data-management-questions/dbtune-xml-column-storage-parameter-settings/m-p/115982#M6600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;hi,&lt;BR /&gt;&lt;BR /&gt;i think your first objective is to fix your oracle xml component issue.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;first, please provide the output of this query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;select COMP_NAME,VERSION,STATUS from dba_registry;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* &lt;/SPAN&gt;&lt;STRONG&gt;this will list all of your oracle components and will show if XML component is "invalid".&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Then, try to know the root cause of why XDB invalidation, through this query:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;select owner, object_type, object_name&lt;BR /&gt;from dba_objects where status &amp;lt;&amp;gt;'VALID' and owner='XDB';&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* &lt;/SPAN&gt;&lt;STRONG&gt;it will list all (packages,procedures,views,...etc) that are having the issue under 'XDB' schema.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;then, next step is to find out what is the issue with each (package,procedure,...etc) you got from the previous query. You can do &lt;BR /&gt;that either through sql developer or TOAD. by going under the xdb schema and trying to compile these objects and &lt;BR /&gt;check the "error" tab it will show what is causing this issue (it could be a permission issue for 'xdb' schema).&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;if you don't have Toad or sql developer then, use the following query:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;select text from dba_errors where name = â??[OBJECT_NAME]â?? and owner = â??XDBâ??;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Where [OBJECT_NAME] is then name of Database object which is having the problem.&lt;BR /&gt;&lt;BR /&gt;Try to export again after fixing the issue.&lt;BR /&gt;&lt;BR /&gt;Hope This helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Emad Al-Mousa&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 13:34:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbtune-xml-column-storage-parameter-settings/m-p/115982#M6600</guid>
      <dc:creator>EmadAl-Mousa</dc:creator>
      <dc:date>2014-01-30T13:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: DBTUNE XML_COLUMN_STORAGE parameter settings</title>
      <link>https://community.esri.com/t5/data-management-questions/dbtune-xml-column-storage-parameter-settings/m-p/115983#M6601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i forgot to tell you that you need also to re-validate all oracle objects again using (utilrip) after fixing xdb issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in &lt;/SPAN&gt;&lt;STRONG&gt;sqlplus&lt;/STRONG&gt;&lt;SPAN&gt;, execute the following as 'sys' user:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;@$ORACLE_HOME/rdbms/admin/utlrp.sql&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it could time in execution depending on the number of objects in your database and your server performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;after executing utlrp.sql&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;execute the following query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;select COMP_NAME,VERSION,STATUS from dba_registry;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it should show that XML component is valid.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 13:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbtune-xml-column-storage-parameter-settings/m-p/115983#M6601</guid>
      <dc:creator>EmadAl-Mousa</dc:creator>
      <dc:date>2014-01-30T13:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: DBTUNE XML_COLUMN_STORAGE parameter settings</title>
      <link>https://community.esri.com/t5/data-management-questions/dbtune-xml-column-storage-parameter-settings/m-p/115984#M6602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Emad,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry my response has taken so long.&amp;nbsp; Our network security blocks posting on certain forums (I believe because of Google Analytics???) so I only post when working at home.&amp;nbsp; So I kind of forgot to reply until now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, thank you so much for your reply, and especially for going into such detail.&amp;nbsp; I sent my co-worker to this posting link and I believe he ran through everything you posted.&amp;nbsp; As I mentioned this was for someone else, and it's not my area of expertise so I don't know his results.&amp;nbsp; I'll update him on your second posting, as I don't think he saw it when he ran his tests.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can say that we are up-and-running again so I believe your posts were very helpful, or at least pointed him in the right direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for taking the time to share your knowledge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 14:03:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/dbtune-xml-column-storage-parameter-settings/m-p/115984#M6602</guid>
      <dc:creator>WesKing</dc:creator>
      <dc:date>2014-03-08T14:03:38Z</dc:date>
    </item>
  </channel>
</rss>

