ObjectDB ObjectDB

Internal Website Search

41-50 of 149 resultsRefresh
10

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 on our data and we have a limited window of time to perform these backups. We've looked into using
8

Consequence of lost ODB$ Files?

Hi, We use the Object DB backup utility for most of our backups, however we also do file system backups. Recently our file system backups have been failing because the .odb$ (write files) have been removed, by the DB Server, during the backup. My question is that if we have a good
7

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 ... .setParameter("target", new java.io.File("c:\\backup")); And i want all the odb files to be placed in
7

High availability and other pratical questions

of creating a 2 TomEE+ frontend servers cluster with ObjectDB server as a backend DB? Does DB backup backs all objects including indexes? If yes, is there a way to backup data only? And. is there a way to backup specific entities only? What is the overhead of online backup? What is the overhead
7

Some technical questions

transaction either commits or rolls back? Since ObjectDB implements online backups, does it implement something like MVCC, so it can see the data at the time the backup was started (to have consistent backup ... commit are invisible to other users. > Since ObjectDB implements online backups, does it implement
6

ClassCastException on closing PersistenceManager

has no errors) with an older backup and the code was running without errors. However it worries me how did ... (instead of a backup database) should be safe. support Support Today I got a similar but different ... .JDOConnection.close(Unknown Source) I had to return again to a working backup of the DB. It is quite
6

Need disk usage and delete some old files

.getServerFileSystem(     host, port, username, password, path, false); support Support what about backup ? can we make backup by only copying objectdb file? if we make backup by objectdb file , will it make problem for future release of objectdb? kadirbasol Kadir BASOL You can read about backup on this manual
6

Class loading problem with private packages in OSGi environment

] [ObjectDB 2.6.0] javax.persistence.PersistenceException Failed to generate dynamic type com.btc ... : Failed to generate dynamic type com.btc.ep.architecture.ccode.bl.impl.CodeArchitectureImpl at com ... dynamic type com.btc.ep.architecture.ccode.bl.impl.CodeArchitectureImpl (error 361) at com.objectdb
6

InternalException when reading a HashMap

. We were then searching for backups of the database which would still work and found out that the latest backup ... next time. jakab Gergely Jakab Hi, Usually running the Doctor on every backup (and at least daily ... the Doctor, running your own tests in addition to running the Doctor on a daily backup could help
0

getPersistenceManagerProxy()

Method javax.jdo.PersistenceManagerFactory PersistenceManager getPersistenceManagerProxy() Get a thread-safe instance of a proxy that dynamically binds on each method call to an instance ... can be used in a server to dynamically bind to an instance from this factory associated with the thread's

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