I want to use the Community Edition in Oracle ,I have transformed the sql in xml to Oracle supported.
But i want to know if there is anything special is Source code?
Such as NodeDAOImpl, there is a MYSQL and a MSSQL inner class, I want to know if
there should be an Oralce innerClass in the NodeDAOImpl class of Enterprise Edition?
Solved! Go to Solution.
Enterprise Edition uses 100% of the Community Edition source code and only adds a couple of classes upon it for its exclusive features (cluster, cloud, admin etc). MS SQL is already an Enterprise-specific feature but since NodeDAOImpl is part of the core, that specific nested class is part of the core (available to Community) even though MS SQL is not supported for it. That would be the same for Oracle or DB2 if they required special classes, but they don't - as well as PostgreSQL doesn't have a special class in Community Edition either.
Enterprise Edition uses 100% of the Community Edition source code and only adds a couple of classes upon it for its exclusive features (cluster, cloud, admin etc). MS SQL is already an Enterprise-specific feature but since NodeDAOImpl is part of the core, that specific nested class is part of the core (available to Community) even though MS SQL is not supported for it. That would be the same for Oracle or DB2 if they required special classes, but they don't - as well as PostgreSQL doesn't have a special class in Community Edition either.
Thank you! That helps a lot!
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.