Hibernate Resume : Using a Database for Hibernation

Using a Database for Hibernation
A database can be specified just like in checkpointing. A JDBC Shared Resource needs to be in the project which has to hibernate jobs to a database.
Set the following BW Engine Properties:
Engine.Hibernate.UseDatabase – Set to true to use a database
Engine.Hibernate.Database.Configuration – Path to JDBC shared resource
Table Names can be specifed using similar properties like Checkpointing. All databases supported for TIBCO ActiveMatrix BusinessWorks Checkpointing can be used for Hibernation.
If the database is not set, then the job state is stored in a file under the working/<hostname or enginename>/hibernate folder.