Introduce new config plug-in implementation roksconfig to be able to get data from oks relational archive.
The plug-in parameter format is one of the following:
roksconfig:connection_string:working_schema:schema_version:data_version
roksconfig:connection_string:working_schema:tag
where:
Below there are several examples how to dump be_test partition object using archiving of the TDAQ development environment at CERN.
bash$ config_dump -d roksconfig:oracle://devdb10/tdaq_dev_backup:onlcool:4:15 -c Partition -o be_test
bash$ config_dump -d roksconfig:oracle://devdb10/tdaq_dev_backup:onlcool:-1:-1 -c Partition -o be_test
bash$ oks_tag_data -c oracle://devdb10/tdaq_dev_backup -w onlcool -t best_known_config -s 4 -n 15 bash$ config_dump -d roksconfig:oracle://devdb10/tdaq_dev_backup:onlcool:best_known_config -c Partition -o be_test
The oksconfig package now is a pure config plug-in and user should not to use any rdbconfig API explicitly. By this reason all oksconfig headers are not installing anymore. For more information see release notes of the config package.
The following files cannot be included anymore by user's code:
The following classes cannot be used anymore explicitly by user's code: