- Database maintenance guidelines
an Commerce+ site can experience significant performance degradation if its database is not properly maintained. To prevent performance issues, implement a data maintenance strategy to remove obsolete data, periodically reorganize database tables, and maintain current database table statistics.
- Configuring central database access to the Utility Docker container
Centralized configuration of database access information allows utilities to run without having to directly specify login and other information. Using this feature, the Utility Docker container will have the information available after being created. There are three ways to make centralized database connection information available to the Utility Docker container.
- Database maintenance guidelines
an Commerce+ site can experience significant performance degradation if its database is not properly maintained. To prevent performance issues, implement a data maintenance strategy to remove obsolete data, periodically reorganize database tables, and maintain current database table statistics.
- Database connection acquisition for utilities and Ant tasks
Commerce+ utilities and Ant tasks are updated to reference a single class to configure the acquisition of a database connection. This unified database connection method ensures that each utility and Ant task can reference this class to acquire a database connection, regardless of the JDBC driver that a database uses.
- Configuring the Oracle database connection for utilities to authenticate users with Oracle Wallet
You can configure certain Commerce+ utilities to authenticate users with an Oracle Wallet when a utility is connecting to an Oracle database. By using an Oracle Wallet to authenticate users, you can make the database connection process for certain Commerce+ utilities to an Oracle database more secure.