<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Question for Liferay 7 compatibility with oracle database</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=92107296" />
  <subtitle>Question for Liferay 7 compatibility with oracle database</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=92107296</id>
  <updated>2026-04-06T23:48:37Z</updated>
  <dc:date>2026-04-06T23:48:37Z</dc:date>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111310865" />
    <author>
      <name>Omkar Khandare</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111310865</id>
    <updated>2018-10-24T14:20:42Z</updated>
    <published>2018-10-24T14:20:42Z</published>
    <summary type="html">&lt;blockquote&gt;Pon selvanGHi Omkar Khandare,&lt;br /&gt;&lt;br /&gt;What are steps you have followed for connecting liferay 7 with Oracle as External database ?&lt;br /&gt;&lt;br /&gt;Can you share that datails ?&lt;br /&gt;&lt;br /&gt;Thanks in Advance.&lt;/blockquote&gt;I was working on Spring MVC portlet in Liferay 7 Community Edition&lt;br /&gt;I written one Java code to connect to Oracle DB and execute query on it to get specific response.&lt;br /&gt;As i mentioned in earlier post my code not able connect to the DB and i was facing JDBC driver issue.&lt;br /&gt;So i have created folder named &amp;#39;lib&amp;#39; into WEB-INF and put the jar into it.&lt;br /&gt;Following is relevant path.&lt;br /&gt;src/main/webapp/WEB-INF/lib/ojdbc6.jar&lt;br /&gt;Then i have added below entry into dependencies section of build.gradle file.&lt;br /&gt;compile fileTree(dir: &amp;#39;lib&amp;#39;, include: &amp;#39;**/*.jar&amp;#39;)&lt;br /&gt;&lt;br /&gt;That&amp;#39;s it. Done.&lt;br /&gt;​​​​​​​&lt;br /&gt;If your project is module type then i think adding Import entry of Oracle jar into the bnd.bnd will help.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hope this will help you.</summary>
    <dc:creator>Omkar Khandare</dc:creator>
    <dc:date>2018-10-24T14:20:42Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111310525" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111310525</id>
    <updated>2018-10-24T14:04:49Z</updated>
    <published>2018-10-24T14:04:49Z</published>
    <summary type="html">&lt;blockquote&gt;Pon selvanG&lt;br /&gt;Need to connect liferay dxp with oracle as external database. And fetch some details from oracle(2nd D&lt;img alt="emoticon" src="@theme_images_path@/emoticons/cool.gif" &gt; database.&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;I don&amp;#39;t understand... Liferay 7 (CE) - as the subject assumes? Or Liferay DXP (the commercial offering)? &lt;br /&gt;Liferay DXP works with Oracle out of the box. If you&amp;#39;re developing your custom components (&amp;#34;2nd database&amp;#34; sounds like it), then I think this is the wrong thread and you should open a new one, post your own code and setup.&lt;br /&gt;&lt;br /&gt;Whatever you do, you definitely need the appropriate driver. But without more details, it&amp;#39; impossible (for me) to come up with more details</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2018-10-24T14:04:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111307640" />
    <author>
      <name>Pon selvanG</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111307640</id>
    <updated>2018-10-24T13:07:48Z</updated>
    <published>2018-10-24T13:07:48Z</published>
    <summary type="html">Hi Olaf Kock,&lt;br /&gt;&lt;br /&gt;Thanks for your Reply.&lt;br /&gt;&lt;br /&gt;My requirement is.&lt;br /&gt;&lt;br /&gt;Need to connect liferay dxp with oracle as external database. And fetch some details from oracle(2nd D&lt;img alt="emoticon" src="@theme_images_path@/emoticons/cool.gif" &gt; database.&lt;br /&gt;&lt;br /&gt;Please tell me.</summary>
    <dc:creator>Pon selvanG</dc:creator>
    <dc:date>2018-10-24T13:07:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111306283" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111306283</id>
    <updated>2018-10-24T12:22:25Z</updated>
    <published>2018-10-24T12:22:25Z</published>
    <summary type="html">&lt;blockquote&gt;Pon selvanG&lt;br /&gt;&lt;br /&gt;What are steps you have followed for connecting liferay 7 with Oracle as External database ?&lt;br /&gt;&lt;br /&gt;Can you share that datails ?&lt;br /&gt;&lt;/blockquote&gt;Just scroll up a little bit: Jamie has posted a link. Follow that to find Antonio&amp;#39;s Oracle-Implementation for Liferay CE</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2018-10-24T12:22:25Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111302733" />
    <author>
      <name>Pon selvanG</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111302733</id>
    <updated>2018-10-24T09:52:42Z</updated>
    <published>2018-10-24T09:52:42Z</published>
    <summary type="html">Hi Omkar Khandare,&lt;br /&gt;&lt;br /&gt;What are steps you have followed for connecting liferay 7 with Oracle as External database ?&lt;br /&gt;&lt;br /&gt;Can you share that datails ?&lt;br /&gt;&lt;br /&gt;Thanks in Advance.</summary>
    <dc:creator>Pon selvanG</dc:creator>
    <dc:date>2018-10-24T09:52:42Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=102668006" />
    <author>
      <name>Omkar Khandare</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=102668006</id>
    <updated>2018-01-12T07:06:29Z</updated>
    <published>2018-01-12T07:06:29Z</published>
    <summary type="html">Thanks. I got below solution and it worked for me.&lt;br /&gt;&lt;br /&gt;Done entry in build.gradle dependencies as follows.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;compile fileTree(dir: &amp;#39;lib&amp;#39;, include: &amp;#39;**/*.jar&amp;#39;)&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;And I have used manually downloaded ojdbc6-11.2.0.3.jar and kept it into &lt;strong&gt;WEB-INF/lib/ojdbc6-11.2.0.3.jar&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Here lib folder is created manually.</summary>
    <dc:creator>Omkar Khandare</dc:creator>
    <dc:date>2018-01-12T07:06:29Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=102625244" />
    <author>
      <name>Omkar Khandare</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=102625244</id>
    <updated>2018-01-11T09:13:50Z</updated>
    <published>2018-01-11T09:13:50Z</published>
    <summary type="html">So How can i achieve that  gradle module project in Liferay 7 accessing external Oracle DB and fetch required data from Table or Views by executing custom queries and getting result to use.?</summary>
    <dc:creator>Omkar Khandare</dc:creator>
    <dc:date>2018-01-11T09:13:50Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=102408154" />
    <author>
      <name>liam henry</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=102408154</id>
    <updated>2018-01-08T11:23:46Z</updated>
    <published>2018-01-08T11:23:46Z</published>
    <summary type="html">The code you are linking was created for Liferay 7 CE GA1, and may need to be adopted for GA3 (read: You should not install GA1). Liferay 7 is increasingly modularized, and it is possible that some classes are transferred from the kernel to a module, which breaks the dependencies of the classpath (in the hope of maintaining API compatibility). As the technique to add compatibility with Oracle to Liferay seems pretty brute force (it goes to the global classpath instead of being a module), I can easily imagine it.</summary>
    <dc:creator>liam henry</dc:creator>
    <dc:date>2018-01-08T11:23:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=102241853" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=102241853</id>
    <updated>2018-01-03T17:50:19Z</updated>
    <published>2018-01-03T17:50:19Z</published>
    <summary type="html">I&amp;#39;m not expecting the oracle driver to be available from Maven Central (indeed, see &lt;a href="https://repo1.maven.org/maven2/com/oracle/ojdbc14/10.2.0.2.0/"&gt;here&lt;/a&gt;, only checksums). You might need to provide it yourself - in whatever way you&amp;#39;d like: By manually adding it to the project, by uploading it to your own repository that you&amp;#39;re using besides maven central, or any other means.</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2018-01-03T17:50:19Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=102244955" />
    <author>
      <name>Omkar Khandare</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=102244955</id>
    <updated>2018-01-03T17:42:27Z</updated>
    <published>2018-01-03T17:42:27Z</published>
    <summary type="html">Hi All,&lt;br /&gt;&lt;br /&gt;I want to know Accessing Oracle DB from Liferay 7 CE Gradle Project is possible?&lt;br /&gt;As I am working on such portlet,&lt;br /&gt;I have created Spring MVC Portlet and Added Oracle DB Connection and Other aceess related code and tried adding dependency of Oracle JDBC Driver in build.gradle of project as &lt;strong&gt;&amp;#34;compile group: &amp;#39;com.oracle&amp;#39;, name: &amp;#39;ojdbc14&amp;#39;, version: &amp;#39;10.2.0.2.0&amp;#39;&amp;#34;&lt;/strong&gt;,&lt;br /&gt; On &amp;#34;Gradle refresh&amp;#34; in eclipse it doesn&amp;#39;t show any error.&lt;br /&gt;But I could not able to build project, It Unable to resolve dependency.&lt;br /&gt;&lt;br /&gt;Shows Error as below.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;FAILURE: Build failed with an exception.&lt;br /&gt;&lt;br /&gt;* What went wrong:&lt;br /&gt;Could not resolve all files for configuration &amp;#39;:wars:tp-XXXXXX-Portlet:compileClasspath&amp;#39;.&lt;br /&gt;&amp;gt; Could not find ojdbc14.jar (com.oracle:ojdbc14:10.2.0.2.0).&lt;br /&gt;  Searched in the following locations:&lt;br /&gt;      https://repo1.maven.org/maven2/com/oracle/ojdbc14/10.2.0.2.0/ojdbc14-10.2.0.2.0.jar&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Is there any specific version of Oracle supports in such scenario Or How can i achieve such requirement.?&lt;br /&gt;&lt;br /&gt;Thanks.</summary>
    <dc:creator>Omkar Khandare</dc:creator>
    <dc:date>2018-01-03T17:42:27Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92108975" />
    <author>
      <name>Neelesh Sahay</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92108975</id>
    <updated>2017-07-21T18:03:03Z</updated>
    <published>2017-07-21T18:03:03Z</published>
    <summary type="html">Thank You</summary>
    <dc:creator>Neelesh Sahay</dc:creator>
    <dc:date>2017-07-21T18:03:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92108948" />
    <author>
      <name>Neelesh Sahay</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92108948</id>
    <updated>2017-07-21T18:02:44Z</updated>
    <published>2017-07-21T18:02:44Z</published>
    <summary type="html">Thank You.</summary>
    <dc:creator>Neelesh Sahay</dc:creator>
    <dc:date>2017-07-21T18:02:44Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92108560" />
    <author>
      <name>Jamie Sammons</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92108560</id>
    <updated>2017-07-21T17:39:12Z</updated>
    <published>2017-07-21T17:39:12Z</published>
    <summary type="html">Here&amp;#39;s a link to where you can build an Oracle DB driver for yourself: &lt;a href="https://www.dontesta.it/en/2016/04/13/liferay-7-ce-how-to-add-support-for-oracle-db/"&gt;https://www.dontesta.it/en/2016/04/13/liferay-7-ce-how-to-add-support-for-oracle-db/&lt;/a&gt;</summary>
    <dc:creator>Jamie Sammons</dc:creator>
    <dc:date>2017-07-21T17:39:12Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92104206" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92104206</id>
    <updated>2017-07-21T17:21:56Z</updated>
    <published>2017-07-21T17:21:56Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Neelesh Sahay:&lt;/div&gt;&lt;blockquote&gt;I had read somewhere that Liferay CE GA4 will support Oracle.&lt;br /&gt;Based on your response, does it mean that even Liferay 7 CE GA4 will  not support Oracle 12c?&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;There was no ambiguity in my response.&lt;br /&gt;&lt;br /&gt;Some community members have reintroduced support for sql server, I believe, and that might be an avenue for you to pursue creating your own support for oracle, but there is no built in support for commercial databases in Liferay 7 CE.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Come meet me at &lt;a href="https://www.eventbrite.com/e/liferay-devcon-2017-registration-29348597445"&gt;Devcon 2017&lt;/a&gt; or &lt;a href="https://www.eventbrite.com/e/liferay-symposium-north-america-2017-registration-28398031276"&gt;2017 LSNA!&lt;/a&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2017-07-21T17:21:56Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92108095" />
    <author>
      <name>Neelesh Sahay</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92108095</id>
    <updated>2017-07-21T17:15:11Z</updated>
    <published>2017-07-21T17:15:11Z</published>
    <summary type="html">I had read somewhere that Liferay CE GA4 will support Oracle.&lt;br /&gt;Based on your response, does it mean that even Liferay 7 CE GA4 will  not support Oracle 12c?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;NS</summary>
    <dc:creator>Neelesh Sahay</dc:creator>
    <dc:date>2017-07-21T17:15:11Z</dc:date>
  </entry>
  <entry>
    <title>RE: Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92104047" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92104047</id>
    <updated>2017-07-21T17:05:19Z</updated>
    <published>2017-07-21T17:05:19Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;bo liu:&lt;/div&gt;&lt;blockquote&gt;Hi all, I recently downloaded liferay 7 CE and trying to connect the database to oracle 12c, could someone tell me is that possible? Is liferay 7 CE compatible with oracle 12c? since I got some errors while trying to connect, if they are not compatible, is there any way around for me to set it up? Thanks!&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;The open source version of Liferay 7 CE only supports open source databases.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Come meet me at &lt;a href="https://www.eventbrite.com/e/liferay-devcon-2017-registration-29348597445"&gt;Devcon 2017&lt;/a&gt; or &lt;a href="https://www.eventbrite.com/e/liferay-symposium-north-america-2017-registration-28398031276"&gt;2017 LSNA!&lt;/a&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2017-07-21T17:05:19Z</dc:date>
  </entry>
  <entry>
    <title>Question for Liferay 7 compatibility with oracle database</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92107295" />
    <author>
      <name>bo liu</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=92107295</id>
    <updated>2017-07-21T16:35:25Z</updated>
    <published>2017-07-21T16:35:25Z</published>
    <summary type="html">Hi all, I recently downloaded liferay 7 CE and trying to connect the database to oracle 12c, could someone tell me is that possible? Is liferay 7 CE compatible with oracle 12c? since I got some errors while trying to connect, if they are not compatible, is there any way around for me to set it up? Thanks!</summary>
    <dc:creator>bo liu</dc:creator>
    <dc:date>2017-07-21T16:35:25Z</dc:date>
  </entry>
</feed>
