ObjectDB ObjectDB

Internal Website Search

1-10 of 92 resultsRefresh
112

Online Backup

also online backup, for backing up an ObjectDB database while it is in use. This is useful in ... Backup The online backup can be started by executing a special query on an EntityManager (em) that represents the connection (local or remote) to the database:     em.createQuery("objectdb backup
60

Bad Backups – Null Error when issuing simple query on backup via ObjectDB Explorer

I have attempted to access two different backups that were taken by ObjectDB’s internal backup API ... . the History instances. Could you please try: opening the backup files using ObjectDB version 2.8.7 ... , maybe additional information might help: Does it happen only with these 2 specific backups
51

Failed to read DB file while online backup is running

) failed with an exception during an online backup of the same DB file was running and was close ... stacktrace (no inner exception is shown) and it is not related anymore to running of online backups. Maybe ... Build 2.6.2_05 changed only online backup code, but possibly other changes in previous recent builds
51

user defined backup target

Dear objectdb Team 1. I could not find a way, to declare the name of the backup-file (while running ... the database - file: Query backupQuery = em.createQuery("objectdb backup"); backupQuery.setParameter("target", new java.io.File("c:\\backup")); backupQuery.getSingleResult(); The code above, for instance
51

Incremental online backup

Hello, Are there plans for ObjectDB to handle incremental online backups, where a backup does not create a whole new copy of the DB, but "updates" an existing backup? This behavior would make backups ... to perform backups more often, several times a day, in order to always have a backup that's closer
49

Catching exceptions from online backup

Hello, I have a request for improvement in the area of backuping. For catching the exceptions during online backups, I am using the solution suggested in the post 2786 Well not exactly ... }); // Wait until the backup is completed. try {     backupThread.join(); } catch (InterruptedException e
17

Database Transaction Replayer

can apply recorded database operations on a matching database backup (if available). This ability ... the recorded operations. It enables reproducing problems during debugging by repeating a failure. Backup ... contains two types of files: Backup files - with names of the form <transaction-id>.odb Recording
10

Online Backup degrades responsiveness.

days: try { CoreService.getLogger(this).info("DB Backup Start..."); TypedQuery<Thread> backupQuery =                 em.createQuery("objectdb backup", Thread.class ... (); CoreService.getLogger(this).info("DBService Backup DONE!"); } finally
10

ObjectDB Object Database Features

database connections for high availability and fault tolerance. Online Backup Online backup by a simple query on an EntityManager/PersistenceManager. Supports automatic download of created backups from
9

user defined backup file

We need a way to do a (online) backup to a user defined backup-destination. Maybe in that way: backupQuery.setParameter("targetfile", new java.io.File("/User/Backup/test.objectdb")); which should create a backupfile with the name 'test.objectdb" in the directory '/User/Backup/' or backupQuery

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support