Name | Description | Typical Value |
persist | Used to decide between DB or FILE. | DB/FILE (No default assumed) |
jdbc.table | Lets the user dictate the schema used to storage purposes on the database. | create table replhashmap(key varchar(100), keybin blob, valbin blob) |
jdbc.Driver | Classname for driver that needs to be loaded for DB storage. | oracle.jdbc.driver.OracleDriver |
jdbc.Conn | Connection string required for user to connect to Db instance | jdbc:oracle:oci8:@instance |
jdbc.User | User name required to connect to provided DB instance | user |
jdbc.Pass | Password wrt to User provided | pass |