<?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 Use oracle in alfresco in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/use-oracle-in-alfresco/m-p/128701#M34884</link>
    <description>&lt;P&gt;Hi to you I am using alfresco 6.0 and would like it linked to an oracle database and not to the postgres one that alfresco was linked to during installation.&lt;/P&gt;&lt;P&gt;Please which file to modify and how to modify it to get linked to my oracle database.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Nov 2021 19:48:52 GMT</pubDate>
    <dc:creator>Tchogang01</dc:creator>
    <dc:date>2021-11-01T19:48:52Z</dc:date>
    <item>
      <title>Use oracle in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/use-oracle-in-alfresco/m-p/128701#M34884</link>
      <description>&lt;P&gt;Hi to you I am using alfresco 6.0 and would like it linked to an oracle database and not to the postgres one that alfresco was linked to during installation.&lt;/P&gt;&lt;P&gt;Please which file to modify and how to modify it to get linked to my oracle database.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 19:48:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/use-oracle-in-alfresco/m-p/128701#M34884</guid>
      <dc:creator>Tchogang01</dc:creator>
      <dc:date>2021-11-01T19:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Use oracle in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/use-oracle-in-alfresco/m-p/128702#M34885</link>
      <description>&lt;P&gt;You need to update the following properties.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; db.name=alfresco
 db.username=alfresco
 db.password=apassword
 db.host=localhost
 db.port=1521
 db.pool.max=275
 db.driver=oracle.jdbc.OracleDriver
 db.url= jdbc:oracle:thin:@${db.host}:${db.port}:${db.name}&lt;/PRE&gt;
&lt;P&gt;If you have done manual installation, then update the above propeties in alfresco-global.properties file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Checkout this documentation as well:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/latest/config/databases/#oracle" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/latest/config/databases/#oracle&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/6.0/config/databases/#oracle" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/6.0/config/databases/#oracle&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you are using docker-compose.yml -&amp;gt; Update the java_ops params. See example that uses postgres &lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L26" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt; , you can update to use oracle:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;-Ddb.name=alfresco
 -Ddb.username=alfresco
 -Ddb.password=apassword
 -Ddb.host=localhost
-Ddb.port=1521
 -Ddb.pool.max=275
-Ddb.driver=oracle.jdbc.OracleDriver
 -Ddb.url= jdbc:oracle:thin:@${db.host}:${db.port}:${db.name}&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Nov 2021 20:08:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/use-oracle-in-alfresco/m-p/128702#M34885</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-11-01T20:08:26Z</dc:date>
    </item>
  </channel>
</rss>

