Do not place data or log files on the same disk.
Recommended to use a fault tolerant disk ideally, RAID 1. RAID 0+1 is recommended for database files because it avoids hot spots. If RAID 0 does not provide protection against failures. It requires a strong backup strategy.
Data File Properties (SQL Server): File growth ~30-100 MB ; Recovery Model : Full
Temp DB : (SQL Server)
Oracle - UCMDB does not support Oracle 12c with CDB
For both the databases, apply latest database patches.
For more detailed configurations, check the respective database configuration guide.
Do no enable the execution of statistic against the temp tables of the schema.
DB Connection pool defaults.
#maxPoolSize=100
#minPoolSize=2
#maxWaitForConnectionSec=10