It is an extension function to backup JENNIFER data to RDB.
The first step is to register the adapter:
- In JENNIFER Client, open the management area and Navigate to Extension and Notice > Adapter and Plugin > Backup
- Make sure the adapter tab is selected then click the [+Add] button
- Select the data classification.
- Enter an ID according to the data classification. The ID types are discussed in detail below.
- Enter the path to the adapter JAR file
rdb-0.0.6.jar
or upload the JAR file from you local machine. - Enter the class name according to the data classification. Class types are discussed in detail below.
The following table shows the required options for this adapter
Classification | ID | Class names |
---|---|---|
METRICS_AS_INSTANCE | metrics_as_instance | batch.handler.metrics.InstanceForOracle batch.handler.metrics.InstanceForMssql batch.handler.metrics.InstanceForMysql |
METRICS_AS_BUSINESS | metrics_as_business | batch.handler.metrics.BusinessForOracle batch.handler.metrics.BusinessForMssql batch.handler.metrics.BusinessForMysql |
METRICS_AS_DOMAIN | metrics_as_domain | batch.handler.metrics.DomainForOracle batch.handler.metrics.DomainForMssql batch.handler.metrics.DomainForMysql |
APPLICATION_SERVICE_DAILY | application_service | batch.handler.service.ApplicationForOracle batch.handler.service.ApplicationForMssql batch.handler.service.ApplicationForMysql |
APPLICATION_SERVICE_HOURLY | application_service | batch.handler.service.ApplicationForOracle batch.handler.service.ApplicationForMssql batch.handler.service.ApplicationForMysql |
The following table shows the required options for this batch
Key | Required | Default |
---|---|---|
url | YES | |
user | YES | |
password | YES | |
unique_table | NO | false |
min_pool_size | NO | 5 |
acquire_increment | NO | 5 |
max_pool_size | NO | 20 |
max_statements | NO | 180 |
Name | Description |
---|---|
Manual Build | Daily backups can be done manually. |
Auto build settings | It is an automatic build related setting. |
Show build logs | You can view the manual and automatic build logs. |
Adapter version | Jennifer server version |
---|---|
0.0.4 | Greater than or equal to version 5.3.0.8 |
0.0.6 | Greater than or equal to version 5.3.0.13 |