Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
261:install [2026/08/11 09:09] – [Stages Installation on Linux] Linz, Andreas261:install [2026/08/11 09:11] (current) – [Stages Installation on Linux] Linz, Andreas
Line 222: Line 222:
 ## settings for oracle ## settings for oracle
 torque.database.default.driver=oracle.jdbc.driver.OracleDriver torque.database.default.driver=oracle.jdbc.driver.OracleDriver
-torque.database.default.url=jdbc:oracle:thin:@<IP/hostname>:<port>/<pdb>+torque.database.default.url=jdbc:oracle:thin:@<IP/hostname>:<port>/<service_name(pdb)>
 torque.database.default.username=<oracle-username> torque.database.default.username=<oracle-username>
 torque.database.default.password=<oracle-password> torque.database.default.password=<oracle-password>
Line 228: Line 228:
 </code> </code>
  
-Hint: ensure that torque.database.default.adapter = DBMM is commented out or deleted +Hint: ensure that torque.database.default.adapter = DBMM is commented out or deleted  \\ For none Oracle RAC databases (Cluster) - **<port>/<service_name(pdb)>**  can be replaced by **<port>:<sid>**
-For none Oracle RAC databases (Cluster) - <port>/<service_name(pdb)> can be replaced by <port>:<sid>+
  
   * Activate the configuration   * Activate the configuration