<?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: Problem with Database Management on Oracle in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50362#M29214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It'll be released the first week of December (since the 1st of December is on a saturday)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2012 10:15:09 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2012-11-21T10:15:09Z</dc:date>
    <item>
      <title>Problem with Database Management on Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50353#M29205</link>
      <description>When deploying on Oracle, the new Explorer throws this message when going to the Database tab of Management.### Error querying database. Cause: java.sql.SQLException: ORA-00942: table or view does not exist### The error may involve org.activiti.engine.impl.TablePageMap.selectTableCount-Inline### The</description>
      <pubDate>Sun, 13 Nov 2011 14:40:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50353#M29205</guid>
      <dc:creator>junidb</dc:creator>
      <dc:date>2011-11-13T14:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Database Management on Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50354#M29206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adding a second vote to this question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is code in activiti that is looking for "ACT_%" tables.&amp;nbsp; This doesn't work for oracle as _ is a wildcard and it is picking up ACTION_TABLE which it then tries unsuccessfully to do some other query on (count?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.dba-oracle.com/tips_oracle_escape_characters.htm" rel="nofollow noopener noreferrer"&gt;http://www.dba-oracle.com/tips_oracle_escape_characters.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For oracle it should be 'ACT\_%' with the escape specified: ESCAPE '\'.&amp;nbsp;&amp;nbsp; Either that or come up with a more robust/generic way of getting a list of activiti tables than hard coding 'ACT_'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FWIW, this does not seem to break activiti-explorer for some reason, but it does break when I run processEngine connected to oracle via a test case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti is unusable on Oracle at the moment unless I download the code a hack a workaround.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:12:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50354#M29206</guid>
      <dc:creator>krsmes</dc:creator>
      <dc:date>2011-11-18T14:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Database Management on Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50355#M29207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;New update: worked on 3 databases: development server, testing server and local machine. Problem occurs on testing server and local machine. But somehow working on development server. Will spend time checking what is different.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 05:16:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50355#M29207</guid>
      <dc:creator>junidb</dc:creator>
      <dc:date>2011-11-21T05:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Database Management on Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50356#M29208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, found the problem. The problem occured because the DatabaseMetaData.getTables also include ACTION_TABLE, which comes from the Order Entry sample data. I deleted the OE user from my database and the application runs smoothly. HTH.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 08:48:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50356#M29208</guid>
      <dc:creator>junidb</dc:creator>
      <dc:date>2011-11-21T08:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Database Management on Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50357#M29209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are Activiti resolving this issue in the 5.11 release? It seems like a fairly straight forward issue and fix.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone from Activiti comment on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Marc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 10:41:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50357#M29209</guid>
      <dc:creator>marcthomas2012</dc:creator>
      <dc:date>2012-11-20T10:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Database Management on Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50358#M29210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What "straight forward" fix do you propose, other than having a hard-coded&amp;nbsp; list of table names in our code (which is what we wanted to avoid in the first placed and wanted to fix with the ACT_ prefix).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 08:20:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50358#M29210</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-11-21T08:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Database Management on Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50359#M29211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I shouldn't have put "straight forward". However, the code works the way it does today apart from on Oracle so a temporary fix of verifying if it is running on Oracle to escape the _ character would be better than nothing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 08:37:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50359#M29211</guid>
      <dc:creator>marcthomas2012</dc:creator>
      <dc:date>2012-11-21T08:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Database Management on Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50360#M29212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's a good suggestion, seemed to missed that suggested fix in the previous comments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just fixed this on master, in time for 5.11:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/Activiti/Activiti/commit/5340c0cb454ed990aae8057ca2d9ccddc998aced" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/commit/5340c0cb454ed990aae8057ca2d9ccddc998aced&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 08:54:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50360#M29212</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-11-21T08:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Database Management on Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50361#M29213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's fantastic news, thanks. Is 5.11 still on target for the beginning of December? There are a couple of changes in there that will be great to get.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Marc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:07:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50361#M29213</guid>
      <dc:creator>marcthomas2012</dc:creator>
      <dc:date>2012-11-21T10:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Database Management on Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50362#M29214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It'll be released the first week of December (since the 1st of December is on a saturday)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:15:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50362#M29214</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-11-21T10:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Database Management on Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50363#M29215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for confirming.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Marc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:25:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-database-management-on-oracle/m-p/50363#M29215</guid>
      <dc:creator>marcthomas2012</dc:creator>
      <dc:date>2012-11-21T10:25:50Z</dc:date>
    </item>
  </channel>
</rss>

