database oracle Jahia 7.3 Jahia 8

Set the index tablespaces to use when Jahia is creating the tables

Question

Is it possible to specify the name of the data and the index tablespaces to use when Jahia is creating the tables and the indexes the first time?

Answer

To use an Oracle Database with DX 7.1.1, the tablespaces and index must be beforehand defined in the database server. Jahia only knows the name of the database in the URL connection that has been given during the installation, typically:

jdbc:oracle:thin:@localhost:1521:jahia

where jahia is the name of the database and localhost, the IP address of the Oracle server. So, Jahia will create his tables and indexes at the first installation in the database you have defined in the URL.