AEM 6 work with Oracle DB ?
In AEM 6 upgrade document, I could able to see the information related to migeating to mongodb. Kindly confirm me that AEM 6 need mongo db only or will it work with Oracle DB also? As AEM 5.x is working with Oracle DB.
In AEM 6 upgrade document, I could able to see the information related to migeating to mongodb. Kindly confirm me that AEM 6 need mongo db only or will it work with Oracle DB also? As AEM 5.x is working with Oracle DB.
Out of the box - no - AEM does not work with Oracle. However - you can write a custom service (within an OSGi) that persists and queries data to and from an Oracle database.
To do so - you have 2 choices:
1 - you can use Java JDBC APIs to write an OSGi bundle to work with Oracle and write your own connection application logic. See these community articles (they use MySQL - but you can replace that with Oracle):
http://helpx.adobe.com/experience-manager/using/persisting-cq-data-relational-database.html
http://helpx.adobe.com/experience-manager/using/querying-persisting-cq-data-mysql.html
2 - you can inject a DataSourcePool into an OSGi. Configure the DataSourcePool to work with Oracle. See this community article:
http://helpx.adobe.com/experience-manager/using/datasourcepool.html
Good luck!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.