ObjectDB ObjectDB

Internal Website Search

11-20 of 57 resultsRefresh
132

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, because there is written to use Thread.setDefaultUncaughtExceptionHandler() which is a global handler
132

Online backup in embedded mode fails

Hi, As in topic. "online backup" fails when executed in embedded mode. Everything works fine with server mode. java.lang.NullPointerException at com.objectdb.o.BAC.<init>(BAC.java:63) at com.objectdb.o.MST.U4(MST.java:1764) at com.objectdb.o.MST.U3(MST.java:1745) at com.objectdb.o.WRA.U3(WRA
24

Online Backup degrades responsiveness.

Online Backup degrades responsiveness.
23

Trouble bug on explorer

lastIp; private int flags; private int perUser; private boolean online ... online; } public final void setOnline(boolean online) { this.online = online ... /db_online.html kadirbasol Kadir BASOL When i click on Open Table Windows [ObjectDB 2.4.1_06
16

High availability and other pratical questions

to backup specific entities only? What is the overhead of online backup? What is the overhead ... ObjectDB online backup backs up the entire database including all the entities and indexes. The overhead of online backup and transaction recording (that are used later for replaying) is relatively low
13

Database is locked when in use

a database when it is in active use is unsafe. With ObjectDB 2.x you should use online backup for this purpose. support Support Thanks for the reply. I went through the online backup web page
13

SelfTest and com.objectdb.Doctor

running the Doctor online (against an open database) using an API that is similar to the current online
13

Replicated cluster recovery

. When MasterDB comes back online it will have missed any activity that occured during the downtime ... and then MasterDB would become a slave when it comes back online. Or something similar... Let me know
13

Vacuum - Reclaiming Unused Space In Odb

a sql dump) and reload. Is there a capability in ObjectDb to provide a vacuum? The online backup ... it takes to perform an online backup for large databases. Our organization requires daily backups
13

Some technical questions

transaction either commits or rolls back? Since ObjectDB implements online backups, does it implement ... commit are invisible to other users. > Since ObjectDB implements online backups, does it implement

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