Online Full Backup

A backup that is performed while the database is active for both read and write access is referred to as a full online, or hot, backup. As the database can be updated during the backup, the backed up data may be in an inconsistent state.

The transaction journal files must be retained so that the recovery process can recover the database to a fully consistent state.

Use the JADE Database Administration utility (jdbadmin) to perform online backups. For details, see Chapter 2, "Using the JADE Database Administration Utility".

You can also use the JADE database administration framework to integrate online backup services into your applications or to build standalone database administration applications. For details, see Chapter 7, "Using the Database Administration Framework", of the JADE Developer’s Reference. Alternatively, the JADE Root Schema provides a database backup service that you can incorporate directly into any of your applications. For details, see "Using the Online Database Backup Service", in Chapter 7 of the JADE Developer’s Reference.