Added, Removed, Deprecated, or Changed Items
This section lists functionality, controls, portlets, properties, or other items that have been added, removed, deprecated, or changed. A release is listed in this section only if changes occurred in that release.
Release 11.1
Changed Items
IBM rebranding changes
Release 10.5
Added Items
Graphical user interface The Database Component Configurator graphical user interface is reintroduced in this release.
Ability to export and import field values to .xml files by clicking Export or Import on the GUI or by specifying the -e|--export or -i|--import options on the command line You can export and import field values to .xml files by using a user-created script that contains the command line parameters that are used by the dbConfigurator script. For example, for Linux, the command line parameters can be copied to a shell script, such as:
% echo './bin/dbConfigurator.sh --component "ISI" --action "drop" --version latest --url “jdbc:wm:oracle://<host>:<port>;serviceName=<name>" --user "<user>" --password "<password>" --admin_user "<admin_user>" --admin_password "<admin_password>" --dbms Oracle --dbname "<name>" --tablespacedir "c:\\app\\test"' > run-isi-drop.sh % sh ./run-isi-drop.sh
For example, for Windows, the command line parameters can be copied to a bat file, such as:
c:\dir\>echo bin\dbConfigurator.bat --component "ISI" --action "drop" --version latest --url "jdbc:wm:oracle://<host>:<port>;serviceName=<name>" --user "<user>" --password "<password>" --admin_user "<admin_user>" --admin_password "<admin_password>" --dbms Oracle --dbname "<name>" --tablespacedir "c:\\app\\test" > run-isi-drop.bat c:\dir\>.\run-isi-drop.bat
This approach is superior to the DCC import/export functionality, because you can store passwords in the shell script or bat file.
Release 10.4
Changed Items
Reliability and performance improvements Database Component Configurator is rewritten in this release to improve the reliability and performance. The configurator now supports only command line mode, and a graphical user interface is not available.
Release 10.1
Added Items
Support for MySQL Community Edition MySQL Community Edition is now supported with Database Component Configurator.
Changed Items
Changed logging behavior The logging behavior of Database Component Configurator has changed in this release. Now Database Component Configurator will generate only one log file named as dcc.log. Once the dcc.log file size crosses 10 MB, it will be renamed as dcc.log.NUMBER