<?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: Tables are not getting created in Oracle database in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/tables-are-not-getting-created-in-oracle-database/m-p/237850#M190980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Even we are facing the same issue, while using multitenant configuration, we are using single datasource and schema/tenant using postgres, we have tweaked TenantAwareDataSource to return appropriately, if its single schema and the schema name is "public" its working else it throws the same issue. When debugged to org.activiti.engine.impl.db.DbSqlSession#isTablePresent(String tableName) line no 846 :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tables = e.getTables(catalog, schema, tableName, JDBC_METADATA_TABLE_TYPES); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here value for "schema" going as null, i hope thats the reason its failing for non "public" schema. Any thoughts ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Sep 2016 20:04:24 GMT</pubDate>
    <dc:creator>sreekanth</dc:creator>
    <dc:date>2016-09-09T20:04:24Z</dc:date>
    <item>
      <title>Tables are not getting created in Oracle database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tables-are-not-getting-created-in-oracle-database/m-p/237846#M190976</link>
      <description>Hello All,I downloaded the war file. I added the oracle configuration for db.properties as well as activiti_cfg.xml.I started the server. I am getting the below exception.db=oraclejdbc.driver=oracle.jdbc.driver.OracleDriverjdbc.url=jdbc&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;racle:thin:@10.165.18.29:1521&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;RCLjdbc.username=ACT_USERjdbc.p</description>
      <pubDate>Fri, 03 Jun 2016 04:17:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tables-are-not-getting-created-in-oracle-database/m-p/237846#M190976</guid>
      <dc:creator>chandanmb1</dc:creator>
      <dc:date>2016-06-03T04:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Tables are not getting created in Oracle database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tables-are-not-getting-created-in-oracle-database/m-p/237847#M190977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;did you set databaseSchemaUpdate to true to automatically create the tables?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your user owner of the schema? If it's some general user with many schema's, I've seen this exception happen.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 08:18:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tables-are-not-getting-created-in-oracle-database/m-p/237847#M190977</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-06-03T08:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tables are not getting created in Oracle database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tables-are-not-getting-created-in-oracle-database/m-p/237848#M190978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes databaseSchemaUpdate is set to True.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I feel i am the owner of the schema. But still the problems persists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the permission required on Oracle DB level to make the tables created. I have granted all the privileges to the user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 08:33:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tables-are-not-getting-created-in-oracle-database/m-p/237848#M190978</guid>
      <dc:creator>chandanmb1</dc:creator>
      <dc:date>2016-06-06T08:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tables are not getting created in Oracle database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tables-are-not-getting-created-in-oracle-database/m-p/237849#M190979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That should be it, to be honest. Does the user own multiple schema's? If so, try with only one&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(just trying here, never heard of that issue).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 11:28:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tables-are-not-getting-created-in-oracle-database/m-p/237849#M190979</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-06-20T11:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tables are not getting created in Oracle database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tables-are-not-getting-created-in-oracle-database/m-p/237850#M190980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Even we are facing the same issue, while using multitenant configuration, we are using single datasource and schema/tenant using postgres, we have tweaked TenantAwareDataSource to return appropriately, if its single schema and the schema name is "public" its working else it throws the same issue. When debugged to org.activiti.engine.impl.db.DbSqlSession#isTablePresent(String tableName) line no 846 :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tables = e.getTables(catalog, schema, tableName, JDBC_METADATA_TABLE_TYPES); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here value for "schema" going as null, i hope thats the reason its failing for non "public" schema. Any thoughts ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 20:04:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tables-are-not-getting-created-in-oracle-database/m-p/237850#M190980</guid>
      <dc:creator>sreekanth</dc:creator>
      <dc:date>2016-09-09T20:04:24Z</dc:date>
    </item>
  </channel>
</rss>

